# 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.6/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.6.8 (default, Jan 25 2023, 15:03:30) [GCC 8.5.0 20210514 (Red Hat 8.5.0-18)] 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_basic.yml ****************************************************** 1 plays in /WORKDIR/git-weekly-ci1ypyx_vo/tests/tests_basic.yml PLAY [Ensure that the role runs with default parameters] *********************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/tests_basic.yml:3 Sunday 28 May 2023 03:29:26 +0000 (0:00:00.019) 0:00:00.019 ************ ok: [sut] META: ran handlers TASK [Enable podman copr] ****************************************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/tests_basic.yml:138 Sunday 28 May 2023 03:29:27 +0000 (0:00:00.768) 0:00:00.788 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install podman from updates-testing] ************************************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/tests_basic.yml:143 Sunday 28 May 2023 03:29:27 +0000 (0:00:00.043) 0:00:00.831 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Podman version] ********************************************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/tests_basic.yml:148 Sunday 28 May 2023 03:29:27 +0000 (0:00:00.023) 0:00:00.855 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create user] ************************************************************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/tests_basic.yml:153 Sunday 28 May 2023 03:29:27 +0000 (0:00:00.025) 0:00:00.880 ************ 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 [Create tempfile for kube_src] ******************************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/tests_basic.yml:158 Sunday 28 May 2023 03:29:27 +0000 (0:00:00.482) 0:00:01.362 ************ changed: [sut -> localhost] => { "changed": true, "gid": 1001, "group": "jenkins", "mode": "0600", "owner": "jenkins", "path": "/tmp/lsr_podman_zyc5u4bi.yml", "size": 0, "state": "file", "uid": 1000090000 } TASK [Write kube_file_src] ***************************************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/tests_basic.yml:166 Sunday 28 May 2023 03:29:27 +0000 (0:00:00.181) 0:00:01.543 ************ changed: [sut -> localhost] => { "changed": true, "checksum": "06792c97524e903255ff9acec67184d6c3763737", "dest": "/tmp/lsr_podman_zyc5u4bi.yml", "gid": 1001, "group": "jenkins", "md5sum": "ca71f1e9e2e9abcbd2a7c382327b776f", "mode": "0600", "owner": "jenkins", "size": 666, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1685244567.8653278-2321-39415420342904/source", "state": "file", "uid": 1000090000 } TASK [Create host directories for data] **************************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/tests_basic.yml:173 Sunday 28 May 2023 03:29:28 +0000 (0:00:00.476) 0:00:02.020 ************ changed: [sut] => (item=['httpd1', 'user1', 1001]) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": [ "httpd1", "user1", 1001 ], "mode": "0755", "owner": "user1", "path": "/tmp/httpd1", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 40, "state": "directory", "uid": 1001 } changed: [sut] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": [ "httpd2", "root", 0 ], "mode": "0755", "owner": "root", "path": "/tmp/httpd2", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 40, "state": "directory", "uid": 0 } changed: [sut] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": [ "httpd3", "root", 0 ], "mode": "0755", "owner": "root", "path": "/tmp/httpd3", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 40, "state": "directory", "uid": 0 } TASK [Create data files] ******************************************************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/tests_basic.yml:181 Sunday 28 May 2023 03:29:28 +0000 (0:00:00.664) 0:00:02.684 ************ changed: [sut] => (item=['httpd1', 'user1', 1001]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/httpd1/index.txt", "gid": 0, "group": "root", "item": [ "httpd1", "user1", 1001 ], "md5sum": "202cb962ac59075b964b07152d234b70", "mode": "0644", "owner": "user1", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 3, "src": "/root/.ansible/tmp/ansible-tmp-1685244569.0287206-2366-258684974037793/source", "state": "file", "uid": 1001 } changed: [sut] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/httpd2/index.txt", "gid": 0, "group": "root", "item": [ "httpd2", "root", 0 ], "md5sum": "202cb962ac59075b964b07152d234b70", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 3, "src": "/root/.ansible/tmp/ansible-tmp-1685244569.5699077-2366-43795809672833/source", "state": "file", "uid": 0 } changed: [sut] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/httpd3/index.txt", "gid": 0, "group": "root", "item": [ "httpd3", "root", 0 ], "md5sum": "202cb962ac59075b964b07152d234b70", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 3, "src": "/root/.ansible/tmp/ansible-tmp-1685244570.1085901-2366-254634886916198/source", "state": "file", "uid": 0 } TASK [Run role] **************************************************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/tests_basic.yml:189 Sunday 28 May 2023 03:29:30 +0000 (0:00:01.648) 0:00:04.333 ************ TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Sunday 28 May 2023 03:29:30 +0000 (0:00:00.094) 0:00:04.427 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Sunday 28 May 2023 03:29:30 +0000 (0:00:00.019) 0:00:04.447 ************ ok: [sut] TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:9 Sunday 28 May 2023 03:29:31 +0000 (0:00:00.345) 0:00:04.792 ************ skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_36.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_36.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_36.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_36.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Sunday 28 May 2023 03:29:31 +0000 (0:00:00.045) 0:00:04.837 ************ ok: [sut] => { "ansible_facts": { "packages": { "ModemManager-glib": [ { "arch": "x86_64", "epoch": null, "name": "ModemManager-glib", "release": "1.fc36", "source": "rpm", "version": "1.18.8" } ], "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc36", "source": "rpm", "version": "1.38.6" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc36", "source": "rpm", "version": "1.38.6" } ], "alternatives": [ { "arch": "x86_64", "epoch": null, "name": "alternatives", "release": "1.fc36", "source": "rpm", "version": "1.22" } ], "amd-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "amd-gpu-firmware", "release": "148.fc36", "source": "rpm", "version": "20230310" } ], "aspell": [ { "arch": "x86_64", "epoch": 12, "name": "aspell", "release": "9.fc36", "source": "rpm", "version": "0.60.8" } ], "aspell-en": [ { "arch": "x86_64", "epoch": 50, "name": "aspell-en", "release": "5.fc36", "source": "rpm", "version": "2020.12.07" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "1.fc36", "source": "rpm", "version": "3.1.1" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "1.fc36", "source": "rpm", "version": "3.1.1" } ], "authselect": [ { "arch": "x86_64", "epoch": null, "name": "authselect", "release": "1.fc36", "source": "rpm", "version": "1.4.0" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "1.fc36", "source": "rpm", "version": "1.4.0" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "16.fc36", "source": "rpm", "version": "0.8" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "13.fc36", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc36", "source": "rpm", "version": "5.2.15" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "15.fc36", "source": "rpm", "version": "1.07.1" } ], "beakerlib": [ { "arch": "noarch", "epoch": null, "name": "beakerlib", "release": "1.fc36", "source": "rpm", "version": "1.29.3" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": null, "name": "beakerlib-redhat", "release": "33.fc36eng", "source": "rpm", "version": "1" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "37.fc36", "source": "rpm", "version": "2.37" } ], "binutils-gold": [ { "arch": "x86_64", "epoch": null, "name": "binutils-gold", "release": "37.fc36", "source": "rpm", "version": "2.37" } ], "bison": [ { "arch": "x86_64", "epoch": null, "name": "bison", "release": "2.fc36", "source": "rpm", "version": "3.8.2" } ], "bluez": [ { "arch": "x86_64", "epoch": null, "name": "bluez", "release": "4.fc36", "source": "rpm", "version": "5.66" } ], "boost-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "boost-filesystem", "release": "12.fc36", "source": "rpm", "version": "1.76.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": null, "name": "boost-system", "release": "12.fc36", "source": "rpm", "version": "1.76.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": null, "name": "boost-thread", "release": "12.fc36", "source": "rpm", "version": "1.76.0" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "11.fc36", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": null, "name": "c-ares", "release": "1.fc36", "source": "rpm", "version": "1.19.0" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "1.0.fc36", "source": "rpm", "version": "2023.2.60" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "2.fc36", "source": "rpm", "version": "3.3" } ], "chkconfig": [ { "arch": "x86_64", "epoch": null, "name": "chkconfig", "release": "1.fc36", "source": "rpm", "version": "1.22" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.fc36", "source": "rpm", "version": "4.3" } ], "cloud-init": [ { "arch": "noarch", "epoch": null, "name": "cloud-init", "release": "3.fc36", "source": "rpm", "version": "22.1" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "10.fc36", "source": "rpm", "version": "0.31" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "9.fc36", "source": "rpm", "version": "9.0" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "9.fc36", "source": "rpm", "version": "9.0" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "12.fc36", "source": "rpm", "version": "2.13" } ], "cpp": [ { "arch": "x86_64", "epoch": null, "name": "cpp", "release": "4.fc36", "source": "rpm", "version": "12.2.1" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "28.fc36", "source": "rpm", "version": "2.9.6" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "28.fc36", "source": "rpm", "version": "2.9.6" } ], "createrepo_c": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c", "release": "1.fc36", "source": "rpm", "version": "0.21.1" } ], "createrepo_c-libs": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c-libs", "release": "1.fc36", "source": "rpm", "version": "0.21.1" } ], "crypto-policies": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "1.gitdfb10ea.fc36", "source": "rpm", "version": "20220428" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "1.gitdfb10ea.fc36", "source": "rpm", "version": "20220428" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "2.fc36", "source": "rpm", "version": "2.4.3" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "14.fc36", "source": "rpm", "version": "7.82.0" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "18.fc36", "source": "rpm", "version": "2.1.27" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "1.fc36", "source": "rpm", "version": "1.14.4" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "1.fc36", "source": "rpm", "version": "33" } ], "dbus-common": [ { "arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "1.fc36", "source": "rpm", "version": "1.14.4" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "1.fc36", "source": "rpm", "version": "1.14.4" } ], "deltarpm": [ { "arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "11.fc36", "source": "rpm", "version": "3.6.2" } ], "device-mapper": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "7.fc36", "source": "rpm", "version": "1.02.175" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "7.fc36", "source": "rpm", "version": "1.02.175" } ], "dhcp-client": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "4.P1.fc36", "source": "rpm", "version": "4.4.3" } ], "dhcp-common": [ { "arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "4.P1.fc36", "source": "rpm", "version": "4.4.3" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "2.fc36", "source": "rpm", "version": "3.8" } ], "dnf": [ { "arch": "noarch", "epoch": null, "name": "dnf", "release": "1.fc36", "source": "rpm", "version": "4.15.0" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "1.fc36", "source": "rpm", "version": "4.15.0" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc36", "source": "rpm", "version": "4.4.0" } ], "dnf-utils": [ { "arch": "noarch", "epoch": null, "name": "dnf-utils", "release": "1.fc36", "source": "rpm", "version": "4.4.0" } ], "dosfstools": [ { "arch": "x86_64", "epoch": null, "name": "dosfstools", "release": "3.fc36", "source": "rpm", "version": "4.2" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "3.fc36", "source": "rpm", "version": "057" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "3.fc36", "source": "rpm", "version": "057" } ], "drpm": [ { "arch": "x86_64", "epoch": null, "name": "drpm", "release": "1.fc36", "source": "rpm", "version": "0.5.1" } ], "dyninst": [ { "arch": "x86_64", "epoch": null, "name": "dyninst", "release": "3.fc36", "source": "rpm", "version": "12.0.1" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "2.fc36", "source": "rpm", "version": "1.46.5" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "2.fc36", "source": "rpm", "version": "1.46.5" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "6.fc36", "source": "rpm", "version": "38" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client", "release": "2.fc36", "source": "rpm", "version": "0.189" } ], "elfutils-debuginfod-client-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client-devel", "release": "2.fc36", "source": "rpm", "version": "0.189" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "2.fc36", "source": "rpm", "version": "0.189" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-devel", "release": "2.fc36", "source": "rpm", "version": "0.189" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "2.fc36", "source": "rpm", "version": "0.189" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf-devel", "release": "2.fc36", "source": "rpm", "version": "0.189" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "2.fc36", "source": "rpm", "version": "0.189" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "1.fc36", "source": "rpm", "version": "2.5.0" } ], "fedora-gpg-keys": [ { "arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "5", "source": "rpm", "version": "36" } ], "fedora-release": [ { "arch": "noarch", "epoch": null, "name": "fedora-release", "release": "21", "source": "rpm", "version": "36" } ], "fedora-release-common": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "21", "source": "rpm", "version": "36" } ], "fedora-release-identity-basic": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-identity-basic", "release": "21", "source": "rpm", "version": "36" } ], "fedora-repos": [ { "arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "5", "source": "rpm", "version": "36" } ], "fedora-repos-modular": [ { "arch": "noarch", "epoch": null, "name": "fedora-repos-modular", "release": "5", "source": "rpm", "version": "36" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "4.fc36", "source": "rpm", "version": "5.41" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "4.fc36", "source": "rpm", "version": "5.41" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "2.fc36", "source": "rpm", "version": "3.18" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "1.fc36", "source": "rpm", "version": "4.9.0" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "1.fc36", "source": "rpm", "version": "1.2.5" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "1.fc36", "source": "rpm", "version": "1.2.5" } ], "flex": [ { "arch": "x86_64", "epoch": null, "name": "flex", "release": "10.fc36", "source": "rpm", "version": "2.6.4" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "fonts-filesystem", "release": "7.fc36", "source": "rpm", "version": "2.0.5" } ], "fuse-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "14.fc36", "source": "rpm", "version": "2.9.9" } ], "fwupd": [ { "arch": "x86_64", "epoch": null, "name": "fwupd", "release": "1.fc36", "source": "rpm", "version": "1.8.6" } ], "fwupd-efi": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-efi", "release": "1.fc36", "source": "rpm", "version": "1.4" } ], "fwupd-plugin-modem-manager": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-modem-manager", "release": "1.fc36", "source": "rpm", "version": "1.8.6" } ], "fwupd-plugin-uefi-capsule-data": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-uefi-capsule-data", "release": "1.fc36", "source": "rpm", "version": "1.8.6" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "2.fc36", "source": "rpm", "version": "5.1.1" } ], "gc": [ { "arch": "x86_64", "epoch": null, "name": "gc", "release": "3.fc36", "source": "rpm", "version": "8.0.6" } ], "gcc": [ { "arch": "x86_64", "epoch": null, "name": "gcc", "release": "4.fc36", "source": "rpm", "version": "12.2.1" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "2.fc36", "source": "rpm", "version": "1.22" } ], "gdisk": [ { "arch": "x86_64", "epoch": null, "name": "gdisk", "release": "2.fc36", "source": "rpm", "version": "1.0.9" } ], "gettext": [ { "arch": "x86_64", "epoch": null, "name": "gettext", "release": "9.fc36", "source": "rpm", "version": "0.21" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "9.fc36", "source": "rpm", "version": "0.21" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "1.fc36", "source": "rpm", "version": "2.40.1" } ], "git-core": [ { "arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc36", "source": "rpm", "version": "2.40.1" } ], "git-core-doc": [ { "arch": "noarch", "epoch": null, "name": "git-core-doc", "release": "1.fc36", "source": "rpm", "version": "2.40.1" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "1.fc36", "source": "rpm", "version": "2.72.3" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "22.fc36", "source": "rpm", "version": "2.35" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "22.fc36", "source": "rpm", "version": "2.35" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": null, "name": "glibc-devel", "release": "22.fc36", "source": "rpm", "version": "2.35" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": null, "name": "glibc-gconv-extra", "release": "22.fc36", "source": "rpm", "version": "2.35" } ], "glibc-headers-x86": [ { "arch": "noarch", "epoch": null, "name": "glibc-headers-x86", "release": "22.fc36", "source": "rpm", "version": "2.35" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "22.fc36", "source": "rpm", "version": "2.35" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "2.fc36", "source": "rpm", "version": "6.2.1" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "3.fc36", "source": "rpm", "version": "2.3.7" } ], "gnupg2-smime": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "3.fc36", "source": "rpm", "version": "2.3.7" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "2.fc36", "source": "rpm", "version": "3.8.0" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "1.fc36", "source": "rpm", "version": "1.72.1" } ], "google-noto-fonts-common": [ { "arch": "noarch", "epoch": null, "name": "google-noto-fonts-common", "release": "10.fc36", "source": "rpm", "version": "20201206" } ], "google-noto-sans-mono-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-mono-vf-fonts", "release": "10.fc36", "source": "rpm", "version": "20201206" } ], "google-noto-sans-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-vf-fonts", "release": "10.fc36", "source": "rpm", "version": "20201206" } ], "google-noto-serif-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-serif-vf-fonts", "release": "10.fc36", "source": "rpm", "version": "20201206" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "60242b08", "source": "rpm", "version": "38ab71f4" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "4.fc36", "source": "rpm", "version": "1.17.0" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "gpm-libs", "release": "40.fc36", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "2.fc36", "source": "rpm", "version": "3.7" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "9.fc36", "source": "rpm", "version": "1.22.4" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "62.fc36", "source": "rpm", "version": "2.06" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "62.fc36", "source": "rpm", "version": "2.06" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "62.fc36", "source": "rpm", "version": "2.06" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "62.fc36", "source": "rpm", "version": "2.06" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "62.fc36", "source": "rpm", "version": "2.06" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "67.fc36", "source": "rpm", "version": "8.40" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "7.fc36", "source": "rpm", "version": "0.8.4" } ], "guile22": [ { "arch": "x86_64", "epoch": null, "name": "guile22", "release": "5.fc36", "source": "rpm", "version": "2.2.7" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "3.fc36", "source": "rpm", "version": "1.11" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "6.fc36", "source": "rpm", "version": "3.23" } ], "hunspell": [ { "arch": "x86_64", "epoch": null, "name": "hunspell", "release": "19.fc36", "source": "rpm", "version": "1.7.0" } ], "hunspell-en": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en", "release": "22.fc36", "source": "rpm", "version": "0.20140811.1" } ], "hunspell-en-GB": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-GB", "release": "22.fc36", "source": "rpm", "version": "0.20140811.1" } ], "hunspell-en-US": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-US", "release": "22.fc36", "source": "rpm", "version": "0.20140811.1" } ], "hunspell-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "hunspell-filesystem", "release": "19.fc36", "source": "rpm", "version": "1.7.0" } ], "ima-evm-utils": [ { "arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "5.fc36", "source": "rpm", "version": "1.4" } ], "inih": [ { "arch": "x86_64", "epoch": null, "name": "inih", "release": "1.fc36", "source": "rpm", "version": "56" } ], "initscripts": [ { "arch": "x86_64", "epoch": null, "name": "initscripts", "release": "3.fc36", "source": "rpm", "version": "10.16" } ], "initscripts-rename-device": [ { "arch": "x86_64", "epoch": null, "name": "initscripts-rename-device", "release": "3.fc36", "source": "rpm", "version": "10.16" } ], "initscripts-service": [ { "arch": "noarch", "epoch": null, "name": "initscripts-service", "release": "3.fc36", "source": "rpm", "version": "10.16" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "intel-gpu-firmware", "release": "148.fc36", "source": "rpm", "version": "20230310" } ], "ipcalc": [ { "arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "3.fc36", "source": "rpm", "version": "1.0.1" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "2.fc36", "source": "rpm", "version": "5.15.0" } ], "ipset": [ { "arch": "x86_64", "epoch": null, "name": "ipset", "release": "5.fc36.1", "source": "rpm", "version": "7.15" } ], "ipset-libs": [ { "arch": "x86_64", "epoch": null, "name": "ipset-libs", "release": "5.fc36.1", "source": "rpm", "version": "7.15" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "15.fc36", "source": "rpm", "version": "1.8.7" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": null, "name": "iptables-nft", "release": "15.fc36", "source": "rpm", "version": "1.8.7" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "1.fc36", "source": "rpm", "version": "20221126" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "4.fc36", "source": "rpm", "version": "2.13.1" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": null, "name": "jitterentropy", "release": "3.fc36", "source": "rpm", "version": "3.4.1" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "3.fc36", "source": "rpm", "version": "0.15" } ], "json-glib": [ { "arch": "x86_64", "epoch": null, "name": "json-glib", "release": "2.fc36", "source": "rpm", "version": "1.6.6" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "9.fc36", "source": "rpm", "version": "2.4.0" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "9.fc36", "source": "rpm", "version": "2.4.0" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "100.fc36", "source": "rpm", "version": "6.2.15" } ], "kernel-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "100.fc36", "source": "rpm", "version": "6.2.15" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": null, "name": "kernel-devel", "release": "100.fc36", "source": "rpm", "version": "6.2.15" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": null, "name": "kernel-headers", "release": "100.fc36", "source": "rpm", "version": "6.2.6" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "100.fc36", "source": "rpm", "version": "6.2.15" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules-core", "release": "100.fc36", "source": "rpm", "version": "6.2.15" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "4.fc36", "source": "rpm", "version": "1.6.1" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "4.fc36", "source": "rpm", "version": "1.6.1" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "7.fc36", "source": "rpm", "version": "29" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "7.fc36", "source": "rpm", "version": "29" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "9.fc36", "source": "rpm", "version": "0.8.7" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "12.fc36", "source": "rpm", "version": "1.19.2" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-en", "release": "25.fc36", "source": "rpm", "version": "3.0" } ], "langpacks-core-font-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-font-en", "release": "25.fc36", "source": "rpm", "version": "3.0" } ], "langpacks-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "25.fc36", "source": "rpm", "version": "3.0" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "5.fc36", "source": "rpm", "version": "590" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "3.fc36", "source": "rpm", "version": "2.3.1" } ], "libarchive": [ { "arch": "x86_64", "epoch": null, "name": "libarchive", "release": "3.fc36", "source": "rpm", "version": "3.5.3" } ], "libargon2": [ { "arch": "x86_64", "epoch": null, "name": "libargon2", "release": "9.fc36", "source": "rpm", "version": "20171227" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "4.fc36", "source": "rpm", "version": "2.5.5" } ], "libatasmart": [ { "arch": "x86_64", "epoch": null, "name": "libatasmart", "release": "22.fc36", "source": "rpm", "version": "0.19" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "4.fc36", "source": "rpm", "version": "2.5.1" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "50.fc36", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "1.fc36", "source": "rpm", "version": "2.38" } ], "libblockdev": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev", "release": "2.fc36", "source": "rpm", "version": "2.28" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-crypto", "release": "2.fc36", "source": "rpm", "version": "2.28" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-fs", "release": "2.fc36", "source": "rpm", "version": "2.28" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-loop", "release": "2.fc36", "source": "rpm", "version": "2.28" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mdraid", "release": "2.fc36", "source": "rpm", "version": "2.28" } ], "libblockdev-part": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-part", "release": "2.fc36", "source": "rpm", "version": "2.28" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-swap", "release": "2.fc36", "source": "rpm", "version": "2.28" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-utils", "release": "2.fc36", "source": "rpm", "version": "2.28" } ], "libbpf": [ { "arch": "x86_64", "epoch": 2, "name": "libbpf", "release": "3.fc36", "source": "rpm", "version": "0.7.0" } ], "libbrotli": [ { "arch": "x86_64", "epoch": null, "name": "libbrotli", "release": "7.fc36", "source": "rpm", "version": "1.0.9" } ], "libbytesize": [ { "arch": "x86_64", "epoch": null, "name": "libbytesize", "release": "1.fc36", "source": "rpm", "version": "2.7" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "4.fc36", "source": "rpm", "version": "2.48" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "1.fc36", "source": "rpm", "version": "0.8.3" } ], "libcap-ng-python3": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng-python3", "release": "1.fc36", "source": "rpm", "version": "0.8.3" } ], "libcbor": [ { "arch": "x86_64", "epoch": null, "name": "libcbor", "release": "5.fc36", "source": "rpm", "version": "0.7.0" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "50.fc36", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "2.fc36", "source": "rpm", "version": "1.46.5" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "2.fc36", "source": "rpm", "version": "0.1.18" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "14.fc36", "source": "rpm", "version": "7.82.0" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "51.fc36", "source": "rpm", "version": "5.3.28" } ], "libdhash": [ { "arch": "x86_64", "epoch": null, "name": "libdhash", "release": "50.fc36", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc36", "source": "rpm", "version": "0.70.0" } ], "libeconf": [ { "arch": "x86_64", "epoch": null, "name": "libeconf", "release": "3.fc36", "source": "rpm", "version": "0.4.0" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "41.20210910cvs.fc36", "source": "rpm", "version": "3.1" } ], "libev": [ { "arch": "x86_64", "epoch": null, "name": "libev", "release": "5.fc36", "source": "rpm", "version": "4.33" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "6.fc36", "source": "rpm", "version": "2.1.12" } ], "libfdisk": [ { "arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "1.fc36", "source": "rpm", "version": "2.38" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "8.fc36", "source": "rpm", "version": "3.4.2" } ], "libfido2": [ { "arch": "x86_64", "epoch": null, "name": "libfido2", "release": "5.fc36", "source": "rpm", "version": "1.10.0" } ], "libfsverity": [ { "arch": "x86_64", "epoch": null, "name": "libfsverity", "release": "7.fc36", "source": "rpm", "version": "1.4" } ], "libgcab1": [ { "arch": "x86_64", "epoch": null, "name": "libgcab1", "release": "6.fc36", "source": "rpm", "version": "1.4" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "4.fc36", "source": "rpm", "version": "12.2.1" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "3.fc36", "source": "rpm", "version": "1.10.1" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "4.fc36", "source": "rpm", "version": "12.2.1" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "1.fc36", "source": "rpm", "version": "1.45" } ], "libgudev": [ { "arch": "x86_64", "epoch": null, "name": "libgudev", "release": "2.fc36", "source": "rpm", "version": "237" } ], "libgusb": [ { "arch": "x86_64", "epoch": null, "name": "libgusb", "release": "2.fc36", "source": "rpm", "version": "0.3.10" } ], "libibverbs": [ { "arch": "x86_64", "epoch": null, "name": "libibverbs", "release": "1.fc36", "source": "rpm", "version": "39.0" } ], "libicu": [ { "arch": "x86_64", "epoch": null, "name": "libicu", "release": "6.fc36", "source": "rpm", "version": "69.1" } ], "libidn2": [ { "arch": "x86_64", "epoch": null, "name": "libidn2", "release": "1.fc36", "source": "rpm", "version": "2.3.4" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "50.fc36", "source": "rpm", "version": "1.3.1" } ], "libjcat": [ { "arch": "x86_64", "epoch": null, "name": "libjcat", "release": "1.fc36", "source": "rpm", "version": "0.1.12" } ], "libkcapi": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "2.fc36", "source": "rpm", "version": "1.4.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "2.fc36", "source": "rpm", "version": "1.4.0" } ], "libksba": [ { "arch": "x86_64", "epoch": null, "name": "libksba", "release": "1.fc36", "source": "rpm", "version": "1.6.3" } ], "libldb": [ { "arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc36", "source": "rpm", "version": "2.5.3" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "1.fc36", "source": "rpm", "version": "1.7.1" } ], "libmbim": [ { "arch": "x86_64", "epoch": null, "name": "libmbim", "release": "1.fc36", "source": "rpm", "version": "1.26.4" } ], "libmetalink": [ { "arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "25.fc36", "source": "rpm", "version": "0.1.3" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "15.fc36", "source": "rpm", "version": "1.0.4" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "2.fc36", "source": "rpm", "version": "2.14.0" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "1.fc36", "source": "rpm", "version": "2.38" } ], "libmpc": [ { "arch": "x86_64", "epoch": null, "name": "libmpc", "release": "4.fc36", "source": "rpm", "version": "1.2.1" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "3.fc36", "source": "rpm", "version": "1.8" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "4.fc36", "source": "rpm", "version": "1.0.8" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "21.fc36", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "0.fc36", "source": "rpm", "version": "2.6.2" } ], "libnftnl": [ { "arch": "x86_64", "epoch": null, "name": "libnftnl", "release": "2.fc36", "source": "rpm", "version": "1.2.1" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "1.fc36", "source": "rpm", "version": "1.51.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "1.fc36", "source": "rpm", "version": "3.7.0" } ], "libnsl2": [ { "arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "3.fc36", "source": "rpm", "version": "2.0.0" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "50.fc36", "source": "rpm", "version": "0.2.1" } ], "libpcap": [ { "arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "1.fc36", "source": "rpm", "version": "1.10.4" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.fc36", "source": "rpm", "version": "1.5.5" } ], "libpkgconf": [ { "arch": "x86_64", "epoch": null, "name": "libpkgconf", "release": "2.fc36", "source": "rpm", "version": "1.8.0" } ], "libpsl": [ { "arch": "x86_64", "epoch": null, "name": "libpsl", "release": "5.fc36", "source": "rpm", "version": "0.21.1" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "7.fc36", "source": "rpm", "version": "1.4.4" } ], "libqmi": [ { "arch": "x86_64", "epoch": null, "name": "libqmi", "release": "1.fc36", "source": "rpm", "version": "1.30.6" } ], "libqrtr-glib": [ { "arch": "x86_64", "epoch": null, "name": "libqrtr-glib", "release": "3.fc36", "source": "rpm", "version": "1.0.0" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "50.fc36", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "1.fc36", "source": "rpm", "version": "1.15.1" } ], "libreport-filesystem": [ { "arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc36", "source": "rpm", "version": "2.17.4" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "2.fc36", "source": "rpm", "version": "2.5.3" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "4.fc36", "source": "rpm", "version": "3.3" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "4.fc36", "source": "rpm", "version": "3.3" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "3.fc36", "source": "rpm", "version": "3.3" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "3.fc36", "source": "rpm", "version": "3.3" } ], "libsigsegv": [ { "arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "2.fc36", "source": "rpm", "version": "2.14" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "1.fc36", "source": "rpm", "version": "2.38" } ], "libsmbios": [ { "arch": "x86_64", "epoch": null, "name": "libsmbios", "release": "5.fc36", "source": "rpm", "version": "2.4.3" } ], "libsodium": [ { "arch": "x86_64", "epoch": null, "name": "libsodium", "release": "9.fc36", "source": "rpm", "version": "1.0.18" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "1.fc36", "source": "rpm", "version": "0.7.22" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "2.fc36", "source": "rpm", "version": "1.46.5" } ], "libssh": [ { "arch": "x86_64", "epoch": null, "name": "libssh", "release": "4.fc36", "source": "rpm", "version": "0.9.6" } ], "libssh-config": [ { "arch": "noarch", "epoch": null, "name": "libssh-config", "release": "4.fc36", "source": "rpm", "version": "0.9.6" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "1.fc36", "source": "rpm", "version": "2.7.4" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "1.fc36", "source": "rpm", "version": "2.7.4" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "1.fc36", "source": "rpm", "version": "2.7.4" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "1.fc36", "source": "rpm", "version": "2.7.4" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "4.fc36", "source": "rpm", "version": "12.2.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.fc36", "source": "rpm", "version": "2.3.4" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "1.fc36", "source": "rpm", "version": "4.19.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc36", "source": "rpm", "version": "1.4.7" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc36", "source": "rpm", "version": "0.12.1" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "0.fc36", "source": "rpm", "version": "1.3.3" } ], "libtool-ltdl": [ { "arch": "x86_64", "epoch": null, "name": "libtool-ltdl", "release": "1.fc36", "source": "rpm", "version": "2.4.7" } ], "libudisks2": [ { "arch": "x86_64", "epoch": null, "name": "libudisks2", "release": "4.fc36", "source": "rpm", "version": "2.9.4" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "1.fc36", "source": "rpm", "version": "1.0" } ], "libusb1": [ { "arch": "x86_64", "epoch": null, "name": "libusb1", "release": "8.fc36", "source": "rpm", "version": "1.0.25" } ], "libuser": [ { "arch": "x86_64", "epoch": null, "name": "libuser", "release": "10.fc36", "source": "rpm", "version": "0.63" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "6.fc36", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "1.fc36", "source": "rpm", "version": "2.38" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "3.fc36", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libev", "release": "3.fc36", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "4.fc36", "source": "rpm", "version": "4.4.33" } ], "libxcrypt-compat": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-compat", "release": "4.fc36", "source": "rpm", "version": "4.4.33" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-devel", "release": "4.fc36", "source": "rpm", "version": "4.4.33" } ], "libxkbcommon": [ { "arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "1.fc36", "source": "rpm", "version": "1.4.0" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "2.fc36", "source": "rpm", "version": "2.10.3" } ], "libxmlb": [ { "arch": "x86_64", "epoch": null, "name": "libxmlb", "release": "1.fc36", "source": "rpm", "version": "0.3.10" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "1.fc36", "source": "rpm", "version": "1.1.37" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "7.fc36", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": null, "name": "libzstd", "release": "1.fc36", "source": "rpm", "version": "1.5.5" } ], "libzstd-devel": [ { "arch": "x86_64", "epoch": null, "name": "libzstd-devel", "release": "1.fc36", "source": "rpm", "version": "1.5.5" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "148.fc36", "source": "rpm", "version": "20230310" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "148.fc36", "source": "rpm", "version": "20230310" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "1.fc36", "source": "rpm", "version": "0.9.30" } ], "lua-libs": [ { "arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "9.fc36", "source": "rpm", "version": "5.4.4" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "4.fc36", "source": "rpm", "version": "1.9.3" } ], "m4": [ { "arch": "x86_64", "epoch": null, "name": "m4", "release": "3.fc36", "source": "rpm", "version": "1.4.19" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "7.fc36", "source": "rpm", "version": "4.3" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "3.fc36", "source": "rpm", "version": "2.10.0" } ], "mdadm": [ { "arch": "x86_64", "epoch": null, "name": "mdadm", "release": "1.fc36", "source": "rpm", "version": "4.2" } ], "mkpasswd": [ { "arch": "x86_64", "epoch": null, "name": "mkpasswd", "release": "1.fc36", "source": "rpm", "version": "5.5.15" } ], "mokutil": [ { "arch": "x86_64", "epoch": 2, "name": "mokutil", "release": "3.fc36", "source": "rpm", "version": "0.6.0" } ], "mozjs91": [ { "arch": "x86_64", "epoch": null, "name": "mozjs91", "release": "1.fc36", "source": "rpm", "version": "91.13.0" } ], "mpdecimal": [ { "arch": "x86_64", "epoch": null, "name": "mpdecimal", "release": "3.fc36", "source": "rpm", "version": "2.5.1" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "9.fc36", "source": "rpm", "version": "4.1.0" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "9.20210508.fc36", "source": "rpm", "version": "6.2" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "9.20210508.fc36", "source": "rpm", "version": "6.2" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "9.20210508.fc36", "source": "rpm", "version": "6.2" } ], "net-tools": [ { "arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.62.20160912git.fc36", "source": "rpm", "version": "2.0" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "1.fc36", "source": "rpm", "version": "3.8" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "0.fc36", "source": "rpm", "version": "2.6.2" } ], "nftables": [ { "arch": "x86_64", "epoch": 1, "name": "nftables", "release": "3.fc36", "source": "rpm", "version": "1.0.1" } ], "npth": [ { "arch": "x86_64", "epoch": null, "name": "npth", "release": "8.fc36", "source": "rpm", "version": "1.6" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "5.fc36", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "1.fc36", "source": "rpm", "version": "3.89.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "1.fc36", "source": "rpm", "version": "3.89.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "1.fc36", "source": "rpm", "version": "3.89.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "1.fc36", "source": "rpm", "version": "3.89.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "1.fc36", "source": "rpm", "version": "3.89.0" } ], "ntfs-3g": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g", "release": "1.fc36", "source": "rpm", "version": "2022.10.3" } ], "ntfs-3g-libs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g-libs", "release": "1.fc36", "source": "rpm", "version": "2022.10.3" } ], "ntfs-3g-system-compression": [ { "arch": "x86_64", "epoch": null, "name": "ntfs-3g-system-compression", "release": "9.fc36", "source": "rpm", "version": "1.0" } ], "ntfsprogs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfsprogs", "release": "1.fc36", "source": "rpm", "version": "2022.10.3" } ], "nvidia-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "nvidia-gpu-firmware", "release": "148.fc36", "source": "rpm", "version": "20230310" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc36", "source": "rpm", "version": "2.6.4" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "1.fc36.1", "source": "rpm", "version": "8.8p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "1.fc36.1", "source": "rpm", "version": "8.8p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "1.fc36.1", "source": "rpm", "version": "8.8p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "1.fc36", "source": "rpm", "version": "3.0.8" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-devel", "release": "1.fc36", "source": "rpm", "version": "3.0.8" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "1.fc36", "source": "rpm", "version": "3.0.8" } ], "openssl-pkcs11": [ { "arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "2.fc36", "source": "rpm", "version": "0.4.12" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "9.fc36", "source": "rpm", "version": "1.77" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "2.fc36", "source": "rpm", "version": "0.24.1" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "2.fc36", "source": "rpm", "version": "0.24.1" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "13.fc36", "source": "rpm", "version": "1.5.2" } ], "pam-libs": [ { "arch": "x86_64", "epoch": null, "name": "pam-libs", "release": "13.fc36", "source": "rpm", "version": "1.5.2" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "13.fc36", "source": "rpm", "version": "3.4" } ], "passwd": [ { "arch": "x86_64", "epoch": null, "name": "passwd", "release": "12.fc36", "source": "rpm", "version": "0.80" } ], "pcre": [ { "arch": "x86_64", "epoch": null, "name": "pcre", "release": "1.fc36.1", "source": "rpm", "version": "8.45" } ], "pcre2": [ { "arch": "x86_64", "epoch": null, "name": "pcre2", "release": "1.fc36", "source": "rpm", "version": "10.40" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": null, "name": "pcre2-syntax", "release": "1.fc36", "source": "rpm", "version": "10.40" } ], "pcsc-lite": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite", "release": "1.fc36", "source": "rpm", "version": "1.9.8" } ], "pcsc-lite-ccid": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-ccid", "release": "1.fc36", "source": "rpm", "version": "1.5.0" } ], "pcsc-lite-libs": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-libs", "release": "1.fc36", "source": "rpm", "version": "1.9.8" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": 0, "name": "perl-AutoLoader", "release": "486.fc36", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": 0, "name": "perl-B", "release": "486.fc36", "source": "rpm", "version": "1.82" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "479.fc36", "source": "rpm", "version": "1.52" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": 0, "name": "perl-Class-Struct", "release": "486.fc36", "source": "rpm", "version": "0.66" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "3.fc36", "source": "rpm", "version": "2.183" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "2.fc36", "source": "rpm", "version": "1.20" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "479.fc36", "source": "rpm", "version": "2.58" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": 0, "name": "perl-DynaLoader", "release": "486.fc36", "source": "rpm", "version": "1.50" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Encode", "release": "485.fc36", "source": "rpm", "version": "3.17" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Errno", "release": "486.fc36", "source": "rpm", "version": "1.33" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "8.fc36", "source": "rpm", "version": "0.17029" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "480.fc36", "source": "rpm", "version": "5.76" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Fcntl", "release": "486.fc36", "source": "rpm", "version": "1.14" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Basename", "release": "486.fc36", "source": "rpm", "version": "2.85" } ], "perl-File-Find": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Find", "release": "486.fc36", "source": "rpm", "version": "1.39" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "479.fc36", "source": "rpm", "version": "2.18" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": 1, "name": "perl-File-Temp", "release": "479.fc36", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-stat", "release": "486.fc36", "source": "rpm", "version": "1.09" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": 0, "name": "perl-FileHandle", "release": "486.fc36", "source": "rpm", "version": "2.03" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": 1, "name": "perl-Getopt-Long", "release": "1.fc36", "source": "rpm", "version": "2.54" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": 0, "name": "perl-Getopt-Std", "release": "486.fc36", "source": "rpm", "version": "1.13" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "1.fc36", "source": "rpm", "version": "2.40.1" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "1.fc36", "source": "rpm", "version": "0.082" } ], "perl-IO": [ { "arch": "x86_64", "epoch": 0, "name": "perl-IO", "release": "486.fc36", "source": "rpm", "version": "1.46" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "480.fc36", "source": "rpm", "version": "0.41" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "2.fc36", "source": "rpm", "version": "2.074" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": 0, "name": "perl-IPC-Open3", "release": "486.fc36", "source": "rpm", "version": "1.21" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": null, "name": "perl-MIME-Base64", "release": "479.fc36", "source": "rpm", "version": "3.16" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "2.fc36", "source": "rpm", "version": "20211001" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": 0, "name": "perl-NDBM_File", "release": "486.fc36", "source": "rpm", "version": "1.15" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "2.fc36", "source": "rpm", "version": "1.92" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": 0, "name": "perl-POSIX", "release": "486.fc36", "source": "rpm", "version": "1.97" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "479.fc36", "source": "rpm", "version": "3.80" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "479.fc36", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "480.fc36", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "3.fc36", "source": "rpm", "version": "3.43" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": 4, "name": "perl-Pod-Usage", "release": "479.fc36", "source": "rpm", "version": "2.01" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": 5, "name": "perl-Scalar-List-Utils", "release": "489.fc36", "source": "rpm", "version": "1.63" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": 0, "name": "perl-SelectSaver", "release": "486.fc36", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Socket", "release": "1.fc36", "source": "rpm", "version": "2.036" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Storable", "release": "2.fc36", "source": "rpm", "version": "3.25" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": 0, "name": "perl-Symbol", "release": "486.fc36", "source": "rpm", "version": "1.09" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-ANSIColor", "release": "480.fc36", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-Cap", "release": "479.fc36", "source": "rpm", "version": "1.17" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "12.fc36", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "1.fc36", "source": "rpm", "version": "3.31" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-Tabs+Wrap", "release": "2.fc36", "source": "rpm", "version": "2021.0814" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": 2, "name": "perl-Time-Local", "release": "479.fc36", "source": "rpm", "version": "1.300" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "1.fc36", "source": "rpm", "version": "5.10" } ], "perl-base": [ { "arch": "noarch", "epoch": 0, "name": "perl-base", "release": "486.fc36", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "480.fc36", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": 0, "name": "perl-if", "release": "486.fc36", "source": "rpm", "version": "0.60.900" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": 4, "name": "perl-interpreter", "release": "486.fc36", "source": "rpm", "version": "5.34.1" } ], "perl-lib": [ { "arch": "x86_64", "epoch": 0, "name": "perl-lib", "release": "486.fc36", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": null, "name": "perl-libnet", "release": "480.fc36", "source": "rpm", "version": "3.13" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "486.fc36", "source": "rpm", "version": "5.34.1" } ], "perl-mro": [ { "arch": "x86_64", "epoch": 0, "name": "perl-mro", "release": "486.fc36", "source": "rpm", "version": "1.25" } ], "perl-overload": [ { "arch": "noarch", "epoch": 0, "name": "perl-overload", "release": "486.fc36", "source": "rpm", "version": "1.33" } ], "perl-overloading": [ { "arch": "noarch", "epoch": 0, "name": "perl-overloading", "release": "486.fc36", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "479.fc36", "source": "rpm", "version": "0.238" } ], "perl-podlators": [ { "arch": "noarch", "epoch": 1, "name": "perl-podlators", "release": "479.fc36", "source": "rpm", "version": "4.14" } ], "perl-subs": [ { "arch": "noarch", "epoch": 0, "name": "perl-subs", "release": "486.fc36", "source": "rpm", "version": "1.04" } ], "perl-vars": [ { "arch": "noarch", "epoch": 0, "name": "perl-vars", "release": "486.fc36", "source": "rpm", "version": "1.05" } ], "pigz": [ { "arch": "x86_64", "epoch": null, "name": "pigz", "release": "1.fc36", "source": "rpm", "version": "2.7" } ], "pkgconf": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf", "release": "2.fc36", "source": "rpm", "version": "1.8.0" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": null, "name": "pkgconf-m4", "release": "2.fc36", "source": "rpm", "version": "1.8.0" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf-pkg-config", "release": "2.fc36", "source": "rpm", "version": "1.8.0" } ], "plymouth": [ { "arch": "x86_64", "epoch": null, "name": "plymouth", "release": "1.fc36", "source": "rpm", "version": "22.02.122" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-core-libs", "release": "1.fc36", "source": "rpm", "version": "22.02.122" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-scripts", "release": "1.fc36", "source": "rpm", "version": "22.02.122" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "4.fc36", "source": "rpm", "version": "3.3" } ], "polkit": [ { "arch": "x86_64", "epoch": null, "name": "polkit", "release": "5.fc36", "source": "rpm", "version": "0.120" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "5.fc36", "source": "rpm", "version": "0.120" } ], "polkit-pkla-compat": [ { "arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "21.fc36", "source": "rpm", "version": "0.1" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "7.fc36", "source": "rpm", "version": "1.18" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "4.fc36.1", "source": "rpm", "version": "3.3.17" } ], "protobuf-c": [ { "arch": "x86_64", "epoch": null, "name": "protobuf-c", "release": "2.fc36", "source": "rpm", "version": "1.4.1" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "3.fc36", "source": "rpm", "version": "23.4" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "1.fc36", "source": "rpm", "version": "20230318" } ], "python-pip-wheel": [ { "arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "4.fc36", "source": "rpm", "version": "21.3.1" } ], "python-setuptools-wheel": [ { "arch": "noarch", "epoch": null, "name": "python-setuptools-wheel", "release": "4.fc36", "source": "rpm", "version": "59.6.0" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": null, "name": "python-unversioned-command", "release": "1.fc36", "source": "rpm", "version": "3.10.11" } ], "python3": [ { "arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc36", "source": "rpm", "version": "3.10.11" } ], "python3-attrs": [ { "arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "2.fc36", "source": "rpm", "version": "21.4.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "1.fc36", "source": "rpm", "version": "3.1.1" } ], "python3-cffi": [ { "arch": "x86_64", "epoch": null, "name": "python3-cffi", "release": "5.fc36", "source": "rpm", "version": "1.15.0" } ], "python3-charset-normalizer": [ { "arch": "noarch", "epoch": null, "name": "python3-charset-normalizer", "release": "1.fc36", "source": "rpm", "version": "2.0.11" } ], "python3-configobj": [ { "arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "27.fc36", "source": "rpm", "version": "5.0.6" } ], "python3-cryptography": [ { "arch": "x86_64", "epoch": null, "name": "python3-cryptography", "release": "4.fc36", "source": "rpm", "version": "36.0.0" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "8.fc36", "source": "rpm", "version": "2.8.1" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "3.fc36", "source": "rpm", "version": "1.2.18" } ], "python3-distro": [ { "arch": "noarch", "epoch": null, "name": "python3-distro", "release": "2.fc36", "source": "rpm", "version": "1.6.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "1.fc36", "source": "rpm", "version": "4.15.0" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc36", "source": "rpm", "version": "4.4.0" } ], "python3-firewall": [ { "arch": "noarch", "epoch": null, "name": "python3-firewall", "release": "1.fc36", "source": "rpm", "version": "1.2.5" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "1.fc36", "source": "rpm", "version": "3.42.1" } ], "python3-gobject-base-noarch": [ { "arch": "noarch", "epoch": null, "name": "python3-gobject-base-noarch", "release": "1.fc36", "source": "rpm", "version": "3.42.1" } ], "python3-gpg": [ { "arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "4.fc36", "source": "rpm", "version": "1.17.0" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc36", "source": "rpm", "version": "0.70.0" } ], "python3-idna": [ { "arch": "noarch", "epoch": null, "name": "python3-idna", "release": "2.fc36", "source": "rpm", "version": "3.3" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "2.fc36", "source": "rpm", "version": "3.0.3" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "19.fc36", "source": "rpm", "version": "1.21" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "5.fc36", "source": "rpm", "version": "2.0" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "13.fc36", "source": "rpm", "version": "3.2.0" } ], "python3-jwt": [ { "arch": "noarch", "epoch": null, "name": "python3-jwt", "release": "1.fc36", "source": "rpm", "version": "2.4.0" } ], "python3-jwt+crypto": [ { "arch": "noarch", "epoch": null, "name": "python3-jwt+crypto", "release": "1.fc36", "source": "rpm", "version": "2.4.0" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "2.fc36", "source": "rpm", "version": "0.1.18" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc36", "source": "rpm", "version": "0.70.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc36", "source": "rpm", "version": "3.10.11" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "4.fc36", "source": "rpm", "version": "3.3" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "3.fc36", "source": "rpm", "version": "3.3" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python3-lxml", "release": "3.fc36", "source": "rpm", "version": "4.7.1" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "1.fc36", "source": "rpm", "version": "2.1.1" } ], "python3-netifaces": [ { "arch": "x86_64", "epoch": null, "name": "python3-netifaces", "release": "2.fc36", "source": "rpm", "version": "0.11.0" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": 1, "name": "python3-nftables", "release": "3.fc36", "source": "rpm", "version": "1.0.1" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "12.fc36", "source": "rpm", "version": "3.0.2" } ], "python3-oauthlib+signedtoken": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib+signedtoken", "release": "12.fc36", "source": "rpm", "version": "3.0.2" } ], "python3-ply": [ { "arch": "noarch", "epoch": null, "name": "python3-ply", "release": "15.fc36", "source": "rpm", "version": "3.11" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "4.fc36", "source": "rpm", "version": "3.3" } ], "python3-prettytable": [ { "arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "28.fc36", "source": "rpm", "version": "0.7.2" } ], "python3-pycparser": [ { "arch": "noarch", "epoch": null, "name": "python3-pycparser", "release": "6.fc36", "source": "rpm", "version": "2.20" } ], "python3-pyrsistent": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "2.fc36", "source": "rpm", "version": "0.18.1" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "13.fc36", "source": "rpm", "version": "3.4" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "12.fc36", "source": "rpm", "version": "1.7.1" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "3.fc36", "source": "rpm", "version": "6.0" } ], "python3-requests": [ { "arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.fc36", "source": "rpm", "version": "2.27.1" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "3.fc36", "source": "rpm", "version": "4.17.1" } ], "python3-setools": [ { "arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "5.fc36", "source": "rpm", "version": "4.4.0" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "4.fc36", "source": "rpm", "version": "59.6.0" } ], "python3-six": [ { "arch": "noarch", "epoch": null, "name": "python3-six", "release": "5.fc36", "source": "rpm", "version": "1.16.0" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "20.fc36", "source": "rpm", "version": "234" } ], "python3-unbound": [ { "arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "1.fc36", "source": "rpm", "version": "1.17.1" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "1.fc36", "source": "rpm", "version": "1.26.12" } ], "qa-tools": [ { "arch": "noarch", "epoch": null, "name": "qa-tools", "release": "4.fc36", "source": "rpm", "version": "4.1" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "7.fc36", "source": "rpm", "version": "4.06" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "7.fc36", "source": "rpm", "version": "4.06" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "2.fc36", "source": "rpm", "version": "8.2" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.fc36eng", "source": "rpm", "version": "0.4.4" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.fc36eng", "source": "rpm", "version": "0.4.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "1.fc36", "source": "rpm", "version": "6.16" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "31.fc36", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "2.fc36", "source": "rpm", "version": "1.2.6" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "3.fc36", "source": "rpm", "version": "4.17.1" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "3.fc36", "source": "rpm", "version": "4.17.1" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "3.fc36", "source": "rpm", "version": "4.17.1" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "3.fc36", "source": "rpm", "version": "4.17.1" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "3.fc36", "source": "rpm", "version": "4.17.1" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "3.fc36", "source": "rpm", "version": "4.17.1" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "1.fc36", "source": "rpm", "version": "3.2.7" } ], "rtl-sdr": [ { "arch": "x86_64", "epoch": null, "name": "rtl-sdr", "release": "11.fc36", "source": "rpm", "version": "0.6.0" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "10.fc36", "source": "rpm", "version": "4.8" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "1.fc36", "source": "rpm", "version": "36.18" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "1.fc36", "source": "rpm", "version": "36.18" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "1.fc36", "source": "rpm", "version": "2.14.1" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "6.fc36", "source": "rpm", "version": "4.11.1" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "3.fc35", "source": "rpm", "version": "2.1" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "5.fc36", "source": "rpm", "version": "3.36.0" } ], "sssd-client": [ { "arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "1.fc36", "source": "rpm", "version": "2.7.4" } ], "sssd-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "1.fc36", "source": "rpm", "version": "2.7.4" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "1.fc36", "source": "rpm", "version": "2.7.4" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "1.fc36", "source": "rpm", "version": "2.7.4" } ], "strace": [ { "arch": "x86_64", "epoch": null, "name": "strace", "release": "1.fc36", "source": "rpm", "version": "6.2" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "1.p2.fc36", "source": "rpm", "version": "1.9.13" } ], "sudo-python-plugin": [ { "arch": "x86_64", "epoch": null, "name": "sudo-python-plugin", "release": "1.p2.fc36", "source": "rpm", "version": "1.9.13" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "2.fc36", "source": "rpm", "version": "250.10" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "2.fc36", "source": "rpm", "version": "250.10" } ], "systemd-networkd": [ { "arch": "x86_64", "epoch": null, "name": "systemd-networkd", "release": "2.fc36", "source": "rpm", "version": "250.10" } ], "systemd-oomd-defaults": [ { "arch": "noarch", "epoch": null, "name": "systemd-oomd-defaults", "release": "2.fc36", "source": "rpm", "version": "250.10" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "2.fc36", "source": "rpm", "version": "250.10" } ], "systemd-resolved": [ { "arch": "x86_64", "epoch": null, "name": "systemd-resolved", "release": "2.fc36", "source": "rpm", "version": "250.10" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "2.fc36", "source": "rpm", "version": "250.10" } ], "systemtap": [ { "arch": "x86_64", "epoch": null, "name": "systemtap", "release": "3.fc36", "source": "rpm", "version": "4.8" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-client", "release": "3.fc36", "source": "rpm", "version": "4.8" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-devel", "release": "3.fc36", "source": "rpm", "version": "4.8" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-runtime", "release": "3.fc36", "source": "rpm", "version": "4.8" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "3.fc36", "source": "rpm", "version": "1.34" } ], "tbb": [ { "arch": "x86_64", "epoch": null, "name": "tbb", "release": "9.fc35", "source": "rpm", "version": "2020.3" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "18.fc36", "source": "rpm", "version": "1.9" } ], "tpm2-tools": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tools", "release": "1.fc36", "source": "rpm", "version": "5.4" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss", "release": "1.fc36", "source": "rpm", "version": "3.2.2" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc36", "source": "rpm", "version": "2023c" } ], "udisks2": [ { "arch": "x86_64", "epoch": null, "name": "udisks2", "release": "4.fc36", "source": "rpm", "version": "2.9.4" } ], "unbound-anchor": [ { "arch": "x86_64", "epoch": null, "name": "unbound-anchor", "release": "1.fc36", "source": "rpm", "version": "1.17.1" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "1.fc36", "source": "rpm", "version": "1.17.1" } ], "unzip": [ { "arch": "x86_64", "epoch": null, "name": "unzip", "release": "57.fc36", "source": "rpm", "version": "6.0" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": null, "name": "userspace-rcu", "release": "4.fc36", "source": "rpm", "version": "0.13.0" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "1.fc36", "source": "rpm", "version": "2.38" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": null, "name": "util-linux-core", "release": "1.fc36", "source": "rpm", "version": "2.38" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "1.fc36", "source": "rpm", "version": "9.0.1486" } ], "vim-data": [ { "arch": "noarch", "epoch": 2, "name": "vim-data", "release": "1.fc36", "source": "rpm", "version": "9.0.1486" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": 2, "name": "vim-default-editor", "release": "1.fc36", "source": "rpm", "version": "9.0.1486" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "1.fc36", "source": "rpm", "version": "9.0.1486" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": 2, "name": "vim-filesystem", "release": "1.fc36", "source": "rpm", "version": "9.0.1486" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc36", "source": "rpm", "version": "9.0.1486" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": null, "name": "volume_key-libs", "release": "15.fc36", "source": "rpm", "version": "0.3.12" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "1.fc36", "source": "rpm", "version": "1.21.3" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "32.fc36", "source": "rpm", "version": "2.21" } ], "whois-nls": [ { "arch": "noarch", "epoch": null, "name": "whois-nls", "release": "1.fc36", "source": "rpm", "version": "5.5.15" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "2.fc36", "source": "rpm", "version": "5.14.2" } ], "xkeyboard-config": [ { "arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "1.fc36", "source": "rpm", "version": "2.35.1" } ], "xxd": [ { "arch": "x86_64", "epoch": 2, "name": "xxd", "release": "1.fc36", "source": "rpm", "version": "9.0.1486" } ], "xxhash-libs": [ { "arch": "x86_64", "epoch": null, "name": "xxhash-libs", "release": "2.fc36", "source": "rpm", "version": "0.8.1" } ], "xz": [ { "arch": "x86_64", "epoch": null, "name": "xz", "release": "1.fc36", "source": "rpm", "version": "5.4.1" } ], "xz-devel": [ { "arch": "x86_64", "epoch": null, "name": "xz-devel", "release": "1.fc36", "source": "rpm", "version": "5.4.1" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "1.fc36", "source": "rpm", "version": "5.4.1" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "1.fc36", "source": "rpm", "version": "4.15.0" } ], "zchunk-libs": [ { "arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "1.fc36", "source": "rpm", "version": "1.3.1" } ], "zip": [ { "arch": "x86_64", "epoch": null, "name": "zip", "release": "32.fc36", "source": "rpm", "version": "3.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "33.fc36", "source": "rpm", "version": "1.2.11" } ], "zlib-devel": [ { "arch": "x86_64", "epoch": null, "name": "zlib-devel", "release": "33.fc36", "source": "rpm", "version": "1.2.11" } ], "zram-generator": [ { "arch": "x86_64", "epoch": null, "name": "zram-generator", "release": "1.fc36", "source": "rpm", "version": "1.1.2" } ], "zram-generator-defaults": [ { "arch": "noarch", "epoch": null, "name": "zram-generator-defaults", "release": "1.fc36", "source": "rpm", "version": "1.1.2" } ] } }, "changed": false } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:9 Sunday 28 May 2023 03:29:32 +0000 (0:00:00.879) 0:00:05.717 ************ changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: aardvark-dns-1.5.0-3.fc36.x86_64", "Installed: podman-5:4.4.1-3.fc36.x86_64", "Installed: netavark-1.4.0-1.fc36.x86_64", "Installed: podman-gvproxy-5:4.4.1-3.fc36.x86_64", "Installed: fuse-common-3.10.5-2.fc36.x86_64", "Installed: criu-3.17.1-2.fc36.x86_64", "Installed: fuse3-3.10.5-2.fc36.x86_64", "Installed: criu-libs-3.17.1-2.fc36.x86_64", "Installed: fuse3-libs-3.10.5-2.fc36.x86_64", "Installed: fuse-overlayfs-1.9-6.fc36.x86_64", "Installed: libslirp-4.6.1-3.fc36.x86_64", "Installed: conmon-2:2.1.5-1.fc36.x86_64", "Installed: shadow-utils-subid-2:4.11.1-6.fc36.x86_64", "Installed: crun-1.8.3-2.fc36.x86_64", "Installed: yajl-2.1.0-18.fc36.x86_64", "Installed: container-selinux-2:2.199.0-1.fc36.noarch", "Installed: containers-common-4:1-66.fc36.noarch", "Installed: containers-common-extra-4:1-66.fc36.noarch", "Installed: libmd-1.0.4-2.fc36.x86_64", "Installed: qemu-user-static-2:6.2.0-17.fc36.x86_64", "Installed: qemu-user-static-aarch64-2:6.2.0-17.fc36.x86_64", "Installed: qemu-user-static-alpha-2:6.2.0-17.fc36.x86_64", "Installed: libbsd-0.11.7-2.fc36.x86_64", "Installed: qemu-user-static-arm-2:6.2.0-17.fc36.x86_64", "Installed: qemu-user-static-cris-2:6.2.0-17.fc36.x86_64", "Installed: qemu-user-static-hexagon-2:6.2.0-17.fc36.x86_64", "Installed: qemu-user-static-hppa-2:6.2.0-17.fc36.x86_64", "Installed: qemu-user-static-m68k-2:6.2.0-17.fc36.x86_64", "Installed: qemu-user-static-microblaze-2:6.2.0-17.fc36.x86_64", "Installed: qemu-user-static-mips-2:6.2.0-17.fc36.x86_64", "Installed: qemu-user-static-nios2-2:6.2.0-17.fc36.x86_64", "Installed: qemu-user-static-or1k-2:6.2.0-17.fc36.x86_64", "Installed: qemu-user-static-ppc-2:6.2.0-17.fc36.x86_64", "Installed: qemu-user-static-riscv-2:6.2.0-17.fc36.x86_64", "Installed: qemu-user-static-s390x-2:6.2.0-17.fc36.x86_64", "Installed: libnet-1.2-5.fc36.x86_64", "Installed: qemu-user-static-sh4-2:6.2.0-17.fc36.x86_64", "Installed: qemu-user-static-sparc-2:6.2.0-17.fc36.x86_64", "Installed: qemu-user-static-x86-2:6.2.0-17.fc36.x86_64", "Installed: slirp4netns-1.2.0-0.2.beta.0.fc36.x86_64", "Installed: qemu-user-static-xtensa-2:6.2.0-17.fc36.x86_64", "Installed: catatonit-0.1.7-10.fc36.x86_64" ] } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:16 Sunday 28 May 2023 03:30:26 +0000 (0:00:54.857) 0:01:00.575 ************ ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.041008", "end": "2023-05-28 03:30:27.153525", "rc": 0, "start": "2023-05-28 03:30:27.112517" } STDOUT: podman version 4.4.1 TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:21 Sunday 28 May 2023 03:30:27 +0000 (0:00:00.334) 0:01:00.909 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:31 Sunday 28 May 2023 03:30:27 +0000 (0:00:00.050) 0:01:00.959 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 28 May 2023 03:30:27 +0000 (0:00:00.097) 0:01:01.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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 28 May 2023 03:30:27 +0000 (0:00:00.313) 0:01:01.371 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 28 May 2023 03:30:27 +0000 (0:00:00.054) 0:01:01.425 ************ ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 28 May 2023 03:30:27 +0000 (0:00:00.059) 0:01:01.484 ************ ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 28 May 2023 03:30:28 +0000 (0:00:00.258) 0:01:01.743 ************ ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 28 May 2023 03:30:28 +0000 (0:00:00.054) 0:01:01.797 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:50 Sunday 28 May 2023 03:30:28 +0000 (0:00:00.047) 0:01:01.844 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:59 Sunday 28 May 2023 03:30:28 +0000 (0:00:00.047) 0:01:01.891 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:68 Sunday 28 May 2023 03:30:28 +0000 (0:00:00.046) 0:01:01.938 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:37 Sunday 28 May 2023 03:30:28 +0000 (0:00:00.055) 0:01:01.994 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:55 Sunday 28 May 2023 03:30:28 +0000 (0:00:00.104) 0:01:02.098 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Sunday 28 May 2023 03:30:28 +0000 (0:00:00.066) 0:01:02.165 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Sunday 28 May 2023 03:30:28 +0000 (0:00:00.052) 0:01:02.218 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:58 Sunday 28 May 2023 03:30:28 +0000 (0:00:00.049) 0:01:02.268 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Sunday 28 May 2023 03:30:28 +0000 (0:00:00.083) 0:01:02.352 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Sunday 28 May 2023 03:30:28 +0000 (0:00:00.073) 0:01:02.425 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:61 Sunday 28 May 2023 03:30:28 +0000 (0:00:00.049) 0:01:02.475 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Sunday 28 May 2023 03:30:28 +0000 (0:00:00.080) 0:01:02.555 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Sunday 28 May 2023 03:30:28 +0000 (0:00:00.056) 0:01:02.612 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:64 Sunday 28 May 2023 03:30:28 +0000 (0:00:00.062) 0:01:02.675 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Sunday 28 May 2023 03:30:29 +0000 (0:00:00.065) 0:01:02.740 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Sunday 28 May 2023 03:30:29 +0000 (0:00:00.065) 0:01:02.806 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Sunday 28 May 2023 03:30:29 +0000 (0:00:00.051) 0:01:02.857 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Sunday 28 May 2023 03:30:29 +0000 (0:00:00.049) 0:01:02.907 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:70 Sunday 28 May 2023 03:30:29 +0000 (0:00:00.067) 0:01:02.974 ************ TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Sunday 28 May 2023 03:30:29 +0000 (0:00:00.115) 0:01:03.090 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for sut TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Sunday 28 May 2023 03:30:29 +0000 (0:00:00.080) 0:01:03.171 ************ ok: [sut] TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:7 Sunday 28 May 2023 03:30:29 +0000 (0:00:00.404) 0:01:03.575 ************ ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.firewall : Install python-firewall] ************ task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12 Sunday 28 May 2023 03:30:32 +0000 (0:00:02.292) 0:01:05.868 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install python3-firewall] *********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18 Sunday 28 May 2023 03:30:32 +0000 (0:00:00.050) 0:01:05.919 ************ ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Sunday 28 May 2023 03:30:34 +0000 (0:00:02.308) 0:01:08.228 ************ changed: [sut] => { "changed": true, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target dbus.socket system.slice basic.target dbus-broker.service polkit.service", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target nftables.service ebtables.service ip6tables.service ipset.service iptables.service", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14741", "LimitNPROCSoft": "14741", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14741", "LimitSIGPENDINGSoft": "14741", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4422", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:11 Sunday 28 May 2023 03:30:36 +0000 (0:00:01.675) 0:01:09.904 ************ ok: [sut] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python" }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:16 Sunday 28 May 2023 03:30:36 +0000 (0:00:00.055) 0:01:09.960 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:38 Sunday 28 May 2023 03:30:36 +0000 (0:00:00.050) 0:01:10.010 ************ changed: [sut] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "port": "15001-15003/tcp", "state": "enabled" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:83 Sunday 28 May 2023 03:30:40 +0000 (0:00:04.351) 0:01:14.362 ************ skipping: [sut] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "item": { "port": "15001-15003/tcp", "state": "enabled" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:93 Sunday 28 May 2023 03:30:40 +0000 (0:00:00.060) 0:01:14.423 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:102 Sunday 28 May 2023 03:30:40 +0000 (0:00:00.055) 0:01:14.479 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:107 Sunday 28 May 2023 03:30:40 +0000 (0:00:00.049) 0:01:14.528 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:114 Sunday 28 May 2023 03:30:40 +0000 (0:00:00.051) 0:01:14.580 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:122 Sunday 28 May 2023 03:30:40 +0000 (0:00:00.046) 0:01:14.626 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:128 Sunday 28 May 2023 03:30:40 +0000 (0:00:00.047) 0:01:14.674 ************ skipping: [sut] => {} TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:77 Sunday 28 May 2023 03:30:41 +0000 (0:00:00.070) 0:01:14.744 ************ TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Sunday 28 May 2023 03:30:41 +0000 (0:00:00.133) 0:01:14.878 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for sut TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Sunday 28 May 2023 03:30:41 +0000 (0:00:00.070) 0:01:14.949 ************ ok: [sut] TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] ******* task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Sunday 28 May 2023 03:30:41 +0000 (0:00:00.372) 0:01:15.322 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:15 Sunday 28 May 2023 03:30:41 +0000 (0:00:00.066) 0:01:15.389 ************ ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Refresh facts] *********************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:23 Sunday 28 May 2023 03:30:44 +0000 (0:00:02.356) 0:01:17.745 ************ ok: [sut] TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:28 Sunday 28 May 2023 03:30:44 +0000 (0:00:00.496) 0:01:18.242 ************ changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: policycoreutils-python-utils-3.3-4.fc36.noarch" ] } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Sunday 28 May 2023 03:30:47 +0000 (0:00:03.225) 0:01:21.467 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Sunday 28 May 2023 03:30:47 +0000 (0:00:00.047) 0:01:21.515 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Sunday 28 May 2023 03:30:47 +0000 (0:00:00.046) 0:01:21.561 ************ ok: [sut] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Sunday 28 May 2023 03:30:47 +0000 (0:00:00.047) 0:01:21.608 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Sunday 28 May 2023 03:30:47 +0000 (0:00:00.032) 0:01:21.641 ************ skipping: [sut] => {} TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Sunday 28 May 2023 03:30:47 +0000 (0:00:00.047) 0:01:21.689 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Sunday 28 May 2023 03:30:48 +0000 (0:00:00.070) 0:01:21.759 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Sunday 28 May 2023 03:30:48 +0000 (0:00:00.047) 0:01:21.806 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Sunday 28 May 2023 03:30:48 +0000 (0:00:00.047) 0:01:21.854 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Sunday 28 May 2023 03:30:48 +0000 (0:00:00.047) 0:01:21.901 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Sunday 28 May 2023 03:30:48 +0000 (0:00:00.055) 0:01:21.957 ************ TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:71 Sunday 28 May 2023 03:30:48 +0000 (0:00:00.065) 0:01:22.022 ************ TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:81 Sunday 28 May 2023 03:30:48 +0000 (0:00:00.044) 0:01:22.066 ************ TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Sunday 28 May 2023 03:30:48 +0000 (0:00:00.042) 0:01:22.109 ************ TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Sunday 28 May 2023 03:30:48 +0000 (0:00:00.045) 0:01:22.154 ************ changed: [sut] => (item={'ports': '15001-15003', 'setype': 'http_port_t'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ports": "15001-15003", "setype": "http_port_t" }, "ports": [ "15001-15003" ], "proto": "tcp", "setype": "http_port_t", "state": "present" } TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:104 Sunday 28 May 2023 03:30:51 +0000 (0:00:03.094) 0:01:25.249 ************ TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:114 Sunday 28 May 2023 03:30:51 +0000 (0:00:00.045) 0:01:25.294 ************ ok: [sut] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:9c243aa0514d15a59365db51efcd414395f032cfaad615bc8e3a24c0097e6cd3", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:6ac1b263902354a1695a847275095334bb31c0f8dea2ddb3cd76b9022f9e9b21", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:179986ce8b111a5be5c82abca3ddfa29215d4d1dac70ae57536811e8ead8a328", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:55c4517c14ad84ff10cc888f1422b618f12fd546d9b87983e256d4d279734c27", "enabled": 1 } }, "aiccu": { "100": { "checksum": "sha256:97ceaea09cd79c4f77b89ee820b384212152025ad14dfcb76fa69ff1b97b274b", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:27a58adbaf60bb0439b5d84e6a3621729eb6a70ccf63a0fbf7ff1b88d351fbf4", "enabled": 1 } }, "ajaxterm": { "100": { "checksum": "sha256:64556844d444ff46053be4a96f242a85489bc0d2ce9395aa8a3c332deff01769", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:34101b7a5a5192f4c2bb62b46edbdf244afef632356feeefedf82491700daef4", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:1baf6b1477c141956d3d19077cb19951b54d98aa1d5253b6da2296b38cda8498", "enabled": 1 } }, "amtu": { "100": { "checksum": "sha256:30f806a658340274fc9828004beeb78c8714dcc168a6bb463e8a98e51e170c9d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:5aabf7fc9a05c1f0319bd0350b681d7041dad472f24cbbde479f0d4f3fc96bfc", "enabled": 1 } }, "antivirus": { "100": { "checksum": "sha256:6cbdbd438e928c3e2e66098f98a99747fb44eb08843106bdb4f89abf812ec8bc", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:76420162c55bcccb89572729125c2e35758da75fd6ecd07b01bece1be5a48adc", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "sha256:26674dc7d8322c89800203f7f3dac8cf08628c9042a8e50561530966e4550795", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:c1dceb5243f3e601eaeb9071fea6ce594c7088421681c1b0936bea65ec2d1143", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:75046744693801f22d20f466db370e11d50b5df3bb6d0df4f7e65d0ceef69ec2", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "sha256:080a0809debb4fd38329bb6a2bdeda4dbbf7349082182abff4929e09cafb30fd", "enabled": 1 } }, "asterisk": { "100": { "checksum": "sha256:bdc1f5834499151bfc1cf4abf6003b0a29c4c39c45864792b85d60688c3ed703", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:6cdf039fb948b14503aabe8986a39f3e9939246641739a2ce829662e705b5898", "enabled": 1 } }, "authconfig": { "100": { "checksum": "sha256:dcd65dcb1c56029fdf724710b7f7ae28704004d9e0e8ebb052d3af4dfef03218", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:f4414d0df7657d5d13cc95eea8c2f11d474480ae6e93c918b02966d180806434", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:be969ee17a2447aac07eb206e00749ab7410aa1c2907d2501694dac6730a2c60", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:71801a99a358aeac0c783a2f91c9cece399b640574d35c4affcc07c15e26a822", "enabled": 1 } }, "awstats": { "100": { "checksum": "sha256:1b9de0717e978f85bc68e40e187e05cd31f7f24daf0187dc1fff576370e593cf", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:cc02e6b93d5783232b4fc8b18138c643235a0980890a52c5b671f4c9c4a59ac6", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:2c4886d36f37cf3df696a19a31e7430d306108608bb32083813e4cbfe482da67", "enabled": 1 } }, "bcfg2": { "100": { "checksum": "sha256:c8bd3c403c6757918011d9587fa0836aabfefb49e2a2abd984f8f27b0a0007a4", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:053830ae2902bb2af9e0c23a93ab5d77a153e7f95f2f776cf9abf74d03ff9f34", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "sha256:ba110ae74b99238cb474302eced8beb17fce33672e803d9454ffcc55f5e25993", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:0c50be47fe290cf951d8d0caf3050824c339c080c5ab7caa025499232b0585a8", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:67026c3e134aaea8c8d070ba71fb28bd0fae77f3405608396121afc35cd02504", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:b41520f5dea57843cc312bacabf4700d47800c6ef853eec47b3bad9e59f137e1", "enabled": 1 } }, "boinc": { "100": { "checksum": "sha256:9f374ec1d1a6a0beec5d75c3af6b6590e54c7d7c07146bfa199297bf0deb0917", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:134105ba273d88b98b8338034a8eeafdd3eb903c636f928eb355ebf68f1f1603", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:855058e12c6a82720b6e585a230bf5583b0dc20fef625e9f933f0e727f69287a", "enabled": 1 } }, "brctl": { "100": { "checksum": "sha256:8cef9f72162cdc18320fa752cca93625d62aaa0bd33bde55bac1b385be07803d", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:1b3d60fdeeb741fcf890627b666c8927db5797a7eb9a974080aa075329cdd149", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:c7ce7a712ec4a89f5d24852c767a7d14d9c988c5a972a26e359c5689a0de269c", "enabled": 1 } }, "bumblebee": { "100": { "checksum": "sha256:6f273af9e56494e01d1b5ab93e0e654e99510ceb41057f47a0c5542bad2df1c3", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:5553600685489bf1c6b610338a7bee6e74f336fa4ac5fbb3acd222b303c472a0", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:78c1a37c955f247864136f9ddc4e47197e431fd76f08a2b85c710d8e8c91a721", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:1cf7f768cd36be22c0ef0f244fa70e072a53629ca498a04f653fbc5bccd96dec", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:a0165e0c868e2743f9488e0744194b36ca68f68617f11593d6fe0566139431b2", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:c058f9a5710929a4864677e595ddb3ecde3b7fa055b7523374ded89600a0642e", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:d4a0762105b1bf5777c80685382d14cb82a9f2a8417c25dfaee792beb2a2d456", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:1ebec0fe9da48c12fa328233e3eb8ace5bd6256cd0fe94a46986aa5a3e51f954", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:898fcc77e15857057b468bfb1fab4b111551d6127e01c93e570364bc1b7213d6", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:617da411d2d1964e1c2de917042e338579d509c621f84b2e573ea56d961325d9", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:dabc94ac6d18bf98816386b7e22b3bf11ada21bc64541284dd76a5d04d65e2f0", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:b4f634181d7ff84d1d0143bd28734d2553f6e7068a086aaa58f1a61f244c249b", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:99f87f63be12f8feca9d1a3e78d91b5defd5ad7459fccabf64426607cb1870d5", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:917bcc8cdfbd73930017092bc4d17f77192698143eed8846e194e6a2deab6d91", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:12f9917fbd0aec491a38d4dbdb50372b4038e6e978c79f6365b3d43003762807", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:959e75da6c3cd015315434721cdd36369c1ba5721faba7e7674ee505503e5db7", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:11aab0ed4d18ca29d547aa04762ab76b0dc3642941d4896c8994f2d43bb78f17", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:dc5a5fe0797b3414f152ceecd15e7aec504fadeaee3ae49a9f9a9ab12a5ce0fb", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:ea95a728562a46a65f46be60b104f62b450c49bc28964bb2baa1c2b06995304b", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:d1f40f0f12bc29e1cd3e011334886de255f372c5782130051867d8026208697b", "enabled": 1 } }, "cobbler": { "100": { "checksum": "sha256:4036b52d2946d0719f1b08a64362dc5b1085aa9f38c4a73d9b91a6277948731d", "enabled": 1 } }, "cockpit": { "100": { "checksum": "sha256:19deaf4bdb26225f8fa35a097e2e26850da5133118e4044c90bd1c51ad1304d6", "enabled": 1 } }, "collectd": { "100": { "checksum": "sha256:bcad7f13bfb1e47b0356bb05c9331c4f0daa36b2c744dcde00239ac619eba36d", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f282d606cb8daaf139fbed69d18c724269592c9e4632bc3a21029a419d60a4c7", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:9bceb21c83275ff2efed5ae61d713d272db28402a1c062a8c8da40b42235854e", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:310a9df4926511dd90d922249965a391da11f224d059b9f44e67a98b3b152747", "enabled": 1 } }, "conman": { "100": { "checksum": "sha256:71d28db751840071bf402398e60ca584ca962eb8572bf881cd01b928a518fcca", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:2de3db4e7052ee0204d69f10dc2673872ae1bbbf79eedff849923e0b19439e26", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:6f2b7716bf70b84f651ffeb3e5cc5005bd6724098688cbea8dd7b3a050d3b355", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:436425ab9704c7575248421fceb2dc78995ec310a4554ab3e3b2cfdd614b0fb4", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:f76df51e599f4874bb694ba74d7c75c50a10421bfe209d404ab146abc41dc4ad", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:9370495230d8f8652c13c4c75a68ee1a96008f40702cc751c57d4a92aff46e6b", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:3c289c6b74877266bf48529329a3374a61e1d12bb5a6143049ac46166a83ab8a", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "sha256:42792a532d676f6de888a8f34d49b1f746b1904e0bd743f1cf65e331592d6244", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:53615a51b145247efe89ab7649479c3ae4a8542d1c2057a8fdcfb8f5f65e7f4c", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:7afd86e330f6213bb3c44b46b4df756159fe9ce5ea8a0fb5b052ed452d6168cf", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:3a2b0d40ed99b8aad8abe8732aa9932ed44304c8d8e61c789f322e11065e0a87", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:fcbf1124726ffa28b3a6853b761e4f93910604df57a9ad3a804c0b038b5b2235", "enabled": 1 } }, "cvs": { "100": { "checksum": "sha256:706121030c1091d3aa42f3d6d2d57f8efb444161fe8d27713f2afb1369d5cb5f", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:aa45d314c7a452b7bca5ba342ce34b0ff9c38ea2652ee212e914be2efb59d43a", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:30c372853404a3e91c0b0386762e5e3d129d775f2dec0b95736f96a3318651a6", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:4c0a64e57dff48c4caf186985bfae13de196db8fca5aa799bbf62b11facd3357", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:6950645a3c08ece427605cbf1ec4fb8cdec8cb48992b8eabd0d0861b503d6cc3", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:e7e49e69fc945245914db132552316f599555c20773bef281623d63e30e4b90b", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:9587ae13b557420fe1ab76f39c76204cde4981c228cf4666378fc8dd1c80197b", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:e1cda19ed70ad1502cd8fc9e97a3d1d604dfe7ba0f1834720878118881785083", "enabled": 1 } }, "ddclient": { "100": { "checksum": "sha256:643f3302ac498284cb41dbcf6d89a18436f1d5fcb72066c4795b0c1a77e09f85", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:f86df193da08295bbf3f028be9f655fc95ce01713f7a0477ffc0e23938c488bb", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:a50f2f2b6eade648de6b2013e395d08edb2a249fefa0c567f81e24bc7336b04e", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:faafb56d263b81be4dbe50e2596f87cf6eaa9471eab773e3dea97ee599f1dcee", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:dec1f0f54891da846cd2455335f881ed43b1bc8cdd178268d13038effaedd92d", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:2a38524c09f16cfff5a049cfd08f81202e812cd44e9dd008bac8a7054ecb4520", "enabled": 1 } }, "dirsrv-admin": { "100": { "checksum": "sha256:ec8e63cc397aadf9657b02e12bc5e521e11eca083c9871e8514829df459bc4da", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:82f4887d9bdf94a447350f5e7ea49b165d59713a09a341384b15473232a2613b", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:4233aacef3f121be2e3728cc34a8abc1d15b96c5d7f98679b78ae26198effe7f", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:bcdbab1e2df305d661db56d498368c363376c9f765c6bf20049f4ed4a88b636e", "enabled": 1 } }, "dnssec": { "100": { "checksum": "sha256:23790363df70ca76552f8c569dd62d524a4aa420ca634e0bcd649af4b21be410", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:19d7a3ec56ddac4c7394814acd2f2a41cccc7c45d29edce790052514717b4a27", "enabled": 1 } }, "drbd": { "100": { "checksum": "sha256:f62a50b68f0a5161b6cca705435dfc0e997b8965d38362460dc45260c9a07cec", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:a6d4bd2f6d5e5585d686c6394ee6470ddaaedc832f4c8717838629a801ccb06b", "enabled": 1 } }, "entropyd": { "100": { "checksum": "sha256:0d089f68657f8e6b0f35a3dcebffdaf5593a864e45495d5ddb42b36be5cbeb02", "enabled": 1 } }, "exim": { "100": { "checksum": "sha256:0cd7ac843f7f5ea3cc0de6facea839dad7e20f760bc9289e266511b4bef1df25", "enabled": 1 } }, "fail2ban": { "100": { "checksum": "sha256:9b55263a59aa24fdc7ddbb1e8b3fa9b8ac91458efd5461fb1ee31fd270855b6d", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:0519ba6c641c01c3ce1544f5085818f63cf4768e1eb0e1032c509bf59364f50e", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:c90612d2ce7426b5909bf0c2fb66d1a608d210ac7859ff5083c43d38241bd47d", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:85a45f4410aedd6a6fc18df938a69ad33da63ecd159b94c250099b5176d693e9", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:707eb59ec303b30a42290b02f0799e158178113118860a4ba2c88a7db671ddb3", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:600d4d9290fe4a4ce3a5f1f407072ab03d60b8b2bad84d141d8eb534ef905a50", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:37ebab661090618283dbed6a64f7a89c803b74e89df7c5a5d5a330af1d8c28a9", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:ad020239ab92077706afe07798752e8da96999ca8528e6acd7c74513f412aeee", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:0bca684666ca58bf9d3c6b962e3fee739abc0626948ee045d5dde6325b7262b2", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:517a3a205d50e798b27771256b18db98d3e581764af6e57a07faeedfa03b68ce", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:b73725a3f9a52346f68f232608617e4e7edab13352666e420a5cf02d7176603f", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:4c482636bd1ad013784c02785faa3391957a9f20d79016eb4390a62c7bf78608", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:9c38d5a2cf1719f1fe202bfde9d08a82869b570778b2e2cf099f398f89258dfa", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:a8080854fa7781841959fc74bc9d986c24edccbc26efad5fcb3932eed7271662", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:831519e4e2cfe67df24c2f20bab791e00ee09dd40565ef4051eaea877f125def", "enabled": 1 } }, "gdomap": { "100": { "checksum": "sha256:a0a360fb16190fcc92c6a764854e892c9cc649530b4ae6ed8e3933dc17eb4fcf", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:6af7122daec7b64a08d9118e49d65d12388d23aabe2de4e1f54bab938679a28c", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:845a979cce5b66430d654d04e4afc757e69e078cbbaef9352795c111e20a730f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:19e840413fb9d50230c3a6b9ee28ba0dbb587e160d38efa234b1f440c1e4bf86", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:3f2265408be6e377c96c40a18905ab3b7a28452b562cd806fc6654cdbcbd49fc", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:75c65842cf41f9e03ae6d9c79d88a76cd5f619e58e09dc7d410ae751ba6c1350", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:a24b8fd051bee34d29470fcbf7b5c9032ec583a26154104b473337f0629b206c", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:258685da86f959e5dfd913446490f3ef0799bd9243c4543df00cb549214dfb9a", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:a0dd09c7a53b0fb8aefdf77e2114aae2b0a0dbe30083c153d38089b6f5b7d116", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:0ce48a541f2b271a656333e0896caa0a77fadad21d3bfea85608df49cc6923c7", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:644eea283cb99dcfa4b1f2571c689b4298eb9272bf2dfd53a17ab2ef11ebe465", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:b4c3bfe4146b25251e173f9209e39cd94966bdafdaff23fad3a07da2143911fa", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:b98dd5e0d03ee0e021507e2800a35e8b0326b1f5e2070a0162e8c92b1ac137ab", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "sha256:3f22eff9dd65cfd5a4f828cfe8141c7f4cbce3774d871d3475be6cd1b6d7109f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:f43391849fe913d09c73ab573b41e4f5796e9ee47bc2eb664214508c948360fc", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:4f2dff754725391ed4352f11b4b99d55516e8358ecfe59d0647ebe556ddc7b45", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:b990a234e85f8988216f21f9d57535cb8165a9471bbb8893f799b80278e70c1e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:1b91979ffc2c5109f83d2c41f019ba900f9a1d9372eebf88f48b05a5bf924f3f", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:4319bc071cf1cf5d8ea738c7be176a93c342ff4cb1e634d0850e79f668d5571d", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:0eb722027b7d04d81a277ed77b7e1aff723b87d849a78be1f220229d8288ada4", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:51cccfd50b1d5cbfcccb9cec020df3910f1200d4b33962c189eba60b029a0a3d", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:fa3e3f718fcb9ba40dca3f72975aa0e63693bab5126796c1dc3fa173d7f0257c", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:063e9e005b0de96b64c74781332c012362b2e9c75947d51cc0172ff8c9b2347e", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:0396c87dd8ca0f596a6c93435cfa510f2b7b5ae73219d0105d77a4aefc23134a", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:32564a75090c2c181a2f0f4aa47b4c8be639962327326d070b43887b419cb9e6", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:0d3fedf4c7c9a7ec1dd3861e78534b61dbd3da8ac7bfae4c62218769c40e6b60", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:dbc8578efc40f59b36f6da2028f0e7ca06a1ce7db409204ce2bfd470a072ef78", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:648d8c648169717cf3f09b1a81f9e433ba3fdba1b97e8d0ec589288ed011fc75", "enabled": 1 } }, "ipa": { "100": { "checksum": "sha256:c0016faeaa9a1eac9c5dd86c852de6e9507ea604146926b616c13ec21ca0dce8", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:d77bc3891af0af0233df18a7010282eb8efdcc6690ab4e3581192dbbd1a10d30", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:66c05b6e3e756345b9b5d42f03c56b3f6f7cd44dfc14261f4d917c979260bca6", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:19998a3c619f200fcf4fd5d2b8ced208f55205df2f95f28b723f1b1f62b161c7", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:06f3997190216b9b8b7b3de47d6c0dd0957fe29b9a7ed6cd360584715b9142df", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:32ec22745817914a85f6527f6a80230db45540ae5fec324046efb7fcbba45c1f", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:65a3b5b02b6a7189bdf02d21222227309aa80c8e28d613ba02f48af634d33ff5", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:e3ce53d8bb78ded1fb144be83f95ca59b8f24bffb209139006c48ff153a2d9fc", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:22fe60c22355f467f2cc45fa2e1f7de862b903021f0a67930630c5a3783c2fb9", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:3f382bd800aff6b53462861546959d73b62fe4a118b8e99501ad411523c8cb73", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:8ef2bd296df795c5203ed7c643013728e61bd37b1045c2f469970d23a7193232", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:5acca9e0accb87c6917a93dddfb0373a0f6e430b3e84f3780d8051c764094c79", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:3b896c33991cdbeeb8ca4ed172b0ab01fa54143d8ba117214ab8a21941930ad0", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:ee36ccd786d8ddc75217b3746b8502d57a52e02e8e90263d2973fd95561e292c", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:7cc268d6663e05dd12e82f78dad991ebcfe0bc85334bc798620304aa64824bdf", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:f032ccfa0a3968a238d0eda4392934d366945187257f64171181cc718a18c37d", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:de07b93e2f371a96df5754fd59ac61954431c7049fc3dace2b2b77c7d67d733a", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:9d7b1a5b9ad24113d9ec71f6eb8994f1b22fc0c39a6e1565e98a0bde3c726799", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:b3acd9e85b3e2c2024ff97f77a4d45d87d508f543452b6344c18487befb4b736", "enabled": 1 } }, "kmscon": { "100": { "checksum": "sha256:84e203999da7f36eebb10f18b4a5d1c5a2873dfe012d78db0c2a731234fbc480", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:2639bac25077f86bbc89b425b3503ae3659ad186b30cc616aaf2440c632e2801", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:4958530ee821c37d3ecbf01a163560e82fbd93975327d6e258af1b8c6e0a09d5", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:48a93dbfbd694cda25da2db6bf51357863681cb19be346ed3e8b3e0e17c996ad", "enabled": 1 } }, "l2tp": { "100": { "checksum": "sha256:a3be3c32743dfa988a7eca75261b977bc83a59b2407e4d03fa0af07cb5554be7", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:d1e368171b5528e23cad0c9f86ab21d12b6fd718f9a15a08a048b569bf50643d", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:019de4ad1e1194e39e5241e2c18df11a6a008f1ca103df9374ce25b4ef01660e", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:0c8af63a9977f30505de26d61b23f2e3179ec97842535299ac79f353c45f53e0", "enabled": 1 } }, "linuxptp": { "100": { "checksum": "sha256:99ce952ac60793c4cdd24b14dbb1fe49c4688580a4538c353fe92bdba00887c9", "enabled": 1 } }, "lircd": { "100": { "checksum": "sha256:6a8ff148dc2a2be62925337c7219645243cecff7125de2944e9cd46a6ebe4d6a", "enabled": 1 } }, "livecd": { "100": { "checksum": "sha256:a3c1870419a2507b8054f282531b3cd41493a1e2fbbbcf4c7b55562cb9f34d91", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:0587edbd715df7006974ae960d2a1c4c51e832c4da181ba344af6d0eaa87be09", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:b2312b183193cef876d372dbc189cdb3c924f0426669606bdfbee65f37a76c35", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:e65972b60d37a1aa3318ecf18b9984ef44b0c6bfd7527c8752a5f07b904ff9af", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:4fcc26c97e388a80a1c4464d3981ce961ad2eefb3e8364ef392326359bfb58d6", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:46dfb2613068eb686f5412f83f74e9e2923f91f345cdb1a679a6b40ca7e335d5", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:b43888d24ccad645d7d00705dcd723fd8050a185b5e3a43795dd67cdeebd812d", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9ad5f8cbf888b88ed6681da8793808ebc81960d1678df5496d7878ff312d2f8d", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:7b4f6ac6d7844ee6dae71889a00e24369a8572d8d9daec3b77239d260fd68b0f", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:fe721bae8a525b9d30234d1a1b9c87337d2a0ee3f0b711bc1eedec73daffa7e9", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:26ac4589e1248ae2b4aed3258c955e108e077d3818c12a40d8d7c555d64be08e", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "sha256:4681be9d5915ecaed2432bc8c138c30de925dce255e4ba12b90e39c4f4fea61f", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:1ca9350be9149064253db282498d0600cc76be8a8178610a764382154f755891", "enabled": 1 } }, "mailman": { "100": { "checksum": "sha256:e6d029c3ae6efcf324f9e4235a9d18f6c4c7ae959c0c974f0cba9d3ec9eb7afd", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:4db64529fcdb04caff7eed199743916f04b17dec7f97c5287f5f2cf89093ee53", "enabled": 1 } }, "man2html": { "100": { "checksum": "sha256:ba40f4c22ae3a0edacca40e0182e34e6692bb8e20d8ef4d0c5fbd5622ab34b37", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:6aafde2aa68237d3e88f937dcd92bd0464e82e45e53d8c0d0cf21a74334360d8", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:d176c38a02e9678e6dccaae3b074d3d22f1fd52be2ac71ea223d3782f730b8ba", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:03c45dcb90f907bb29cccb108d6881e1eb6e2370201a9c9a5fe4fa4ff38d07fd", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:505a21d2932adef7a77b988632d2777cccc783535148ef2ff66def6e36250393", "enabled": 1 } }, "milter": { "100": { "checksum": "sha256:07dd21b11c29ac9cb61fbb281ae1ccfed5ee35817d9898d6fb91e41ca929af71", "enabled": 1 } }, "minidlna": { "100": { "checksum": "sha256:3973ec2622f0bad2a93bdf400f5cb2a6af6abb3a46c11dd06f076b5d0f6d2aff", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:62e54cf338849ca42d923aa81062adcfd5da424cd2c573152ef81d3b411fd329", "enabled": 1 } }, "mip6d": { "100": { "checksum": "sha256:ace0562741b88434557899b4a52eeef166b3e99db12fb9ce388f02c4983554f0", "enabled": 1 } }, "mirrormanager": { "100": { "checksum": "sha256:a270d472e958d9165c3009eddc30c16c6957cd9465dee2ca2d4fa0cddfaee7ba", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:70b9cd16db9cb1d581a1668b816367a07fc87c165c0ec37573393d9a67df67ac", "enabled": 1 } }, "mock": { "100": { "checksum": "sha256:2c6953a676690ab266ac7e6a728ef9c43b7ebe4916870c4885240ef612b3e1d4", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:7430bd47bb9b1606f6954618859876e95a5b022c72f85b282c85aaf594e2363d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:c47150ab1713b29d75c45a1d55d43b1913d0c74b6dd2ad6937dbd74c29a5deeb", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:27926dbf2d8583f6c9335528742e626f8e91af31d3d4d69434da97f5f6c89ef5", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:c06832489ece896d553db3dab38bc81b3ce58851e40178364e9eb3c1c88d6b90", "enabled": 1 } }, "mongodb": { "100": { "checksum": "sha256:1da82fede1137f63cf86dc5f07659db7690d592057b41f9d9fb45e9c40afa26c", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:d37dfc0285f95582a00c5cdb71e3f840c2188f7dd61522a5953ba2f0d74e957e", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:9876d1c8bd168ebba8fb2db84b5fd13596903b3bb1090a62210cbecc2c14af24", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:3f497d007cc54b50becfc97489f065d7cc91a1504632b25f82f6b79d639530bd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:8d7fd79ee9aba09f99214274895279d972e527391eaf7a6cce9038a253e36fc9", "enabled": 1 } }, "mplayer": { "100": { "checksum": "sha256:84bf7a213c433c11799f8e12a00acd11deb5e7c1edb891ddf9183103ffd425a2", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:6275e6a211e8c3b923edada1c0fcb2fd3201705e175eebee948c290155c5d953", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:2dbab150c8fcc3eff912c978b85c414b2bdfe0a14ee30301cb085d0b53535685", "enabled": 1 } }, "munin": { "100": { "checksum": "sha256:b9dbc270bada31170104132e01abd999170631980b8258c9e673693e370ad713", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:147ba0b276319c876e0bde6d67c7ff1878ccd96cc1dc85552a160a2efcb29593", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:d9adccd7692feb8a3d16088b3f84857abda482f256f123d30ef90cd0d684dacd", "enabled": 1 } }, "naemon": { "100": { "checksum": "sha256:f122fc62d1df95f843be02aac0f0014187e0b9ec06d9f481f7084d6cb3654079", "enabled": 1 } }, "nagios": { "100": { "checksum": "sha256:c428d8812345a42625ad736f446bfc34b13204c95d6b6f50e4e92c6972290cd3", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:614ba5f9a13995c5495203b3d051c2cd903acd0e6151d668aebad75e6fb8fd81", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:38e09ef918d301ad1dc1871a37942444c93ea858c81f00311b6b47c1292e7bec", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:bc5c34f96d73f38874985cbadd6af6d8ec60900a7cf40d3e573ca61e24f99e8a", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:abd1545041949177945c0ba6deebe2287410e551028b46da33e5b4b57ba1c5a2", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:9df96b28f7fec290e9582542dff6a7428c78901bd2ecc4d8953eb5141625b6cd", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:b115326fbaab95c83e3ce0bedf9130bd15c2dcc084f48bbfa8d9d752006e8e16", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:2c8ec8a0d54ffe0eb9a35b6dc9a59fe8f21b314b544ccb4d2de4dfa4456d929d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:bc38a5e089e1b0fee81c4c4d582a4d46c1b7ef18af0a9e997f0a4b14e11a9982", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:4097c76e61637f565935f9d12606878853864c99480fd09da6f7d75dc3ec4e37", "enabled": 1 } }, "nsd": { "100": { "checksum": "sha256:4617e1f8232834715d36d9f20e1f5a536f6e85602c08e84ed47bf000b87e2ce4", "enabled": 1 } }, "nslcd": { "100": { "checksum": "sha256:607987918c03a215b5e2d1b2acf84b8c093f9f8d6577dfce6a018d35c91e1495", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:92040221b0c4be6443a2f8e6d70f84e37a311da00ed952f24b8b98bcfaeb3202", "enabled": 1 } }, "ntp": { "100": { "checksum": "sha256:e61a6c98797044a4f2ce5341816dfe6a8601abd4167ce30d0557013defc2e952", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:b50cfbd4d35504abb32cf628ecb917ad823c5e92e6afb6cbd98cde893a29205f", "enabled": 1 } }, "nut": { "100": { "checksum": "sha256:8fb71a61c6f60022b854a8b51a5c353bd396dd450c3c9d9b358d702593adeac7", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:da2b443e382c1fa4b5e28ba86423f4d2319ec62898fd0c4cfd6230ef68d0eeca", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a699a4b11037e35ba91a720d771266530d4c14b685eed7f450da14ac5595965b", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:a3dd0edab43437abbbb17796ee50f9e925e1f5d5946db5febd6ab137c7d29f9a", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:50058ff94c1b2cec31b17503d08f4883b337d7506bf212a29b02c3289a1cad6f", "enabled": 1 } }, "openct": { "100": { "checksum": "sha256:18d74e1b49b92b1db68b26fa13ed086b72c5013f4c7c0753a426585d65eb9a4c", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:1f66f601509de12736c80119446e53e1d8d1cb22a19c36bd81b901570f007606", "enabled": 1 } }, "openfortivpn": { "100": { "checksum": "sha256:f24b7df488e4e2536ed4903eb0055bead307122af83bea260d432111d7e24712", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:b689bed05101a43b186e70fa7b332f7d736de193df479efff5c4e8710c745bb1", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:7cc8968b621b94cbc3346a1842e361081f0ea27dc76d06c399fc64a9e4358ac9", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:ea64ce798f9987bbe3855765fc8d710e6bf47615a5e3d73a118e78d2c3dcaab4", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:c400ff33b13563edee0ca481ff51345dfaf6be9fd272d1957ea034238369757b", "enabled": 1 } }, "openvpn": { "100": { "checksum": "sha256:63732111e379530c07acfb83777f3cc0b76aa432fbb030c0178f6bf011654022", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:3212a8b64b08eb39aea55303bca84825d84a15e760eb692f789f53487ce413c6", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:70cb10fdbe6e5a18dc1c79a6faf89b4f07064703761bfac74f7ea0685e64e32e", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:cbabb3ff51f1955b5a7ac21b902dd64e886a179c36d334089abb184c240500d1", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:4ec03e94876fe58bc78c2f14a1b8c6e8f652fae6855fa023ac256cad1fd54562", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:ff37646ada9b3cf4a9e962fd70d8cef42c6f445373b2ac0373e3d2ae28dbfaf4", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:ddc1bf9d738e82935e716abc71d41c6c1b9850c75a2028e6f48f0f3e9ce4211a", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:13ba84ce28d87d09061528346907c03854600f178a8cdae5c43bd7c95acdc23b", "enabled": 1 } }, "pcp": { "100": { "checksum": "sha256:646cc69396f331bfbf5f4c9466c7b3073815c515035574d2c9554155630e7258", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:ab18d058bb32823934f8e684494c3d0fe241b9fc8a9b1894ea21107cc08f045b", "enabled": 1 } }, "pdns": { "100": { "checksum": "sha256:04a21bb042c6ee69b77a6111d2e52d4cf6c6f6847c4b07e819dc17776fb0f5ce", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:9f4eb2152aec9b103bc2a0cb347a235a02ae11cc69207c81f9871f7c80a2f572", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:a49b7ee965069370665047f7ccab7c50a0e6f69204c6114f6e5068513a767285", "enabled": 1 } }, "pingd": { "100": { "checksum": "sha256:0d4b5e913b3aed9b574e1cc6a87bdeaa4800b30e50ddb7cdfbf5bc4325b5e9b9", "enabled": 1 } }, "piranha": { "100": { "checksum": "sha256:c77cc498e0e224fc1abf9c06411e12bf66f1cf6667b9da6aaac6b7a6d95ab097", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:1be57fb032afe4182f7bc401d6e1dff210e39cd604da4f2a98bc01958e8ea1c3", "enabled": 1 } }, "pkcs11proxyd": { "100": { "checksum": "sha256:c4a83355e72656d095cf629c678ec28dc2e3f3f816cee2995fff0bd02aec8c0f", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:498d36a6e52d03146894d59e511a4b4351a8614b17e2b9bfd3511d7bce7531f6", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:902cc79c6fb6aa14de2f573e61485083f5990a5bcde963bb73a4483f05021cd8", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:4da12979559a1f7263588174eac01fda8c0ccaecb990a0705e41e55fc0d55684", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:02ab745a7d62d6985e4399b6a3860d5190bb8bcf73123e187079f40ccc79ec5e", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:47c176de9b7a284048c460f52525a7cd074cea42a3e23f308d417e237978ba76", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:a64415a16deb32823e2b0f6018945d1dc6279d3b227f9b27bf53209d95e679af", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:e5223255092809424eae9e68d81d38244a313407682d18ae1a5d6e63ec2b83e4", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:e4ea17558bc391280f55f5b9a8952cb58ffc3850688320ca10dc0d7e2e77e2a1", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:0e5834b0c4abe6ff8df0a919240e43588697a7294b419f97fd516d8c22e6092a", "enabled": 1 } }, "postgrey": { "100": { "checksum": "sha256:189dd9a522226875879e1f79cd1b0fe37a2909a12d70319fcedef11782a8429b", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:21e43031abdd07576ef35581d19418dbcb486351ae7312e0cae76e1c6e83671a", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:2eb502c17b6704ed39b5cc1c1e1e1e1688a0efaa05f83783cde9e3550347bbd3", "enabled": 1 } }, "prelude": { "100": { "checksum": "sha256:dfbf031362357e7ebc6eb621c1936253784896684ae1305861e99a11d3dccdd9", "enabled": 1 } }, "privoxy": { "100": { "checksum": "sha256:75ee12714bfbf736a661f16207ce3ee199be0703ea1109cce3a849d9d9f82124", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:6f140de6aa2a6821d5ecce2f865fcf5c7c010e491209400b495a9dae60b3ad64", "enabled": 1 } }, "prosody": { "100": { "checksum": "sha256:0ca4561d527f90bd65d9618e18406260d3be9b81f73101a04775fe6759831d0b", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:ca3b8cb28e02af42828cd1c38715781e6e0696511cefee0fd034cef149864eb8", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:f1586af864fa24e99b8bef7bd15199e1dad101393b687cc26d81763281ff1102", "enabled": 1 } }, "publicfile": { "100": { "checksum": "sha256:8dc1ea19d37907df35d6ea71f7b5ee97f754ce643b47329764628ed127039393", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:4d87a147a023d9ec73bde03fa2f6fd482b5190d4d5ea3ee827cceea448c20853", "enabled": 1 } }, "puppet": { "100": { "checksum": "sha256:004dd1d634b2946b8213c491545fb763b3fe6212b555d72f8330181df5eb0bae", "enabled": 1 } }, "pwauth": { "100": { "checksum": "sha256:f6ea56bbec0854cc4713b4083aedaaf3cf8a59b6e3c438a53e6c994e510ca737", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:3fab5a78d54a9bb3e26ef4b77679a3817a47d0f0556dc9dfb9207fd619f22c40", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:7b168a5e57c1720c61015ae1e2d6b59822b92d3b2351647a5140725368f27ac3", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:3e7238fd6d1451f93143f24eff2eca2949fbd5f108d8d5cd66f3cf8f3629033a", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:590a86c207abd8403d910f58a4411740110f93f070d69d1e81ca86c06cf89310", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:7b5c8e4ef87fca0c2218651533761ab53efb7a751c70dbef25edbe351fc95bb5", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:2f2e365f6cfe89e5533693cca3e6ef5573b127786df62ce5e10dda432e361872", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:64e9430f61bc94d2807c2cb39f1c0875692629c551f1095ce324f366522c960e", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:a67a22e7ee4f824b206a791252198f1cdaf697828ca376afb04e09e0dfd65bb9", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:4809be9187223c002cc0349ff467bd33c90c70b5d696af77565e9ad3b86d5c64", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:bc2ce0352c3ae99c9f6fd35cf29f9fc1b1672211c8a66ff414c552c318c24b9c", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:55f86faccc476f0f80d525907f04060e730580368dd415c5976b4628fff08cbb", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:0e7ea531624e991ab9546a960c13463ecb8ffe5a83e486f9744bc69bafada5f0", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:d3abc377746632555a9dcaf12b3450a6e190fd7eef0602b9b7f9055dfc8a7b31", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:43d375984c3e7de349c39cba3ff89a1a4af534bfe44524b2533ed33d9b25bb32", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:c7e04b262416247336c9369afe20a7a319dd2829b61ff84e31f92cf454d76b19", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:442ea0fc70f78440fc123ea78f71521e9434dab041ee19bd5018a883686578ce", "enabled": 1 } }, "rhev": { "100": { "checksum": "sha256:7abeaf1ba17749406c5d28ac59410aee4fefdd3eabf0a4f679f1c39ce81459c6", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:adabe32acf12c8088a029120dca79188852e99363a34b30ed13eb4ad39c38224", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:660d71e79976c34cce09b0698fb54447ca1ae289d412b25c6a8e492666e2d56c", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:f4596a385bbeabb2b274e04100c99dfb6e98cf179a1a5adda9d0182c3c3e6efb", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:22efce9a1a8ab89b1d26df7422b908f400ff1b1cf3672c1e0f8570e249a5135e", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:3751e1fdc9c25d3859342ce5c9ad34d1b1cf9cba91e2fe2f2068274681875b5a", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "sha256:b01dab350d44d9f2ebc61e88427f62a882d19c6bb0dae3d96a96ed91abaa731f", "enabled": 1 } }, "rkt": { "100": { "checksum": "sha256:b5495de9fc0b5043ef20ebc76d4b79ba0866107bb829ac442fc079a35900168d", "enabled": 1 } }, "rlogin": { "100": { "checksum": "sha256:18d9b4f7061c3f225a4360983a1d1a344a6e224177672734458942aa79ac1609", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:95bc5a5e8a04ffb0b19265ceb390ad672222df882eb645bf3f4da0866215a261", "enabled": 1 } }, "rolekit": { "100": { "checksum": "sha256:585e839946e699eff3f33fecea0981925eb3ec2322e8949169900790f89b8199", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:e874f4b4eb637ebed4d5eb2d8e39029a018ee7546528cd8e002754a29144842d", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:05660a29cb875b4e5b5688018aa8797e1aa24a8e217f6e115196336bdb36c4f2", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:a284c26be25035d663504553ddcc9fa6c467f5186d74e02f26e029d46d3c5798", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:a34141dd4139098deaa455fff46cab2454fdeb3d4c58d49d7ea10584074401dc", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:9b0f624792ec3203df76252fa1baf12eb1524806ef454c77e876e0f825dd3123", "enabled": 1 } }, "rshd": { "100": { "checksum": "sha256:108d6a5dd2fd4c7ee412c2de3c0dcc846bf2e662e12b9c5dd1f3d89f67ce3f23", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:584f86a97bde00bfcbf2a51d75b0eb420c022f3edf6ef47daa77655a9a5430d5", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:5803551e58c7487e59c2d636305e438d22c38908a9f7c9ef35945b56b438f051", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:09a4d80f29e606c056f0f6763981bdce5704db4e3508e505e14980e6be24843b", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:b032b71127a64c688b1a81400c7102dcec249ae6988de8275967d4783759cf71", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:55b415e843d94633e0089ea94ea51a871de8da237ff2098877349608e8ddbe74", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:da24139a4c464f07a5291638c5d094ad65d316ad75e97691eca544d97b3e3caf", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:95fe7d9a717194e0d8a788d0bdf3bb0d928ab7ee962eb3ae6234b35c32d66caf", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:1412d1c1592f56d9de301478df61a98ccee60ee4cf650a0b4a97a820b22803c7", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:5cf7087e7592ef2e7dad24ef1af25c5d3698f05c9752f6feb1dcdcc2611683e9", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:444497b070564ed7b80e1e5277758b5527ccb59e43c340555bf80e17d5175f8e", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:58958c00df16157407a9cc8c2e1b50e004364c33f891610f611810f04e6b8ba0", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:cbc9d504b0d18a4f5d63fb53758396e97f9da79704504b66924b76f69a6c0593", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:a7dbbd2358e380f65dc6126161582a737989fecbddbe7556cb0ee30b43ddf59c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:cd47bf0fc875cddf27158212258798edd0dbe309b54d0ea4060835725d76c805", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:f85d2c01afc759b73e37360feb44c59142bc2b0bfae5185e519c66985c65cbd2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:9e88d4be3e3478848bdb983d313b441360db8dbe525be0d9c80ac18f5651aa31", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:7eda31a419b5c7c24991961b54f7452b765b7fdcc95fda8c8fa9bd0285d5a988", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:ac5130855d7eb0496df557f0837d1c4331f498a0275891ac8f1ebd4780b5a40f", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:6b81ffcf5904c1f6919ea9010207aaddb7cf1d7eb97a76f8a1fc72dfdf57f801", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:0ec4033319046cf9d18f6afa91792895d57107d436eb46937da023a7c0e9677e", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:0d96f9a338e93939f367295c49b68306e6b24ae040c4c5b9b38a08271615a358", "enabled": 1 } }, "sge": { "100": { "checksum": "sha256:126a0374f586180c307e1a0186877a843c94cec08b171fb3044daea54b997041", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:356269843d7ce1f8cf2b468ef6760a12b85f7545817c785c30d6d9674a1e023a", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:e2215aff99f77f9a5e7919e7d905c67e42992bd1f7e2d71eae47a45d54a91b08", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:c54bc0bb61861b2ed8e7c3ea40af55f1733d4825e80e4792ad3e2fc72610ef78", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:50756e0fc8012b3df4fa8947f82b918e2e5fbb1d93e77554b686635b62d5dfd2", "enabled": 1 } }, "smokeping": { "100": { "checksum": "sha256:10818c15fa87cd5e5aadefab6290b2abffea7b6fa0f982895dc75e83d34290ee", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:61aa16db3ebae3aa6d6ab7caa81627fdc9a5dbb12f72a903843bb65d4de217d0", "enabled": 1 } }, "smsd": { "100": { "checksum": "sha256:9efbf84e9f88d0e69b3c5e604d718c7b1fccb7b5eaa8398d89abcbe94cd6c2a2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:62288e8270c9bdadacbd53b109fb19431603349fea40a62bb4de0537f97bc503", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:fecba01cbbf56cbaae5875c306e4742b2aed682d5232533794c9954ce33c3232", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:cbe2f42cdd66f60c16f8dda9b623d8d8303c30aad8e8a8d92123e216f8cb7766", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:0b071a6a6faedc9abbfd53f4e76220052902441cb2ccf0c4bde7f5402fed48d5", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:c6ca92777ea8f2720ce2e0ee1eecbb6f75260eb2f946db0e1eaa634ae3ee30c6", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:4b1035899e487cbb66a9f63737d28e973a5947eb8a7fb1982e68f84afcdff4c4", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:1c267b8f0676c8dd2e144a4cddeec8d6591157030e3b57dda943434e2fade6b2", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:8d2ff100eca8cc17a8b411f5fe6f4d92e61bfa75b5189467a0422549f69b5012", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:ab0374c05dedcb0b9b9c909f4b91b2d5ae4ca7e6d6be61b5a31eaf81cbf390ea", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:85ef315b0554d9d85aabe31e52385a7c4a89de87a0530d52d025adb25970bdd5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:684a69305a57a9865a97605264a8f1dae314dfbc51aac5e5d15f87039f88bf08", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:c4a40d57cd2efc08af587dba99eefc0b3e74cca25e07982fc7754e32578fd9d0", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:48d51df14a88f14ef35809333cc7e71823bcd16e60b51bf07101b5510b323999", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:e760a1adb20c2316d48f64f141905a23e9666d7e9a1fa4e4cdb6f3ef129fc87d", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:4f7882afe8bb7826ec57e7a85fff56bd6383141ba2074647222deabdb9efb766", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:5f9a585867fe71b0eb41dde818969a29dc6527b344e6a0f52bbb310fa9c3b0f1", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:e8422444d38d58e8b52b93fabc17418c0b9d1271340c914faf6c8bef5c0e8741", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:45781d106b811804f5b48ee7dc372b0054d1aac0fe534b462828bdbfc91cfce7", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:73bc5b6764645b7fce8af278b6cbd9c1f1d39d7ae4c64216005cc48b693aea0c", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:63820793dfdbf74586c41bc09b8658be35cd5b0a7ee7f9332c579131e1c83a51", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:6fb1aca6e3593fc1b608738a887847f97e286e5df84e75bae2c19e4340530c16", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:a1f810bfdf547e51f251d1a0b82cc5fd1e01ff3e335d47c470cded6fa102f2c1", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:5d5f06a7397ac6739317391662e0b7f84ac109bf20707dc06d995c536e84a215", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:1fd9c44960c822aac5ede0c5a2b1a5c7440ee98a0631315edb44cdba200bfc25", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:2df0edda34e9e7d11edce439ccac700967b4f7faa88c99dd5e532e55501d1817", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:4308d732f3f2a0bb71bf785dcaa74c6db812e523db88404b9c3032bb7ffb5064", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:5949a1f116109cfbfa03ca192963b5b5a89efca88f9a9193a50bbe1385f224ec", "enabled": 1 } }, "tcpd": { "100": { "checksum": "sha256:40952fe0cc3a0dbf175a9c3deb3e1e3939d996cf94923b75b8c0ecac965930d7", "enabled": 1 } }, "tcsd": { "100": { "checksum": "sha256:3300a50695d4e2726a6ccd762323b3ae80009cfb4be9d597684d1daae2bc6dab", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:a125db183524800b77b6c1cb1f82af8ad7ec78f2dfb89041ac66dc53a6f0cfa7", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:2f0ff23594722478b3642983d284211a6c25727c878d9ea36d8a1e2b6278ff9c", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a722b3b7e51d5b3d644d50a0f06c8597e17083577892f107720db256076b8d50", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:b18edaa6f0f49efa63a4faa280ebb05685894f4d4d2be372645c4f5f8926dcbb", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:4e123de33c4bd2bd2aa26b7e7e49f033ca89e681397283d954d9f96afe13be90", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:2f2fb3cf16ab70b12c440b37ad24049999d6b00828d566b183940b50bbe2354d", "enabled": 1 } }, "timedatex": { "100": { "checksum": "sha256:c10727d09d0acc95bfadd87ace260764abc2e5525bab14cbb0e39b8d5bf1168e", "enabled": 1 } }, "tlp": { "100": { "checksum": "sha256:1aea997856e688be61bb40b24f56281431fb412672e7c7ac4cca603d122db1a5", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:2df26015e55923140457fc3372504509493566cdb5923f158807d4591a8e2068", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:7b976264382ee938ffce3f4b4d1bc412b33fef68d4296cf6269243c5181549c4", "enabled": 1 } }, "tor": { "100": { "checksum": "sha256:af14db5f8ad1d9a1fa126388d181a3988aea1e213cba14ef4a65a8fc9ec2d073", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:169b9d1d8055b3f2cddf89b7a670b5ff833f65289b3f87b84a8a763b1e04f9f9", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:47ef07bab13e5c624b35ea62dd02043fa0261eda19c6c5530868d61194b3865d", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:a916c927141dcba75b0f99f7d8c8479c694235d6c4fd3b4dbb5e299dea9e6a89", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:05a4a4e4cfa800cfbf5850890fd030fa937e183325a14bb58b11493b9aaefd5d", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:00e7a38b9b0926354c8b8136743032555d9089198d67023f23f832facce1882e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:db5af559eda766fda7fc4d220614fdf009d9a10f6aa79f571312b7ceca249844", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:ada25cdf1afe8e11d79a61be4ed11858ced453c1f6d158a75b396f5a10f9d434", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:938c9149079640bb40dd40370de92409802f8e268c84c188b3b32e52c19b9c0e", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:3e0eecc04d2f3509267d4529052dd80da31170496c0ac74c698c5bdf3036ec33", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:5a78e74587bf388a7433ed411c4cc9d9b1a7d7dc9e5e094a53b823c2197aaf22", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:51f24ca1ad814d27f6213e5f14975d5d92819fb5b0ceab53256c186c1131a0eb", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:8abe8689873d8a70d92f3ce51a13e0a6dec3cfc965d113944d86ec06a2998b4d", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:4eef425e2c2b63d9e627657c2302155246a4097320b8c77f9d3665a4110838a0", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:2327c2977dd89634ed2db2d87f8613ac5b0e29c4b3958263ce89c3d1bb86109a", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:c4283b003d3ae03555c7176e8214de3884602866e7cbe8d0b61f3bb1ac0d35ce", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:1f8fbc5c2d7360f6bba675c630a249a3f9d46077077afaca3027259b7542ae6a", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:6d35165ed4000aa29a464ce4f8b03c6f1d68f40602d279995d2f0fb7f84d2821", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:ae7e8bbf0af1436ae618de975bf0ce75c74d6a0809676e355a1a4883d2bd2a24", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:2b58e308f3bec9bc5e35a781177a2d409e54e21f64456a080fdd4cd35b4a1e27", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:c1b7e75ccfea8f327e250e3a972b1800fd4da67515d183cadf7b807af2a57db7", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:58ae660001d16e7114e05626c0b9d5bff7b54b231aba4d4fdf9bb72ffed5ed54", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:8013da4e29f17086889f4d412fa5a6e2c52fe145fc063b800ffde9b34e1fdd16", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:a4d22b24bb1d0d6f29769fe28e2428a4dfe37fbe2516881bcce1d3e93edc03ff", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:065d77667c355f90dad25c050d438aeda6ee938fd01be00c9e3090f0d3e75791", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:b8fb0299fa994b30cf4210d1d14a2f329e1baa96aabc84903c9e2b5cc406a77c", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "sha256:76875f73876d57ef80f3d96e6d65c2226efcc4b64db3c20c94d7eb768291f3e5", "enabled": 1 } }, "vpn": { "100": { "checksum": "sha256:7ec57c02be827fd3cc4e8aaf29e85df337692d614d0b23ff384d702b4e4f403a", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:c423eb302b72281d1fabcb08147d9e5ad2ab909dcafbfa4aacdf21040185a585", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:dd1d655a156b7e3d888e2fb45e6ef9a87d52b9fc2d3fcdc438935fbbad4d0782", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:b8ab055231b897c36650b0b2220def272e33f4d18b6cf4e30f1ef709efdfffc6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:c30c94eb1e52106f54d8ffa5155570c474a06528825ce1e15e2af1fbabfa647a", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:90a18e18c3f2444ebece6126617100a7b2e5380b2d938a6f2d909979b7f3df50", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:8f8ded1550cf6ef4e0b7b164e6f4d1ba794872bff0977400da88c4f333e62f2f", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:2f4e8d871c83eb137c9986778e3777c1b739cf9d6115df2c130e6ba7a57a51f9", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:c0a54f65c2b9c31e82e659aa1aa07b40cfe9a152599330ccd512265e3c0a0cc9", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:83e197c0114846e49c1d745865ac36cfe8da9f66a72271230eb7bd43758ce412", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:998bddaadfe4d3f6bb811df9bd23ed4f91eadef0cdd7042df18285e98e219f43", "enabled": 1 } }, "zabbix": { "100": { "checksum": "sha256:25e984df37672a85aabcbf698ba7b2b82f822cd9cbb4bdda3b37fdf2863db262", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:ef739bc1fd154d41deb35b5d4afdea7afb001b606f7e7b74449e8b97d2677177", "enabled": 1 } }, "zebra": { "100": { "checksum": "sha256:c60169b05fbc9583c46417f0660207d8943d901e8bc5192ae9561f602da89782", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:2a49cfd6a36db175e389e0c7d144da3fa25bd4b041f9cd99a82e6002d4fd19e2", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:7fb747fb0367bd9f24cde4f06f0d52d6f84290f2a0bfa4e5f9e11aee52b4a9d3", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:117 Sunday 28 May 2023 03:30:55 +0000 (0:00:04.143) 0:01:29.438 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Sunday 28 May 2023 03:30:55 +0000 (0:00:00.079) 0:01:29.517 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml for sut included: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml for sut included: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml for sut TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Sunday 28 May 2023 03:30:55 +0000 (0:00:00.144) 0:01:29.661 ************ ok: [sut] => { "ansible_facts": { "__podman_kube_spec": { "debug": true, "log_level": "debug", "state": "started" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd1\nspec:\n containers:\n - command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n image: quay.io/libpod/testimage:20210610\n name: httpd1\n ports:\n - containerPort: 80\n hostPort: 15001\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/httpd1\n name: www\n - hostPath:\n path: /tmp/httpd1-create\n name: create\n" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:33 Sunday 28 May 2023 03:30:56 +0000 (0:00:00.065) 0:01:29.727 ************ ok: [sut] => { "ansible_facts": { "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd1" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd1", "ports": [ { "containerPort": 80, "hostPort": 15001 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/httpd1-create" }, "name": "create" } ] } }, "__podman_kube_file": "", "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "user1" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:54 Sunday 28 May 2023 03:30:56 +0000 (0:00:00.064) 0:01:29.792 ************ ok: [sut] => { "ansible_facts": { "__podman_kube_name": "httpd1", "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Sunday 28 May 2023 03:30:56 +0000 (0:00:00.057) 0:01:29.849 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 28 May 2023 03:30:56 +0000 (0:00:00.083) 0:01:29.932 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 28 May 2023 03:30:56 +0000 (0:00:00.251) 0:01:30.183 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 28 May 2023 03:30:56 +0000 (0:00:00.066) 0:01:30.250 ************ ok: [sut] => { "ansible_facts": { "__podman_group": "1001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 28 May 2023 03:30:56 +0000 (0:00:00.100) 0:01:30.350 ************ ok: [sut] => { "ansible_facts": { "getent_group": { "user1": [ "x", "1001", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 28 May 2023 03:30:56 +0000 (0:00:00.252) 0:01:30.603 ************ ok: [sut] => { "ansible_facts": { "__podman_group_name": "user1" }, "changed": false } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 28 May 2023 03:30:56 +0000 (0:00:00.072) 0:01:30.676 ************ ok: [sut] => { "changed": false, "examined": 177, "files": [ { "atime": 1685244567.584576, "ctime": 1685244567.5855758, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 190179, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1685244567.584576, "nlink": 1, "path": "/etc/subuid", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 39, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 1 } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:50 Sunday 28 May 2023 03:30:57 +0000 (0:00:00.293) 0:01:30.969 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:59 Sunday 28 May 2023 03:30:57 +0000 (0:00:00.056) 0:01:31.026 ************ ok: [sut] => { "changed": false, "examined": 177, "files": [ { "atime": 1685244567.5885758, "ctime": 1685244567.5915759, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 190180, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1685244567.5885758, "nlink": 1, "path": "/etc/subgid", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 39, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 1 } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:68 Sunday 28 May 2023 03:30:57 +0000 (0:00:00.242) 0:01:31.268 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if no kube spec is given] *************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:63 Sunday 28 May 2023 03:30:57 +0000 (0:00:00.060) 0:01:31.328 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:72 Sunday 28 May 2023 03:30:57 +0000 (0:00:00.056) 0:01:31.385 ************ ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/user1", "__podman_xdg_runtime_dir": "/run/user/1001" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:84 Sunday 28 May 2023 03:30:57 +0000 (0:00:00.078) 0:01:31.464 ************ ok: [sut] => { "ansible_facts": { "__podman_kube_path": "/home/user1/.config/containers/ansible-kubernetes.d" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:90 Sunday 28 May 2023 03:30:57 +0000 (0:00:00.055) 0:01:31.519 ************ ok: [sut] => { "ansible_facts": { "__podman_kube_file": "/home/user1/.config/containers/ansible-kubernetes.d/httpd1.yml" }, "changed": false } TASK [linux-system-roles.podman : Get service name using systemd-escape] ******* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:98 Sunday 28 May 2023 03:30:57 +0000 (0:00:00.086) 0:01:31.605 ************ ok: [sut] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/home/user1/.config/containers/ansible-kubernetes.d/httpd1.yml" ], "delta": "0:00:00.007492", "end": "2023-05-28 03:30:58.086323", "rc": 0, "start": "2023-05-28 03:30:58.078831" } STDOUT: podman-kube@-home-user1-.config-containers-ansible\x2dkubernetes.d-httpd1.yml.service TASK [linux-system-roles.podman : Cleanup containers and services] ************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:106 Sunday 28 May 2023 03:30:58 +0000 (0:00:00.245) 0:01:31.850 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update containers and services] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:110 Sunday 28 May 2023 03:30:58 +0000 (0:00:00.058) 0:01:31.909 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml for sut TASK [linux-system-roles.podman : Check if user is lingering] ****************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Sunday 28 May 2023 03:30:58 +0000 (0:00:00.107) 0:01:32.016 ************ ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Enable lingering if needed] ****************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:8 Sunday 28 May 2023 03:30:58 +0000 (0:00:00.237) 0:01:32.254 ************ changed: [sut] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "user1" ], "delta": "0:00:00.024092", "end": "2023-05-28 03:30:58.750860", "rc": 0, "start": "2023-05-28 03:30:58.726768" } TASK [linux-system-roles.podman : Get the host mount volumes] ****************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:15 Sunday 28 May 2023 03:30:58 +0000 (0:00:00.264) 0:01:32.519 ************ ok: [sut] => { "ansible_facts": { "__podman_volumes": [ "/tmp/httpd1-create", "/tmp/httpd1" ] }, "changed": false } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:31 Sunday 28 May 2023 03:30:58 +0000 (0:00:00.073) 0:01:32.593 ************ changed: [sut] => (item=/tmp/httpd1-create) => { "ansible_loop_var": "item", "changed": true, "gid": 1001, "group": "user1", "item": "/tmp/httpd1-create", "mode": "0777", "owner": "user1", "path": "/tmp/httpd1-create", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 40, "state": "directory", "uid": 1001, "warnings": [ "Module remote_tmp /home/user1/.ansible/tmp did not exist and was created with a mode of 0700, this may cause issues when running as another user. To avoid this, create the remote_tmp dir with the correct permissions manually" ] } changed: [sut] => (item=/tmp/httpd1) => { "ansible_loop_var": "item", "changed": true, "gid": 1001, "group": "user1", "item": "/tmp/httpd1", "mode": "0755", "owner": "user1", "path": "/tmp/httpd1", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 60, "state": "directory", "uid": 1001 } TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:49 Sunday 28 May 2023 03:30:59 +0000 (0:00:00.779) 0:01:33.372 ************ changed: [sut] => (item=quay.io/libpod/testimage:20210610) => { "actions": [ "Pulled image quay.io/libpod/testimage:20210610" ], "ansible_loop_var": "item", "changed": true, "image": [ { "Annotations": {}, "Architecture": "amd64", "Author": "", "Comment": "", "Config": { "Cmd": [ "/bin/echo", "This container is intended for podman CI testing" ], "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ], "Labels": { "created_at": "2021-06-10T18:55:36Z", "created_by": "test/system/build-testimage", "io.buildah.version": "1.21.0" }, "WorkingDir": "/home/podman" }, "Created": "2021-06-10T18:55:43.049643585Z", "Digest": "sha256:d48f2feaca74863c342cd9ce11edbe208675975740e7f4dd635b7b345339426a", "GraphDriver": { "Data": { "UpperDir": "/home/user1/.local/share/containers/storage/overlay/f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e/diff", "WorkDir": "/home/user1/.local/share/containers/storage/overlay/f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e/work" }, "Name": "overlay" }, "History": [ { "created": "2021-06-10T18:55:42.831917915Z", "created_by": "/bin/sh -c apk add busybox-extras", "empty_layer": true }, { "created": "2021-06-10T18:55:43.005956291Z", "created_by": "/bin/sh -c #(nop) ADD multi:0ed825786ec12498034356148303d2e6dfd4698131f4b5d4599e5eafa2ab71bd in /home/podman/ ", "empty_layer": true }, { "created": "2021-06-10T18:55:43.006000972Z", "created_by": "/bin/sh -c #(nop) LABEL created_by=test/system/build-testimage", "empty_layer": true }, { "created": "2021-06-10T18:55:43.006019818Z", "created_by": "/bin/sh -c #(nop) LABEL created_at=2021-06-10T18:55:36Z", "empty_layer": true }, { "created": "2021-06-10T18:55:43.028748885Z", "created_by": "/bin/sh -c #(nop) WORKDIR /home/podman", "empty_layer": true }, { "comment": "FROM docker.io/amd64/alpine:3.13.5", "created": "2021-06-10T18:55:43.160651456Z", "created_by": "/bin/sh -c #(nop) CMD [\"/bin/echo\", \"This container is intended for podman CI testing\"]" } ], "Id": "9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f", "Labels": { "created_at": "2021-06-10T18:55:36Z", "created_by": "test/system/build-testimage", "io.buildah.version": "1.21.0" }, "ManifestType": "application/vnd.docker.distribution.manifest.v2+json", "NamesHistory": [ "quay.io/libpod/testimage:20210610" ], "Os": "linux", "Parent": "", "RepoDigests": [ "quay.io/libpod/testimage@sha256:d48f2feaca74863c342cd9ce11edbe208675975740e7f4dd635b7b345339426a", "quay.io/libpod/testimage@sha256:d8dc9f2a78e190963a75852ce55b926a1cf90c7d2e6d15b30b6bc43cd73a6377" ], "RepoTags": [ "quay.io/libpod/testimage:20210610" ], "RootFS": { "Layers": [ "sha256:f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e" ], "Type": "layers" }, "Size": 7987860, "User": "", "Version": "", "VirtualSize": 7987860 } ], "item": "quay.io/libpod/testimage:20210610", "podman_actions": [ "/usr/bin/podman image ls quay.io/libpod/testimage:20210610 --format json", "/usr/bin/podman pull quay.io/libpod/testimage:20210610 -q", "/usr/bin/podman inspect 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f --format json" ] } TASK [linux-system-roles.podman : Check the kubernetes yaml file] ************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:71 Sunday 28 May 2023 03:31:02 +0000 (0:00:02.449) 0:01:35.822 ************ ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Ensure the kubernetes directory is present] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:79 Sunday 28 May 2023 03:31:02 +0000 (0:00:00.238) 0:01:36.061 ************ changed: [sut] => { "changed": true, "gid": 1001, "group": "user1", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers/ansible-kubernetes.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 4096, "state": "directory", "uid": 1001 } TASK [linux-system-roles.podman : Ensure kubernetes yaml files are present] **** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:88 Sunday 28 May 2023 03:31:02 +0000 (0:00:00.255) 0:01:36.316 ************ changed: [sut] => { "changed": true, "checksum": "fa3a58d6c50a5ab5d36fa9018a66e60104eac01e", "dest": "/home/user1/.config/containers/ansible-kubernetes.d/httpd1.yml", "gid": 1001, "group": "user1", "md5sum": "5b21e2a6ff5537b5fe2ad5e0a6bb5d26", "mode": "0644", "owner": "user1", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 722, "src": "/root/.ansible/tmp/ansible-tmp-1685244662.6615727-3167-149551131551632/source", "state": "file", "uid": 1001 } TASK [linux-system-roles.podman : Update containers/pods] ********************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:98 Sunday 28 May 2023 03:31:03 +0000 (0:00:00.612) 0:01:36.929 ************ changed: [sut] => { "actions": [ "/usr/bin/podman play kube --start=true --log-level=debug /home/user1/.config/containers/ansible-kubernetes.d/httpd1.yml" ], "changed": true } STDOUT: Pod: a39698f2fbf0507c766fb2ad6fa51bc487da386d044777f45f22e4214219143f Container: acb2da1bda2a7b756dbcaf5f1be7bccb38ad2be0bded610c12577e920c18171d STDERR: time="2023-05-28T03:31:03Z" level=info msg="/usr/bin/podman filtering at log level debug" time="2023-05-28T03:31:03Z" level=debug msg="Called kube.PersistentPreRunE(/usr/bin/podman play kube --start=true --log-level=debug /home/user1/.config/containers/ansible-kubernetes.d/httpd1.yml)" time="2023-05-28T03:31:03Z" level=debug msg="Using conmon: \"/usr/bin/conmon\"" time="2023-05-28T03:31:03Z" level=debug msg="Initializing boltdb state at /home/user1/.local/share/containers/storage/libpod/bolt_state.db" time="2023-05-28T03:31:03Z" level=debug msg="systemd-logind: Unknown object '/'." time="2023-05-28T03:31:03Z" level=debug msg="Using graph driver overlay" time="2023-05-28T03:31:03Z" level=debug msg="Using graph root /home/user1/.local/share/containers/storage" time="2023-05-28T03:31:03Z" level=debug msg="Using run root /run/user/1001/containers" time="2023-05-28T03:31:03Z" level=debug msg="Using static dir /home/user1/.local/share/containers/storage/libpod" time="2023-05-28T03:31:03Z" level=debug msg="Using tmp dir /run/user/1001/libpod/tmp" time="2023-05-28T03:31:03Z" level=debug msg="Using volume path /home/user1/.local/share/containers/storage/volumes" time="2023-05-28T03:31:03Z" level=debug msg="Using transient store: false" time="2023-05-28T03:31:03Z" level=debug msg="Set libpod namespace to \"\"" time="2023-05-28T03:31:03Z" level=debug msg="[graphdriver] trying provided driver \"overlay\"" time="2023-05-28T03:31:03Z" level=debug msg="Cached value indicated that overlay is supported" time="2023-05-28T03:31:03Z" level=debug msg="Cached value indicated that overlay is supported" time="2023-05-28T03:31:03Z" level=debug msg="Cached value indicated that metacopy is not being used" time="2023-05-28T03:31:03Z" level=debug msg="Cached value indicated that native-diff is usable" time="2023-05-28T03:31:03Z" level=debug msg="backingFs=extfs, projectQuotaSupported=false, useNativeDiff=true, usingMetacopy=false" time="2023-05-28T03:31:03Z" level=debug msg="Initializing event backend journald" time="2023-05-28T03:31:03Z" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument" time="2023-05-28T03:31:03Z" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument" time="2023-05-28T03:31:03Z" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument" time="2023-05-28T03:31:03Z" level=debug msg="Configured OCI runtime crun-wasm initialization failed: no valid executable found for OCI runtime crun-wasm: invalid argument" time="2023-05-28T03:31:03Z" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument" time="2023-05-28T03:31:03Z" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument" time="2023-05-28T03:31:03Z" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument" time="2023-05-28T03:31:03Z" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument" time="2023-05-28T03:31:03Z" level=debug msg="Using OCI runtime \"/usr/bin/crun\"" time="2023-05-28T03:31:03Z" level=info msg="Setting parallel job count to 7" time="2023-05-28T03:31:03Z" level=debug msg="Successfully loaded 1 networks" time="2023-05-28T03:31:03Z" level=debug msg="found free device name podman1" time="2023-05-28T03:31:03Z" level=debug msg="found free ipv4 network subnet 10.89.0.0/24" time="2023-05-28T03:31:03Z" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network 36180ff66f7678f1b02d9b548a27d4e1f303f850fec0ea560f5a3d1321eed212 bridge podman1 2023-05-28 03:31:03.54356539 +0000 UTC [{{{10.89.0.0 ffffff00}} 10.89.0.1 }] false false true [] map[] map[] map[driver:host-local]}" time="2023-05-28T03:31:03Z" level=debug msg="Successfully loaded 2 networks" time="2023-05-28T03:31:03Z" level=debug msg="Looking up image \"localhost/podman-pause:4.4.1-1676629882\" in local containers storage" time="2023-05-28T03:31:03Z" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2023-05-28T03:31:03Z" level=debug msg="Trying \"localhost/podman-pause:4.4.1-1676629882\" ..." time="2023-05-28T03:31:03Z" level=debug msg="Trying \"localhost/podman-pause:4.4.1-1676629882\" ..." time="2023-05-28T03:31:03Z" level=debug msg="Trying \"localhost/podman-pause:4.4.1-1676629882\" ..." time="2023-05-28T03:31:03Z" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2023-05-28T03:31:03Z" level=debug msg="FROM \"scratch\"" time="2023-05-28T03:31:03Z" level=debug msg="Cached value indicated that idmapped mounts for overlay are not supported" time="2023-05-28T03:31:03Z" level=debug msg="Check for idmapped mounts support " time="2023-05-28T03:31:03Z" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2023-05-28T03:31:03Z" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2023-05-28T03:31:03Z" level=debug msg="overlay: test mount indicated that volatile is being used" time="2023-05-28T03:31:03Z" level=debug msg="overlay: mount_data=lowerdir=/home/user1/.local/share/containers/storage/overlay/fad4b07c2d755437fa0c7cc13e9f672afd680d8fccce3e189c22095689f6b948/empty,upperdir=/home/user1/.local/share/containers/storage/overlay/fad4b07c2d755437fa0c7cc13e9f672afd680d8fccce3e189c22095689f6b948/diff,workdir=/home/user1/.local/share/containers/storage/overlay/fad4b07c2d755437fa0c7cc13e9f672afd680d8fccce3e189c22095689f6b948/work,,userxattr,volatile,context=\"system_u:object_r:container_file_t:s0:c149,c387\"" time="2023-05-28T03:31:03Z" level=debug msg="Container ID: 9bf6e69a0813207be79320d22fa2acfcedb057d1ab268d528cc1d420d5940225" time="2023-05-28T03:31:03Z" level=debug msg="Parsed Step: {Env:[PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin] Command:copy Args:[/usr/libexec/podman/catatonit /catatonit] Flags:[] Attrs:map[] Message:COPY /usr/libexec/podman/catatonit /catatonit Original:COPY /usr/libexec/podman/catatonit /catatonit}" time="2023-05-28T03:31:03Z" level=debug msg="COPY []string(nil), imagebuilder.Copy{FromFS:false, From:\"\", Src:[]string{\"/usr/libexec/podman/catatonit\"}, Dest:\"/catatonit\", Download:false, Chown:\"\", Chmod:\"\"}" time="2023-05-28T03:31:03Z" level=debug msg="added content file:bd0b89a41e038b44540c1b97dc09e707a7d7150d4724643718d565e79319a2d5" time="2023-05-28T03:31:03Z" level=debug msg="Parsed Step: {Env:[PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin] Command:entrypoint Args:[/catatonit -P] Flags:[] Attrs:map[json:true] Message:ENTRYPOINT /catatonit -P Original:ENTRYPOINT [\"/catatonit\", \"-P\"]}" time="2023-05-28T03:31:03Z" level=debug msg="COMMIT localhost/podman-pause:4.4.1-1676629882" time="2023-05-28T03:31:03Z" level=debug msg="Looking up image \"localhost/podman-pause:4.4.1-1676629882\" in local containers storage" time="2023-05-28T03:31:03Z" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2023-05-28T03:31:03Z" level=debug msg="Trying \"localhost/podman-pause:4.4.1-1676629882\" ..." time="2023-05-28T03:31:03Z" level=debug msg="Trying \"localhost/podman-pause:4.4.1-1676629882\" ..." time="2023-05-28T03:31:03Z" level=debug msg="Trying \"localhost/podman-pause:4.4.1-1676629882\" ..." time="2023-05-28T03:31:03Z" level=debug msg="parsed reference into \"[overlay@/home/user1/.local/share/containers/storage+/run/user/1001/containers]localhost/podman-pause:4.4.1-1676629882\"" time="2023-05-28T03:31:03Z" level=debug msg="COMMIT \"containers-storage:[overlay@/home/user1/.local/share/containers/storage+/run/user/1001/containers]localhost/podman-pause:4.4.1-1676629882\"" time="2023-05-28T03:31:03Z" level=debug msg="committing image with reference \"containers-storage:[overlay@/home/user1/.local/share/containers/storage+/run/user/1001/containers]localhost/podman-pause:4.4.1-1676629882\" is allowed by policy" time="2023-05-28T03:31:03Z" level=debug msg="layer list: [\"fad4b07c2d755437fa0c7cc13e9f672afd680d8fccce3e189c22095689f6b948\"]" time="2023-05-28T03:31:03Z" level=debug msg="using \"/var/tmp/buildah730294415\" to hold temporary data" time="2023-05-28T03:31:03Z" level=debug msg="Tar with options on /home/user1/.local/share/containers/storage/overlay/fad4b07c2d755437fa0c7cc13e9f672afd680d8fccce3e189c22095689f6b948/diff" time="2023-05-28T03:31:03Z" level=debug msg="layer \"fad4b07c2d755437fa0c7cc13e9f672afd680d8fccce3e189c22095689f6b948\" size is 818176 bytes, uncompressed digest sha256:5a432141c8a87968d7acf6de2dbf8588ac997a7a2eae3283ce66c1d2991952f5, possibly-compressed digest sha256:5a432141c8a87968d7acf6de2dbf8588ac997a7a2eae3283ce66c1d2991952f5" time="2023-05-28T03:31:03Z" level=debug msg="OCIv1 config = {\"created\":\"2023-05-28T03:31:03.711485468Z\",\"architecture\":\"amd64\",\"os\":\"linux\",\"config\":{\"Env\":[\"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\"],\"Entrypoint\":[\"/catatonit\",\"-P\"],\"Labels\":{\"io.buildah.version\":\"1.29.0\"}},\"rootfs\":{\"type\":\"layers\",\"diff_ids\":[\"sha256:5a432141c8a87968d7acf6de2dbf8588ac997a7a2eae3283ce66c1d2991952f5\"]},\"history\":[{\"created\":\"2023-05-28T03:31:03.710467731Z\",\"created_by\":\"/bin/sh -c #(nop) COPY file:bd0b89a41e038b44540c1b97dc09e707a7d7150d4724643718d565e79319a2d5 in /catatonit \",\"empty_layer\":true},{\"created\":\"2023-05-28T03:31:03.716456981Z\",\"created_by\":\"/bin/sh -c #(nop) ENTRYPOINT [\\\"/catatonit\\\", \\\"-P\\\"]\"}]}" time="2023-05-28T03:31:03Z" level=debug msg="OCIv1 manifest = {\"schemaVersion\":2,\"mediaType\":\"application/vnd.oci.image.manifest.v1+json\",\"config\":{\"mediaType\":\"application/vnd.oci.image.config.v1+json\",\"digest\":\"sha256:7a05d77bbf2d9018e86d7ac1665b7912d12b71e523c0b18532730467c29df36b\",\"size\":668},\"layers\":[{\"mediaType\":\"application/vnd.oci.image.layer.v1.tar\",\"digest\":\"sha256:5a432141c8a87968d7acf6de2dbf8588ac997a7a2eae3283ce66c1d2991952f5\",\"size\":818176}],\"annotations\":{\"org.opencontainers.image.base.digest\":\"\",\"org.opencontainers.image.base.name\":\"\"}}" time="2023-05-28T03:31:03Z" level=debug msg="Docker v2s2 config = {\"created\":\"2023-05-28T03:31:03.711485468Z\",\"container\":\"9bf6e69a0813207be79320d22fa2acfcedb057d1ab268d528cc1d420d5940225\",\"container_config\":{\"Hostname\":\"\",\"Domainname\":\"\",\"User\":\"\",\"AttachStdin\":false,\"AttachStdout\":false,\"AttachStderr\":false,\"Tty\":false,\"OpenStdin\":false,\"StdinOnce\":false,\"Env\":[\"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\"],\"Cmd\":[],\"Image\":\"\",\"Volumes\":{},\"WorkingDir\":\"\",\"Entrypoint\":[\"/catatonit\",\"-P\"],\"OnBuild\":[],\"Labels\":{\"io.buildah.version\":\"1.29.0\"}},\"config\":{\"Hostname\":\"\",\"Domainname\":\"\",\"User\":\"\",\"AttachStdin\":false,\"AttachStdout\":false,\"AttachStderr\":false,\"Tty\":false,\"OpenStdin\":false,\"StdinOnce\":false,\"Env\":[\"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\"],\"Cmd\":[],\"Image\":\"\",\"Volumes\":{},\"WorkingDir\":\"\",\"Entrypoint\":[\"/catatonit\",\"-P\"],\"OnBuild\":[],\"Labels\":{\"io.buildah.version\":\"1.29.0\"}},\"architecture\":\"amd64\",\"os\":\"linux\",\"rootfs\":{\"type\":\"layers\",\"diff_ids\":[\"sha256:5a432141c8a87968d7acf6de2dbf8588ac997a7a2eae3283ce66c1d2991952f5\"]},\"history\":[{\"created\":\"2023-05-28T03:31:03.710467731Z\",\"created_by\":\"/bin/sh -c #(nop) COPY file:bd0b89a41e038b44540c1b97dc09e707a7d7150d4724643718d565e79319a2d5 in /catatonit \",\"empty_layer\":true},{\"created\":\"2023-05-28T03:31:03.716456981Z\",\"created_by\":\"/bin/sh -c #(nop) ENTRYPOINT [\\\"/catatonit\\\", \\\"-P\\\"]\"}]}" time="2023-05-28T03:31:03Z" level=debug msg="Docker v2s2 manifest = {\"schemaVersion\":2,\"mediaType\":\"application/vnd.docker.distribution.manifest.v2+json\",\"config\":{\"mediaType\":\"application/vnd.docker.container.image.v1+json\",\"size\":1342,\"digest\":\"sha256:d570fdc21a426d9c92faf25340330dd0a6690baf002bc49216c61b6f90c63776\"},\"layers\":[{\"mediaType\":\"application/vnd.docker.image.rootfs.diff.tar\",\"size\":818176,\"digest\":\"sha256:5a432141c8a87968d7acf6de2dbf8588ac997a7a2eae3283ce66c1d2991952f5\"}]}" time="2023-05-28T03:31:03Z" level=debug msg="Using blob info cache at /home/user1/.local/share/containers/cache/blob-info-cache-v1.boltdb" time="2023-05-28T03:31:03Z" level=debug msg="IsRunningImageAllowed for image containers-storage:" time="2023-05-28T03:31:03Z" level=debug msg=" Using transport \"containers-storage\" policy section " time="2023-05-28T03:31:03Z" level=debug msg=" Requirement 0: allowed" time="2023-05-28T03:31:03Z" level=debug msg="Overall: allowed" time="2023-05-28T03:31:03Z" level=debug msg="start reading config" time="2023-05-28T03:31:03Z" level=debug msg="finished reading config" time="2023-05-28T03:31:03Z" level=debug msg="Manifest has MIME type application/vnd.oci.image.manifest.v1+json, ordered candidate list [application/vnd.oci.image.manifest.v1+json, application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.v1+prettyjws, application/vnd.docker.distribution.manifest.v1+json]" time="2023-05-28T03:31:03Z" level=debug msg="... will first try using the original manifest unmodified" time="2023-05-28T03:31:03Z" level=debug msg="Checking if we can reuse blob sha256:5a432141c8a87968d7acf6de2dbf8588ac997a7a2eae3283ce66c1d2991952f5: general substitution = true, compression for MIME type \"application/vnd.oci.image.layer.v1.tar\" = true" time="2023-05-28T03:31:03Z" level=debug msg="reading layer \"sha256:5a432141c8a87968d7acf6de2dbf8588ac997a7a2eae3283ce66c1d2991952f5\"" time="2023-05-28T03:31:03Z" level=debug msg="No compression detected" time="2023-05-28T03:31:03Z" level=debug msg="Using original blob without modification" time="2023-05-28T03:31:03Z" level=debug msg="Applying tar in /home/user1/.local/share/containers/storage/overlay/5a432141c8a87968d7acf6de2dbf8588ac997a7a2eae3283ce66c1d2991952f5/diff" time="2023-05-28T03:31:03Z" level=debug msg="finished reading layer \"sha256:5a432141c8a87968d7acf6de2dbf8588ac997a7a2eae3283ce66c1d2991952f5\"" time="2023-05-28T03:31:03Z" level=debug msg="No compression detected" time="2023-05-28T03:31:03Z" level=debug msg="Compression change for blob sha256:7a05d77bbf2d9018e86d7ac1665b7912d12b71e523c0b18532730467c29df36b (\"application/vnd.oci.image.config.v1+json\") not supported" time="2023-05-28T03:31:03Z" level=debug msg="Using original blob without modification" time="2023-05-28T03:31:03Z" level=debug msg="setting image creation date to 2023-05-28 03:31:03.711485468 +0000 UTC" time="2023-05-28T03:31:03Z" level=debug msg="created new image ID \"7a05d77bbf2d9018e86d7ac1665b7912d12b71e523c0b18532730467c29df36b\"" time="2023-05-28T03:31:03Z" level=debug msg="saved image metadata \"{\\\"signatures-sizes\\\":{\\\"sha256:d8481d7f1631f5485d8144a8f056a97fd91bedc307e4a6e070966186543b5c3e\\\":[]}}\"" time="2023-05-28T03:31:03Z" level=debug msg="added name \"localhost/podman-pause:4.4.1-1676629882\" to image \"7a05d77bbf2d9018e86d7ac1665b7912d12b71e523c0b18532730467c29df36b\"" time="2023-05-28T03:31:03Z" level=debug msg="Looking up image \"localhost/podman-pause:4.4.1-1676629882\" in local containers storage" time="2023-05-28T03:31:03Z" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2023-05-28T03:31:03Z" level=debug msg="Trying \"localhost/podman-pause:4.4.1-1676629882\" ..." time="2023-05-28T03:31:03Z" level=debug msg="parsed reference into \"[overlay@/home/user1/.local/share/containers/storage+/run/user/1001/containers]@7a05d77bbf2d9018e86d7ac1665b7912d12b71e523c0b18532730467c29df36b\"" time="2023-05-28T03:31:03Z" level=debug msg="Found image \"localhost/podman-pause:4.4.1-1676629882\" as \"localhost/podman-pause:4.4.1-1676629882\" in local containers storage" time="2023-05-28T03:31:03Z" level=debug msg="Found image \"localhost/podman-pause:4.4.1-1676629882\" as \"localhost/podman-pause:4.4.1-1676629882\" in local containers storage ([overlay@/home/user1/.local/share/containers/storage+/run/user/1001/containers]@7a05d77bbf2d9018e86d7ac1665b7912d12b71e523c0b18532730467c29df36b)" time="2023-05-28T03:31:03Z" level=debug msg="exporting opaque data as blob \"sha256:7a05d77bbf2d9018e86d7ac1665b7912d12b71e523c0b18532730467c29df36b\"" time="2023-05-28T03:31:03Z" level=debug msg="parsed reference into \"[overlay@/home/user1/.local/share/containers/storage+/run/user/1001/containers]localhost/podman-pause:4.4.1-1676629882\"" time="2023-05-28T03:31:03Z" level=debug msg="printing final image id \"7a05d77bbf2d9018e86d7ac1665b7912d12b71e523c0b18532730467c29df36b\"" time="2023-05-28T03:31:03Z" level=debug msg="Pod using bridge network mode" time="2023-05-28T03:31:03Z" level=debug msg="Created cgroup path user.slice/user-libpod_pod_a39698f2fbf0507c766fb2ad6fa51bc487da386d044777f45f22e4214219143f.slice for parent user.slice and name libpod_pod_a39698f2fbf0507c766fb2ad6fa51bc487da386d044777f45f22e4214219143f" time="2023-05-28T03:31:03Z" level=debug msg="Created cgroup user.slice/user-libpod_pod_a39698f2fbf0507c766fb2ad6fa51bc487da386d044777f45f22e4214219143f.slice" time="2023-05-28T03:31:03Z" level=debug msg="Got pod cgroup as user.slice/user-libpod_pod_a39698f2fbf0507c766fb2ad6fa51bc487da386d044777f45f22e4214219143f.slice" time="2023-05-28T03:31:03Z" level=debug msg="Looking up image \"localhost/podman-pause:4.4.1-1676629882\" in local containers storage" time="2023-05-28T03:31:03Z" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2023-05-28T03:31:03Z" level=debug msg="Trying \"localhost/podman-pause:4.4.1-1676629882\" ..." time="2023-05-28T03:31:03Z" level=debug msg="parsed reference into \"[overlay@/home/user1/.local/share/containers/storage+/run/user/1001/containers]@7a05d77bbf2d9018e86d7ac1665b7912d12b71e523c0b18532730467c29df36b\"" time="2023-05-28T03:31:03Z" level=debug msg="Found image \"localhost/podman-pause:4.4.1-1676629882\" as \"localhost/podman-pause:4.4.1-1676629882\" in local containers storage" time="2023-05-28T03:31:03Z" level=debug msg="Found image \"localhost/podman-pause:4.4.1-1676629882\" as \"localhost/podman-pause:4.4.1-1676629882\" in local containers storage ([overlay@/home/user1/.local/share/containers/storage+/run/user/1001/containers]@7a05d77bbf2d9018e86d7ac1665b7912d12b71e523c0b18532730467c29df36b)" time="2023-05-28T03:31:03Z" level=debug msg="exporting opaque data as blob \"sha256:7a05d77bbf2d9018e86d7ac1665b7912d12b71e523c0b18532730467c29df36b\"" time="2023-05-28T03:31:03Z" level=debug msg="Inspecting image 7a05d77bbf2d9018e86d7ac1665b7912d12b71e523c0b18532730467c29df36b" time="2023-05-28T03:31:03Z" level=debug msg="exporting opaque data as blob \"sha256:7a05d77bbf2d9018e86d7ac1665b7912d12b71e523c0b18532730467c29df36b\"" time="2023-05-28T03:31:03Z" level=debug msg="Inspecting image 7a05d77bbf2d9018e86d7ac1665b7912d12b71e523c0b18532730467c29df36b" time="2023-05-28T03:31:03Z" level=debug msg="Inspecting image 7a05d77bbf2d9018e86d7ac1665b7912d12b71e523c0b18532730467c29df36b" time="2023-05-28T03:31:03Z" level=debug msg="Inspecting image 7a05d77bbf2d9018e86d7ac1665b7912d12b71e523c0b18532730467c29df36b" time="2023-05-28T03:31:03Z" level=debug msg="using systemd mode: false" time="2023-05-28T03:31:03Z" level=debug msg="setting container name a39698f2fbf0-infra" time="2023-05-28T03:31:03Z" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\"" time="2023-05-28T03:31:03Z" level=debug msg="Allocated lock 1 for container a141aa87424c8eb3398bbfffd6e4deeb63fabb50eda107462d1612edcc2c17f1" time="2023-05-28T03:31:03Z" level=debug msg="parsed reference into \"[overlay@/home/user1/.local/share/containers/storage+/run/user/1001/containers]@7a05d77bbf2d9018e86d7ac1665b7912d12b71e523c0b18532730467c29df36b\"" time="2023-05-28T03:31:03Z" level=debug msg="exporting opaque data as blob \"sha256:7a05d77bbf2d9018e86d7ac1665b7912d12b71e523c0b18532730467c29df36b\"" time="2023-05-28T03:31:03Z" level=debug msg="Created container \"a141aa87424c8eb3398bbfffd6e4deeb63fabb50eda107462d1612edcc2c17f1\"" time="2023-05-28T03:31:03Z" level=debug msg="Container \"a141aa87424c8eb3398bbfffd6e4deeb63fabb50eda107462d1612edcc2c17f1\" has work directory \"/home/user1/.local/share/containers/storage/overlay-containers/a141aa87424c8eb3398bbfffd6e4deeb63fabb50eda107462d1612edcc2c17f1/userdata\"" time="2023-05-28T03:31:03Z" level=debug msg="Container \"a141aa87424c8eb3398bbfffd6e4deeb63fabb50eda107462d1612edcc2c17f1\" has run directory \"/run/user/1001/containers/overlay-containers/a141aa87424c8eb3398bbfffd6e4deeb63fabb50eda107462d1612edcc2c17f1/userdata\"" time="2023-05-28T03:31:03Z" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2023-05-28T03:31:03Z" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2023-05-28T03:31:03Z" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2023-05-28T03:31:03Z" level=debug msg="parsed reference into \"[overlay@/home/user1/.local/share/containers/storage+/run/user/1001/containers]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2023-05-28T03:31:03Z" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2023-05-28T03:31:03Z" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage ([overlay@/home/user1/.local/share/containers/storage+/run/user/1001/containers]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f)" time="2023-05-28T03:31:03Z" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2023-05-28T03:31:03Z" level=debug msg="Pulling image quay.io/libpod/testimage:20210610 (policy: newer)" time="2023-05-28T03:31:03Z" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2023-05-28T03:31:03Z" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2023-05-28T03:31:03Z" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2023-05-28T03:31:03Z" level=debug msg="parsed reference into \"[overlay@/home/user1/.local/share/containers/storage+/run/user/1001/containers]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2023-05-28T03:31:03Z" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2023-05-28T03:31:03Z" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage ([overlay@/home/user1/.local/share/containers/storage+/run/user/1001/containers]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f)" time="2023-05-28T03:31:03Z" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2023-05-28T03:31:03Z" level=debug msg="Loading registries configuration \"/etc/containers/registries.conf\"" time="2023-05-28T03:31:03Z" level=debug msg="Loading registries configuration \"/etc/containers/registries.conf.d/000-shortnames.conf\"" time="2023-05-28T03:31:03Z" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2023-05-28T03:31:03Z" level=debug msg="Attempting to pull candidate quay.io/libpod/testimage:20210610 for quay.io/libpod/testimage:20210610" time="2023-05-28T03:31:03Z" level=debug msg="Using registries.d directory /etc/containers/registries.d" time="2023-05-28T03:31:03Z" level=debug msg="Trying to access \"quay.io/libpod/testimage:20210610\"" time="2023-05-28T03:31:03Z" level=debug msg="No credentials matching quay.io/libpod/testimage found in /run/user/1001/containers/auth.json" time="2023-05-28T03:31:03Z" level=debug msg="No credentials matching quay.io/libpod/testimage found in /home/user1/.config/containers/auth.json" time="2023-05-28T03:31:03Z" level=debug msg="No credentials matching quay.io/libpod/testimage found in /home/user1/.docker/config.json" time="2023-05-28T03:31:03Z" level=debug msg="No credentials matching quay.io/libpod/testimage found in /home/user1/.dockercfg" time="2023-05-28T03:31:03Z" level=debug msg="No credentials for quay.io/libpod/testimage found" time="2023-05-28T03:31:03Z" level=debug msg=" No signature storage configuration found for quay.io/libpod/testimage:20210610, using built-in default file:///home/user1/.local/share/containers/sigstore" time="2023-05-28T03:31:03Z" level=debug msg="Looking for TLS certificates and private keys in /etc/docker/certs.d/quay.io" time="2023-05-28T03:31:03Z" level=debug msg="GET https://quay.io/v2/" time="2023-05-28T03:31:04Z" level=debug msg="Ping https://quay.io/v2/ status 401" time="2023-05-28T03:31:04Z" level=debug msg="GET https://quay.io/v2/auth?scope=repository%3Alibpod%2Ftestimage%3Apull&service=quay.io" time="2023-05-28T03:31:04Z" level=debug msg="Increasing token expiration to: 60 seconds" time="2023-05-28T03:31:04Z" level=debug msg="GET https://quay.io/v2/libpod/testimage/manifests/20210610" time="2023-05-28T03:31:04Z" level=debug msg="Content-Type from manifest GET is \"application/vnd.docker.distribution.manifest.list.v2+json\"" time="2023-05-28T03:31:04Z" level=debug msg="GET https://quay.io/v2/libpod/testimage/manifests/sha256:d8dc9f2a78e190963a75852ce55b926a1cf90c7d2e6d15b30b6bc43cd73a6377" time="2023-05-28T03:31:04Z" level=debug msg="Content-Type from manifest GET is \"application/vnd.docker.distribution.manifest.v2+json\"" time="2023-05-28T03:31:04Z" level=debug msg="Skipping pull candidate quay.io/libpod/testimage:20210610 as the image is not newer (pull policy newer)" time="2023-05-28T03:31:04Z" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2023-05-28T03:31:04Z" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2023-05-28T03:31:04Z" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2023-05-28T03:31:04Z" level=debug msg="parsed reference into \"[overlay@/home/user1/.local/share/containers/storage+/run/user/1001/containers]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2023-05-28T03:31:04Z" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2023-05-28T03:31:04Z" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage ([overlay@/home/user1/.local/share/containers/storage+/run/user/1001/containers]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f)" time="2023-05-28T03:31:04Z" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2023-05-28T03:31:04Z" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2023-05-28T03:31:04Z" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2023-05-28T03:31:04Z" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2023-05-28T03:31:04Z" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2023-05-28T03:31:04Z" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2023-05-28T03:31:04Z" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2023-05-28T03:31:04Z" level=debug msg="parsed reference into \"[overlay@/home/user1/.local/share/containers/storage+/run/user/1001/containers]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2023-05-28T03:31:04Z" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2023-05-28T03:31:04Z" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage ([overlay@/home/user1/.local/share/containers/storage+/run/user/1001/containers]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f)" time="2023-05-28T03:31:04Z" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2023-05-28T03:31:04Z" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2023-05-28T03:31:04Z" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2023-05-28T03:31:04Z" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2023-05-28T03:31:04Z" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2023-05-28T03:31:04Z" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2023-05-28T03:31:04Z" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2023-05-28T03:31:04Z" level=debug msg="using systemd mode: false" time="2023-05-28T03:31:04Z" level=debug msg="adding container to pod httpd1" time="2023-05-28T03:31:04Z" level=debug msg="setting container name httpd1-httpd1" time="2023-05-28T03:31:04Z" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\"" time="2023-05-28T03:31:04Z" level=info msg="Sysctl net.ipv4.ping_group_range=0 0 ignored in containers.conf, since Network Namespace set to host" time="2023-05-28T03:31:04Z" level=debug msg="Adding mount /proc" time="2023-05-28T03:31:04Z" level=debug msg="Adding mount /dev" time="2023-05-28T03:31:04Z" level=debug msg="Adding mount /dev/pts" time="2023-05-28T03:31:04Z" level=debug msg="Adding mount /dev/mqueue" time="2023-05-28T03:31:04Z" level=debug msg="Adding mount /sys" time="2023-05-28T03:31:04Z" level=debug msg="Adding mount /sys/fs/cgroup" time="2023-05-28T03:31:04Z" level=debug msg="Allocated lock 2 for container acb2da1bda2a7b756dbcaf5f1be7bccb38ad2be0bded610c12577e920c18171d" time="2023-05-28T03:31:04Z" level=debug msg="parsed reference into \"[overlay@/home/user1/.local/share/containers/storage+/run/user/1001/containers]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2023-05-28T03:31:04Z" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2023-05-28T03:31:04Z" level=debug msg="Created container \"acb2da1bda2a7b756dbcaf5f1be7bccb38ad2be0bded610c12577e920c18171d\"" time="2023-05-28T03:31:04Z" level=debug msg="Container \"acb2da1bda2a7b756dbcaf5f1be7bccb38ad2be0bded610c12577e920c18171d\" has work directory \"/home/user1/.local/share/containers/storage/overlay-containers/acb2da1bda2a7b756dbcaf5f1be7bccb38ad2be0bded610c12577e920c18171d/userdata\"" time="2023-05-28T03:31:04Z" level=debug msg="Container \"acb2da1bda2a7b756dbcaf5f1be7bccb38ad2be0bded610c12577e920c18171d\" has run directory \"/run/user/1001/containers/overlay-containers/acb2da1bda2a7b756dbcaf5f1be7bccb38ad2be0bded610c12577e920c18171d/userdata\"" time="2023-05-28T03:31:04Z" level=debug msg="Strongconnecting node a141aa87424c8eb3398bbfffd6e4deeb63fabb50eda107462d1612edcc2c17f1" time="2023-05-28T03:31:04Z" level=debug msg="Pushed a141aa87424c8eb3398bbfffd6e4deeb63fabb50eda107462d1612edcc2c17f1 onto stack" time="2023-05-28T03:31:04Z" level=debug msg="Finishing node a141aa87424c8eb3398bbfffd6e4deeb63fabb50eda107462d1612edcc2c17f1. Popped a141aa87424c8eb3398bbfffd6e4deeb63fabb50eda107462d1612edcc2c17f1 off stack" time="2023-05-28T03:31:04Z" level=debug msg="Strongconnecting node acb2da1bda2a7b756dbcaf5f1be7bccb38ad2be0bded610c12577e920c18171d" time="2023-05-28T03:31:04Z" level=debug msg="Pushed acb2da1bda2a7b756dbcaf5f1be7bccb38ad2be0bded610c12577e920c18171d onto stack" time="2023-05-28T03:31:04Z" level=debug msg="Finishing node acb2da1bda2a7b756dbcaf5f1be7bccb38ad2be0bded610c12577e920c18171d. Popped acb2da1bda2a7b756dbcaf5f1be7bccb38ad2be0bded610c12577e920c18171d off stack" time="2023-05-28T03:31:04Z" level=debug msg="overlay: mount_data=lowerdir=/home/user1/.local/share/containers/storage/overlay/l/QTDA66OODGXXQJ2GIJ464GS44I,upperdir=/home/user1/.local/share/containers/storage/overlay/d48a97f4f7401b0e4ceba24e4d81736506a077414ec165c48bf3b2b3336c9f65/diff,workdir=/home/user1/.local/share/containers/storage/overlay/d48a97f4f7401b0e4ceba24e4d81736506a077414ec165c48bf3b2b3336c9f65/work,,userxattr,context=\"system_u:object_r:container_file_t:s0:c493,c876\"" time="2023-05-28T03:31:04Z" level=debug msg="Mounted container \"a141aa87424c8eb3398bbfffd6e4deeb63fabb50eda107462d1612edcc2c17f1\" at \"/home/user1/.local/share/containers/storage/overlay/d48a97f4f7401b0e4ceba24e4d81736506a077414ec165c48bf3b2b3336c9f65/merged\"" time="2023-05-28T03:31:04Z" level=debug msg="Created root filesystem for container a141aa87424c8eb3398bbfffd6e4deeb63fabb50eda107462d1612edcc2c17f1 at /home/user1/.local/share/containers/storage/overlay/d48a97f4f7401b0e4ceba24e4d81736506a077414ec165c48bf3b2b3336c9f65/merged" time="2023-05-28T03:31:04Z" level=debug msg="Made network namespace at /run/user/1001/netns/netns-6180e375-a331-4ab2-6a0f-55b310478359 for container a141aa87424c8eb3398bbfffd6e4deeb63fabb50eda107462d1612edcc2c17f1" time="2023-05-28T03:31:04Z" level=debug msg="creating rootless network namespace with name \"rootless-netns-13a6232d8a6fc9319a00\"" time="2023-05-28T03:31:04Z" level=debug msg="slirp4netns command: /usr/bin/slirp4netns --disable-host-loopback --mtu=65520 --enable-sandbox --enable-seccomp --enable-ipv6 -c -r 3 --netns-type=path /run/user/1001/netns/rootless-netns-13a6232d8a6fc9319a00 tap0" time="2023-05-28T03:31:04Z" level=debug msg="found local resolver, using \"/run/systemd/resolve/resolv.conf\" to get the nameservers" time="2023-05-28T03:31:04Z" level=debug msg="The path of /etc/resolv.conf in the mount ns is \"/run/systemd/resolve/stub-resolv.conf\"" [DEBUG netavark::network::validation] "Validating network namespace..." [DEBUG netavark::commands::setup] "Setting up..." [INFO netavark::firewall] Using iptables firewall driver [DEBUG netavark::network::bridge] Setup network podman-default-kube-network [DEBUG netavark::network::bridge] Container interface name: eth0 with IP addresses [10.89.0.2/24] [DEBUG netavark::network::bridge] Bridge name: podman1 with IP addresses [10.89.0.1/24] [DEBUG netavark::network::core_utils] Setting sysctl value for net.ipv4.ip_forward to 1 [DEBUG netavark::network::core_utils] Setting sysctl value for /proc/sys/net/ipv6/conf/eth0/autoconf to 0 [INFO netavark::network::netlink] Adding route (dest: 0.0.0.0/0 ,gw: 10.89.0.1, metric 100) [DEBUG netavark::firewall::varktables::helpers] chain NETAVARK-4B9D9135B29BA created on table nat [DEBUG netavark::firewall::varktables::helpers] chain NETAVARK_FORWARD created on table filter [DEBUG netavark::firewall::varktables::helpers] rule -d 10.89.0.0/24 -j ACCEPT exists on table nat and chain NETAVARK-4B9D9135B29BA [DEBUG netavark::firewall::varktables::helpers] rule -d 10.89.0.0/24 -j ACCEPT created on table nat and chain NETAVARK-4B9D9135B29BA [DEBUG netavark::firewall::varktables::helpers] rule ! -d 224.0.0.0/4 -j MASQUERADE exists on table nat and chain NETAVARK-4B9D9135B29BA [DEBUG netavark::firewall::varktables::helpers] rule ! -d 224.0.0.0/4 -j MASQUERADE created on table nat and chain NETAVARK-4B9D9135B29BA [DEBUG netavark::firewall::varktables::helpers] rule -s 10.89.0.0/24 -j NETAVARK-4B9D9135B29BA exists on table nat and chain POSTROUTING [DEBUG netavark::firewall::varktables::helpers] rule -s 10.89.0.0/24 -j NETAVARK-4B9D9135B29BA created on table nat and chain POSTROUTING [DEBUG netavark::firewall::varktables::helpers] rule -d 10.89.0.0/24 -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT exists on table filter and chain NETAVARK_FORWARD [DEBUG netavark::firewall::varktables::helpers] rule -d 10.89.0.0/24 -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT created on table filter and chain NETAVARK_FORWARD [DEBUG netavark::firewall::varktables::helpers] rule -s 10.89.0.0/24 -j ACCEPT exists on table filter and chain NETAVARK_FORWARD [DEBUG netavark::firewall::varktables::helpers] rule -s 10.89.0.0/24 -j ACCEPT created on table filter and chain NETAVARK_FORWARD [DEBUG netavark::network::core_utils] Setting sysctl value for net.ipv4.conf.podman1.route_localnet to 1 [DEBUG netavark::firewall::varktables::helpers] chain NETAVARK-HOSTPORT-SETMARK created on table nat [DEBUG netavark::firewall::varktables::helpers] chain NETAVARK-HOSTPORT-MASQ created on table nat [DEBUG netavark::firewall::varktables::helpers] chain NETAVARK-DN-4B9D9135B29BA created on table nat [DEBUG netavark::firewall::varktables::helpers] chain NETAVARK-HOSTPORT-DNAT created on table nat [DEBUG netavark::firewall::varktables::helpers] rule -j MARK --set-xmark 0x2000/0x2000 exists on table nat and chain NETAVARK-HOSTPORT-SETMARK [DEBUG netavark::firewall::varktables::helpers] rule -j MARK --set-xmark 0x2000/0x2000 created on table nat and chain NETAVARK-HOSTPORT-SETMARK [DEBUG netavark::firewall::varktables::helpers] rule -j MASQUERADE -m comment --comment 'netavark portfw masq mark' -m mark --mark 0x2000/0x2000 exists on table nat and chain NETAVARK-HOSTPORT-MASQ [DEBUG netavark::firewall::varktables::helpers] rule -j MASQUERADE -m comment --comment 'netavark portfw masq mark' -m mark --mark 0x2000/0x2000 created on table nat and chain NETAVARK-HOSTPORT-MASQ [DEBUG netavark::firewall::varktables::helpers] rule -j NETAVARK-HOSTPORT-SETMARK -s 10.89.0.0/24 -p tcp --dport 15001 exists on table nat and chain NETAVARK-DN-4B9D9135B29BA [DEBUG netavark::firewall::varktables::helpers] rule -j NETAVARK-HOSTPORT-SETMARK -s 10.89.0.0/24 -p tcp --dport 15001 created on table nat and chain NETAVARK-DN-4B9D9135B29BA [DEBUG netavark::firewall::varktables::helpers] rule -j NETAVARK-HOSTPORT-SETMARK -s 127.0.0.1 -p tcp --dport 15001 exists on table nat and chain NETAVARK-DN-4B9D9135B29BA [DEBUG netavark::firewall::varktables::helpers] rule -j NETAVARK-HOSTPORT-SETMARK -s 127.0.0.1 -p tcp --dport 15001 created on table nat and chain NETAVARK-DN-4B9D9135B29BA [DEBUG netavark::firewall::varktables::helpers] rule -j DNAT -p tcp --to-destination 10.89.0.2:80 --destination-port 15001 exists on table nat and chain NETAVARK-DN-4B9D9135B29BA [DEBUG netavark::firewall::varktables::helpers] rule -j DNAT -p tcp --to-destination 10.89.0.2:80 --destination-port 15001 created on table nat and chain NETAVARK-DN-4B9D9135B29BA [DEBUG netavark::firewall::varktables::helpers] rule -j NETAVARK-DN-4B9D9135B29BA -p tcp --dport 15001 -m comment --comment 'dnat name: podman-default-kube-network id: a141aa87424c8eb3398bbfffd6e4deeb63fabb50eda107462d1612edcc2c17f1' exists on table nat and chain NETAVARK-HOSTPORT-DNAT [DEBUG netavark::firewall::varktables::helpers] rule -j NETAVARK-DN-4B9D9135B29BA -p tcp --dport 15001 -m comment --comment 'dnat name: podman-default-kube-network id: a141aa87424c8eb3398bbfffd6e4deeb63fabb50eda107462d1612edcc2c17f1' created on table nat and chain NETAVARK-HOSTPORT-DNAT [DEBUG netavark::firewall::varktables::helpers] rule -j NETAVARK-HOSTPORT-DNAT -m addrtype --dst-type LOCAL exists on table nat and chain PREROUTING [DEBUG netavark::firewall::varktables::helpers] rule -j NETAVARK-HOSTPORT-DNAT -m addrtype --dst-type LOCAL created on table nat and chain PREROUTING [DEBUG netavark::firewall::varktables::helpers] rule -j NETAVARK-HOSTPORT-DNAT -m addrtype --dst-type LOCAL exists on table nat and chain OUTPUT [DEBUG netavark::firewall::varktables::helpers] rule -j NETAVARK-HOSTPORT-DNAT -m addrtype --dst-type LOCAL created on table nat and chain OUTPUT [DEBUG netavark::dns::aardvark] Spawning aardvark server [DEBUG netavark::dns::aardvark] start aardvark-dns: ["systemd-run", "-q", "--scope", "--user", "/usr/libexec/podman/aardvark-dns", "--config", "/run/user/1001/containers/networks/aardvark-dns", "-p", "53", "run"] [DEBUG netavark::commands::setup] { "podman-default-kube-network": StatusBlock { dns_search_domains: Some( [ "dns.podman", ], ), dns_server_ips: Some( [ 10.89.0.1, ], ), interfaces: Some( { "eth0": NetInterface { mac_address: "be:93:65:74:e5:a6", subnets: Some( [ NetAddress { gateway: Some( 10.89.0.1, ), ipnet: 10.89.0.2/24, }, ], ), }, }, ), }, } [DEBUG netavark::commands::setup] "Setup complete" time="2023-05-28T03:31:05Z" level=debug msg="rootlessport: time=\"2023-05-28T03:31:05Z\" level=info msg=\"Starting parent driver\"\n" time="2023-05-28T03:31:05Z" level=debug msg="rootlessport: time=\"2023-05-28T03:31:05Z\" level=info msg=\"opaque=map[builtin.readypipepath:/run/user/1001/libpod/tmp/rootlessport1753130663/.bp-ready.pipe builtin.socketpath:/run/user/1001/libpod/tmp/rootlessport1753130663/.bp.sock]\"\n" time="2023-05-28T03:31:05Z" level=debug msg="rootlessport: time=\"2023-05-28T03:31:05Z\" level=info msg=\"Starting child driver in child netns (\\\"/proc/self/exe\\\" [rootlessport-child])\"\n" time="2023-05-28T03:31:05Z" level=debug msg="rootlessport: time=\"2023-05-28T03:31:05Z\" level=info msg=\"Waiting for initComplete\"\n" time="2023-05-28T03:31:05Z" level=debug msg="rootlessport: time=\"2023-05-28T03:31:05Z\" level=info msg=\"initComplete is closed; parent and child established the communication channel\"\ntime=\"2023-05-28T03:31:05Z\" level=info msg=\"Exposing ports [{ 80 15001 1 tcp}]\"\n" time="2023-05-28T03:31:05Z" level=debug msg="rootlessport: time=\"2023-05-28T03:31:05Z\" level=info msg=Ready\n" time="2023-05-28T03:31:05Z" level=debug msg="rootlessport is ready" time="2023-05-28T03:31:05Z" level=debug msg="Adding nameserver(s) from network status of '[\"10.89.0.1\"]'" time="2023-05-28T03:31:05Z" level=debug msg="Adding search domain(s) from network status of '[\"dns.podman\"]'" time="2023-05-28T03:31:05Z" level=debug msg="found local resolver, using \"/run/systemd/resolve/resolv.conf\" to get the nameservers" time="2023-05-28T03:31:05Z" level=debug msg="/etc/system-fips does not exist on host, not mounting FIPS mode subscription" time="2023-05-28T03:31:05Z" level=debug msg="Setting Cgroups for container a141aa87424c8eb3398bbfffd6e4deeb63fabb50eda107462d1612edcc2c17f1 to user-libpod_pod_a39698f2fbf0507c766fb2ad6fa51bc487da386d044777f45f22e4214219143f.slice:libpod:a141aa87424c8eb3398bbfffd6e4deeb63fabb50eda107462d1612edcc2c17f1" time="2023-05-28T03:31:05Z" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d" time="2023-05-28T03:31:05Z" level=debug msg="Workdir \"/\" resolved to host path \"/home/user1/.local/share/containers/storage/overlay/d48a97f4f7401b0e4ceba24e4d81736506a077414ec165c48bf3b2b3336c9f65/merged\"" time="2023-05-28T03:31:05Z" level=debug msg="Created OCI spec for container a141aa87424c8eb3398bbfffd6e4deeb63fabb50eda107462d1612edcc2c17f1 at /home/user1/.local/share/containers/storage/overlay-containers/a141aa87424c8eb3398bbfffd6e4deeb63fabb50eda107462d1612edcc2c17f1/userdata/config.json" time="2023-05-28T03:31:05Z" level=debug msg="/usr/bin/conmon messages will be logged to syslog" time="2023-05-28T03:31:05Z" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c a141aa87424c8eb3398bbfffd6e4deeb63fabb50eda107462d1612edcc2c17f1 -u a141aa87424c8eb3398bbfffd6e4deeb63fabb50eda107462d1612edcc2c17f1 -r /usr/bin/crun -b /home/user1/.local/share/containers/storage/overlay-containers/a141aa87424c8eb3398bbfffd6e4deeb63fabb50eda107462d1612edcc2c17f1/userdata -p /run/user/1001/containers/overlay-containers/a141aa87424c8eb3398bbfffd6e4deeb63fabb50eda107462d1612edcc2c17f1/userdata/pidfile -n a39698f2fbf0-infra --exit-dir /run/user/1001/libpod/tmp/exits --full-attach -s -l journald --log-level debug --syslog --conmon-pidfile /run/user/1001/containers/overlay-containers/a141aa87424c8eb3398bbfffd6e4deeb63fabb50eda107462d1612edcc2c17f1/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/user1/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/1001/containers --exit-command-arg --log-level --exit-command-arg debug --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/1001/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/user1/.local/share/containers/storage/volumes --exit-command-arg --transient-store=false --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg --syslog --exit-command-arg container --exit-command-arg cleanup --exit-command-arg a141aa87424c8eb3398bbfffd6e4deeb63fabb50eda107462d1612edcc2c17f1]" time="2023-05-28T03:31:05Z" level=info msg="Running conmon under slice user-libpod_pod_a39698f2fbf0507c766fb2ad6fa51bc487da386d044777f45f22e4214219143f.slice and unitName libpod-conmon-a141aa87424c8eb3398bbfffd6e4deeb63fabb50eda107462d1612edcc2c17f1.scope" [conmon:d]: failed to write to /proc/self/oom_score_adj: Permission denied time="2023-05-28T03:31:05Z" level=debug msg="Received: 7415" time="2023-05-28T03:31:05Z" level=info msg="Got Conmon PID as 7413" time="2023-05-28T03:31:05Z" level=debug msg="Created container a141aa87424c8eb3398bbfffd6e4deeb63fabb50eda107462d1612edcc2c17f1 in OCI runtime" time="2023-05-28T03:31:05Z" level=debug msg="Starting container a141aa87424c8eb3398bbfffd6e4deeb63fabb50eda107462d1612edcc2c17f1 with command [/catatonit -P]" time="2023-05-28T03:31:05Z" level=debug msg="Started container a141aa87424c8eb3398bbfffd6e4deeb63fabb50eda107462d1612edcc2c17f1" time="2023-05-28T03:31:05Z" level=debug msg="overlay: mount_data=lowerdir=/home/user1/.local/share/containers/storage/overlay/l/XA2KQZKDGS5XRAI57OWNTWT7UA,upperdir=/home/user1/.local/share/containers/storage/overlay/c9f520a1e76e8c6c1fa36878734648103c423db84cae9c37a23d169389b3fb69/diff,workdir=/home/user1/.local/share/containers/storage/overlay/c9f520a1e76e8c6c1fa36878734648103c423db84cae9c37a23d169389b3fb69/work,,userxattr,context=\"system_u:object_r:container_file_t:s0:c493,c876\"" time="2023-05-28T03:31:05Z" level=debug msg="Mounted container \"acb2da1bda2a7b756dbcaf5f1be7bccb38ad2be0bded610c12577e920c18171d\" at \"/home/user1/.local/share/containers/storage/overlay/c9f520a1e76e8c6c1fa36878734648103c423db84cae9c37a23d169389b3fb69/merged\"" time="2023-05-28T03:31:05Z" level=debug msg="Created root filesystem for container acb2da1bda2a7b756dbcaf5f1be7bccb38ad2be0bded610c12577e920c18171d at /home/user1/.local/share/containers/storage/overlay/c9f520a1e76e8c6c1fa36878734648103c423db84cae9c37a23d169389b3fb69/merged" time="2023-05-28T03:31:05Z" level=debug msg="/etc/system-fips does not exist on host, not mounting FIPS mode subscription" time="2023-05-28T03:31:05Z" level=debug msg="Setting Cgroups for container acb2da1bda2a7b756dbcaf5f1be7bccb38ad2be0bded610c12577e920c18171d to user-libpod_pod_a39698f2fbf0507c766fb2ad6fa51bc487da386d044777f45f22e4214219143f.slice:libpod:acb2da1bda2a7b756dbcaf5f1be7bccb38ad2be0bded610c12577e920c18171d" time="2023-05-28T03:31:05Z" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d" time="2023-05-28T03:31:05Z" level=debug msg="Workdir \"/var/www\" resolved to a volume or mount" time="2023-05-28T03:31:05Z" level=debug msg="Created OCI spec for container acb2da1bda2a7b756dbcaf5f1be7bccb38ad2be0bded610c12577e920c18171d at /home/user1/.local/share/containers/storage/overlay-containers/acb2da1bda2a7b756dbcaf5f1be7bccb38ad2be0bded610c12577e920c18171d/userdata/config.json" time="2023-05-28T03:31:05Z" level=debug msg="/usr/bin/conmon messages will be logged to syslog" time="2023-05-28T03:31:05Z" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c acb2da1bda2a7b756dbcaf5f1be7bccb38ad2be0bded610c12577e920c18171d -u acb2da1bda2a7b756dbcaf5f1be7bccb38ad2be0bded610c12577e920c18171d -r /usr/bin/crun -b /home/user1/.local/share/containers/storage/overlay-containers/acb2da1bda2a7b756dbcaf5f1be7bccb38ad2be0bded610c12577e920c18171d/userdata -p /run/user/1001/containers/overlay-containers/acb2da1bda2a7b756dbcaf5f1be7bccb38ad2be0bded610c12577e920c18171d/userdata/pidfile -n httpd1-httpd1 --exit-dir /run/user/1001/libpod/tmp/exits --full-attach -s -l journald --log-level debug --syslog --conmon-pidfile /run/user/1001/containers/overlay-containers/acb2da1bda2a7b756dbcaf5f1be7bccb38ad2be0bded610c12577e920c18171d/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/user1/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/1001/containers --exit-command-arg --log-level --exit-command-arg debug --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/1001/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/user1/.local/share/containers/storage/volumes --exit-command-arg --transient-store=false --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg --syslog --exit-command-arg container --exit-command-arg cleanup --exit-command-arg acb2da1bda2a7b756dbcaf5f1be7bccb38ad2be0bded610c12577e920c18171d]" time="2023-05-28T03:31:05Z" level=info msg="Running conmon under slice user-libpod_pod_a39698f2fbf0507c766fb2ad6fa51bc487da386d044777f45f22e4214219143f.slice and unitName libpod-conmon-acb2da1bda2a7b756dbcaf5f1be7bccb38ad2be0bded610c12577e920c18171d.scope" [conmon:d]: failed to write to /proc/self/oom_score_adj: Permission denied time="2023-05-28T03:31:05Z" level=debug msg="Received: 7420" time="2023-05-28T03:31:05Z" level=info msg="Got Conmon PID as 7418" time="2023-05-28T03:31:05Z" level=debug msg="Created container acb2da1bda2a7b756dbcaf5f1be7bccb38ad2be0bded610c12577e920c18171d in OCI runtime" time="2023-05-28T03:31:05Z" level=debug msg="Starting container acb2da1bda2a7b756dbcaf5f1be7bccb38ad2be0bded610c12577e920c18171d with command [/bin/busybox-extras httpd -f -p 80]" time="2023-05-28T03:31:05Z" level=debug msg="Started container acb2da1bda2a7b756dbcaf5f1be7bccb38ad2be0bded610c12577e920c18171d" time="2023-05-28T03:31:05Z" level=debug msg="Called kube.PersistentPostRunE(/usr/bin/podman play kube --start=true --log-level=debug /home/user1/.config/containers/ansible-kubernetes.d/httpd1.yml)" time="2023-05-28T03:31:05Z" level=debug msg="Shutting down engines" TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:107 Sunday 28 May 2023 03:31:05 +0000 (0:00:02.282) 0:01:39.211 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Enable service] ****************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:119 Sunday 28 May 2023 03:31:05 +0000 (0:00:00.471) 0:01:39.682 ************ changed: [sut] => { "changed": true, "enabled": true, "name": "podman-kube@-home-user1-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target -.mount \"app-podman\\\\x2dkube.slice\" network-online.target run-user-1001.mount", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-home-user1-.config-containers-ansible\\\\x2dkubernetes.d-httpd1.yml.service\"", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/user1/.config/containers/ansible-kubernetes.d/httpd1.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/user1/.config/containers/ansible-kubernetes.d/httpd1.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/user1/.config/containers/ansible-kubernetes.d/httpd1.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/user1/.config/containers/ansible-kubernetes.d/httpd1.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/user/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "podman-kube@-home-user1-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14741", "LimitNPROCSoft": "14741", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14741", "LimitSIGPENDINGSoft": "14741", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-home-user1-.config-containers-ansible\\\\x2dkubernetes.d-httpd1.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "200", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "\"app-podman\\\\x2dkube.slice\" basic.target", "RequiresMountsFor": "/run/user/1001/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "app-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4422", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity", "WorkingDirectory": "!/home/user1" } } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:132 Sunday 28 May 2023 03:31:06 +0000 (0:00:00.529) 0:01:40.212 ************ changed: [sut] => { "changed": true, "name": "podman-kube@-home-user1-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "-.mount network-online.target \"app-podman\\\\x2dkube.slice\" basic.target run-user-1001.mount", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target default.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-home-user1-.config-containers-ansible\\\\x2dkubernetes.d-httpd1.yml.service\"", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/user1/.config/containers/ansible-kubernetes.d/httpd1.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/user1/.config/containers/ansible-kubernetes.d/httpd1.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/user1/.config/containers/ansible-kubernetes.d/httpd1.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/user1/.config/containers/ansible-kubernetes.d/httpd1.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/user/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "podman-kube@-home-user1-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14741", "LimitNPROCSoft": "14741", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14741", "LimitSIGPENDINGSoft": "14741", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-home-user1-.config-containers-ansible\\\\x2dkubernetes.d-httpd1.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "200", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "basic.target \"app-podman\\\\x2dkube.slice\"", "RequiresMountsFor": "/run/user/1001/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "app-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4422", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "default.target", "Wants": "network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity", "WorkingDirectory": "!/home/user1" } } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:146 Sunday 28 May 2023 03:31:08 +0000 (0:00:01.559) 0:01:41.771 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Sunday 28 May 2023 03:31:08 +0000 (0:00:00.073) 0:01:41.845 ************ ok: [sut] => { "ansible_facts": { "__podman_kube_spec": { "debug": true, "log_level": "debug", "state": "started" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd2\nspec:\n containers:\n - command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n image: quay.io/libpod/testimage:20210610\n name: httpd2\n ports:\n - containerPort: 80\n hostPort: 15002\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/httpd2\n name: www\n - hostPath:\n path: /tmp/httpd2-create\n name: create\n" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:33 Sunday 28 May 2023 03:31:08 +0000 (0:00:00.067) 0:01:41.913 ************ ok: [sut] => { "ansible_facts": { "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd2" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd2", "ports": [ { "containerPort": 80, "hostPort": 15002 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/httpd2-create" }, "name": "create" } ] } }, "__podman_kube_file": "", "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:54 Sunday 28 May 2023 03:31:08 +0000 (0:00:00.069) 0:01:41.982 ************ ok: [sut] => { "ansible_facts": { "__podman_kube_name": "httpd2", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Sunday 28 May 2023 03:31:08 +0000 (0:00:00.061) 0:01:42.044 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 28 May 2023 03:31:08 +0000 (0:00:00.089) 0:01:42.133 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 28 May 2023 03:31:08 +0000 (0:00:00.277) 0:01:42.410 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 28 May 2023 03:31:08 +0000 (0:00:00.067) 0:01:42.478 ************ ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 28 May 2023 03:31:08 +0000 (0:00:00.070) 0:01:42.548 ************ ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 28 May 2023 03:31:09 +0000 (0:00:00.250) 0:01:42.799 ************ ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 28 May 2023 03:31:09 +0000 (0:00:00.069) 0:01:42.868 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:50 Sunday 28 May 2023 03:31:09 +0000 (0:00:00.057) 0:01:42.926 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:59 Sunday 28 May 2023 03:31:09 +0000 (0:00:00.059) 0:01:42.985 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:68 Sunday 28 May 2023 03:31:09 +0000 (0:00:00.058) 0:01:43.043 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if no kube spec is given] *************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:63 Sunday 28 May 2023 03:31:09 +0000 (0:00:00.055) 0:01:43.098 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:72 Sunday 28 May 2023 03:31:09 +0000 (0:00:00.055) 0:01:43.153 ************ ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:84 Sunday 28 May 2023 03:31:09 +0000 (0:00:00.079) 0:01:43.233 ************ ok: [sut] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:90 Sunday 28 May 2023 03:31:09 +0000 (0:00:00.089) 0:01:43.322 ************ ok: [sut] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/httpd2.yml" }, "changed": false } TASK [linux-system-roles.podman : Get service name using systemd-escape] ******* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:98 Sunday 28 May 2023 03:31:09 +0000 (0:00:00.059) 0:01:43.382 ************ ok: [sut] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.006648", "end": "2023-05-28 03:31:09.863683", "rc": 0, "start": "2023-05-28 03:31:09.857035" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd2.yml.service TASK [linux-system-roles.podman : Cleanup containers and services] ************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:106 Sunday 28 May 2023 03:31:09 +0000 (0:00:00.247) 0:01:43.629 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update containers and services] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:110 Sunday 28 May 2023 03:31:09 +0000 (0:00:00.058) 0:01:43.688 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml for sut TASK [linux-system-roles.podman : Check if user is lingering] ****************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Sunday 28 May 2023 03:31:10 +0000 (0:00:00.108) 0:01:43.796 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Enable lingering if needed] ****************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:8 Sunday 28 May 2023 03:31:10 +0000 (0:00:00.056) 0:01:43.853 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the host mount volumes] ****************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:15 Sunday 28 May 2023 03:31:10 +0000 (0:00:00.055) 0:01:43.908 ************ ok: [sut] => { "ansible_facts": { "__podman_volumes": [ "/tmp/httpd2", "/tmp/httpd2-create" ] }, "changed": false } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:31 Sunday 28 May 2023 03:31:10 +0000 (0:00:00.067) 0:01:43.976 ************ ok: [sut] => (item=/tmp/httpd2) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/httpd2", "mode": "0755", "owner": "root", "path": "/tmp/httpd2", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 60, "state": "directory", "uid": 0 } changed: [sut] => (item=/tmp/httpd2-create) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/tmp/httpd2-create", "mode": "0755", "owner": "root", "path": "/tmp/httpd2-create", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 40, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:49 Sunday 28 May 2023 03:31:10 +0000 (0:00:00.493) 0:01:44.470 ************ changed: [sut] => (item=quay.io/libpod/testimage:20210610) => { "actions": [ "Pulled image quay.io/libpod/testimage:20210610" ], "ansible_loop_var": "item", "changed": true, "image": [ { "Annotations": {}, "Architecture": "amd64", "Author": "", "Comment": "", "Config": { "Cmd": [ "/bin/echo", "This container is intended for podman CI testing" ], "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ], "Labels": { "created_at": "2021-06-10T18:55:36Z", "created_by": "test/system/build-testimage", "io.buildah.version": "1.21.0" }, "WorkingDir": "/home/podman" }, "Created": "2021-06-10T18:55:43.049643585Z", "Digest": "sha256:d48f2feaca74863c342cd9ce11edbe208675975740e7f4dd635b7b345339426a", "GraphDriver": { "Data": { "UpperDir": "/var/lib/containers/storage/overlay/f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e/diff", "WorkDir": "/var/lib/containers/storage/overlay/f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e/work" }, "Name": "overlay" }, "History": [ { "created": "2021-06-10T18:55:42.831917915Z", "created_by": "/bin/sh -c apk add busybox-extras", "empty_layer": true }, { "created": "2021-06-10T18:55:43.005956291Z", "created_by": "/bin/sh -c #(nop) ADD multi:0ed825786ec12498034356148303d2e6dfd4698131f4b5d4599e5eafa2ab71bd in /home/podman/ ", "empty_layer": true }, { "created": "2021-06-10T18:55:43.006000972Z", "created_by": "/bin/sh -c #(nop) LABEL created_by=test/system/build-testimage", "empty_layer": true }, { "created": "2021-06-10T18:55:43.006019818Z", "created_by": "/bin/sh -c #(nop) LABEL created_at=2021-06-10T18:55:36Z", "empty_layer": true }, { "created": "2021-06-10T18:55:43.028748885Z", "created_by": "/bin/sh -c #(nop) WORKDIR /home/podman", "empty_layer": true }, { "comment": "FROM docker.io/amd64/alpine:3.13.5", "created": "2021-06-10T18:55:43.160651456Z", "created_by": "/bin/sh -c #(nop) CMD [\"/bin/echo\", \"This container is intended for podman CI testing\"]" } ], "Id": "9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f", "Labels": { "created_at": "2021-06-10T18:55:36Z", "created_by": "test/system/build-testimage", "io.buildah.version": "1.21.0" }, "ManifestType": "application/vnd.docker.distribution.manifest.v2+json", "NamesHistory": [ "quay.io/libpod/testimage:20210610" ], "Os": "linux", "Parent": "", "RepoDigests": [ "quay.io/libpod/testimage@sha256:d48f2feaca74863c342cd9ce11edbe208675975740e7f4dd635b7b345339426a", "quay.io/libpod/testimage@sha256:d8dc9f2a78e190963a75852ce55b926a1cf90c7d2e6d15b30b6bc43cd73a6377" ], "RepoTags": [ "quay.io/libpod/testimage:20210610" ], "RootFS": { "Layers": [ "sha256:f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e" ], "Type": "layers" }, "Size": 7987860, "User": "", "Version": "", "VirtualSize": 7987860 } ], "item": "quay.io/libpod/testimage:20210610", "podman_actions": [ "/usr/bin/podman image ls quay.io/libpod/testimage:20210610 --format json", "/usr/bin/podman pull quay.io/libpod/testimage:20210610 -q", "/usr/bin/podman inspect 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f --format json" ] } TASK [linux-system-roles.podman : Check the kubernetes yaml file] ************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:71 Sunday 28 May 2023 03:31:12 +0000 (0:00:01.379) 0:01:45.849 ************ ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Ensure the kubernetes directory is present] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:79 Sunday 28 May 2023 03:31:12 +0000 (0:00:00.239) 0:01:46.089 ************ changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/ansible-kubernetes.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Ensure kubernetes yaml files are present] **** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:88 Sunday 28 May 2023 03:31:12 +0000 (0:00:00.249) 0:01:46.339 ************ changed: [sut] => { "changed": true, "checksum": "80d3283179dcbec4981476f41da6795518e48a61", "dest": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "gid": 0, "group": "root", "md5sum": "26e885325f77642bbb8b0a92ae51f8fe", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 722, "src": "/root/.ansible/tmp/ansible-tmp-1685244672.684551-3253-205385929012977/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Update containers/pods] ********************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:98 Sunday 28 May 2023 03:31:13 +0000 (0:00:00.594) 0:01:46.933 ************ changed: [sut] => { "actions": [ "/usr/bin/podman play kube --start=true --log-level=debug /etc/containers/ansible-kubernetes.d/httpd2.yml" ], "changed": true } STDOUT: Pod: 42601705e0ca52192a89ce18e8ba6b90a79bab4bb03c05bfc5c348b0f3194199 Container: 36956d40f7179962bc137d0ab14d18eae189933699a8d3479fcbc2a82c9f1a51 STDERR: time="2023-05-28T03:31:13Z" level=info msg="/usr/bin/podman filtering at log level debug" time="2023-05-28T03:31:13Z" level=debug msg="Called kube.PersistentPreRunE(/usr/bin/podman play kube --start=true --log-level=debug /etc/containers/ansible-kubernetes.d/httpd2.yml)" time="2023-05-28T03:31:13Z" level=debug msg="Using conmon: \"/usr/bin/conmon\"" time="2023-05-28T03:31:13Z" level=debug msg="Initializing boltdb state at /var/lib/containers/storage/libpod/bolt_state.db" time="2023-05-28T03:31:13Z" level=debug msg="Using graph driver overlay" time="2023-05-28T03:31:13Z" level=debug msg="Using graph root /var/lib/containers/storage" time="2023-05-28T03:31:13Z" level=debug msg="Using run root /run/containers/storage" time="2023-05-28T03:31:13Z" level=debug msg="Using static dir /var/lib/containers/storage/libpod" time="2023-05-28T03:31:13Z" level=debug msg="Using tmp dir /run/libpod" time="2023-05-28T03:31:13Z" level=debug msg="Using volume path /var/lib/containers/storage/volumes" time="2023-05-28T03:31:13Z" level=debug msg="Using transient store: false" time="2023-05-28T03:31:13Z" level=debug msg="Set libpod namespace to \"\"" time="2023-05-28T03:31:13Z" level=debug msg="[graphdriver] trying provided driver \"overlay\"" time="2023-05-28T03:31:13Z" level=debug msg="Cached value indicated that overlay is supported" time="2023-05-28T03:31:13Z" level=debug msg="Cached value indicated that overlay is supported" time="2023-05-28T03:31:13Z" level=debug msg="Cached value indicated that metacopy is being used" time="2023-05-28T03:31:13Z" level=debug msg="Cached value indicated that native-diff is not being used" time="2023-05-28T03:31:13Z" level=info msg="Not using native diff for overlay, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" time="2023-05-28T03:31:13Z" level=debug msg="backingFs=extfs, projectQuotaSupported=false, useNativeDiff=false, usingMetacopy=true" time="2023-05-28T03:31:13Z" level=debug msg="Initializing event backend journald" time="2023-05-28T03:31:13Z" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument" time="2023-05-28T03:31:13Z" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument" time="2023-05-28T03:31:13Z" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument" time="2023-05-28T03:31:13Z" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument" time="2023-05-28T03:31:13Z" level=debug msg="Configured OCI runtime crun-wasm initialization failed: no valid executable found for OCI runtime crun-wasm: invalid argument" time="2023-05-28T03:31:13Z" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument" time="2023-05-28T03:31:13Z" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument" time="2023-05-28T03:31:13Z" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument" time="2023-05-28T03:31:13Z" level=debug msg="Using OCI runtime \"/usr/bin/crun\"" time="2023-05-28T03:31:13Z" level=info msg="Setting parallel job count to 7" time="2023-05-28T03:31:13Z" level=debug msg="Successfully loaded 1 networks" time="2023-05-28T03:31:13Z" level=debug msg="found free device name podman1" time="2023-05-28T03:31:13Z" level=debug msg="found free ipv4 network subnet 10.89.0.0/24" time="2023-05-28T03:31:13Z" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network 5bf45c3ce7661827e1f470f93362cd5be448bc057326456fe220b1f4eb1a6fa3 bridge podman1 2023-05-28 03:31:13.462327551 +0000 UTC [{{{10.89.0.0 ffffff00}} 10.89.0.1 }] false false true [] map[] map[] map[driver:host-local]}" time="2023-05-28T03:31:13Z" level=debug msg="Successfully loaded 2 networks" time="2023-05-28T03:31:13Z" level=debug msg="Looking up image \"localhost/podman-pause:4.4.1-1676629882\" in local containers storage" time="2023-05-28T03:31:13Z" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2023-05-28T03:31:13Z" level=debug msg="Trying \"localhost/podman-pause:4.4.1-1676629882\" ..." time="2023-05-28T03:31:13Z" level=debug msg="Trying \"localhost/podman-pause:4.4.1-1676629882\" ..." time="2023-05-28T03:31:13Z" level=debug msg="Trying \"localhost/podman-pause:4.4.1-1676629882\" ..." time="2023-05-28T03:31:13Z" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2023-05-28T03:31:13Z" level=debug msg="FROM \"scratch\"" time="2023-05-28T03:31:13Z" level=debug msg="Cached value indicated that idmapped mounts for overlay are supported" time="2023-05-28T03:31:13Z" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2023-05-28T03:31:13Z" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2023-05-28T03:31:13Z" level=debug msg="overlay: test mount indicated that volatile is being used" time="2023-05-28T03:31:13Z" level=debug msg="overlay: mount_data=lowerdir=/var/lib/containers/storage/overlay/770f041ec6cdcec8d9e58151f6a025b828af3f28ac141274e66ac37ac5c7ce38/empty,upperdir=/var/lib/containers/storage/overlay/770f041ec6cdcec8d9e58151f6a025b828af3f28ac141274e66ac37ac5c7ce38/diff,workdir=/var/lib/containers/storage/overlay/770f041ec6cdcec8d9e58151f6a025b828af3f28ac141274e66ac37ac5c7ce38/work,nodev,metacopy=on,volatile,context=\"system_u:object_r:container_file_t:s0:c230,c860\"" time="2023-05-28T03:31:13Z" level=debug msg="Container ID: 871f46190ce05a5aa0ce37ffa16b1e0f938f58a79e4a7aa05806cd3323bee1ec" time="2023-05-28T03:31:13Z" level=debug msg="Parsed Step: {Env:[PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin] Command:copy Args:[/usr/libexec/podman/catatonit /catatonit] Flags:[] Attrs:map[] Message:COPY /usr/libexec/podman/catatonit /catatonit Original:COPY /usr/libexec/podman/catatonit /catatonit}" time="2023-05-28T03:31:13Z" level=debug msg="COPY []string(nil), imagebuilder.Copy{FromFS:false, From:\"\", Src:[]string{\"/usr/libexec/podman/catatonit\"}, Dest:\"/catatonit\", Download:false, Chown:\"\", Chmod:\"\"}" time="2023-05-28T03:31:13Z" level=debug msg="added content file:fe4d683330d72f673668c66bf984c53dd9fde4553f8786da71eb9a2d30f5eee5" time="2023-05-28T03:31:13Z" level=debug msg="Parsed Step: {Env:[PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin] Command:entrypoint Args:[/catatonit -P] Flags:[] Attrs:map[json:true] Message:ENTRYPOINT /catatonit -P Original:ENTRYPOINT [\"/catatonit\", \"-P\"]}" time="2023-05-28T03:31:13Z" level=debug msg="COMMIT localhost/podman-pause:4.4.1-1676629882" time="2023-05-28T03:31:13Z" level=debug msg="Looking up image \"localhost/podman-pause:4.4.1-1676629882\" in local containers storage" time="2023-05-28T03:31:13Z" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2023-05-28T03:31:13Z" level=debug msg="Trying \"localhost/podman-pause:4.4.1-1676629882\" ..." time="2023-05-28T03:31:13Z" level=debug msg="Trying \"localhost/podman-pause:4.4.1-1676629882\" ..." time="2023-05-28T03:31:13Z" level=debug msg="Trying \"localhost/podman-pause:4.4.1-1676629882\" ..." time="2023-05-28T03:31:13Z" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.mountopt=nodev,metacopy=on]localhost/podman-pause:4.4.1-1676629882\"" time="2023-05-28T03:31:13Z" level=debug msg="COMMIT \"containers-storage:[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.mountopt=nodev,metacopy=on]localhost/podman-pause:4.4.1-1676629882\"" time="2023-05-28T03:31:13Z" level=debug msg="committing image with reference \"containers-storage:[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.mountopt=nodev,metacopy=on]localhost/podman-pause:4.4.1-1676629882\" is allowed by policy" time="2023-05-28T03:31:13Z" level=debug msg="layer list: [\"770f041ec6cdcec8d9e58151f6a025b828af3f28ac141274e66ac37ac5c7ce38\"]" time="2023-05-28T03:31:13Z" level=debug msg="using \"/var/tmp/buildah205684657\" to hold temporary data" time="2023-05-28T03:31:13Z" level=debug msg="layer \"770f041ec6cdcec8d9e58151f6a025b828af3f28ac141274e66ac37ac5c7ce38\" size is 818176 bytes, uncompressed digest sha256:5a432141c8a87968d7acf6de2dbf8588ac997a7a2eae3283ce66c1d2991952f5, possibly-compressed digest sha256:5a432141c8a87968d7acf6de2dbf8588ac997a7a2eae3283ce66c1d2991952f5" time="2023-05-28T03:31:13Z" level=debug msg="OCIv1 config = {\"created\":\"2023-05-28T03:31:13.637884732Z\",\"architecture\":\"amd64\",\"os\":\"linux\",\"config\":{\"Env\":[\"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\"],\"Entrypoint\":[\"/catatonit\",\"-P\"],\"Labels\":{\"io.buildah.version\":\"1.29.0\"}},\"rootfs\":{\"type\":\"layers\",\"diff_ids\":[\"sha256:5a432141c8a87968d7acf6de2dbf8588ac997a7a2eae3283ce66c1d2991952f5\"]},\"history\":[{\"created\":\"2023-05-28T03:31:13.636977035Z\",\"created_by\":\"/bin/sh -c #(nop) COPY file:fe4d683330d72f673668c66bf984c53dd9fde4553f8786da71eb9a2d30f5eee5 in /catatonit \",\"empty_layer\":true},{\"created\":\"2023-05-28T03:31:13.642937615Z\",\"created_by\":\"/bin/sh -c #(nop) ENTRYPOINT [\\\"/catatonit\\\", \\\"-P\\\"]\"}]}" time="2023-05-28T03:31:13Z" level=debug msg="OCIv1 manifest = {\"schemaVersion\":2,\"mediaType\":\"application/vnd.oci.image.manifest.v1+json\",\"config\":{\"mediaType\":\"application/vnd.oci.image.config.v1+json\",\"digest\":\"sha256:18bb64c7b307e4778204bce2a3ff045c764a61b9d81049afb80a4c2bbd0c3ab1\",\"size\":668},\"layers\":[{\"mediaType\":\"application/vnd.oci.image.layer.v1.tar\",\"digest\":\"sha256:5a432141c8a87968d7acf6de2dbf8588ac997a7a2eae3283ce66c1d2991952f5\",\"size\":818176}],\"annotations\":{\"org.opencontainers.image.base.digest\":\"\",\"org.opencontainers.image.base.name\":\"\"}}" time="2023-05-28T03:31:13Z" level=debug msg="Docker v2s2 config = {\"created\":\"2023-05-28T03:31:13.637884732Z\",\"container\":\"871f46190ce05a5aa0ce37ffa16b1e0f938f58a79e4a7aa05806cd3323bee1ec\",\"container_config\":{\"Hostname\":\"\",\"Domainname\":\"\",\"User\":\"\",\"AttachStdin\":false,\"AttachStdout\":false,\"AttachStderr\":false,\"Tty\":false,\"OpenStdin\":false,\"StdinOnce\":false,\"Env\":[\"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\"],\"Cmd\":[],\"Image\":\"\",\"Volumes\":{},\"WorkingDir\":\"\",\"Entrypoint\":[\"/catatonit\",\"-P\"],\"OnBuild\":[],\"Labels\":{\"io.buildah.version\":\"1.29.0\"}},\"config\":{\"Hostname\":\"\",\"Domainname\":\"\",\"User\":\"\",\"AttachStdin\":false,\"AttachStdout\":false,\"AttachStderr\":false,\"Tty\":false,\"OpenStdin\":false,\"StdinOnce\":false,\"Env\":[\"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\"],\"Cmd\":[],\"Image\":\"\",\"Volumes\":{},\"WorkingDir\":\"\",\"Entrypoint\":[\"/catatonit\",\"-P\"],\"OnBuild\":[],\"Labels\":{\"io.buildah.version\":\"1.29.0\"}},\"architecture\":\"amd64\",\"os\":\"linux\",\"rootfs\":{\"type\":\"layers\",\"diff_ids\":[\"sha256:5a432141c8a87968d7acf6de2dbf8588ac997a7a2eae3283ce66c1d2991952f5\"]},\"history\":[{\"created\":\"2023-05-28T03:31:13.636977035Z\",\"created_by\":\"/bin/sh -c #(nop) COPY file:fe4d683330d72f673668c66bf984c53dd9fde4553f8786da71eb9a2d30f5eee5 in /catatonit \",\"empty_layer\":true},{\"created\":\"2023-05-28T03:31:13.642937615Z\",\"created_by\":\"/bin/sh -c #(nop) ENTRYPOINT [\\\"/catatonit\\\", \\\"-P\\\"]\"}]}" time="2023-05-28T03:31:13Z" level=debug msg="Docker v2s2 manifest = {\"schemaVersion\":2,\"mediaType\":\"application/vnd.docker.distribution.manifest.v2+json\",\"config\":{\"mediaType\":\"application/vnd.docker.container.image.v1+json\",\"size\":1342,\"digest\":\"sha256:e75ce3ff6f605deb42990aab34a1d19abeabee35f9ff4d8ae463db65be9e5dcb\"},\"layers\":[{\"mediaType\":\"application/vnd.docker.image.rootfs.diff.tar\",\"size\":818176,\"digest\":\"sha256:5a432141c8a87968d7acf6de2dbf8588ac997a7a2eae3283ce66c1d2991952f5\"}]}" time="2023-05-28T03:31:13Z" level=debug msg="Using blob info cache at /var/lib/containers/cache/blob-info-cache-v1.boltdb" time="2023-05-28T03:31:13Z" level=debug msg="IsRunningImageAllowed for image containers-storage:" time="2023-05-28T03:31:13Z" level=debug msg=" Using transport \"containers-storage\" policy section " time="2023-05-28T03:31:13Z" level=debug msg=" Requirement 0: allowed" time="2023-05-28T03:31:13Z" level=debug msg="Overall: allowed" time="2023-05-28T03:31:13Z" level=debug msg="start reading config" time="2023-05-28T03:31:13Z" level=debug msg="finished reading config" time="2023-05-28T03:31:13Z" level=debug msg="Manifest has MIME type application/vnd.oci.image.manifest.v1+json, ordered candidate list [application/vnd.oci.image.manifest.v1+json, application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.v1+prettyjws, application/vnd.docker.distribution.manifest.v1+json]" time="2023-05-28T03:31:13Z" level=debug msg="... will first try using the original manifest unmodified" time="2023-05-28T03:31:13Z" level=debug msg="Checking if we can reuse blob sha256:5a432141c8a87968d7acf6de2dbf8588ac997a7a2eae3283ce66c1d2991952f5: general substitution = true, compression for MIME type \"application/vnd.oci.image.layer.v1.tar\" = true" time="2023-05-28T03:31:13Z" level=debug msg="reading layer \"sha256:5a432141c8a87968d7acf6de2dbf8588ac997a7a2eae3283ce66c1d2991952f5\"" time="2023-05-28T03:31:13Z" level=debug msg="No compression detected" time="2023-05-28T03:31:13Z" level=debug msg="Using original blob without modification" time="2023-05-28T03:31:13Z" level=debug msg="Applying tar in /var/lib/containers/storage/overlay/5a432141c8a87968d7acf6de2dbf8588ac997a7a2eae3283ce66c1d2991952f5/diff" time="2023-05-28T03:31:13Z" level=debug msg="finished reading layer \"sha256:5a432141c8a87968d7acf6de2dbf8588ac997a7a2eae3283ce66c1d2991952f5\"" time="2023-05-28T03:31:13Z" level=debug msg="No compression detected" time="2023-05-28T03:31:13Z" level=debug msg="Compression change for blob sha256:18bb64c7b307e4778204bce2a3ff045c764a61b9d81049afb80a4c2bbd0c3ab1 (\"application/vnd.oci.image.config.v1+json\") not supported" time="2023-05-28T03:31:13Z" level=debug msg="Using original blob without modification" time="2023-05-28T03:31:13Z" level=debug msg="setting image creation date to 2023-05-28 03:31:13.637884732 +0000 UTC" time="2023-05-28T03:31:13Z" level=debug msg="created new image ID \"18bb64c7b307e4778204bce2a3ff045c764a61b9d81049afb80a4c2bbd0c3ab1\"" time="2023-05-28T03:31:13Z" level=debug msg="saved image metadata \"{\\\"signatures-sizes\\\":{\\\"sha256:d13610b191923f94a8887e2ab3af96bf10e05e66c813c402fcf50a00e4f85501\\\":[]}}\"" time="2023-05-28T03:31:13Z" level=debug msg="added name \"localhost/podman-pause:4.4.1-1676629882\" to image \"18bb64c7b307e4778204bce2a3ff045c764a61b9d81049afb80a4c2bbd0c3ab1\"" time="2023-05-28T03:31:13Z" level=debug msg="Looking up image \"localhost/podman-pause:4.4.1-1676629882\" in local containers storage" time="2023-05-28T03:31:13Z" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2023-05-28T03:31:13Z" level=debug msg="Trying \"localhost/podman-pause:4.4.1-1676629882\" ..." time="2023-05-28T03:31:13Z" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.mountopt=nodev,metacopy=on]@18bb64c7b307e4778204bce2a3ff045c764a61b9d81049afb80a4c2bbd0c3ab1\"" time="2023-05-28T03:31:13Z" level=debug msg="Found image \"localhost/podman-pause:4.4.1-1676629882\" as \"localhost/podman-pause:4.4.1-1676629882\" in local containers storage" time="2023-05-28T03:31:13Z" level=debug msg="Found image \"localhost/podman-pause:4.4.1-1676629882\" as \"localhost/podman-pause:4.4.1-1676629882\" in local containers storage ([overlay@/var/lib/containers/storage+/run/containers/storage:overlay.mountopt=nodev,metacopy=on]@18bb64c7b307e4778204bce2a3ff045c764a61b9d81049afb80a4c2bbd0c3ab1)" time="2023-05-28T03:31:13Z" level=debug msg="exporting opaque data as blob \"sha256:18bb64c7b307e4778204bce2a3ff045c764a61b9d81049afb80a4c2bbd0c3ab1\"" time="2023-05-28T03:31:13Z" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.mountopt=nodev,metacopy=on]localhost/podman-pause:4.4.1-1676629882\"" time="2023-05-28T03:31:13Z" level=debug msg="printing final image id \"18bb64c7b307e4778204bce2a3ff045c764a61b9d81049afb80a4c2bbd0c3ab1\"" time="2023-05-28T03:31:13Z" level=debug msg="Pod using bridge network mode" time="2023-05-28T03:31:13Z" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_42601705e0ca52192a89ce18e8ba6b90a79bab4bb03c05bfc5c348b0f3194199.slice for parent machine.slice and name libpod_pod_42601705e0ca52192a89ce18e8ba6b90a79bab4bb03c05bfc5c348b0f3194199" time="2023-05-28T03:31:13Z" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_42601705e0ca52192a89ce18e8ba6b90a79bab4bb03c05bfc5c348b0f3194199.slice" time="2023-05-28T03:31:13Z" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_42601705e0ca52192a89ce18e8ba6b90a79bab4bb03c05bfc5c348b0f3194199.slice" time="2023-05-28T03:31:13Z" level=debug msg="Looking up image \"localhost/podman-pause:4.4.1-1676629882\" in local containers storage" time="2023-05-28T03:31:13Z" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2023-05-28T03:31:13Z" level=debug msg="Trying \"localhost/podman-pause:4.4.1-1676629882\" ..." time="2023-05-28T03:31:13Z" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.mountopt=nodev,metacopy=on]@18bb64c7b307e4778204bce2a3ff045c764a61b9d81049afb80a4c2bbd0c3ab1\"" time="2023-05-28T03:31:13Z" level=debug msg="Found image \"localhost/podman-pause:4.4.1-1676629882\" as \"localhost/podman-pause:4.4.1-1676629882\" in local containers storage" time="2023-05-28T03:31:13Z" level=debug msg="Found image \"localhost/podman-pause:4.4.1-1676629882\" as \"localhost/podman-pause:4.4.1-1676629882\" in local containers storage ([overlay@/var/lib/containers/storage+/run/containers/storage:overlay.mountopt=nodev,metacopy=on]@18bb64c7b307e4778204bce2a3ff045c764a61b9d81049afb80a4c2bbd0c3ab1)" time="2023-05-28T03:31:13Z" level=debug msg="exporting opaque data as blob \"sha256:18bb64c7b307e4778204bce2a3ff045c764a61b9d81049afb80a4c2bbd0c3ab1\"" time="2023-05-28T03:31:13Z" level=debug msg="Inspecting image 18bb64c7b307e4778204bce2a3ff045c764a61b9d81049afb80a4c2bbd0c3ab1" time="2023-05-28T03:31:13Z" level=debug msg="exporting opaque data as blob \"sha256:18bb64c7b307e4778204bce2a3ff045c764a61b9d81049afb80a4c2bbd0c3ab1\"" time="2023-05-28T03:31:13Z" level=debug msg="Inspecting image 18bb64c7b307e4778204bce2a3ff045c764a61b9d81049afb80a4c2bbd0c3ab1" time="2023-05-28T03:31:13Z" level=debug msg="Inspecting image 18bb64c7b307e4778204bce2a3ff045c764a61b9d81049afb80a4c2bbd0c3ab1" time="2023-05-28T03:31:13Z" level=debug msg="Inspecting image 18bb64c7b307e4778204bce2a3ff045c764a61b9d81049afb80a4c2bbd0c3ab1" time="2023-05-28T03:31:13Z" level=debug msg="using systemd mode: false" time="2023-05-28T03:31:13Z" level=debug msg="setting container name 42601705e0ca-infra" time="2023-05-28T03:31:13Z" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\"" time="2023-05-28T03:31:13Z" level=debug msg="Allocated lock 1 for container 8cafc0b5ca3e243e26e4a7ba555113bd3d298673b88b4dcb09863f16871a46e0" time="2023-05-28T03:31:13Z" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.mountopt=nodev,metacopy=on]@18bb64c7b307e4778204bce2a3ff045c764a61b9d81049afb80a4c2bbd0c3ab1\"" time="2023-05-28T03:31:13Z" level=debug msg="exporting opaque data as blob \"sha256:18bb64c7b307e4778204bce2a3ff045c764a61b9d81049afb80a4c2bbd0c3ab1\"" time="2023-05-28T03:31:13Z" level=debug msg="Created container \"8cafc0b5ca3e243e26e4a7ba555113bd3d298673b88b4dcb09863f16871a46e0\"" time="2023-05-28T03:31:13Z" level=debug msg="Container \"8cafc0b5ca3e243e26e4a7ba555113bd3d298673b88b4dcb09863f16871a46e0\" has work directory \"/var/lib/containers/storage/overlay-containers/8cafc0b5ca3e243e26e4a7ba555113bd3d298673b88b4dcb09863f16871a46e0/userdata\"" time="2023-05-28T03:31:13Z" level=debug msg="Container \"8cafc0b5ca3e243e26e4a7ba555113bd3d298673b88b4dcb09863f16871a46e0\" has run directory \"/run/containers/storage/overlay-containers/8cafc0b5ca3e243e26e4a7ba555113bd3d298673b88b4dcb09863f16871a46e0/userdata\"" time="2023-05-28T03:31:13Z" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2023-05-28T03:31:13Z" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2023-05-28T03:31:13Z" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2023-05-28T03:31:13Z" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2023-05-28T03:31:13Z" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2023-05-28T03:31:13Z" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage ([overlay@/var/lib/containers/storage+/run/containers/storage:overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f)" time="2023-05-28T03:31:13Z" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2023-05-28T03:31:13Z" level=debug msg="Pulling image quay.io/libpod/testimage:20210610 (policy: newer)" time="2023-05-28T03:31:13Z" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2023-05-28T03:31:13Z" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2023-05-28T03:31:13Z" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2023-05-28T03:31:13Z" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2023-05-28T03:31:13Z" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2023-05-28T03:31:13Z" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage ([overlay@/var/lib/containers/storage+/run/containers/storage:overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f)" time="2023-05-28T03:31:13Z" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2023-05-28T03:31:13Z" level=debug msg="Loading registries configuration \"/etc/containers/registries.conf\"" time="2023-05-28T03:31:13Z" level=debug msg="Loading registries configuration \"/etc/containers/registries.conf.d/000-shortnames.conf\"" time="2023-05-28T03:31:13Z" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2023-05-28T03:31:13Z" level=debug msg="Attempting to pull candidate quay.io/libpod/testimage:20210610 for quay.io/libpod/testimage:20210610" time="2023-05-28T03:31:13Z" level=debug msg="Using registries.d directory /etc/containers/registries.d" time="2023-05-28T03:31:13Z" level=debug msg="Trying to access \"quay.io/libpod/testimage:20210610\"" time="2023-05-28T03:31:13Z" level=debug msg="No credentials matching quay.io/libpod/testimage found in /run/user/0/containers/auth.json" time="2023-05-28T03:31:13Z" level=debug msg="No credentials matching quay.io/libpod/testimage found in /root/.config/containers/auth.json" time="2023-05-28T03:31:13Z" level=debug msg="No credentials matching quay.io/libpod/testimage found in /root/.docker/config.json" time="2023-05-28T03:31:13Z" level=debug msg="No credentials matching quay.io/libpod/testimage found in /root/.dockercfg" time="2023-05-28T03:31:13Z" level=debug msg="No credentials for quay.io/libpod/testimage found" time="2023-05-28T03:31:13Z" level=debug msg=" No signature storage configuration found for quay.io/libpod/testimage:20210610, using built-in default file:///var/lib/containers/sigstore" time="2023-05-28T03:31:13Z" level=debug msg="Looking for TLS certificates and private keys in /etc/docker/certs.d/quay.io" time="2023-05-28T03:31:13Z" level=debug msg="GET https://quay.io/v2/" time="2023-05-28T03:31:13Z" level=debug msg="Ping https://quay.io/v2/ status 401" time="2023-05-28T03:31:13Z" level=debug msg="GET https://quay.io/v2/auth?scope=repository%3Alibpod%2Ftestimage%3Apull&service=quay.io" time="2023-05-28T03:31:13Z" level=debug msg="Increasing token expiration to: 60 seconds" time="2023-05-28T03:31:13Z" level=debug msg="GET https://quay.io/v2/libpod/testimage/manifests/20210610" time="2023-05-28T03:31:13Z" level=debug msg="Content-Type from manifest GET is \"application/vnd.docker.distribution.manifest.list.v2+json\"" time="2023-05-28T03:31:13Z" level=debug msg="GET https://quay.io/v2/libpod/testimage/manifests/sha256:d8dc9f2a78e190963a75852ce55b926a1cf90c7d2e6d15b30b6bc43cd73a6377" time="2023-05-28T03:31:14Z" level=debug msg="Content-Type from manifest GET is \"application/vnd.docker.distribution.manifest.v2+json\"" time="2023-05-28T03:31:14Z" level=debug msg="Skipping pull candidate quay.io/libpod/testimage:20210610 as the image is not newer (pull policy newer)" time="2023-05-28T03:31:14Z" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2023-05-28T03:31:14Z" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2023-05-28T03:31:14Z" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2023-05-28T03:31:14Z" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2023-05-28T03:31:14Z" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2023-05-28T03:31:14Z" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage ([overlay@/var/lib/containers/storage+/run/containers/storage:overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f)" time="2023-05-28T03:31:14Z" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2023-05-28T03:31:14Z" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2023-05-28T03:31:14Z" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2023-05-28T03:31:14Z" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2023-05-28T03:31:14Z" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2023-05-28T03:31:14Z" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2023-05-28T03:31:14Z" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2023-05-28T03:31:14Z" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2023-05-28T03:31:14Z" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2023-05-28T03:31:14Z" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage ([overlay@/var/lib/containers/storage+/run/containers/storage:overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f)" time="2023-05-28T03:31:14Z" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2023-05-28T03:31:14Z" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2023-05-28T03:31:14Z" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2023-05-28T03:31:14Z" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2023-05-28T03:31:14Z" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2023-05-28T03:31:14Z" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2023-05-28T03:31:14Z" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2023-05-28T03:31:14Z" level=debug msg="using systemd mode: false" time="2023-05-28T03:31:14Z" level=debug msg="adding container to pod httpd2" time="2023-05-28T03:31:14Z" level=debug msg="setting container name httpd2-httpd2" time="2023-05-28T03:31:14Z" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\"" time="2023-05-28T03:31:14Z" level=info msg="Sysctl net.ipv4.ping_group_range=0 0 ignored in containers.conf, since Network Namespace set to host" time="2023-05-28T03:31:14Z" level=debug msg="Adding mount /proc" time="2023-05-28T03:31:14Z" level=debug msg="Adding mount /dev" time="2023-05-28T03:31:14Z" level=debug msg="Adding mount /dev/pts" time="2023-05-28T03:31:14Z" level=debug msg="Adding mount /dev/mqueue" time="2023-05-28T03:31:14Z" level=debug msg="Adding mount /sys" time="2023-05-28T03:31:14Z" level=debug msg="Adding mount /sys/fs/cgroup" time="2023-05-28T03:31:14Z" level=debug msg="Allocated lock 2 for container 36956d40f7179962bc137d0ab14d18eae189933699a8d3479fcbc2a82c9f1a51" time="2023-05-28T03:31:14Z" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2023-05-28T03:31:14Z" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2023-05-28T03:31:14Z" level=debug msg="Created container \"36956d40f7179962bc137d0ab14d18eae189933699a8d3479fcbc2a82c9f1a51\"" time="2023-05-28T03:31:14Z" level=debug msg="Container \"36956d40f7179962bc137d0ab14d18eae189933699a8d3479fcbc2a82c9f1a51\" has work directory \"/var/lib/containers/storage/overlay-containers/36956d40f7179962bc137d0ab14d18eae189933699a8d3479fcbc2a82c9f1a51/userdata\"" time="2023-05-28T03:31:14Z" level=debug msg="Container \"36956d40f7179962bc137d0ab14d18eae189933699a8d3479fcbc2a82c9f1a51\" has run directory \"/run/containers/storage/overlay-containers/36956d40f7179962bc137d0ab14d18eae189933699a8d3479fcbc2a82c9f1a51/userdata\"" time="2023-05-28T03:31:14Z" level=debug msg="Strongconnecting node 8cafc0b5ca3e243e26e4a7ba555113bd3d298673b88b4dcb09863f16871a46e0" time="2023-05-28T03:31:14Z" level=debug msg="Pushed 8cafc0b5ca3e243e26e4a7ba555113bd3d298673b88b4dcb09863f16871a46e0 onto stack" time="2023-05-28T03:31:14Z" level=debug msg="Finishing node 8cafc0b5ca3e243e26e4a7ba555113bd3d298673b88b4dcb09863f16871a46e0. Popped 8cafc0b5ca3e243e26e4a7ba555113bd3d298673b88b4dcb09863f16871a46e0 off stack" time="2023-05-28T03:31:14Z" level=debug msg="Strongconnecting node 36956d40f7179962bc137d0ab14d18eae189933699a8d3479fcbc2a82c9f1a51" time="2023-05-28T03:31:14Z" level=debug msg="Pushed 36956d40f7179962bc137d0ab14d18eae189933699a8d3479fcbc2a82c9f1a51 onto stack" time="2023-05-28T03:31:14Z" level=debug msg="Finishing node 36956d40f7179962bc137d0ab14d18eae189933699a8d3479fcbc2a82c9f1a51. Popped 36956d40f7179962bc137d0ab14d18eae189933699a8d3479fcbc2a82c9f1a51 off stack" time="2023-05-28T03:31:14Z" level=debug msg="overlay: mount_data=lowerdir=/var/lib/containers/storage/overlay/l/A64KR52LZFMLCKQTAVLZ7ACV6J,upperdir=/var/lib/containers/storage/overlay/8907c0fa9dde6f2b6c7d91145182b3e9662318cd45dbb7efdafa2494c1ca7a87/diff,workdir=/var/lib/containers/storage/overlay/8907c0fa9dde6f2b6c7d91145182b3e9662318cd45dbb7efdafa2494c1ca7a87/work,nodev,metacopy=on,context=\"system_u:object_r:container_file_t:s0:c316,c576\"" time="2023-05-28T03:31:14Z" level=debug msg="Mounted container \"8cafc0b5ca3e243e26e4a7ba555113bd3d298673b88b4dcb09863f16871a46e0\" at \"/var/lib/containers/storage/overlay/8907c0fa9dde6f2b6c7d91145182b3e9662318cd45dbb7efdafa2494c1ca7a87/merged\"" time="2023-05-28T03:31:14Z" level=debug msg="Created root filesystem for container 8cafc0b5ca3e243e26e4a7ba555113bd3d298673b88b4dcb09863f16871a46e0 at /var/lib/containers/storage/overlay/8907c0fa9dde6f2b6c7d91145182b3e9662318cd45dbb7efdafa2494c1ca7a87/merged" time="2023-05-28T03:31:14Z" level=debug msg="Made network namespace at /run/netns/netns-68f0886e-136d-2b8e-7257-e84b3621dbea for container 8cafc0b5ca3e243e26e4a7ba555113bd3d298673b88b4dcb09863f16871a46e0" [DEBUG netavark::network::validation] "Validating network namespace..." [DEBUG netavark::commands::setup] "Setting up..." [INFO netavark::firewall] Using iptables firewall driver [DEBUG netavark::network::bridge] Setup network podman-default-kube-network [DEBUG netavark::network::bridge] Container interface name: eth0 with IP addresses [10.89.0.2/24] [DEBUG netavark::network::bridge] Bridge name: podman1 with IP addresses [10.89.0.1/24] [DEBUG netavark::network::core_utils] Setting sysctl value for net.ipv4.ip_forward to 1 [DEBUG netavark::network::core_utils] Setting sysctl value for /proc/sys/net/ipv6/conf/eth0/autoconf to 0 [INFO netavark::network::netlink] Adding route (dest: 0.0.0.0/0 ,gw: 10.89.0.1, metric 100) [DEBUG netavark::firewall::varktables::helpers] chain NETAVARK-4B9D9135B29BA created on table nat [DEBUG netavark::firewall::varktables::helpers] chain NETAVARK_FORWARD created on table filter [DEBUG netavark::firewall::varktables::helpers] rule -d 10.89.0.0/24 -j ACCEPT exists on table nat and chain NETAVARK-4B9D9135B29BA [DEBUG netavark::firewall::varktables::helpers] rule -d 10.89.0.0/24 -j ACCEPT created on table nat and chain NETAVARK-4B9D9135B29BA [DEBUG netavark::firewall::varktables::helpers] rule ! -d 224.0.0.0/4 -j MASQUERADE exists on table nat and chain NETAVARK-4B9D9135B29BA [DEBUG netavark::firewall::varktables::helpers] rule ! -d 224.0.0.0/4 -j MASQUERADE created on table nat and chain NETAVARK-4B9D9135B29BA [DEBUG netavark::firewall::varktables::helpers] rule -s 10.89.0.0/24 -j NETAVARK-4B9D9135B29BA exists on table nat and chain POSTROUTING [DEBUG netavark::firewall::varktables::helpers] rule -s 10.89.0.0/24 -j NETAVARK-4B9D9135B29BA created on table nat and chain POSTROUTING [DEBUG netavark::firewall::varktables::helpers] rule -d 10.89.0.0/24 -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT exists on table filter and chain NETAVARK_FORWARD [DEBUG netavark::firewall::varktables::helpers] rule -d 10.89.0.0/24 -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT created on table filter and chain NETAVARK_FORWARD [DEBUG netavark::firewall::varktables::helpers] rule -s 10.89.0.0/24 -j ACCEPT exists on table filter and chain NETAVARK_FORWARD [DEBUG netavark::firewall::varktables::helpers] rule -s 10.89.0.0/24 -j ACCEPT created on table filter and chain NETAVARK_FORWARD [DEBUG netavark::firewall::iptables] Adding firewalld rules for network 10.89.0.0/24 [DEBUG netavark::firewall::firewalld] Adding subnet 10.89.0.0/24 to zone trusted as source [DEBUG netavark::network::core_utils] Setting sysctl value for net.ipv4.conf.podman1.route_localnet to 1 [DEBUG netavark::firewall::varktables::helpers] chain NETAVARK-HOSTPORT-SETMARK created on table nat [DEBUG netavark::firewall::varktables::helpers] chain NETAVARK-HOSTPORT-MASQ created on table nat [DEBUG netavark::firewall::varktables::helpers] chain NETAVARK-DN-4B9D9135B29BA created on table nat [DEBUG netavark::firewall::varktables::helpers] chain NETAVARK-HOSTPORT-DNAT created on table nat [DEBUG netavark::firewall::varktables::helpers] rule -j MARK --set-xmark 0x2000/0x2000 exists on table nat and chain NETAVARK-HOSTPORT-SETMARK [DEBUG netavark::firewall::varktables::helpers] rule -j MARK --set-xmark 0x2000/0x2000 created on table nat and chain NETAVARK-HOSTPORT-SETMARK [DEBUG netavark::firewall::varktables::helpers] rule -j MASQUERADE -m comment --comment 'netavark portfw masq mark' -m mark --mark 0x2000/0x2000 exists on table nat and chain NETAVARK-HOSTPORT-MASQ [DEBUG netavark::firewall::varktables::helpers] rule -j MASQUERADE -m comment --comment 'netavark portfw masq mark' -m mark --mark 0x2000/0x2000 created on table nat and chain NETAVARK-HOSTPORT-MASQ [DEBUG netavark::firewall::varktables::helpers] rule -j NETAVARK-HOSTPORT-SETMARK -s 10.89.0.0/24 -p tcp --dport 15002 exists on table nat and chain NETAVARK-DN-4B9D9135B29BA [DEBUG netavark::firewall::varktables::helpers] rule -j NETAVARK-HOSTPORT-SETMARK -s 10.89.0.0/24 -p tcp --dport 15002 created on table nat and chain NETAVARK-DN-4B9D9135B29BA [DEBUG netavark::firewall::varktables::helpers] rule -j NETAVARK-HOSTPORT-SETMARK -s 127.0.0.1 -p tcp --dport 15002 exists on table nat and chain NETAVARK-DN-4B9D9135B29BA [DEBUG netavark::firewall::varktables::helpers] rule -j NETAVARK-HOSTPORT-SETMARK -s 127.0.0.1 -p tcp --dport 15002 created on table nat and chain NETAVARK-DN-4B9D9135B29BA [DEBUG netavark::firewall::varktables::helpers] rule -j DNAT -p tcp --to-destination 10.89.0.2:80 --destination-port 15002 exists on table nat and chain NETAVARK-DN-4B9D9135B29BA [DEBUG netavark::firewall::varktables::helpers] rule -j DNAT -p tcp --to-destination 10.89.0.2:80 --destination-port 15002 created on table nat and chain NETAVARK-DN-4B9D9135B29BA [DEBUG netavark::firewall::varktables::helpers] rule -j NETAVARK-DN-4B9D9135B29BA -p tcp --dport 15002 -m comment --comment 'dnat name: podman-default-kube-network id: 8cafc0b5ca3e243e26e4a7ba555113bd3d298673b88b4dcb09863f16871a46e0' exists on table nat and chain NETAVARK-HOSTPORT-DNAT [DEBUG netavark::firewall::varktables::helpers] rule -j NETAVARK-DN-4B9D9135B29BA -p tcp --dport 15002 -m comment --comment 'dnat name: podman-default-kube-network id: 8cafc0b5ca3e243e26e4a7ba555113bd3d298673b88b4dcb09863f16871a46e0' created on table nat and chain NETAVARK-HOSTPORT-DNAT [DEBUG netavark::firewall::varktables::helpers] rule -j NETAVARK-HOSTPORT-DNAT -m addrtype --dst-type LOCAL exists on table nat and chain PREROUTING [DEBUG netavark::firewall::varktables::helpers] rule -j NETAVARK-HOSTPORT-DNAT -m addrtype --dst-type LOCAL created on table nat and chain PREROUTING [DEBUG netavark::firewall::varktables::helpers] rule -j NETAVARK-HOSTPORT-DNAT -m addrtype --dst-type LOCAL exists on table nat and chain OUTPUT [DEBUG netavark::firewall::varktables::helpers] rule -j NETAVARK-HOSTPORT-DNAT -m addrtype --dst-type LOCAL created on table nat and chain OUTPUT [DEBUG netavark::dns::aardvark] Spawning aardvark server [DEBUG netavark::dns::aardvark] start aardvark-dns: ["systemd-run", "-q", "--scope", "/usr/libexec/podman/aardvark-dns", "--config", "/run/containers/networks/aardvark-dns", "-p", "53", "run"] [DEBUG netavark::commands::setup] { "podman-default-kube-network": StatusBlock { dns_search_domains: Some( [ "dns.podman", ], ), dns_server_ips: Some( [ 10.89.0.1, ], ), interfaces: Some( { "eth0": NetInterface { mac_address: "ca:59:e4:7d:30:7b", subnets: Some( [ NetAddress { gateway: Some( 10.89.0.1, ), ipnet: 10.89.0.2/24, }, ], ), }, }, ), }, } [DEBUG netavark::commands::setup] "Setup complete" time="2023-05-28T03:31:14Z" level=debug msg="Adding nameserver(s) from network status of '[\"10.89.0.1\"]'" time="2023-05-28T03:31:14Z" level=debug msg="Adding search domain(s) from network status of '[\"dns.podman\"]'" time="2023-05-28T03:31:14Z" level=debug msg="found local resolver, using \"/run/systemd/resolve/resolv.conf\" to get the nameservers" time="2023-05-28T03:31:14Z" level=debug msg="/etc/system-fips does not exist on host, not mounting FIPS mode subscription" time="2023-05-28T03:31:14Z" level=debug msg="Setting Cgroups for container 8cafc0b5ca3e243e26e4a7ba555113bd3d298673b88b4dcb09863f16871a46e0 to machine-libpod_pod_42601705e0ca52192a89ce18e8ba6b90a79bab4bb03c05bfc5c348b0f3194199.slice:libpod:8cafc0b5ca3e243e26e4a7ba555113bd3d298673b88b4dcb09863f16871a46e0" time="2023-05-28T03:31:14Z" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d" time="2023-05-28T03:31:14Z" level=debug msg="Workdir \"/\" resolved to host path \"/var/lib/containers/storage/overlay/8907c0fa9dde6f2b6c7d91145182b3e9662318cd45dbb7efdafa2494c1ca7a87/merged\"" time="2023-05-28T03:31:14Z" level=debug msg="Created OCI spec for container 8cafc0b5ca3e243e26e4a7ba555113bd3d298673b88b4dcb09863f16871a46e0 at /var/lib/containers/storage/overlay-containers/8cafc0b5ca3e243e26e4a7ba555113bd3d298673b88b4dcb09863f16871a46e0/userdata/config.json" time="2023-05-28T03:31:14Z" level=debug msg="/usr/bin/conmon messages will be logged to syslog" time="2023-05-28T03:31:14Z" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c 8cafc0b5ca3e243e26e4a7ba555113bd3d298673b88b4dcb09863f16871a46e0 -u 8cafc0b5ca3e243e26e4a7ba555113bd3d298673b88b4dcb09863f16871a46e0 -r /usr/bin/crun -b /var/lib/containers/storage/overlay-containers/8cafc0b5ca3e243e26e4a7ba555113bd3d298673b88b4dcb09863f16871a46e0/userdata -p /run/containers/storage/overlay-containers/8cafc0b5ca3e243e26e4a7ba555113bd3d298673b88b4dcb09863f16871a46e0/userdata/pidfile -n 42601705e0ca-infra --exit-dir /run/libpod/exits --full-attach -s -l journald --log-level debug --syslog --conmon-pidfile /run/containers/storage/overlay-containers/8cafc0b5ca3e243e26e4a7ba555113bd3d298673b88b4dcb09863f16871a46e0/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /var/lib/containers/storage --exit-command-arg --runroot --exit-command-arg /run/containers/storage --exit-command-arg --log-level --exit-command-arg debug --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/libpod --exit-command-arg --network-config-dir --exit-command-arg --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /var/lib/containers/storage/volumes --exit-command-arg --transient-store=false --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --storage-opt --exit-command-arg overlay.mountopt=nodev,metacopy=on --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg --syslog --exit-command-arg container --exit-command-arg cleanup --exit-command-arg 8cafc0b5ca3e243e26e4a7ba555113bd3d298673b88b4dcb09863f16871a46e0]" time="2023-05-28T03:31:14Z" level=info msg="Running conmon under slice machine-libpod_pod_42601705e0ca52192a89ce18e8ba6b90a79bab4bb03c05bfc5c348b0f3194199.slice and unitName libpod-conmon-8cafc0b5ca3e243e26e4a7ba555113bd3d298673b88b4dcb09863f16871a46e0.scope" time="2023-05-28T03:31:14Z" level=debug msg="Received: 8085" time="2023-05-28T03:31:14Z" level=info msg="Got Conmon PID as 8083" time="2023-05-28T03:31:14Z" level=debug msg="Created container 8cafc0b5ca3e243e26e4a7ba555113bd3d298673b88b4dcb09863f16871a46e0 in OCI runtime" time="2023-05-28T03:31:14Z" level=debug msg="Starting container 8cafc0b5ca3e243e26e4a7ba555113bd3d298673b88b4dcb09863f16871a46e0 with command [/catatonit -P]" time="2023-05-28T03:31:14Z" level=debug msg="Started container 8cafc0b5ca3e243e26e4a7ba555113bd3d298673b88b4dcb09863f16871a46e0" time="2023-05-28T03:31:14Z" level=debug msg="overlay: mount_data=lowerdir=/var/lib/containers/storage/overlay/l/RDHGHHVB5R6MOHZL2FWZ5R6N73,upperdir=/var/lib/containers/storage/overlay/7d0cb7efd4f70081c363df5ec6d7a16ccfe4a72cadb8165ba015ffa7d10f08a4/diff,workdir=/var/lib/containers/storage/overlay/7d0cb7efd4f70081c363df5ec6d7a16ccfe4a72cadb8165ba015ffa7d10f08a4/work,nodev,metacopy=on,context=\"system_u:object_r:container_file_t:s0:c316,c576\"" time="2023-05-28T03:31:14Z" level=debug msg="Mounted container \"36956d40f7179962bc137d0ab14d18eae189933699a8d3479fcbc2a82c9f1a51\" at \"/var/lib/containers/storage/overlay/7d0cb7efd4f70081c363df5ec6d7a16ccfe4a72cadb8165ba015ffa7d10f08a4/merged\"" time="2023-05-28T03:31:14Z" level=debug msg="Created root filesystem for container 36956d40f7179962bc137d0ab14d18eae189933699a8d3479fcbc2a82c9f1a51 at /var/lib/containers/storage/overlay/7d0cb7efd4f70081c363df5ec6d7a16ccfe4a72cadb8165ba015ffa7d10f08a4/merged" time="2023-05-28T03:31:14Z" level=debug msg="/etc/system-fips does not exist on host, not mounting FIPS mode subscription" time="2023-05-28T03:31:14Z" level=debug msg="Setting Cgroups for container 36956d40f7179962bc137d0ab14d18eae189933699a8d3479fcbc2a82c9f1a51 to machine-libpod_pod_42601705e0ca52192a89ce18e8ba6b90a79bab4bb03c05bfc5c348b0f3194199.slice:libpod:36956d40f7179962bc137d0ab14d18eae189933699a8d3479fcbc2a82c9f1a51" time="2023-05-28T03:31:14Z" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d" time="2023-05-28T03:31:14Z" level=debug msg="Workdir \"/var/www\" resolved to a volume or mount" time="2023-05-28T03:31:14Z" level=debug msg="Created OCI spec for container 36956d40f7179962bc137d0ab14d18eae189933699a8d3479fcbc2a82c9f1a51 at /var/lib/containers/storage/overlay-containers/36956d40f7179962bc137d0ab14d18eae189933699a8d3479fcbc2a82c9f1a51/userdata/config.json" time="2023-05-28T03:31:14Z" level=debug msg="/usr/bin/conmon messages will be logged to syslog" time="2023-05-28T03:31:14Z" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c 36956d40f7179962bc137d0ab14d18eae189933699a8d3479fcbc2a82c9f1a51 -u 36956d40f7179962bc137d0ab14d18eae189933699a8d3479fcbc2a82c9f1a51 -r /usr/bin/crun -b /var/lib/containers/storage/overlay-containers/36956d40f7179962bc137d0ab14d18eae189933699a8d3479fcbc2a82c9f1a51/userdata -p /run/containers/storage/overlay-containers/36956d40f7179962bc137d0ab14d18eae189933699a8d3479fcbc2a82c9f1a51/userdata/pidfile -n httpd2-httpd2 --exit-dir /run/libpod/exits --full-attach -s -l journald --log-level debug --syslog --conmon-pidfile /run/containers/storage/overlay-containers/36956d40f7179962bc137d0ab14d18eae189933699a8d3479fcbc2a82c9f1a51/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /var/lib/containers/storage --exit-command-arg --runroot --exit-command-arg /run/containers/storage --exit-command-arg --log-level --exit-command-arg debug --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/libpod --exit-command-arg --network-config-dir --exit-command-arg --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /var/lib/containers/storage/volumes --exit-command-arg --transient-store=false --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --storage-opt --exit-command-arg overlay.mountopt=nodev,metacopy=on --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg --syslog --exit-command-arg container --exit-command-arg cleanup --exit-command-arg 36956d40f7179962bc137d0ab14d18eae189933699a8d3479fcbc2a82c9f1a51]" time="2023-05-28T03:31:14Z" level=info msg="Running conmon under slice machine-libpod_pod_42601705e0ca52192a89ce18e8ba6b90a79bab4bb03c05bfc5c348b0f3194199.slice and unitName libpod-conmon-36956d40f7179962bc137d0ab14d18eae189933699a8d3479fcbc2a82c9f1a51.scope" time="2023-05-28T03:31:14Z" level=debug msg="Received: 8090" time="2023-05-28T03:31:14Z" level=info msg="Got Conmon PID as 8088" time="2023-05-28T03:31:14Z" level=debug msg="Created container 36956d40f7179962bc137d0ab14d18eae189933699a8d3479fcbc2a82c9f1a51 in OCI runtime" time="2023-05-28T03:31:14Z" level=debug msg="Starting container 36956d40f7179962bc137d0ab14d18eae189933699a8d3479fcbc2a82c9f1a51 with command [/bin/busybox-extras httpd -f -p 80]" time="2023-05-28T03:31:14Z" level=debug msg="Started container 36956d40f7179962bc137d0ab14d18eae189933699a8d3479fcbc2a82c9f1a51" time="2023-05-28T03:31:14Z" level=debug msg="Called kube.PersistentPostRunE(/usr/bin/podman play kube --start=true --log-level=debug /etc/containers/ansible-kubernetes.d/httpd2.yml)" time="2023-05-28T03:31:14Z" level=debug msg="Shutting down engines" TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:107 Sunday 28 May 2023 03:31:14 +0000 (0:00:01.324) 0:01:48.258 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Enable service] ****************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:119 Sunday 28 May 2023 03:31:15 +0000 (0:00:00.655) 0:01:48.914 ************ changed: [sut] => { "changed": true, "enabled": true, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket network-online.target sysinit.target basic.target \"system-podman\\\\x2dkube.slice\" -.mount", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.yml.service\"", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd2.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd2.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd2.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd2.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14741", "LimitNPROCSoft": "14741", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14741", "LimitSIGPENDINGSoft": "14741", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "\"system-podman\\\\x2dkube.slice\" sysinit.target -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4422", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:132 Sunday 28 May 2023 03:31:15 +0000 (0:00:00.680) 0:01:49.594 ************ changed: [sut] => { "changed": true, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket basic.target -.mount network-online.target \"system-podman\\\\x2dkube.slice\" sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.yml.service\"", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd2.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd2.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd2.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd2.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14741", "LimitNPROCSoft": "14741", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14741", "LimitSIGPENDINGSoft": "14741", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "\"system-podman\\\\x2dkube.slice\" sysinit.target -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4422", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:146 Sunday 28 May 2023 03:31:17 +0000 (0:00:01.553) 0:01:51.148 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Sunday 28 May 2023 03:31:17 +0000 (0:00:00.088) 0:01:51.236 ************ ok: [sut] => { "ansible_facts": { "__podman_kube_spec": { "state": "started" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd3\nspec:\n containers:\n - name: httpd3\n image: quay.io/libpod/testimage:20210610\n command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n ports:\n - containerPort: 80\n hostPort: 15003\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - name: www\n hostPath:\n path: /tmp/httpd3\n - name: create\n hostPath:\n path: /tmp/httpd3-create" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:33 Sunday 28 May 2023 03:31:17 +0000 (0:00:00.083) 0:01:51.320 ************ ok: [sut] => { "ansible_facts": { "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd3" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd3", "ports": [ { "containerPort": 80, "hostPort": 15003 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/httpd3-create" }, "name": "create" } ] } }, "__podman_kube_file": "", "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:54 Sunday 28 May 2023 03:31:17 +0000 (0:00:00.081) 0:01:51.402 ************ ok: [sut] => { "ansible_facts": { "__podman_kube_name": "httpd3", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Sunday 28 May 2023 03:31:17 +0000 (0:00:00.061) 0:01:51.463 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 28 May 2023 03:31:17 +0000 (0:00:00.086) 0:01:51.550 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 28 May 2023 03:31:17 +0000 (0:00:00.069) 0:01:51.619 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 28 May 2023 03:31:17 +0000 (0:00:00.084) 0:01:51.703 ************ ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 28 May 2023 03:31:18 +0000 (0:00:00.088) 0:01:51.792 ************ ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 28 May 2023 03:31:18 +0000 (0:00:00.268) 0:01:52.060 ************ ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 28 May 2023 03:31:18 +0000 (0:00:00.125) 0:01:52.186 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:50 Sunday 28 May 2023 03:31:18 +0000 (0:00:00.076) 0:01:52.262 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:59 Sunday 28 May 2023 03:31:18 +0000 (0:00:00.080) 0:01:52.343 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:68 Sunday 28 May 2023 03:31:18 +0000 (0:00:00.061) 0:01:52.404 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if no kube spec is given] *************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:63 Sunday 28 May 2023 03:31:18 +0000 (0:00:00.058) 0:01:52.463 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:72 Sunday 28 May 2023 03:31:18 +0000 (0:00:00.057) 0:01:52.521 ************ ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:84 Sunday 28 May 2023 03:31:18 +0000 (0:00:00.081) 0:01:52.602 ************ ok: [sut] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:90 Sunday 28 May 2023 03:31:18 +0000 (0:00:00.061) 0:01:52.663 ************ ok: [sut] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/httpd3.yml" }, "changed": false } TASK [linux-system-roles.podman : Get service name using systemd-escape] ******* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:98 Sunday 28 May 2023 03:31:19 +0000 (0:00:00.058) 0:01:52.722 ************ ok: [sut] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.006861", "end": "2023-05-28 03:31:19.207089", "rc": 0, "start": "2023-05-28 03:31:19.200228" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd3.yml.service TASK [linux-system-roles.podman : Cleanup containers and services] ************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:106 Sunday 28 May 2023 03:31:19 +0000 (0:00:00.251) 0:01:52.973 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update containers and services] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:110 Sunday 28 May 2023 03:31:19 +0000 (0:00:00.066) 0:01:53.040 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml for sut TASK [linux-system-roles.podman : Check if user is lingering] ****************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Sunday 28 May 2023 03:31:19 +0000 (0:00:00.137) 0:01:53.177 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Enable lingering if needed] ****************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:8 Sunday 28 May 2023 03:31:19 +0000 (0:00:00.058) 0:01:53.235 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the host mount volumes] ****************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:15 Sunday 28 May 2023 03:31:19 +0000 (0:00:00.057) 0:01:53.293 ************ ok: [sut] => { "ansible_facts": { "__podman_volumes": [ "/tmp/httpd3-create", "/tmp/httpd3" ] }, "changed": false } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:31 Sunday 28 May 2023 03:31:19 +0000 (0:00:00.072) 0:01:53.365 ************ changed: [sut] => (item=/tmp/httpd3-create) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/tmp/httpd3-create", "mode": "0755", "owner": "root", "path": "/tmp/httpd3-create", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 40, "state": "directory", "uid": 0 } ok: [sut] => (item=/tmp/httpd3) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/httpd3", "mode": "0755", "owner": "root", "path": "/tmp/httpd3", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 60, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:49 Sunday 28 May 2023 03:31:20 +0000 (0:00:00.469) 0:01:53.834 ************ ok: [sut] => (item=quay.io/libpod/testimage:20210610) => { "actions": [ "Pulled image quay.io/libpod/testimage:20210610" ], "ansible_loop_var": "item", "changed": false, "image": [ { "Annotations": {}, "Architecture": "amd64", "Author": "", "Comment": "", "Config": { "Cmd": [ "/bin/echo", "This container is intended for podman CI testing" ], "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ], "Labels": { "created_at": "2021-06-10T18:55:36Z", "created_by": "test/system/build-testimage", "io.buildah.version": "1.21.0" }, "WorkingDir": "/home/podman" }, "Created": "2021-06-10T18:55:43.049643585Z", "Digest": "sha256:d48f2feaca74863c342cd9ce11edbe208675975740e7f4dd635b7b345339426a", "GraphDriver": { "Data": { "UpperDir": "/var/lib/containers/storage/overlay/f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e/diff", "WorkDir": "/var/lib/containers/storage/overlay/f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e/work" }, "Name": "overlay" }, "History": [ { "created": "2021-06-10T18:55:42.831917915Z", "created_by": "/bin/sh -c apk add busybox-extras", "empty_layer": true }, { "created": "2021-06-10T18:55:43.005956291Z", "created_by": "/bin/sh -c #(nop) ADD multi:0ed825786ec12498034356148303d2e6dfd4698131f4b5d4599e5eafa2ab71bd in /home/podman/ ", "empty_layer": true }, { "created": "2021-06-10T18:55:43.006000972Z", "created_by": "/bin/sh -c #(nop) LABEL created_by=test/system/build-testimage", "empty_layer": true }, { "created": "2021-06-10T18:55:43.006019818Z", "created_by": "/bin/sh -c #(nop) LABEL created_at=2021-06-10T18:55:36Z", "empty_layer": true }, { "created": "2021-06-10T18:55:43.028748885Z", "created_by": "/bin/sh -c #(nop) WORKDIR /home/podman", "empty_layer": true }, { "comment": "FROM docker.io/amd64/alpine:3.13.5", "created": "2021-06-10T18:55:43.160651456Z", "created_by": "/bin/sh -c #(nop) CMD [\"/bin/echo\", \"This container is intended for podman CI testing\"]" } ], "Id": "9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f", "Labels": { "created_at": "2021-06-10T18:55:36Z", "created_by": "test/system/build-testimage", "io.buildah.version": "1.21.0" }, "ManifestType": "application/vnd.docker.distribution.manifest.v2+json", "NamesHistory": [ "quay.io/libpod/testimage:20210610" ], "Os": "linux", "Parent": "", "RepoDigests": [ "quay.io/libpod/testimage@sha256:d48f2feaca74863c342cd9ce11edbe208675975740e7f4dd635b7b345339426a", "quay.io/libpod/testimage@sha256:d8dc9f2a78e190963a75852ce55b926a1cf90c7d2e6d15b30b6bc43cd73a6377" ], "RepoTags": [ "quay.io/libpod/testimage:20210610" ], "RootFS": { "Layers": [ "sha256:f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e" ], "Type": "layers" }, "Size": 7987860, "User": "", "Version": "", "VirtualSize": 7987860 } ], "item": "quay.io/libpod/testimage:20210610", "podman_actions": [ "/usr/bin/podman image ls quay.io/libpod/testimage:20210610 --format json", "/usr/bin/podman pull quay.io/libpod/testimage:20210610 -q", "/usr/bin/podman inspect 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f --format json" ] } TASK [linux-system-roles.podman : Check the kubernetes yaml file] ************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:71 Sunday 28 May 2023 03:31:20 +0000 (0:00:00.692) 0:01:54.527 ************ ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Ensure the kubernetes directory is present] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:79 Sunday 28 May 2023 03:31:21 +0000 (0:00:00.239) 0:01:54.767 ************ ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/ansible-kubernetes.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Ensure kubernetes yaml files are present] **** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:88 Sunday 28 May 2023 03:31:21 +0000 (0:00:00.292) 0:01:55.059 ************ changed: [sut] => { "changed": true, "checksum": "924d5bf31ea43dfb8f1e17eccf59b4d11b1705c4", "dest": "/etc/containers/ansible-kubernetes.d/httpd3.yml", "gid": 0, "group": "root", "md5sum": "47e81808048619434e43ebe1d8bb9a8f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 722, "src": "/root/.ansible/tmp/ansible-tmp-1685244681.4073517-3338-158720937879927/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Update containers/pods] ********************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:98 Sunday 28 May 2023 03:31:21 +0000 (0:00:00.603) 0:01:55.662 ************ changed: [sut] => { "actions": [ "/usr/bin/podman play kube --start=true /etc/containers/ansible-kubernetes.d/httpd3.yml" ], "changed": true } STDOUT: Pod: 2231e98b2934f573fc2d7a01eb2a9e02b518a2fc6129b57044d8c2477ca130e8 Container: 6ecd30480d39198f58dca0550d7b91f18c018036b6aa01f597964b9a7fec048c TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:107 Sunday 28 May 2023 03:31:22 +0000 (0:00:00.833) 0:01:56.496 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Enable service] ****************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:119 Sunday 28 May 2023 03:31:23 +0000 (0:00:00.652) 0:01:57.148 ************ changed: [sut] => { "changed": true, "enabled": true, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network-online.target sysinit.target basic.target -.mount systemd-journald.socket \"system-podman\\\\x2dkube.slice\"", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\"", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd3.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd3.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd3.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd3.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14741", "LimitNPROCSoft": "14741", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14741", "LimitSIGPENDINGSoft": "14741", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "\"system-podman\\\\x2dkube.slice\" sysinit.target -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4422", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:132 Sunday 28 May 2023 03:31:24 +0000 (0:00:00.683) 0:01:57.832 ************ changed: [sut] => { "changed": true, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket sysinit.target \"system-podman\\\\x2dkube.slice\" network-online.target basic.target -.mount", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\"", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd3.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd3.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd3.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd3.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14741", "LimitNPROCSoft": "14741", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14741", "LimitSIGPENDINGSoft": "14741", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target \"system-podman\\\\x2dkube.slice\" -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4422", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:146 Sunday 28 May 2023 03:31:25 +0000 (0:00:01.255) 0:01:59.087 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if pods are running] *********************************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/tests_basic.yml:197 Sunday 28 May 2023 03:31:25 +0000 (0:00:00.057) 0:01:59.144 ************ ok: [sut] => (item=['httpd1', 'user1', 1001]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "inspect", "httpd1", "--format", "{{.State}}" ], "delta": "0:00:00.108837", "end": "2023-05-28 03:31:25.775780", "failed_when_result": false, "item": [ "httpd1", "user1", 1001 ], "rc": 0, "start": "2023-05-28 03:31:25.666943" } STDOUT: Running ok: [sut] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "inspect", "httpd2", "--format", "{{.State}}" ], "delta": "0:00:00.048788", "end": "2023-05-28 03:31:26.021168", "failed_when_result": false, "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2023-05-28 03:31:25.972380" } STDOUT: Running ok: [sut] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "inspect", "httpd3", "--format", "{{.State}}" ], "delta": "0:00:00.047358", "end": "2023-05-28 03:31:26.262848", "failed_when_result": false, "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2023-05-28 03:31:26.215490" } STDOUT: Running TASK [Check Services] ********************************************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/tests_basic.yml:208 Sunday 28 May 2023 03:31:26 +0000 (0:00:00.891) 0:02:00.035 ************ ok: [sut] => (item=['httpd1', 'user1', 1001]) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsystemctl --user list-units -a -l --plain | grep -E '^[ ]*podman-kube@.+-httpd1[.]yml[.]service[ ]+loaded[ ]+active '\n", "delta": "0:00:00.013310", "end": "2023-05-28 03:31:26.550731", "item": [ "httpd1", "user1", 1001 ], "rc": 0, "start": "2023-05-28 03:31:26.537421" } STDOUT: podman-kube@-home-user1-.config-containers-ansible\x2dkubernetes.d-httpd1.yml.service loaded active running A template for running K8s workloads via podman-kube-play ok: [sut] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsystemctl --system list-units -a -l --plain | grep -E '^[ ]*podman-kube@.+-httpd2[.]yml[.]service[ ]+loaded[ ]+active '\n", "delta": "0:00:00.015440", "end": "2023-05-28 03:31:26.761411", "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2023-05-28 03:31:26.745971" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd2.yml.service loaded active running A template for running K8s workloads via podman-kube-play ok: [sut] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsystemctl --system list-units -a -l --plain | grep -E '^[ ]*podman-kube@.+-httpd3[.]yml[.]service[ ]+loaded[ ]+active '\n", "delta": "0:00:00.015588", "end": "2023-05-28 03:31:26.969528", "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2023-05-28 03:31:26.953940" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd3.yml.service loaded active running A template for running K8s workloads via podman-kube-play TASK [Check ports, data] ******************************************************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/tests_basic.yml:225 Sunday 28 May 2023 03:31:27 +0000 (0:00:00.702) 0:02:00.738 ************ ok: [sut] => (item=15001) => { "accept_ranges": "bytes", "ansible_loop_var": "item", "changed": false, "connection": "close", "content": "123", "content_length": "3", "content_type": "text/plain", "cookies": {}, "cookies_string": "", "date": "Sun, 28 May 2023 03:31:27 GMT", "elapsed": 0, "failed_when_result": false, "item": 15001, "json": 123, "last_modified": "Sun, 28 May 2023 03:29:29 GMT", "redirected": false, "status": 200, "url": "http://localhost:15001/index.txt" } MSG: OK (3 bytes) ok: [sut] => (item=15002) => { "accept_ranges": "bytes", "ansible_loop_var": "item", "changed": false, "connection": "close", "content": "123", "content_length": "3", "content_type": "text/plain", "cookies": {}, "cookies_string": "", "date": "Sun, 28 May 2023 03:31:27 GMT", "elapsed": 0, "failed_when_result": false, "item": 15002, "json": 123, "last_modified": "Sun, 28 May 2023 03:29:29 GMT", "redirected": false, "status": 200, "url": "http://localhost:15002/index.txt" } MSG: OK (3 bytes) TASK [Check host directories] ************************************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/tests_basic.yml:233 Sunday 28 May 2023 03:31:27 +0000 (0:00:00.933) 0:02:01.671 ************ ok: [sut] => (item=['httpd1', 'user1', 1001]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ls", "-alrtF", "/tmp/httpd1-create" ], "delta": "0:00:00.004230", "end": "2023-05-28 03:31:28.153249", "item": [ "httpd1", "user1", 1001 ], "rc": 0, "start": "2023-05-28 03:31:28.149019" } STDOUT: total 0 drwxrwxrwx. 2 user1 user1 40 May 28 03:30 ./ drwxrwxrwt. 19 root root 380 May 28 03:31 ../ ok: [sut] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ls", "-alrtF", "/tmp/httpd2-create" ], "delta": "0:00:00.003910", "end": "2023-05-28 03:31:28.341229", "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2023-05-28 03:31:28.337319" } STDOUT: total 0 drwxr-xr-x. 2 root root 40 May 28 03:31 ./ drwxrwxrwt. 19 root root 380 May 28 03:31 ../ ok: [sut] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ls", "-alrtF", "/tmp/httpd3-create" ], "delta": "0:00:00.004112", "end": "2023-05-28 03:31:28.531792", "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2023-05-28 03:31:28.527680" } STDOUT: total 0 drwxr-xr-x. 2 root root 40 May 28 03:31 ./ drwxrwxrwt. 19 root root 380 May 28 03:31 ../ TASK [Run role again to test for idempotency] ********************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/tests_basic.yml:238 Sunday 28 May 2023 03:31:28 +0000 (0:00:00.634) 0:02:02.305 ************ TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Sunday 28 May 2023 03:31:28 +0000 (0:00:00.128) 0:02:02.434 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Sunday 28 May 2023 03:31:28 +0000 (0:00:00.087) 0:02:02.521 ************ ok: [sut] TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:9 Sunday 28 May 2023 03:31:29 +0000 (0:00:00.418) 0:02:02.939 ************ skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_36.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_36.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_36.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_36.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Sunday 28 May 2023 03:31:29 +0000 (0:00:00.117) 0:02:03.056 ************ ok: [sut] => { "ansible_facts": { "packages": { "ModemManager-glib": [ { "arch": "x86_64", "epoch": null, "name": "ModemManager-glib", "release": "1.fc36", "source": "rpm", "version": "1.18.8" } ], "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc36", "source": "rpm", "version": "1.38.6" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc36", "source": "rpm", "version": "1.38.6" } ], "aardvark-dns": [ { "arch": "x86_64", "epoch": null, "name": "aardvark-dns", "release": "3.fc36", "source": "rpm", "version": "1.5.0" } ], "alternatives": [ { "arch": "x86_64", "epoch": null, "name": "alternatives", "release": "1.fc36", "source": "rpm", "version": "1.22" } ], "amd-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "amd-gpu-firmware", "release": "148.fc36", "source": "rpm", "version": "20230310" } ], "aspell": [ { "arch": "x86_64", "epoch": 12, "name": "aspell", "release": "9.fc36", "source": "rpm", "version": "0.60.8" } ], "aspell-en": [ { "arch": "x86_64", "epoch": 50, "name": "aspell-en", "release": "5.fc36", "source": "rpm", "version": "2020.12.07" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "1.fc36", "source": "rpm", "version": "3.1.1" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "1.fc36", "source": "rpm", "version": "3.1.1" } ], "authselect": [ { "arch": "x86_64", "epoch": null, "name": "authselect", "release": "1.fc36", "source": "rpm", "version": "1.4.0" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "1.fc36", "source": "rpm", "version": "1.4.0" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "16.fc36", "source": "rpm", "version": "0.8" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "13.fc36", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc36", "source": "rpm", "version": "5.2.15" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "15.fc36", "source": "rpm", "version": "1.07.1" } ], "beakerlib": [ { "arch": "noarch", "epoch": null, "name": "beakerlib", "release": "1.fc36", "source": "rpm", "version": "1.29.3" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": null, "name": "beakerlib-redhat", "release": "33.fc36eng", "source": "rpm", "version": "1" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "37.fc36", "source": "rpm", "version": "2.37" } ], "binutils-gold": [ { "arch": "x86_64", "epoch": null, "name": "binutils-gold", "release": "37.fc36", "source": "rpm", "version": "2.37" } ], "bison": [ { "arch": "x86_64", "epoch": null, "name": "bison", "release": "2.fc36", "source": "rpm", "version": "3.8.2" } ], "bluez": [ { "arch": "x86_64", "epoch": null, "name": "bluez", "release": "4.fc36", "source": "rpm", "version": "5.66" } ], "boost-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "boost-filesystem", "release": "12.fc36", "source": "rpm", "version": "1.76.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": null, "name": "boost-system", "release": "12.fc36", "source": "rpm", "version": "1.76.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": null, "name": "boost-thread", "release": "12.fc36", "source": "rpm", "version": "1.76.0" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "11.fc36", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": null, "name": "c-ares", "release": "1.fc36", "source": "rpm", "version": "1.19.0" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "1.0.fc36", "source": "rpm", "version": "2023.2.60" } ], "catatonit": [ { "arch": "x86_64", "epoch": null, "name": "catatonit", "release": "10.fc36", "source": "rpm", "version": "0.1.7" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "2.fc36", "source": "rpm", "version": "3.3" } ], "chkconfig": [ { "arch": "x86_64", "epoch": null, "name": "chkconfig", "release": "1.fc36", "source": "rpm", "version": "1.22" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.fc36", "source": "rpm", "version": "4.3" } ], "cloud-init": [ { "arch": "noarch", "epoch": null, "name": "cloud-init", "release": "3.fc36", "source": "rpm", "version": "22.1" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "10.fc36", "source": "rpm", "version": "0.31" } ], "conmon": [ { "arch": "x86_64", "epoch": 2, "name": "conmon", "release": "1.fc36", "source": "rpm", "version": "2.1.5" } ], "container-selinux": [ { "arch": "noarch", "epoch": 2, "name": "container-selinux", "release": "1.fc36", "source": "rpm", "version": "2.199.0" } ], "containers-common": [ { "arch": "noarch", "epoch": 4, "name": "containers-common", "release": "66.fc36", "source": "rpm", "version": "1" } ], "containers-common-extra": [ { "arch": "noarch", "epoch": 4, "name": "containers-common-extra", "release": "66.fc36", "source": "rpm", "version": "1" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "9.fc36", "source": "rpm", "version": "9.0" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "9.fc36", "source": "rpm", "version": "9.0" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "12.fc36", "source": "rpm", "version": "2.13" } ], "cpp": [ { "arch": "x86_64", "epoch": null, "name": "cpp", "release": "4.fc36", "source": "rpm", "version": "12.2.1" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "28.fc36", "source": "rpm", "version": "2.9.6" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "28.fc36", "source": "rpm", "version": "2.9.6" } ], "createrepo_c": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c", "release": "1.fc36", "source": "rpm", "version": "0.21.1" } ], "createrepo_c-libs": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c-libs", "release": "1.fc36", "source": "rpm", "version": "0.21.1" } ], "criu": [ { "arch": "x86_64", "epoch": null, "name": "criu", "release": "2.fc36", "source": "rpm", "version": "3.17.1" } ], "criu-libs": [ { "arch": "x86_64", "epoch": null, "name": "criu-libs", "release": "2.fc36", "source": "rpm", "version": "3.17.1" } ], "crun": [ { "arch": "x86_64", "epoch": null, "name": "crun", "release": "2.fc36", "source": "rpm", "version": "1.8.3" } ], "crypto-policies": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "1.gitdfb10ea.fc36", "source": "rpm", "version": "20220428" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "1.gitdfb10ea.fc36", "source": "rpm", "version": "20220428" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "2.fc36", "source": "rpm", "version": "2.4.3" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "14.fc36", "source": "rpm", "version": "7.82.0" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "18.fc36", "source": "rpm", "version": "2.1.27" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "1.fc36", "source": "rpm", "version": "1.14.4" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "1.fc36", "source": "rpm", "version": "33" } ], "dbus-common": [ { "arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "1.fc36", "source": "rpm", "version": "1.14.4" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "1.fc36", "source": "rpm", "version": "1.14.4" } ], "deltarpm": [ { "arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "11.fc36", "source": "rpm", "version": "3.6.2" } ], "device-mapper": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "7.fc36", "source": "rpm", "version": "1.02.175" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "7.fc36", "source": "rpm", "version": "1.02.175" } ], "dhcp-client": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "4.P1.fc36", "source": "rpm", "version": "4.4.3" } ], "dhcp-common": [ { "arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "4.P1.fc36", "source": "rpm", "version": "4.4.3" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "2.fc36", "source": "rpm", "version": "3.8" } ], "dnf": [ { "arch": "noarch", "epoch": null, "name": "dnf", "release": "1.fc36", "source": "rpm", "version": "4.15.0" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "1.fc36", "source": "rpm", "version": "4.15.0" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc36", "source": "rpm", "version": "4.4.0" } ], "dnf-utils": [ { "arch": "noarch", "epoch": null, "name": "dnf-utils", "release": "1.fc36", "source": "rpm", "version": "4.4.0" } ], "dosfstools": [ { "arch": "x86_64", "epoch": null, "name": "dosfstools", "release": "3.fc36", "source": "rpm", "version": "4.2" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "3.fc36", "source": "rpm", "version": "057" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "3.fc36", "source": "rpm", "version": "057" } ], "drpm": [ { "arch": "x86_64", "epoch": null, "name": "drpm", "release": "1.fc36", "source": "rpm", "version": "0.5.1" } ], "dyninst": [ { "arch": "x86_64", "epoch": null, "name": "dyninst", "release": "3.fc36", "source": "rpm", "version": "12.0.1" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "2.fc36", "source": "rpm", "version": "1.46.5" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "2.fc36", "source": "rpm", "version": "1.46.5" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "6.fc36", "source": "rpm", "version": "38" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client", "release": "2.fc36", "source": "rpm", "version": "0.189" } ], "elfutils-debuginfod-client-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client-devel", "release": "2.fc36", "source": "rpm", "version": "0.189" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "2.fc36", "source": "rpm", "version": "0.189" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-devel", "release": "2.fc36", "source": "rpm", "version": "0.189" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "2.fc36", "source": "rpm", "version": "0.189" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf-devel", "release": "2.fc36", "source": "rpm", "version": "0.189" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "2.fc36", "source": "rpm", "version": "0.189" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "1.fc36", "source": "rpm", "version": "2.5.0" } ], "fedora-gpg-keys": [ { "arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "5", "source": "rpm", "version": "36" } ], "fedora-release": [ { "arch": "noarch", "epoch": null, "name": "fedora-release", "release": "21", "source": "rpm", "version": "36" } ], "fedora-release-common": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "21", "source": "rpm", "version": "36" } ], "fedora-release-identity-basic": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-identity-basic", "release": "21", "source": "rpm", "version": "36" } ], "fedora-repos": [ { "arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "5", "source": "rpm", "version": "36" } ], "fedora-repos-modular": [ { "arch": "noarch", "epoch": null, "name": "fedora-repos-modular", "release": "5", "source": "rpm", "version": "36" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "4.fc36", "source": "rpm", "version": "5.41" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "4.fc36", "source": "rpm", "version": "5.41" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "2.fc36", "source": "rpm", "version": "3.18" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "1.fc36", "source": "rpm", "version": "4.9.0" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "1.fc36", "source": "rpm", "version": "1.2.5" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "1.fc36", "source": "rpm", "version": "1.2.5" } ], "flex": [ { "arch": "x86_64", "epoch": null, "name": "flex", "release": "10.fc36", "source": "rpm", "version": "2.6.4" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "fonts-filesystem", "release": "7.fc36", "source": "rpm", "version": "2.0.5" } ], "fuse-common": [ { "arch": "x86_64", "epoch": null, "name": "fuse-common", "release": "2.fc36", "source": "rpm", "version": "3.10.5" } ], "fuse-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "14.fc36", "source": "rpm", "version": "2.9.9" } ], "fuse-overlayfs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-overlayfs", "release": "6.fc36", "source": "rpm", "version": "1.9" } ], "fuse3": [ { "arch": "x86_64", "epoch": null, "name": "fuse3", "release": "2.fc36", "source": "rpm", "version": "3.10.5" } ], "fuse3-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse3-libs", "release": "2.fc36", "source": "rpm", "version": "3.10.5" } ], "fwupd": [ { "arch": "x86_64", "epoch": null, "name": "fwupd", "release": "1.fc36", "source": "rpm", "version": "1.8.6" } ], "fwupd-efi": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-efi", "release": "1.fc36", "source": "rpm", "version": "1.4" } ], "fwupd-plugin-modem-manager": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-modem-manager", "release": "1.fc36", "source": "rpm", "version": "1.8.6" } ], "fwupd-plugin-uefi-capsule-data": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-uefi-capsule-data", "release": "1.fc36", "source": "rpm", "version": "1.8.6" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "2.fc36", "source": "rpm", "version": "5.1.1" } ], "gc": [ { "arch": "x86_64", "epoch": null, "name": "gc", "release": "3.fc36", "source": "rpm", "version": "8.0.6" } ], "gcc": [ { "arch": "x86_64", "epoch": null, "name": "gcc", "release": "4.fc36", "source": "rpm", "version": "12.2.1" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "2.fc36", "source": "rpm", "version": "1.22" } ], "gdisk": [ { "arch": "x86_64", "epoch": null, "name": "gdisk", "release": "2.fc36", "source": "rpm", "version": "1.0.9" } ], "gettext": [ { "arch": "x86_64", "epoch": null, "name": "gettext", "release": "9.fc36", "source": "rpm", "version": "0.21" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "9.fc36", "source": "rpm", "version": "0.21" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "1.fc36", "source": "rpm", "version": "2.40.1" } ], "git-core": [ { "arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc36", "source": "rpm", "version": "2.40.1" } ], "git-core-doc": [ { "arch": "noarch", "epoch": null, "name": "git-core-doc", "release": "1.fc36", "source": "rpm", "version": "2.40.1" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "1.fc36", "source": "rpm", "version": "2.72.3" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "22.fc36", "source": "rpm", "version": "2.35" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "22.fc36", "source": "rpm", "version": "2.35" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": null, "name": "glibc-devel", "release": "22.fc36", "source": "rpm", "version": "2.35" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": null, "name": "glibc-gconv-extra", "release": "22.fc36", "source": "rpm", "version": "2.35" } ], "glibc-headers-x86": [ { "arch": "noarch", "epoch": null, "name": "glibc-headers-x86", "release": "22.fc36", "source": "rpm", "version": "2.35" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "22.fc36", "source": "rpm", "version": "2.35" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "2.fc36", "source": "rpm", "version": "6.2.1" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "3.fc36", "source": "rpm", "version": "2.3.7" } ], "gnupg2-smime": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "3.fc36", "source": "rpm", "version": "2.3.7" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "2.fc36", "source": "rpm", "version": "3.8.0" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "1.fc36", "source": "rpm", "version": "1.72.1" } ], "google-noto-fonts-common": [ { "arch": "noarch", "epoch": null, "name": "google-noto-fonts-common", "release": "10.fc36", "source": "rpm", "version": "20201206" } ], "google-noto-sans-mono-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-mono-vf-fonts", "release": "10.fc36", "source": "rpm", "version": "20201206" } ], "google-noto-sans-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-vf-fonts", "release": "10.fc36", "source": "rpm", "version": "20201206" } ], "google-noto-serif-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-serif-vf-fonts", "release": "10.fc36", "source": "rpm", "version": "20201206" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "60242b08", "source": "rpm", "version": "38ab71f4" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "4.fc36", "source": "rpm", "version": "1.17.0" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "gpm-libs", "release": "40.fc36", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "2.fc36", "source": "rpm", "version": "3.7" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "9.fc36", "source": "rpm", "version": "1.22.4" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "62.fc36", "source": "rpm", "version": "2.06" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "62.fc36", "source": "rpm", "version": "2.06" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "62.fc36", "source": "rpm", "version": "2.06" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "62.fc36", "source": "rpm", "version": "2.06" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "62.fc36", "source": "rpm", "version": "2.06" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "67.fc36", "source": "rpm", "version": "8.40" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "7.fc36", "source": "rpm", "version": "0.8.4" } ], "guile22": [ { "arch": "x86_64", "epoch": null, "name": "guile22", "release": "5.fc36", "source": "rpm", "version": "2.2.7" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "3.fc36", "source": "rpm", "version": "1.11" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "6.fc36", "source": "rpm", "version": "3.23" } ], "hunspell": [ { "arch": "x86_64", "epoch": null, "name": "hunspell", "release": "19.fc36", "source": "rpm", "version": "1.7.0" } ], "hunspell-en": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en", "release": "22.fc36", "source": "rpm", "version": "0.20140811.1" } ], "hunspell-en-GB": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-GB", "release": "22.fc36", "source": "rpm", "version": "0.20140811.1" } ], "hunspell-en-US": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-US", "release": "22.fc36", "source": "rpm", "version": "0.20140811.1" } ], "hunspell-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "hunspell-filesystem", "release": "19.fc36", "source": "rpm", "version": "1.7.0" } ], "ima-evm-utils": [ { "arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "5.fc36", "source": "rpm", "version": "1.4" } ], "inih": [ { "arch": "x86_64", "epoch": null, "name": "inih", "release": "1.fc36", "source": "rpm", "version": "56" } ], "initscripts": [ { "arch": "x86_64", "epoch": null, "name": "initscripts", "release": "3.fc36", "source": "rpm", "version": "10.16" } ], "initscripts-rename-device": [ { "arch": "x86_64", "epoch": null, "name": "initscripts-rename-device", "release": "3.fc36", "source": "rpm", "version": "10.16" } ], "initscripts-service": [ { "arch": "noarch", "epoch": null, "name": "initscripts-service", "release": "3.fc36", "source": "rpm", "version": "10.16" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "intel-gpu-firmware", "release": "148.fc36", "source": "rpm", "version": "20230310" } ], "ipcalc": [ { "arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "3.fc36", "source": "rpm", "version": "1.0.1" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "2.fc36", "source": "rpm", "version": "5.15.0" } ], "ipset": [ { "arch": "x86_64", "epoch": null, "name": "ipset", "release": "5.fc36.1", "source": "rpm", "version": "7.15" } ], "ipset-libs": [ { "arch": "x86_64", "epoch": null, "name": "ipset-libs", "release": "5.fc36.1", "source": "rpm", "version": "7.15" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "15.fc36", "source": "rpm", "version": "1.8.7" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": null, "name": "iptables-nft", "release": "15.fc36", "source": "rpm", "version": "1.8.7" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "1.fc36", "source": "rpm", "version": "20221126" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "4.fc36", "source": "rpm", "version": "2.13.1" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": null, "name": "jitterentropy", "release": "3.fc36", "source": "rpm", "version": "3.4.1" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "3.fc36", "source": "rpm", "version": "0.15" } ], "json-glib": [ { "arch": "x86_64", "epoch": null, "name": "json-glib", "release": "2.fc36", "source": "rpm", "version": "1.6.6" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "9.fc36", "source": "rpm", "version": "2.4.0" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "9.fc36", "source": "rpm", "version": "2.4.0" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "100.fc36", "source": "rpm", "version": "6.2.15" } ], "kernel-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "100.fc36", "source": "rpm", "version": "6.2.15" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": null, "name": "kernel-devel", "release": "100.fc36", "source": "rpm", "version": "6.2.15" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": null, "name": "kernel-headers", "release": "100.fc36", "source": "rpm", "version": "6.2.6" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "100.fc36", "source": "rpm", "version": "6.2.15" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules-core", "release": "100.fc36", "source": "rpm", "version": "6.2.15" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "4.fc36", "source": "rpm", "version": "1.6.1" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "4.fc36", "source": "rpm", "version": "1.6.1" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "7.fc36", "source": "rpm", "version": "29" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "7.fc36", "source": "rpm", "version": "29" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "9.fc36", "source": "rpm", "version": "0.8.7" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "12.fc36", "source": "rpm", "version": "1.19.2" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-en", "release": "25.fc36", "source": "rpm", "version": "3.0" } ], "langpacks-core-font-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-font-en", "release": "25.fc36", "source": "rpm", "version": "3.0" } ], "langpacks-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "25.fc36", "source": "rpm", "version": "3.0" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "5.fc36", "source": "rpm", "version": "590" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "3.fc36", "source": "rpm", "version": "2.3.1" } ], "libarchive": [ { "arch": "x86_64", "epoch": null, "name": "libarchive", "release": "3.fc36", "source": "rpm", "version": "3.5.3" } ], "libargon2": [ { "arch": "x86_64", "epoch": null, "name": "libargon2", "release": "9.fc36", "source": "rpm", "version": "20171227" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "4.fc36", "source": "rpm", "version": "2.5.5" } ], "libatasmart": [ { "arch": "x86_64", "epoch": null, "name": "libatasmart", "release": "22.fc36", "source": "rpm", "version": "0.19" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "4.fc36", "source": "rpm", "version": "2.5.1" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "50.fc36", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "1.fc36", "source": "rpm", "version": "2.38" } ], "libblockdev": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev", "release": "2.fc36", "source": "rpm", "version": "2.28" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-crypto", "release": "2.fc36", "source": "rpm", "version": "2.28" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-fs", "release": "2.fc36", "source": "rpm", "version": "2.28" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-loop", "release": "2.fc36", "source": "rpm", "version": "2.28" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mdraid", "release": "2.fc36", "source": "rpm", "version": "2.28" } ], "libblockdev-part": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-part", "release": "2.fc36", "source": "rpm", "version": "2.28" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-swap", "release": "2.fc36", "source": "rpm", "version": "2.28" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-utils", "release": "2.fc36", "source": "rpm", "version": "2.28" } ], "libbpf": [ { "arch": "x86_64", "epoch": 2, "name": "libbpf", "release": "3.fc36", "source": "rpm", "version": "0.7.0" } ], "libbrotli": [ { "arch": "x86_64", "epoch": null, "name": "libbrotli", "release": "7.fc36", "source": "rpm", "version": "1.0.9" } ], "libbsd": [ { "arch": "x86_64", "epoch": null, "name": "libbsd", "release": "2.fc36", "source": "rpm", "version": "0.11.7" } ], "libbytesize": [ { "arch": "x86_64", "epoch": null, "name": "libbytesize", "release": "1.fc36", "source": "rpm", "version": "2.7" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "4.fc36", "source": "rpm", "version": "2.48" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "1.fc36", "source": "rpm", "version": "0.8.3" } ], "libcap-ng-python3": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng-python3", "release": "1.fc36", "source": "rpm", "version": "0.8.3" } ], "libcbor": [ { "arch": "x86_64", "epoch": null, "name": "libcbor", "release": "5.fc36", "source": "rpm", "version": "0.7.0" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "50.fc36", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "2.fc36", "source": "rpm", "version": "1.46.5" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "2.fc36", "source": "rpm", "version": "0.1.18" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "14.fc36", "source": "rpm", "version": "7.82.0" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "51.fc36", "source": "rpm", "version": "5.3.28" } ], "libdhash": [ { "arch": "x86_64", "epoch": null, "name": "libdhash", "release": "50.fc36", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc36", "source": "rpm", "version": "0.70.0" } ], "libeconf": [ { "arch": "x86_64", "epoch": null, "name": "libeconf", "release": "3.fc36", "source": "rpm", "version": "0.4.0" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "41.20210910cvs.fc36", "source": "rpm", "version": "3.1" } ], "libev": [ { "arch": "x86_64", "epoch": null, "name": "libev", "release": "5.fc36", "source": "rpm", "version": "4.33" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "6.fc36", "source": "rpm", "version": "2.1.12" } ], "libfdisk": [ { "arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "1.fc36", "source": "rpm", "version": "2.38" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "8.fc36", "source": "rpm", "version": "3.4.2" } ], "libfido2": [ { "arch": "x86_64", "epoch": null, "name": "libfido2", "release": "5.fc36", "source": "rpm", "version": "1.10.0" } ], "libfsverity": [ { "arch": "x86_64", "epoch": null, "name": "libfsverity", "release": "7.fc36", "source": "rpm", "version": "1.4" } ], "libgcab1": [ { "arch": "x86_64", "epoch": null, "name": "libgcab1", "release": "6.fc36", "source": "rpm", "version": "1.4" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "4.fc36", "source": "rpm", "version": "12.2.1" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "3.fc36", "source": "rpm", "version": "1.10.1" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "4.fc36", "source": "rpm", "version": "12.2.1" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "1.fc36", "source": "rpm", "version": "1.45" } ], "libgudev": [ { "arch": "x86_64", "epoch": null, "name": "libgudev", "release": "2.fc36", "source": "rpm", "version": "237" } ], "libgusb": [ { "arch": "x86_64", "epoch": null, "name": "libgusb", "release": "2.fc36", "source": "rpm", "version": "0.3.10" } ], "libibverbs": [ { "arch": "x86_64", "epoch": null, "name": "libibverbs", "release": "1.fc36", "source": "rpm", "version": "39.0" } ], "libicu": [ { "arch": "x86_64", "epoch": null, "name": "libicu", "release": "6.fc36", "source": "rpm", "version": "69.1" } ], "libidn2": [ { "arch": "x86_64", "epoch": null, "name": "libidn2", "release": "1.fc36", "source": "rpm", "version": "2.3.4" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "50.fc36", "source": "rpm", "version": "1.3.1" } ], "libjcat": [ { "arch": "x86_64", "epoch": null, "name": "libjcat", "release": "1.fc36", "source": "rpm", "version": "0.1.12" } ], "libkcapi": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "2.fc36", "source": "rpm", "version": "1.4.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "2.fc36", "source": "rpm", "version": "1.4.0" } ], "libksba": [ { "arch": "x86_64", "epoch": null, "name": "libksba", "release": "1.fc36", "source": "rpm", "version": "1.6.3" } ], "libldb": [ { "arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc36", "source": "rpm", "version": "2.5.3" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "1.fc36", "source": "rpm", "version": "1.7.1" } ], "libmbim": [ { "arch": "x86_64", "epoch": null, "name": "libmbim", "release": "1.fc36", "source": "rpm", "version": "1.26.4" } ], "libmd": [ { "arch": "x86_64", "epoch": null, "name": "libmd", "release": "2.fc36", "source": "rpm", "version": "1.0.4" } ], "libmetalink": [ { "arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "25.fc36", "source": "rpm", "version": "0.1.3" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "15.fc36", "source": "rpm", "version": "1.0.4" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "2.fc36", "source": "rpm", "version": "2.14.0" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "1.fc36", "source": "rpm", "version": "2.38" } ], "libmpc": [ { "arch": "x86_64", "epoch": null, "name": "libmpc", "release": "4.fc36", "source": "rpm", "version": "1.2.1" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "3.fc36", "source": "rpm", "version": "1.8" } ], "libnet": [ { "arch": "x86_64", "epoch": null, "name": "libnet", "release": "5.fc36", "source": "rpm", "version": "1.2" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "4.fc36", "source": "rpm", "version": "1.0.8" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "21.fc36", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "0.fc36", "source": "rpm", "version": "2.6.2" } ], "libnftnl": [ { "arch": "x86_64", "epoch": null, "name": "libnftnl", "release": "2.fc36", "source": "rpm", "version": "1.2.1" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "1.fc36", "source": "rpm", "version": "1.51.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "1.fc36", "source": "rpm", "version": "3.7.0" } ], "libnsl2": [ { "arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "3.fc36", "source": "rpm", "version": "2.0.0" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "50.fc36", "source": "rpm", "version": "0.2.1" } ], "libpcap": [ { "arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "1.fc36", "source": "rpm", "version": "1.10.4" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.fc36", "source": "rpm", "version": "1.5.5" } ], "libpkgconf": [ { "arch": "x86_64", "epoch": null, "name": "libpkgconf", "release": "2.fc36", "source": "rpm", "version": "1.8.0" } ], "libpsl": [ { "arch": "x86_64", "epoch": null, "name": "libpsl", "release": "5.fc36", "source": "rpm", "version": "0.21.1" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "7.fc36", "source": "rpm", "version": "1.4.4" } ], "libqmi": [ { "arch": "x86_64", "epoch": null, "name": "libqmi", "release": "1.fc36", "source": "rpm", "version": "1.30.6" } ], "libqrtr-glib": [ { "arch": "x86_64", "epoch": null, "name": "libqrtr-glib", "release": "3.fc36", "source": "rpm", "version": "1.0.0" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "50.fc36", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "1.fc36", "source": "rpm", "version": "1.15.1" } ], "libreport-filesystem": [ { "arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc36", "source": "rpm", "version": "2.17.4" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "2.fc36", "source": "rpm", "version": "2.5.3" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "4.fc36", "source": "rpm", "version": "3.3" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "4.fc36", "source": "rpm", "version": "3.3" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "3.fc36", "source": "rpm", "version": "3.3" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "3.fc36", "source": "rpm", "version": "3.3" } ], "libsigsegv": [ { "arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "2.fc36", "source": "rpm", "version": "2.14" } ], "libslirp": [ { "arch": "x86_64", "epoch": null, "name": "libslirp", "release": "3.fc36", "source": "rpm", "version": "4.6.1" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "1.fc36", "source": "rpm", "version": "2.38" } ], "libsmbios": [ { "arch": "x86_64", "epoch": null, "name": "libsmbios", "release": "5.fc36", "source": "rpm", "version": "2.4.3" } ], "libsodium": [ { "arch": "x86_64", "epoch": null, "name": "libsodium", "release": "9.fc36", "source": "rpm", "version": "1.0.18" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "1.fc36", "source": "rpm", "version": "0.7.22" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "2.fc36", "source": "rpm", "version": "1.46.5" } ], "libssh": [ { "arch": "x86_64", "epoch": null, "name": "libssh", "release": "4.fc36", "source": "rpm", "version": "0.9.6" } ], "libssh-config": [ { "arch": "noarch", "epoch": null, "name": "libssh-config", "release": "4.fc36", "source": "rpm", "version": "0.9.6" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "1.fc36", "source": "rpm", "version": "2.7.4" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "1.fc36", "source": "rpm", "version": "2.7.4" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "1.fc36", "source": "rpm", "version": "2.7.4" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "1.fc36", "source": "rpm", "version": "2.7.4" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "4.fc36", "source": "rpm", "version": "12.2.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.fc36", "source": "rpm", "version": "2.3.4" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "1.fc36", "source": "rpm", "version": "4.19.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc36", "source": "rpm", "version": "1.4.7" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc36", "source": "rpm", "version": "0.12.1" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "0.fc36", "source": "rpm", "version": "1.3.3" } ], "libtool-ltdl": [ { "arch": "x86_64", "epoch": null, "name": "libtool-ltdl", "release": "1.fc36", "source": "rpm", "version": "2.4.7" } ], "libudisks2": [ { "arch": "x86_64", "epoch": null, "name": "libudisks2", "release": "4.fc36", "source": "rpm", "version": "2.9.4" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "1.fc36", "source": "rpm", "version": "1.0" } ], "libusb1": [ { "arch": "x86_64", "epoch": null, "name": "libusb1", "release": "8.fc36", "source": "rpm", "version": "1.0.25" } ], "libuser": [ { "arch": "x86_64", "epoch": null, "name": "libuser", "release": "10.fc36", "source": "rpm", "version": "0.63" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "6.fc36", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "1.fc36", "source": "rpm", "version": "2.38" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "3.fc36", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libev", "release": "3.fc36", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "4.fc36", "source": "rpm", "version": "4.4.33" } ], "libxcrypt-compat": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-compat", "release": "4.fc36", "source": "rpm", "version": "4.4.33" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-devel", "release": "4.fc36", "source": "rpm", "version": "4.4.33" } ], "libxkbcommon": [ { "arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "1.fc36", "source": "rpm", "version": "1.4.0" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "2.fc36", "source": "rpm", "version": "2.10.3" } ], "libxmlb": [ { "arch": "x86_64", "epoch": null, "name": "libxmlb", "release": "1.fc36", "source": "rpm", "version": "0.3.10" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "1.fc36", "source": "rpm", "version": "1.1.37" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "7.fc36", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": null, "name": "libzstd", "release": "1.fc36", "source": "rpm", "version": "1.5.5" } ], "libzstd-devel": [ { "arch": "x86_64", "epoch": null, "name": "libzstd-devel", "release": "1.fc36", "source": "rpm", "version": "1.5.5" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "148.fc36", "source": "rpm", "version": "20230310" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "148.fc36", "source": "rpm", "version": "20230310" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "1.fc36", "source": "rpm", "version": "0.9.30" } ], "lua-libs": [ { "arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "9.fc36", "source": "rpm", "version": "5.4.4" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "4.fc36", "source": "rpm", "version": "1.9.3" } ], "m4": [ { "arch": "x86_64", "epoch": null, "name": "m4", "release": "3.fc36", "source": "rpm", "version": "1.4.19" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "7.fc36", "source": "rpm", "version": "4.3" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "3.fc36", "source": "rpm", "version": "2.10.0" } ], "mdadm": [ { "arch": "x86_64", "epoch": null, "name": "mdadm", "release": "1.fc36", "source": "rpm", "version": "4.2" } ], "mkpasswd": [ { "arch": "x86_64", "epoch": null, "name": "mkpasswd", "release": "1.fc36", "source": "rpm", "version": "5.5.15" } ], "mokutil": [ { "arch": "x86_64", "epoch": 2, "name": "mokutil", "release": "3.fc36", "source": "rpm", "version": "0.6.0" } ], "mozjs91": [ { "arch": "x86_64", "epoch": null, "name": "mozjs91", "release": "1.fc36", "source": "rpm", "version": "91.13.0" } ], "mpdecimal": [ { "arch": "x86_64", "epoch": null, "name": "mpdecimal", "release": "3.fc36", "source": "rpm", "version": "2.5.1" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "9.fc36", "source": "rpm", "version": "4.1.0" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "9.20210508.fc36", "source": "rpm", "version": "6.2" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "9.20210508.fc36", "source": "rpm", "version": "6.2" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "9.20210508.fc36", "source": "rpm", "version": "6.2" } ], "net-tools": [ { "arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.62.20160912git.fc36", "source": "rpm", "version": "2.0" } ], "netavark": [ { "arch": "x86_64", "epoch": null, "name": "netavark", "release": "1.fc36", "source": "rpm", "version": "1.4.0" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "1.fc36", "source": "rpm", "version": "3.8" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "0.fc36", "source": "rpm", "version": "2.6.2" } ], "nftables": [ { "arch": "x86_64", "epoch": 1, "name": "nftables", "release": "3.fc36", "source": "rpm", "version": "1.0.1" } ], "npth": [ { "arch": "x86_64", "epoch": null, "name": "npth", "release": "8.fc36", "source": "rpm", "version": "1.6" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "5.fc36", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "1.fc36", "source": "rpm", "version": "3.89.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "1.fc36", "source": "rpm", "version": "3.89.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "1.fc36", "source": "rpm", "version": "3.89.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "1.fc36", "source": "rpm", "version": "3.89.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "1.fc36", "source": "rpm", "version": "3.89.0" } ], "ntfs-3g": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g", "release": "1.fc36", "source": "rpm", "version": "2022.10.3" } ], "ntfs-3g-libs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g-libs", "release": "1.fc36", "source": "rpm", "version": "2022.10.3" } ], "ntfs-3g-system-compression": [ { "arch": "x86_64", "epoch": null, "name": "ntfs-3g-system-compression", "release": "9.fc36", "source": "rpm", "version": "1.0" } ], "ntfsprogs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfsprogs", "release": "1.fc36", "source": "rpm", "version": "2022.10.3" } ], "nvidia-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "nvidia-gpu-firmware", "release": "148.fc36", "source": "rpm", "version": "20230310" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc36", "source": "rpm", "version": "2.6.4" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "1.fc36.1", "source": "rpm", "version": "8.8p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "1.fc36.1", "source": "rpm", "version": "8.8p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "1.fc36.1", "source": "rpm", "version": "8.8p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "1.fc36", "source": "rpm", "version": "3.0.8" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-devel", "release": "1.fc36", "source": "rpm", "version": "3.0.8" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "1.fc36", "source": "rpm", "version": "3.0.8" } ], "openssl-pkcs11": [ { "arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "2.fc36", "source": "rpm", "version": "0.4.12" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "9.fc36", "source": "rpm", "version": "1.77" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "2.fc36", "source": "rpm", "version": "0.24.1" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "2.fc36", "source": "rpm", "version": "0.24.1" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "13.fc36", "source": "rpm", "version": "1.5.2" } ], "pam-libs": [ { "arch": "x86_64", "epoch": null, "name": "pam-libs", "release": "13.fc36", "source": "rpm", "version": "1.5.2" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "13.fc36", "source": "rpm", "version": "3.4" } ], "passwd": [ { "arch": "x86_64", "epoch": null, "name": "passwd", "release": "12.fc36", "source": "rpm", "version": "0.80" } ], "pcre": [ { "arch": "x86_64", "epoch": null, "name": "pcre", "release": "1.fc36.1", "source": "rpm", "version": "8.45" } ], "pcre2": [ { "arch": "x86_64", "epoch": null, "name": "pcre2", "release": "1.fc36", "source": "rpm", "version": "10.40" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": null, "name": "pcre2-syntax", "release": "1.fc36", "source": "rpm", "version": "10.40" } ], "pcsc-lite": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite", "release": "1.fc36", "source": "rpm", "version": "1.9.8" } ], "pcsc-lite-ccid": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-ccid", "release": "1.fc36", "source": "rpm", "version": "1.5.0" } ], "pcsc-lite-libs": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-libs", "release": "1.fc36", "source": "rpm", "version": "1.9.8" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": 0, "name": "perl-AutoLoader", "release": "486.fc36", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": 0, "name": "perl-B", "release": "486.fc36", "source": "rpm", "version": "1.82" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "479.fc36", "source": "rpm", "version": "1.52" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": 0, "name": "perl-Class-Struct", "release": "486.fc36", "source": "rpm", "version": "0.66" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "3.fc36", "source": "rpm", "version": "2.183" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "2.fc36", "source": "rpm", "version": "1.20" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "479.fc36", "source": "rpm", "version": "2.58" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": 0, "name": "perl-DynaLoader", "release": "486.fc36", "source": "rpm", "version": "1.50" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Encode", "release": "485.fc36", "source": "rpm", "version": "3.17" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Errno", "release": "486.fc36", "source": "rpm", "version": "1.33" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "8.fc36", "source": "rpm", "version": "0.17029" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "480.fc36", "source": "rpm", "version": "5.76" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Fcntl", "release": "486.fc36", "source": "rpm", "version": "1.14" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Basename", "release": "486.fc36", "source": "rpm", "version": "2.85" } ], "perl-File-Find": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Find", "release": "486.fc36", "source": "rpm", "version": "1.39" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "479.fc36", "source": "rpm", "version": "2.18" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": 1, "name": "perl-File-Temp", "release": "479.fc36", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-stat", "release": "486.fc36", "source": "rpm", "version": "1.09" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": 0, "name": "perl-FileHandle", "release": "486.fc36", "source": "rpm", "version": "2.03" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": 1, "name": "perl-Getopt-Long", "release": "1.fc36", "source": "rpm", "version": "2.54" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": 0, "name": "perl-Getopt-Std", "release": "486.fc36", "source": "rpm", "version": "1.13" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "1.fc36", "source": "rpm", "version": "2.40.1" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "1.fc36", "source": "rpm", "version": "0.082" } ], "perl-IO": [ { "arch": "x86_64", "epoch": 0, "name": "perl-IO", "release": "486.fc36", "source": "rpm", "version": "1.46" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "480.fc36", "source": "rpm", "version": "0.41" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "2.fc36", "source": "rpm", "version": "2.074" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": 0, "name": "perl-IPC-Open3", "release": "486.fc36", "source": "rpm", "version": "1.21" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": null, "name": "perl-MIME-Base64", "release": "479.fc36", "source": "rpm", "version": "3.16" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "2.fc36", "source": "rpm", "version": "20211001" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": 0, "name": "perl-NDBM_File", "release": "486.fc36", "source": "rpm", "version": "1.15" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "2.fc36", "source": "rpm", "version": "1.92" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": 0, "name": "perl-POSIX", "release": "486.fc36", "source": "rpm", "version": "1.97" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "479.fc36", "source": "rpm", "version": "3.80" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "479.fc36", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "480.fc36", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "3.fc36", "source": "rpm", "version": "3.43" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": 4, "name": "perl-Pod-Usage", "release": "479.fc36", "source": "rpm", "version": "2.01" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": 5, "name": "perl-Scalar-List-Utils", "release": "489.fc36", "source": "rpm", "version": "1.63" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": 0, "name": "perl-SelectSaver", "release": "486.fc36", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Socket", "release": "1.fc36", "source": "rpm", "version": "2.036" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Storable", "release": "2.fc36", "source": "rpm", "version": "3.25" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": 0, "name": "perl-Symbol", "release": "486.fc36", "source": "rpm", "version": "1.09" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-ANSIColor", "release": "480.fc36", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-Cap", "release": "479.fc36", "source": "rpm", "version": "1.17" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "12.fc36", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "1.fc36", "source": "rpm", "version": "3.31" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-Tabs+Wrap", "release": "2.fc36", "source": "rpm", "version": "2021.0814" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": 2, "name": "perl-Time-Local", "release": "479.fc36", "source": "rpm", "version": "1.300" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "1.fc36", "source": "rpm", "version": "5.10" } ], "perl-base": [ { "arch": "noarch", "epoch": 0, "name": "perl-base", "release": "486.fc36", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "480.fc36", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": 0, "name": "perl-if", "release": "486.fc36", "source": "rpm", "version": "0.60.900" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": 4, "name": "perl-interpreter", "release": "486.fc36", "source": "rpm", "version": "5.34.1" } ], "perl-lib": [ { "arch": "x86_64", "epoch": 0, "name": "perl-lib", "release": "486.fc36", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": null, "name": "perl-libnet", "release": "480.fc36", "source": "rpm", "version": "3.13" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "486.fc36", "source": "rpm", "version": "5.34.1" } ], "perl-mro": [ { "arch": "x86_64", "epoch": 0, "name": "perl-mro", "release": "486.fc36", "source": "rpm", "version": "1.25" } ], "perl-overload": [ { "arch": "noarch", "epoch": 0, "name": "perl-overload", "release": "486.fc36", "source": "rpm", "version": "1.33" } ], "perl-overloading": [ { "arch": "noarch", "epoch": 0, "name": "perl-overloading", "release": "486.fc36", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "479.fc36", "source": "rpm", "version": "0.238" } ], "perl-podlators": [ { "arch": "noarch", "epoch": 1, "name": "perl-podlators", "release": "479.fc36", "source": "rpm", "version": "4.14" } ], "perl-subs": [ { "arch": "noarch", "epoch": 0, "name": "perl-subs", "release": "486.fc36", "source": "rpm", "version": "1.04" } ], "perl-vars": [ { "arch": "noarch", "epoch": 0, "name": "perl-vars", "release": "486.fc36", "source": "rpm", "version": "1.05" } ], "pigz": [ { "arch": "x86_64", "epoch": null, "name": "pigz", "release": "1.fc36", "source": "rpm", "version": "2.7" } ], "pkgconf": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf", "release": "2.fc36", "source": "rpm", "version": "1.8.0" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": null, "name": "pkgconf-m4", "release": "2.fc36", "source": "rpm", "version": "1.8.0" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf-pkg-config", "release": "2.fc36", "source": "rpm", "version": "1.8.0" } ], "plymouth": [ { "arch": "x86_64", "epoch": null, "name": "plymouth", "release": "1.fc36", "source": "rpm", "version": "22.02.122" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-core-libs", "release": "1.fc36", "source": "rpm", "version": "22.02.122" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-scripts", "release": "1.fc36", "source": "rpm", "version": "22.02.122" } ], "podman": [ { "arch": "x86_64", "epoch": 5, "name": "podman", "release": "3.fc36", "source": "rpm", "version": "4.4.1" } ], "podman-gvproxy": [ { "arch": "x86_64", "epoch": 5, "name": "podman-gvproxy", "release": "3.fc36", "source": "rpm", "version": "4.4.1" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "4.fc36", "source": "rpm", "version": "3.3" } ], "policycoreutils-python-utils": [ { "arch": "noarch", "epoch": null, "name": "policycoreutils-python-utils", "release": "4.fc36", "source": "rpm", "version": "3.3" } ], "polkit": [ { "arch": "x86_64", "epoch": null, "name": "polkit", "release": "5.fc36", "source": "rpm", "version": "0.120" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "5.fc36", "source": "rpm", "version": "0.120" } ], "polkit-pkla-compat": [ { "arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "21.fc36", "source": "rpm", "version": "0.1" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "7.fc36", "source": "rpm", "version": "1.18" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "4.fc36.1", "source": "rpm", "version": "3.3.17" } ], "protobuf-c": [ { "arch": "x86_64", "epoch": null, "name": "protobuf-c", "release": "2.fc36", "source": "rpm", "version": "1.4.1" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "3.fc36", "source": "rpm", "version": "23.4" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "1.fc36", "source": "rpm", "version": "20230318" } ], "python-pip-wheel": [ { "arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "4.fc36", "source": "rpm", "version": "21.3.1" } ], "python-setuptools-wheel": [ { "arch": "noarch", "epoch": null, "name": "python-setuptools-wheel", "release": "4.fc36", "source": "rpm", "version": "59.6.0" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": null, "name": "python-unversioned-command", "release": "1.fc36", "source": "rpm", "version": "3.10.11" } ], "python3": [ { "arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc36", "source": "rpm", "version": "3.10.11" } ], "python3-attrs": [ { "arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "2.fc36", "source": "rpm", "version": "21.4.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "1.fc36", "source": "rpm", "version": "3.1.1" } ], "python3-cffi": [ { "arch": "x86_64", "epoch": null, "name": "python3-cffi", "release": "5.fc36", "source": "rpm", "version": "1.15.0" } ], "python3-charset-normalizer": [ { "arch": "noarch", "epoch": null, "name": "python3-charset-normalizer", "release": "1.fc36", "source": "rpm", "version": "2.0.11" } ], "python3-configobj": [ { "arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "27.fc36", "source": "rpm", "version": "5.0.6" } ], "python3-cryptography": [ { "arch": "x86_64", "epoch": null, "name": "python3-cryptography", "release": "4.fc36", "source": "rpm", "version": "36.0.0" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "8.fc36", "source": "rpm", "version": "2.8.1" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "3.fc36", "source": "rpm", "version": "1.2.18" } ], "python3-distro": [ { "arch": "noarch", "epoch": null, "name": "python3-distro", "release": "2.fc36", "source": "rpm", "version": "1.6.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "1.fc36", "source": "rpm", "version": "4.15.0" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc36", "source": "rpm", "version": "4.4.0" } ], "python3-firewall": [ { "arch": "noarch", "epoch": null, "name": "python3-firewall", "release": "1.fc36", "source": "rpm", "version": "1.2.5" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "1.fc36", "source": "rpm", "version": "3.42.1" } ], "python3-gobject-base-noarch": [ { "arch": "noarch", "epoch": null, "name": "python3-gobject-base-noarch", "release": "1.fc36", "source": "rpm", "version": "3.42.1" } ], "python3-gpg": [ { "arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "4.fc36", "source": "rpm", "version": "1.17.0" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc36", "source": "rpm", "version": "0.70.0" } ], "python3-idna": [ { "arch": "noarch", "epoch": null, "name": "python3-idna", "release": "2.fc36", "source": "rpm", "version": "3.3" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "2.fc36", "source": "rpm", "version": "3.0.3" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "19.fc36", "source": "rpm", "version": "1.21" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "5.fc36", "source": "rpm", "version": "2.0" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "13.fc36", "source": "rpm", "version": "3.2.0" } ], "python3-jwt": [ { "arch": "noarch", "epoch": null, "name": "python3-jwt", "release": "1.fc36", "source": "rpm", "version": "2.4.0" } ], "python3-jwt+crypto": [ { "arch": "noarch", "epoch": null, "name": "python3-jwt+crypto", "release": "1.fc36", "source": "rpm", "version": "2.4.0" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "2.fc36", "source": "rpm", "version": "0.1.18" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc36", "source": "rpm", "version": "0.70.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc36", "source": "rpm", "version": "3.10.11" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "4.fc36", "source": "rpm", "version": "3.3" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "3.fc36", "source": "rpm", "version": "3.3" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python3-lxml", "release": "3.fc36", "source": "rpm", "version": "4.7.1" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "1.fc36", "source": "rpm", "version": "2.1.1" } ], "python3-netifaces": [ { "arch": "x86_64", "epoch": null, "name": "python3-netifaces", "release": "2.fc36", "source": "rpm", "version": "0.11.0" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": 1, "name": "python3-nftables", "release": "3.fc36", "source": "rpm", "version": "1.0.1" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "12.fc36", "source": "rpm", "version": "3.0.2" } ], "python3-oauthlib+signedtoken": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib+signedtoken", "release": "12.fc36", "source": "rpm", "version": "3.0.2" } ], "python3-ply": [ { "arch": "noarch", "epoch": null, "name": "python3-ply", "release": "15.fc36", "source": "rpm", "version": "3.11" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "4.fc36", "source": "rpm", "version": "3.3" } ], "python3-prettytable": [ { "arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "28.fc36", "source": "rpm", "version": "0.7.2" } ], "python3-pycparser": [ { "arch": "noarch", "epoch": null, "name": "python3-pycparser", "release": "6.fc36", "source": "rpm", "version": "2.20" } ], "python3-pyrsistent": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "2.fc36", "source": "rpm", "version": "0.18.1" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "13.fc36", "source": "rpm", "version": "3.4" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "12.fc36", "source": "rpm", "version": "1.7.1" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "3.fc36", "source": "rpm", "version": "6.0" } ], "python3-requests": [ { "arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.fc36", "source": "rpm", "version": "2.27.1" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "3.fc36", "source": "rpm", "version": "4.17.1" } ], "python3-setools": [ { "arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "5.fc36", "source": "rpm", "version": "4.4.0" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "4.fc36", "source": "rpm", "version": "59.6.0" } ], "python3-six": [ { "arch": "noarch", "epoch": null, "name": "python3-six", "release": "5.fc36", "source": "rpm", "version": "1.16.0" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "20.fc36", "source": "rpm", "version": "234" } ], "python3-unbound": [ { "arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "1.fc36", "source": "rpm", "version": "1.17.1" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "1.fc36", "source": "rpm", "version": "1.26.12" } ], "qa-tools": [ { "arch": "noarch", "epoch": null, "name": "qa-tools", "release": "4.fc36", "source": "rpm", "version": "4.1" } ], "qemu-user-static": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-aarch64": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-aarch64", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-alpha": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-alpha", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-arm": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-arm", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-cris": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-cris", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-hexagon": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-hexagon", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-hppa": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-hppa", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-m68k": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-m68k", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-microblaze": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-microblaze", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-mips": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-mips", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-nios2": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-nios2", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-or1k": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-or1k", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-ppc": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-ppc", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-riscv": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-riscv", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-s390x": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-s390x", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-sh4": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-sh4", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-sparc": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-sparc", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-x86": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-x86", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-xtensa": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-xtensa", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "7.fc36", "source": "rpm", "version": "4.06" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "7.fc36", "source": "rpm", "version": "4.06" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "2.fc36", "source": "rpm", "version": "8.2" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.fc36eng", "source": "rpm", "version": "0.4.4" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.fc36eng", "source": "rpm", "version": "0.4.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "1.fc36", "source": "rpm", "version": "6.16" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "31.fc36", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "2.fc36", "source": "rpm", "version": "1.2.6" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "3.fc36", "source": "rpm", "version": "4.17.1" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "3.fc36", "source": "rpm", "version": "4.17.1" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "3.fc36", "source": "rpm", "version": "4.17.1" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "3.fc36", "source": "rpm", "version": "4.17.1" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "3.fc36", "source": "rpm", "version": "4.17.1" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "3.fc36", "source": "rpm", "version": "4.17.1" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "1.fc36", "source": "rpm", "version": "3.2.7" } ], "rtl-sdr": [ { "arch": "x86_64", "epoch": null, "name": "rtl-sdr", "release": "11.fc36", "source": "rpm", "version": "0.6.0" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "10.fc36", "source": "rpm", "version": "4.8" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "1.fc36", "source": "rpm", "version": "36.18" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "1.fc36", "source": "rpm", "version": "36.18" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "1.fc36", "source": "rpm", "version": "2.14.1" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "6.fc36", "source": "rpm", "version": "4.11.1" } ], "shadow-utils-subid": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils-subid", "release": "6.fc36", "source": "rpm", "version": "4.11.1" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "3.fc35", "source": "rpm", "version": "2.1" } ], "slirp4netns": [ { "arch": "x86_64", "epoch": null, "name": "slirp4netns", "release": "0.2.beta.0.fc36", "source": "rpm", "version": "1.2.0" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "5.fc36", "source": "rpm", "version": "3.36.0" } ], "sssd-client": [ { "arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "1.fc36", "source": "rpm", "version": "2.7.4" } ], "sssd-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "1.fc36", "source": "rpm", "version": "2.7.4" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "1.fc36", "source": "rpm", "version": "2.7.4" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "1.fc36", "source": "rpm", "version": "2.7.4" } ], "strace": [ { "arch": "x86_64", "epoch": null, "name": "strace", "release": "1.fc36", "source": "rpm", "version": "6.2" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "1.p2.fc36", "source": "rpm", "version": "1.9.13" } ], "sudo-python-plugin": [ { "arch": "x86_64", "epoch": null, "name": "sudo-python-plugin", "release": "1.p2.fc36", "source": "rpm", "version": "1.9.13" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "2.fc36", "source": "rpm", "version": "250.10" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "2.fc36", "source": "rpm", "version": "250.10" } ], "systemd-networkd": [ { "arch": "x86_64", "epoch": null, "name": "systemd-networkd", "release": "2.fc36", "source": "rpm", "version": "250.10" } ], "systemd-oomd-defaults": [ { "arch": "noarch", "epoch": null, "name": "systemd-oomd-defaults", "release": "2.fc36", "source": "rpm", "version": "250.10" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "2.fc36", "source": "rpm", "version": "250.10" } ], "systemd-resolved": [ { "arch": "x86_64", "epoch": null, "name": "systemd-resolved", "release": "2.fc36", "source": "rpm", "version": "250.10" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "2.fc36", "source": "rpm", "version": "250.10" } ], "systemtap": [ { "arch": "x86_64", "epoch": null, "name": "systemtap", "release": "3.fc36", "source": "rpm", "version": "4.8" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-client", "release": "3.fc36", "source": "rpm", "version": "4.8" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-devel", "release": "3.fc36", "source": "rpm", "version": "4.8" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-runtime", "release": "3.fc36", "source": "rpm", "version": "4.8" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "3.fc36", "source": "rpm", "version": "1.34" } ], "tbb": [ { "arch": "x86_64", "epoch": null, "name": "tbb", "release": "9.fc35", "source": "rpm", "version": "2020.3" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "18.fc36", "source": "rpm", "version": "1.9" } ], "tpm2-tools": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tools", "release": "1.fc36", "source": "rpm", "version": "5.4" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss", "release": "1.fc36", "source": "rpm", "version": "3.2.2" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc36", "source": "rpm", "version": "2023c" } ], "udisks2": [ { "arch": "x86_64", "epoch": null, "name": "udisks2", "release": "4.fc36", "source": "rpm", "version": "2.9.4" } ], "unbound-anchor": [ { "arch": "x86_64", "epoch": null, "name": "unbound-anchor", "release": "1.fc36", "source": "rpm", "version": "1.17.1" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "1.fc36", "source": "rpm", "version": "1.17.1" } ], "unzip": [ { "arch": "x86_64", "epoch": null, "name": "unzip", "release": "57.fc36", "source": "rpm", "version": "6.0" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": null, "name": "userspace-rcu", "release": "4.fc36", "source": "rpm", "version": "0.13.0" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "1.fc36", "source": "rpm", "version": "2.38" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": null, "name": "util-linux-core", "release": "1.fc36", "source": "rpm", "version": "2.38" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "1.fc36", "source": "rpm", "version": "9.0.1486" } ], "vim-data": [ { "arch": "noarch", "epoch": 2, "name": "vim-data", "release": "1.fc36", "source": "rpm", "version": "9.0.1486" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": 2, "name": "vim-default-editor", "release": "1.fc36", "source": "rpm", "version": "9.0.1486" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "1.fc36", "source": "rpm", "version": "9.0.1486" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": 2, "name": "vim-filesystem", "release": "1.fc36", "source": "rpm", "version": "9.0.1486" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc36", "source": "rpm", "version": "9.0.1486" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": null, "name": "volume_key-libs", "release": "15.fc36", "source": "rpm", "version": "0.3.12" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "1.fc36", "source": "rpm", "version": "1.21.3" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "32.fc36", "source": "rpm", "version": "2.21" } ], "whois-nls": [ { "arch": "noarch", "epoch": null, "name": "whois-nls", "release": "1.fc36", "source": "rpm", "version": "5.5.15" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "2.fc36", "source": "rpm", "version": "5.14.2" } ], "xkeyboard-config": [ { "arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "1.fc36", "source": "rpm", "version": "2.35.1" } ], "xxd": [ { "arch": "x86_64", "epoch": 2, "name": "xxd", "release": "1.fc36", "source": "rpm", "version": "9.0.1486" } ], "xxhash-libs": [ { "arch": "x86_64", "epoch": null, "name": "xxhash-libs", "release": "2.fc36", "source": "rpm", "version": "0.8.1" } ], "xz": [ { "arch": "x86_64", "epoch": null, "name": "xz", "release": "1.fc36", "source": "rpm", "version": "5.4.1" } ], "xz-devel": [ { "arch": "x86_64", "epoch": null, "name": "xz-devel", "release": "1.fc36", "source": "rpm", "version": "5.4.1" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "1.fc36", "source": "rpm", "version": "5.4.1" } ], "yajl": [ { "arch": "x86_64", "epoch": null, "name": "yajl", "release": "18.fc36", "source": "rpm", "version": "2.1.0" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "1.fc36", "source": "rpm", "version": "4.15.0" } ], "zchunk-libs": [ { "arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "1.fc36", "source": "rpm", "version": "1.3.1" } ], "zip": [ { "arch": "x86_64", "epoch": null, "name": "zip", "release": "32.fc36", "source": "rpm", "version": "3.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "33.fc36", "source": "rpm", "version": "1.2.11" } ], "zlib-devel": [ { "arch": "x86_64", "epoch": null, "name": "zlib-devel", "release": "33.fc36", "source": "rpm", "version": "1.2.11" } ], "zram-generator": [ { "arch": "x86_64", "epoch": null, "name": "zram-generator", "release": "1.fc36", "source": "rpm", "version": "1.1.2" } ], "zram-generator-defaults": [ { "arch": "noarch", "epoch": null, "name": "zram-generator-defaults", "release": "1.fc36", "source": "rpm", "version": "1.1.2" } ] } }, "changed": false } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:9 Sunday 28 May 2023 03:31:30 +0000 (0:00:00.758) 0:02:03.815 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:16 Sunday 28 May 2023 03:31:30 +0000 (0:00:00.070) 0:02:03.885 ************ ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.035386", "end": "2023-05-28 03:31:30.383483", "rc": 0, "start": "2023-05-28 03:31:30.348097" } STDOUT: podman version 4.4.1 TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:21 Sunday 28 May 2023 03:31:30 +0000 (0:00:00.268) 0:02:04.153 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:31 Sunday 28 May 2023 03:31:30 +0000 (0:00:00.060) 0:02:04.214 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 28 May 2023 03:31:30 +0000 (0:00:00.087) 0:02:04.301 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 28 May 2023 03:31:30 +0000 (0:00:00.072) 0:02:04.374 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 28 May 2023 03:31:30 +0000 (0:00:00.107) 0:02:04.481 ************ ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 28 May 2023 03:31:30 +0000 (0:00:00.075) 0:02:04.557 ************ ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 28 May 2023 03:31:31 +0000 (0:00:00.255) 0:02:04.812 ************ ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 28 May 2023 03:31:31 +0000 (0:00:00.074) 0:02:04.886 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:50 Sunday 28 May 2023 03:31:31 +0000 (0:00:00.058) 0:02:04.945 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:59 Sunday 28 May 2023 03:31:31 +0000 (0:00:00.059) 0:02:05.004 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:68 Sunday 28 May 2023 03:31:31 +0000 (0:00:00.058) 0:02:05.063 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:37 Sunday 28 May 2023 03:31:31 +0000 (0:00:00.057) 0:02:05.121 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:55 Sunday 28 May 2023 03:31:31 +0000 (0:00:00.065) 0:02:05.187 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Sunday 28 May 2023 03:31:31 +0000 (0:00:00.120) 0:02:05.307 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Sunday 28 May 2023 03:31:31 +0000 (0:00:00.058) 0:02:05.365 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:58 Sunday 28 May 2023 03:31:31 +0000 (0:00:00.064) 0:02:05.430 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Sunday 28 May 2023 03:31:31 +0000 (0:00:00.092) 0:02:05.522 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Sunday 28 May 2023 03:31:31 +0000 (0:00:00.061) 0:02:05.583 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:61 Sunday 28 May 2023 03:31:31 +0000 (0:00:00.060) 0:02:05.643 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Sunday 28 May 2023 03:31:32 +0000 (0:00:00.087) 0:02:05.731 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Sunday 28 May 2023 03:31:32 +0000 (0:00:00.063) 0:02:05.795 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:64 Sunday 28 May 2023 03:31:32 +0000 (0:00:00.093) 0:02:05.889 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Sunday 28 May 2023 03:31:32 +0000 (0:00:00.122) 0:02:06.011 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Sunday 28 May 2023 03:31:32 +0000 (0:00:00.065) 0:02:06.076 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Sunday 28 May 2023 03:31:32 +0000 (0:00:00.062) 0:02:06.139 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Sunday 28 May 2023 03:31:32 +0000 (0:00:00.064) 0:02:06.204 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:70 Sunday 28 May 2023 03:31:32 +0000 (0:00:00.060) 0:02:06.264 ************ TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Sunday 28 May 2023 03:31:32 +0000 (0:00:00.120) 0:02:06.384 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for sut TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Sunday 28 May 2023 03:31:32 +0000 (0:00:00.086) 0:02:06.470 ************ ok: [sut] TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:7 Sunday 28 May 2023 03:31:33 +0000 (0:00:00.389) 0:02:06.860 ************ ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.firewall : Install python-firewall] ************ task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12 Sunday 28 May 2023 03:31:35 +0000 (0:00:02.331) 0:02:09.192 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install python3-firewall] *********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18 Sunday 28 May 2023 03:31:35 +0000 (0:00:00.060) 0:02:09.252 ************ ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Sunday 28 May 2023 03:31:37 +0000 (0:00:02.296) 0:02:11.548 ************ ok: [sut] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sun 2023-05-28 03:30:36 UTC", "ActiveEnterTimestampMonotonic": "835481848", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus.socket dbus-broker.service polkit.service system.slice sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sun 2023-05-28 03:30:35 UTC", "AssertTimestampMonotonic": "834645408", "Before": "network-pre.target multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "570106000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sun 2023-05-28 03:30:35 UTC", "ConditionTimestampMonotonic": "834645404", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service shutdown.target ipset.service ip6tables.service nftables.service ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "6657", "ExecMainStartTimestamp": "Sun 2023-05-28 03:30:35 UTC", "ExecMainStartTimestampMonotonic": "834656696", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sun 2023-05-28 03:30:35 UTC", "InactiveExitTimestampMonotonic": "834657160", "InvocationID": "a2586665e4b2476dbd01a93f1e42d996", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14741", "LimitNPROCSoft": "14741", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14741", "LimitSIGPENDINGSoft": "14741", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "6657", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "31842304", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sun 2023-05-28 03:31:24 UTC", "StateChangeTimestampMonotonic": "883404955", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "4422", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:11 Sunday 28 May 2023 03:31:38 +0000 (0:00:00.406) 0:02:11.954 ************ ok: [sut] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python" }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:16 Sunday 28 May 2023 03:31:38 +0000 (0:00:00.063) 0:02:12.018 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:38 Sunday 28 May 2023 03:31:38 +0000 (0:00:00.071) 0:02:12.089 ************ ok: [sut] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "port": "15001-15003/tcp", "state": "enabled" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:83 Sunday 28 May 2023 03:31:38 +0000 (0:00:00.423) 0:02:12.512 ************ skipping: [sut] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "item": { "port": "15001-15003/tcp", "state": "enabled" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:93 Sunday 28 May 2023 03:31:38 +0000 (0:00:00.070) 0:02:12.583 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:102 Sunday 28 May 2023 03:31:38 +0000 (0:00:00.093) 0:02:12.677 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:107 Sunday 28 May 2023 03:31:39 +0000 (0:00:00.063) 0:02:12.740 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:114 Sunday 28 May 2023 03:31:39 +0000 (0:00:00.065) 0:02:12.806 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:122 Sunday 28 May 2023 03:31:39 +0000 (0:00:00.060) 0:02:12.866 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:128 Sunday 28 May 2023 03:31:39 +0000 (0:00:00.061) 0:02:12.927 ************ skipping: [sut] => {} TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:77 Sunday 28 May 2023 03:31:39 +0000 (0:00:00.060) 0:02:12.988 ************ TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Sunday 28 May 2023 03:31:39 +0000 (0:00:00.133) 0:02:13.121 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for sut TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Sunday 28 May 2023 03:31:39 +0000 (0:00:00.095) 0:02:13.217 ************ ok: [sut] TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] ******* task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Sunday 28 May 2023 03:31:39 +0000 (0:00:00.423) 0:02:13.640 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:15 Sunday 28 May 2023 03:31:39 +0000 (0:00:00.057) 0:02:13.698 ************ ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Refresh facts] *********************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:23 Sunday 28 May 2023 03:31:42 +0000 (0:00:02.351) 0:02:16.049 ************ ok: [sut] TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:28 Sunday 28 May 2023 03:31:42 +0000 (0:00:00.540) 0:02:16.589 ************ ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Sunday 28 May 2023 03:31:45 +0000 (0:00:02.342) 0:02:18.931 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Sunday 28 May 2023 03:31:45 +0000 (0:00:00.059) 0:02:18.990 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Sunday 28 May 2023 03:31:45 +0000 (0:00:00.060) 0:02:19.050 ************ ok: [sut] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Sunday 28 May 2023 03:31:45 +0000 (0:00:00.063) 0:02:19.114 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Sunday 28 May 2023 03:31:45 +0000 (0:00:00.045) 0:02:19.160 ************ skipping: [sut] => {} TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Sunday 28 May 2023 03:31:45 +0000 (0:00:00.060) 0:02:19.220 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Sunday 28 May 2023 03:31:45 +0000 (0:00:00.059) 0:02:19.280 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Sunday 28 May 2023 03:31:45 +0000 (0:00:00.057) 0:02:19.338 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Sunday 28 May 2023 03:31:45 +0000 (0:00:00.058) 0:02:19.396 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Sunday 28 May 2023 03:31:45 +0000 (0:00:00.058) 0:02:19.455 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Sunday 28 May 2023 03:31:45 +0000 (0:00:00.058) 0:02:19.514 ************ TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:71 Sunday 28 May 2023 03:31:45 +0000 (0:00:00.095) 0:02:19.609 ************ TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:81 Sunday 28 May 2023 03:31:45 +0000 (0:00:00.062) 0:02:19.671 ************ TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Sunday 28 May 2023 03:31:46 +0000 (0:00:00.059) 0:02:19.731 ************ TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Sunday 28 May 2023 03:31:46 +0000 (0:00:00.059) 0:02:19.791 ************ ok: [sut] => (item={'ports': '15001-15003', 'setype': 'http_port_t'}) => { "ansible_loop_var": "item", "changed": false, "item": { "ports": "15001-15003", "setype": "http_port_t" }, "ports": [ "15001-15003" ], "proto": "tcp", "setype": "http_port_t", "state": "present" } TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:104 Sunday 28 May 2023 03:31:46 +0000 (0:00:00.507) 0:02:20.298 ************ TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:114 Sunday 28 May 2023 03:31:46 +0000 (0:00:00.056) 0:02:20.355 ************ ok: [sut] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:9c243aa0514d15a59365db51efcd414395f032cfaad615bc8e3a24c0097e6cd3", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:6ac1b263902354a1695a847275095334bb31c0f8dea2ddb3cd76b9022f9e9b21", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:179986ce8b111a5be5c82abca3ddfa29215d4d1dac70ae57536811e8ead8a328", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:55c4517c14ad84ff10cc888f1422b618f12fd546d9b87983e256d4d279734c27", "enabled": 1 } }, "aiccu": { "100": { "checksum": "sha256:97ceaea09cd79c4f77b89ee820b384212152025ad14dfcb76fa69ff1b97b274b", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:27a58adbaf60bb0439b5d84e6a3621729eb6a70ccf63a0fbf7ff1b88d351fbf4", "enabled": 1 } }, "ajaxterm": { "100": { "checksum": "sha256:64556844d444ff46053be4a96f242a85489bc0d2ce9395aa8a3c332deff01769", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:34101b7a5a5192f4c2bb62b46edbdf244afef632356feeefedf82491700daef4", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:1baf6b1477c141956d3d19077cb19951b54d98aa1d5253b6da2296b38cda8498", "enabled": 1 } }, "amtu": { "100": { "checksum": "sha256:30f806a658340274fc9828004beeb78c8714dcc168a6bb463e8a98e51e170c9d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:5aabf7fc9a05c1f0319bd0350b681d7041dad472f24cbbde479f0d4f3fc96bfc", "enabled": 1 } }, "antivirus": { "100": { "checksum": "sha256:6cbdbd438e928c3e2e66098f98a99747fb44eb08843106bdb4f89abf812ec8bc", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:76420162c55bcccb89572729125c2e35758da75fd6ecd07b01bece1be5a48adc", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "sha256:26674dc7d8322c89800203f7f3dac8cf08628c9042a8e50561530966e4550795", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:c1dceb5243f3e601eaeb9071fea6ce594c7088421681c1b0936bea65ec2d1143", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:75046744693801f22d20f466db370e11d50b5df3bb6d0df4f7e65d0ceef69ec2", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "sha256:080a0809debb4fd38329bb6a2bdeda4dbbf7349082182abff4929e09cafb30fd", "enabled": 1 } }, "asterisk": { "100": { "checksum": "sha256:bdc1f5834499151bfc1cf4abf6003b0a29c4c39c45864792b85d60688c3ed703", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:6cdf039fb948b14503aabe8986a39f3e9939246641739a2ce829662e705b5898", "enabled": 1 } }, "authconfig": { "100": { "checksum": "sha256:dcd65dcb1c56029fdf724710b7f7ae28704004d9e0e8ebb052d3af4dfef03218", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:f4414d0df7657d5d13cc95eea8c2f11d474480ae6e93c918b02966d180806434", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:be969ee17a2447aac07eb206e00749ab7410aa1c2907d2501694dac6730a2c60", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:71801a99a358aeac0c783a2f91c9cece399b640574d35c4affcc07c15e26a822", "enabled": 1 } }, "awstats": { "100": { "checksum": "sha256:1b9de0717e978f85bc68e40e187e05cd31f7f24daf0187dc1fff576370e593cf", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:cc02e6b93d5783232b4fc8b18138c643235a0980890a52c5b671f4c9c4a59ac6", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:2c4886d36f37cf3df696a19a31e7430d306108608bb32083813e4cbfe482da67", "enabled": 1 } }, "bcfg2": { "100": { "checksum": "sha256:c8bd3c403c6757918011d9587fa0836aabfefb49e2a2abd984f8f27b0a0007a4", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:053830ae2902bb2af9e0c23a93ab5d77a153e7f95f2f776cf9abf74d03ff9f34", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "sha256:ba110ae74b99238cb474302eced8beb17fce33672e803d9454ffcc55f5e25993", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:0c50be47fe290cf951d8d0caf3050824c339c080c5ab7caa025499232b0585a8", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:67026c3e134aaea8c8d070ba71fb28bd0fae77f3405608396121afc35cd02504", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:b41520f5dea57843cc312bacabf4700d47800c6ef853eec47b3bad9e59f137e1", "enabled": 1 } }, "boinc": { "100": { "checksum": "sha256:9f374ec1d1a6a0beec5d75c3af6b6590e54c7d7c07146bfa199297bf0deb0917", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:134105ba273d88b98b8338034a8eeafdd3eb903c636f928eb355ebf68f1f1603", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:855058e12c6a82720b6e585a230bf5583b0dc20fef625e9f933f0e727f69287a", "enabled": 1 } }, "brctl": { "100": { "checksum": "sha256:8cef9f72162cdc18320fa752cca93625d62aaa0bd33bde55bac1b385be07803d", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:1b3d60fdeeb741fcf890627b666c8927db5797a7eb9a974080aa075329cdd149", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:c7ce7a712ec4a89f5d24852c767a7d14d9c988c5a972a26e359c5689a0de269c", "enabled": 1 } }, "bumblebee": { "100": { "checksum": "sha256:6f273af9e56494e01d1b5ab93e0e654e99510ceb41057f47a0c5542bad2df1c3", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:5553600685489bf1c6b610338a7bee6e74f336fa4ac5fbb3acd222b303c472a0", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:78c1a37c955f247864136f9ddc4e47197e431fd76f08a2b85c710d8e8c91a721", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:1cf7f768cd36be22c0ef0f244fa70e072a53629ca498a04f653fbc5bccd96dec", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:a0165e0c868e2743f9488e0744194b36ca68f68617f11593d6fe0566139431b2", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:c058f9a5710929a4864677e595ddb3ecde3b7fa055b7523374ded89600a0642e", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:d4a0762105b1bf5777c80685382d14cb82a9f2a8417c25dfaee792beb2a2d456", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:1ebec0fe9da48c12fa328233e3eb8ace5bd6256cd0fe94a46986aa5a3e51f954", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:898fcc77e15857057b468bfb1fab4b111551d6127e01c93e570364bc1b7213d6", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:617da411d2d1964e1c2de917042e338579d509c621f84b2e573ea56d961325d9", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:dabc94ac6d18bf98816386b7e22b3bf11ada21bc64541284dd76a5d04d65e2f0", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:b4f634181d7ff84d1d0143bd28734d2553f6e7068a086aaa58f1a61f244c249b", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:99f87f63be12f8feca9d1a3e78d91b5defd5ad7459fccabf64426607cb1870d5", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:917bcc8cdfbd73930017092bc4d17f77192698143eed8846e194e6a2deab6d91", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:12f9917fbd0aec491a38d4dbdb50372b4038e6e978c79f6365b3d43003762807", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:959e75da6c3cd015315434721cdd36369c1ba5721faba7e7674ee505503e5db7", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:11aab0ed4d18ca29d547aa04762ab76b0dc3642941d4896c8994f2d43bb78f17", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:dc5a5fe0797b3414f152ceecd15e7aec504fadeaee3ae49a9f9a9ab12a5ce0fb", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:ea95a728562a46a65f46be60b104f62b450c49bc28964bb2baa1c2b06995304b", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:d1f40f0f12bc29e1cd3e011334886de255f372c5782130051867d8026208697b", "enabled": 1 } }, "cobbler": { "100": { "checksum": "sha256:4036b52d2946d0719f1b08a64362dc5b1085aa9f38c4a73d9b91a6277948731d", "enabled": 1 } }, "cockpit": { "100": { "checksum": "sha256:19deaf4bdb26225f8fa35a097e2e26850da5133118e4044c90bd1c51ad1304d6", "enabled": 1 } }, "collectd": { "100": { "checksum": "sha256:bcad7f13bfb1e47b0356bb05c9331c4f0daa36b2c744dcde00239ac619eba36d", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f282d606cb8daaf139fbed69d18c724269592c9e4632bc3a21029a419d60a4c7", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:9bceb21c83275ff2efed5ae61d713d272db28402a1c062a8c8da40b42235854e", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:310a9df4926511dd90d922249965a391da11f224d059b9f44e67a98b3b152747", "enabled": 1 } }, "conman": { "100": { "checksum": "sha256:71d28db751840071bf402398e60ca584ca962eb8572bf881cd01b928a518fcca", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:2de3db4e7052ee0204d69f10dc2673872ae1bbbf79eedff849923e0b19439e26", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:6f2b7716bf70b84f651ffeb3e5cc5005bd6724098688cbea8dd7b3a050d3b355", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:436425ab9704c7575248421fceb2dc78995ec310a4554ab3e3b2cfdd614b0fb4", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:f76df51e599f4874bb694ba74d7c75c50a10421bfe209d404ab146abc41dc4ad", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:9370495230d8f8652c13c4c75a68ee1a96008f40702cc751c57d4a92aff46e6b", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:3c289c6b74877266bf48529329a3374a61e1d12bb5a6143049ac46166a83ab8a", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "sha256:42792a532d676f6de888a8f34d49b1f746b1904e0bd743f1cf65e331592d6244", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:53615a51b145247efe89ab7649479c3ae4a8542d1c2057a8fdcfb8f5f65e7f4c", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:7afd86e330f6213bb3c44b46b4df756159fe9ce5ea8a0fb5b052ed452d6168cf", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:3a2b0d40ed99b8aad8abe8732aa9932ed44304c8d8e61c789f322e11065e0a87", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:fcbf1124726ffa28b3a6853b761e4f93910604df57a9ad3a804c0b038b5b2235", "enabled": 1 } }, "cvs": { "100": { "checksum": "sha256:706121030c1091d3aa42f3d6d2d57f8efb444161fe8d27713f2afb1369d5cb5f", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:aa45d314c7a452b7bca5ba342ce34b0ff9c38ea2652ee212e914be2efb59d43a", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:30c372853404a3e91c0b0386762e5e3d129d775f2dec0b95736f96a3318651a6", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:4c0a64e57dff48c4caf186985bfae13de196db8fca5aa799bbf62b11facd3357", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:6950645a3c08ece427605cbf1ec4fb8cdec8cb48992b8eabd0d0861b503d6cc3", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:e7e49e69fc945245914db132552316f599555c20773bef281623d63e30e4b90b", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:9587ae13b557420fe1ab76f39c76204cde4981c228cf4666378fc8dd1c80197b", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:e1cda19ed70ad1502cd8fc9e97a3d1d604dfe7ba0f1834720878118881785083", "enabled": 1 } }, "ddclient": { "100": { "checksum": "sha256:643f3302ac498284cb41dbcf6d89a18436f1d5fcb72066c4795b0c1a77e09f85", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:f86df193da08295bbf3f028be9f655fc95ce01713f7a0477ffc0e23938c488bb", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:a50f2f2b6eade648de6b2013e395d08edb2a249fefa0c567f81e24bc7336b04e", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:faafb56d263b81be4dbe50e2596f87cf6eaa9471eab773e3dea97ee599f1dcee", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:dec1f0f54891da846cd2455335f881ed43b1bc8cdd178268d13038effaedd92d", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:2a38524c09f16cfff5a049cfd08f81202e812cd44e9dd008bac8a7054ecb4520", "enabled": 1 } }, "dirsrv-admin": { "100": { "checksum": "sha256:ec8e63cc397aadf9657b02e12bc5e521e11eca083c9871e8514829df459bc4da", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:82f4887d9bdf94a447350f5e7ea49b165d59713a09a341384b15473232a2613b", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:4233aacef3f121be2e3728cc34a8abc1d15b96c5d7f98679b78ae26198effe7f", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:bcdbab1e2df305d661db56d498368c363376c9f765c6bf20049f4ed4a88b636e", "enabled": 1 } }, "dnssec": { "100": { "checksum": "sha256:23790363df70ca76552f8c569dd62d524a4aa420ca634e0bcd649af4b21be410", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:19d7a3ec56ddac4c7394814acd2f2a41cccc7c45d29edce790052514717b4a27", "enabled": 1 } }, "drbd": { "100": { "checksum": "sha256:f62a50b68f0a5161b6cca705435dfc0e997b8965d38362460dc45260c9a07cec", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:a6d4bd2f6d5e5585d686c6394ee6470ddaaedc832f4c8717838629a801ccb06b", "enabled": 1 } }, "entropyd": { "100": { "checksum": "sha256:0d089f68657f8e6b0f35a3dcebffdaf5593a864e45495d5ddb42b36be5cbeb02", "enabled": 1 } }, "exim": { "100": { "checksum": "sha256:0cd7ac843f7f5ea3cc0de6facea839dad7e20f760bc9289e266511b4bef1df25", "enabled": 1 } }, "fail2ban": { "100": { "checksum": "sha256:9b55263a59aa24fdc7ddbb1e8b3fa9b8ac91458efd5461fb1ee31fd270855b6d", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:0519ba6c641c01c3ce1544f5085818f63cf4768e1eb0e1032c509bf59364f50e", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:c90612d2ce7426b5909bf0c2fb66d1a608d210ac7859ff5083c43d38241bd47d", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:85a45f4410aedd6a6fc18df938a69ad33da63ecd159b94c250099b5176d693e9", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:707eb59ec303b30a42290b02f0799e158178113118860a4ba2c88a7db671ddb3", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:600d4d9290fe4a4ce3a5f1f407072ab03d60b8b2bad84d141d8eb534ef905a50", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:37ebab661090618283dbed6a64f7a89c803b74e89df7c5a5d5a330af1d8c28a9", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:ad020239ab92077706afe07798752e8da96999ca8528e6acd7c74513f412aeee", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:0bca684666ca58bf9d3c6b962e3fee739abc0626948ee045d5dde6325b7262b2", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:517a3a205d50e798b27771256b18db98d3e581764af6e57a07faeedfa03b68ce", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:b73725a3f9a52346f68f232608617e4e7edab13352666e420a5cf02d7176603f", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:4c482636bd1ad013784c02785faa3391957a9f20d79016eb4390a62c7bf78608", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:9c38d5a2cf1719f1fe202bfde9d08a82869b570778b2e2cf099f398f89258dfa", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:a8080854fa7781841959fc74bc9d986c24edccbc26efad5fcb3932eed7271662", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:831519e4e2cfe67df24c2f20bab791e00ee09dd40565ef4051eaea877f125def", "enabled": 1 } }, "gdomap": { "100": { "checksum": "sha256:a0a360fb16190fcc92c6a764854e892c9cc649530b4ae6ed8e3933dc17eb4fcf", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:6af7122daec7b64a08d9118e49d65d12388d23aabe2de4e1f54bab938679a28c", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:845a979cce5b66430d654d04e4afc757e69e078cbbaef9352795c111e20a730f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:19e840413fb9d50230c3a6b9ee28ba0dbb587e160d38efa234b1f440c1e4bf86", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:3f2265408be6e377c96c40a18905ab3b7a28452b562cd806fc6654cdbcbd49fc", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:75c65842cf41f9e03ae6d9c79d88a76cd5f619e58e09dc7d410ae751ba6c1350", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:a24b8fd051bee34d29470fcbf7b5c9032ec583a26154104b473337f0629b206c", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:258685da86f959e5dfd913446490f3ef0799bd9243c4543df00cb549214dfb9a", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:a0dd09c7a53b0fb8aefdf77e2114aae2b0a0dbe30083c153d38089b6f5b7d116", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:0ce48a541f2b271a656333e0896caa0a77fadad21d3bfea85608df49cc6923c7", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:644eea283cb99dcfa4b1f2571c689b4298eb9272bf2dfd53a17ab2ef11ebe465", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:b4c3bfe4146b25251e173f9209e39cd94966bdafdaff23fad3a07da2143911fa", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:b98dd5e0d03ee0e021507e2800a35e8b0326b1f5e2070a0162e8c92b1ac137ab", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "sha256:3f22eff9dd65cfd5a4f828cfe8141c7f4cbce3774d871d3475be6cd1b6d7109f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:f43391849fe913d09c73ab573b41e4f5796e9ee47bc2eb664214508c948360fc", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:4f2dff754725391ed4352f11b4b99d55516e8358ecfe59d0647ebe556ddc7b45", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:b990a234e85f8988216f21f9d57535cb8165a9471bbb8893f799b80278e70c1e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:1b91979ffc2c5109f83d2c41f019ba900f9a1d9372eebf88f48b05a5bf924f3f", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:4319bc071cf1cf5d8ea738c7be176a93c342ff4cb1e634d0850e79f668d5571d", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:0eb722027b7d04d81a277ed77b7e1aff723b87d849a78be1f220229d8288ada4", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:51cccfd50b1d5cbfcccb9cec020df3910f1200d4b33962c189eba60b029a0a3d", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:fa3e3f718fcb9ba40dca3f72975aa0e63693bab5126796c1dc3fa173d7f0257c", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:063e9e005b0de96b64c74781332c012362b2e9c75947d51cc0172ff8c9b2347e", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:0396c87dd8ca0f596a6c93435cfa510f2b7b5ae73219d0105d77a4aefc23134a", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:32564a75090c2c181a2f0f4aa47b4c8be639962327326d070b43887b419cb9e6", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:0d3fedf4c7c9a7ec1dd3861e78534b61dbd3da8ac7bfae4c62218769c40e6b60", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:dbc8578efc40f59b36f6da2028f0e7ca06a1ce7db409204ce2bfd470a072ef78", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:648d8c648169717cf3f09b1a81f9e433ba3fdba1b97e8d0ec589288ed011fc75", "enabled": 1 } }, "ipa": { "100": { "checksum": "sha256:c0016faeaa9a1eac9c5dd86c852de6e9507ea604146926b616c13ec21ca0dce8", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:d77bc3891af0af0233df18a7010282eb8efdcc6690ab4e3581192dbbd1a10d30", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:66c05b6e3e756345b9b5d42f03c56b3f6f7cd44dfc14261f4d917c979260bca6", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:19998a3c619f200fcf4fd5d2b8ced208f55205df2f95f28b723f1b1f62b161c7", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:06f3997190216b9b8b7b3de47d6c0dd0957fe29b9a7ed6cd360584715b9142df", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:32ec22745817914a85f6527f6a80230db45540ae5fec324046efb7fcbba45c1f", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:65a3b5b02b6a7189bdf02d21222227309aa80c8e28d613ba02f48af634d33ff5", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:e3ce53d8bb78ded1fb144be83f95ca59b8f24bffb209139006c48ff153a2d9fc", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:22fe60c22355f467f2cc45fa2e1f7de862b903021f0a67930630c5a3783c2fb9", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:3f382bd800aff6b53462861546959d73b62fe4a118b8e99501ad411523c8cb73", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:8ef2bd296df795c5203ed7c643013728e61bd37b1045c2f469970d23a7193232", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:5acca9e0accb87c6917a93dddfb0373a0f6e430b3e84f3780d8051c764094c79", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:3b896c33991cdbeeb8ca4ed172b0ab01fa54143d8ba117214ab8a21941930ad0", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:ee36ccd786d8ddc75217b3746b8502d57a52e02e8e90263d2973fd95561e292c", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:7cc268d6663e05dd12e82f78dad991ebcfe0bc85334bc798620304aa64824bdf", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:f032ccfa0a3968a238d0eda4392934d366945187257f64171181cc718a18c37d", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:de07b93e2f371a96df5754fd59ac61954431c7049fc3dace2b2b77c7d67d733a", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:9d7b1a5b9ad24113d9ec71f6eb8994f1b22fc0c39a6e1565e98a0bde3c726799", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:b3acd9e85b3e2c2024ff97f77a4d45d87d508f543452b6344c18487befb4b736", "enabled": 1 } }, "kmscon": { "100": { "checksum": "sha256:84e203999da7f36eebb10f18b4a5d1c5a2873dfe012d78db0c2a731234fbc480", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:2639bac25077f86bbc89b425b3503ae3659ad186b30cc616aaf2440c632e2801", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:4958530ee821c37d3ecbf01a163560e82fbd93975327d6e258af1b8c6e0a09d5", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:48a93dbfbd694cda25da2db6bf51357863681cb19be346ed3e8b3e0e17c996ad", "enabled": 1 } }, "l2tp": { "100": { "checksum": "sha256:a3be3c32743dfa988a7eca75261b977bc83a59b2407e4d03fa0af07cb5554be7", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:d1e368171b5528e23cad0c9f86ab21d12b6fd718f9a15a08a048b569bf50643d", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:019de4ad1e1194e39e5241e2c18df11a6a008f1ca103df9374ce25b4ef01660e", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:0c8af63a9977f30505de26d61b23f2e3179ec97842535299ac79f353c45f53e0", "enabled": 1 } }, "linuxptp": { "100": { "checksum": "sha256:99ce952ac60793c4cdd24b14dbb1fe49c4688580a4538c353fe92bdba00887c9", "enabled": 1 } }, "lircd": { "100": { "checksum": "sha256:6a8ff148dc2a2be62925337c7219645243cecff7125de2944e9cd46a6ebe4d6a", "enabled": 1 } }, "livecd": { "100": { "checksum": "sha256:a3c1870419a2507b8054f282531b3cd41493a1e2fbbbcf4c7b55562cb9f34d91", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:0587edbd715df7006974ae960d2a1c4c51e832c4da181ba344af6d0eaa87be09", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:b2312b183193cef876d372dbc189cdb3c924f0426669606bdfbee65f37a76c35", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:e65972b60d37a1aa3318ecf18b9984ef44b0c6bfd7527c8752a5f07b904ff9af", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:4fcc26c97e388a80a1c4464d3981ce961ad2eefb3e8364ef392326359bfb58d6", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:46dfb2613068eb686f5412f83f74e9e2923f91f345cdb1a679a6b40ca7e335d5", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:b43888d24ccad645d7d00705dcd723fd8050a185b5e3a43795dd67cdeebd812d", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9ad5f8cbf888b88ed6681da8793808ebc81960d1678df5496d7878ff312d2f8d", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:7b4f6ac6d7844ee6dae71889a00e24369a8572d8d9daec3b77239d260fd68b0f", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:fe721bae8a525b9d30234d1a1b9c87337d2a0ee3f0b711bc1eedec73daffa7e9", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:26ac4589e1248ae2b4aed3258c955e108e077d3818c12a40d8d7c555d64be08e", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "sha256:4681be9d5915ecaed2432bc8c138c30de925dce255e4ba12b90e39c4f4fea61f", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:1ca9350be9149064253db282498d0600cc76be8a8178610a764382154f755891", "enabled": 1 } }, "mailman": { "100": { "checksum": "sha256:e6d029c3ae6efcf324f9e4235a9d18f6c4c7ae959c0c974f0cba9d3ec9eb7afd", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:4db64529fcdb04caff7eed199743916f04b17dec7f97c5287f5f2cf89093ee53", "enabled": 1 } }, "man2html": { "100": { "checksum": "sha256:ba40f4c22ae3a0edacca40e0182e34e6692bb8e20d8ef4d0c5fbd5622ab34b37", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:6aafde2aa68237d3e88f937dcd92bd0464e82e45e53d8c0d0cf21a74334360d8", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:d176c38a02e9678e6dccaae3b074d3d22f1fd52be2ac71ea223d3782f730b8ba", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:03c45dcb90f907bb29cccb108d6881e1eb6e2370201a9c9a5fe4fa4ff38d07fd", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:505a21d2932adef7a77b988632d2777cccc783535148ef2ff66def6e36250393", "enabled": 1 } }, "milter": { "100": { "checksum": "sha256:07dd21b11c29ac9cb61fbb281ae1ccfed5ee35817d9898d6fb91e41ca929af71", "enabled": 1 } }, "minidlna": { "100": { "checksum": "sha256:3973ec2622f0bad2a93bdf400f5cb2a6af6abb3a46c11dd06f076b5d0f6d2aff", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:62e54cf338849ca42d923aa81062adcfd5da424cd2c573152ef81d3b411fd329", "enabled": 1 } }, "mip6d": { "100": { "checksum": "sha256:ace0562741b88434557899b4a52eeef166b3e99db12fb9ce388f02c4983554f0", "enabled": 1 } }, "mirrormanager": { "100": { "checksum": "sha256:a270d472e958d9165c3009eddc30c16c6957cd9465dee2ca2d4fa0cddfaee7ba", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:70b9cd16db9cb1d581a1668b816367a07fc87c165c0ec37573393d9a67df67ac", "enabled": 1 } }, "mock": { "100": { "checksum": "sha256:2c6953a676690ab266ac7e6a728ef9c43b7ebe4916870c4885240ef612b3e1d4", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:7430bd47bb9b1606f6954618859876e95a5b022c72f85b282c85aaf594e2363d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:c47150ab1713b29d75c45a1d55d43b1913d0c74b6dd2ad6937dbd74c29a5deeb", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:27926dbf2d8583f6c9335528742e626f8e91af31d3d4d69434da97f5f6c89ef5", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:c06832489ece896d553db3dab38bc81b3ce58851e40178364e9eb3c1c88d6b90", "enabled": 1 } }, "mongodb": { "100": { "checksum": "sha256:1da82fede1137f63cf86dc5f07659db7690d592057b41f9d9fb45e9c40afa26c", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:d37dfc0285f95582a00c5cdb71e3f840c2188f7dd61522a5953ba2f0d74e957e", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:9876d1c8bd168ebba8fb2db84b5fd13596903b3bb1090a62210cbecc2c14af24", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:3f497d007cc54b50becfc97489f065d7cc91a1504632b25f82f6b79d639530bd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:8d7fd79ee9aba09f99214274895279d972e527391eaf7a6cce9038a253e36fc9", "enabled": 1 } }, "mplayer": { "100": { "checksum": "sha256:84bf7a213c433c11799f8e12a00acd11deb5e7c1edb891ddf9183103ffd425a2", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:6275e6a211e8c3b923edada1c0fcb2fd3201705e175eebee948c290155c5d953", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:2dbab150c8fcc3eff912c978b85c414b2bdfe0a14ee30301cb085d0b53535685", "enabled": 1 } }, "munin": { "100": { "checksum": "sha256:b9dbc270bada31170104132e01abd999170631980b8258c9e673693e370ad713", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:147ba0b276319c876e0bde6d67c7ff1878ccd96cc1dc85552a160a2efcb29593", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:d9adccd7692feb8a3d16088b3f84857abda482f256f123d30ef90cd0d684dacd", "enabled": 1 } }, "naemon": { "100": { "checksum": "sha256:f122fc62d1df95f843be02aac0f0014187e0b9ec06d9f481f7084d6cb3654079", "enabled": 1 } }, "nagios": { "100": { "checksum": "sha256:c428d8812345a42625ad736f446bfc34b13204c95d6b6f50e4e92c6972290cd3", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:614ba5f9a13995c5495203b3d051c2cd903acd0e6151d668aebad75e6fb8fd81", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:38e09ef918d301ad1dc1871a37942444c93ea858c81f00311b6b47c1292e7bec", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:bc5c34f96d73f38874985cbadd6af6d8ec60900a7cf40d3e573ca61e24f99e8a", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:abd1545041949177945c0ba6deebe2287410e551028b46da33e5b4b57ba1c5a2", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:9df96b28f7fec290e9582542dff6a7428c78901bd2ecc4d8953eb5141625b6cd", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:b115326fbaab95c83e3ce0bedf9130bd15c2dcc084f48bbfa8d9d752006e8e16", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:2c8ec8a0d54ffe0eb9a35b6dc9a59fe8f21b314b544ccb4d2de4dfa4456d929d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:bc38a5e089e1b0fee81c4c4d582a4d46c1b7ef18af0a9e997f0a4b14e11a9982", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:4097c76e61637f565935f9d12606878853864c99480fd09da6f7d75dc3ec4e37", "enabled": 1 } }, "nsd": { "100": { "checksum": "sha256:4617e1f8232834715d36d9f20e1f5a536f6e85602c08e84ed47bf000b87e2ce4", "enabled": 1 } }, "nslcd": { "100": { "checksum": "sha256:607987918c03a215b5e2d1b2acf84b8c093f9f8d6577dfce6a018d35c91e1495", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:92040221b0c4be6443a2f8e6d70f84e37a311da00ed952f24b8b98bcfaeb3202", "enabled": 1 } }, "ntp": { "100": { "checksum": "sha256:e61a6c98797044a4f2ce5341816dfe6a8601abd4167ce30d0557013defc2e952", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:b50cfbd4d35504abb32cf628ecb917ad823c5e92e6afb6cbd98cde893a29205f", "enabled": 1 } }, "nut": { "100": { "checksum": "sha256:8fb71a61c6f60022b854a8b51a5c353bd396dd450c3c9d9b358d702593adeac7", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:da2b443e382c1fa4b5e28ba86423f4d2319ec62898fd0c4cfd6230ef68d0eeca", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a699a4b11037e35ba91a720d771266530d4c14b685eed7f450da14ac5595965b", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:a3dd0edab43437abbbb17796ee50f9e925e1f5d5946db5febd6ab137c7d29f9a", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:50058ff94c1b2cec31b17503d08f4883b337d7506bf212a29b02c3289a1cad6f", "enabled": 1 } }, "openct": { "100": { "checksum": "sha256:18d74e1b49b92b1db68b26fa13ed086b72c5013f4c7c0753a426585d65eb9a4c", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:1f66f601509de12736c80119446e53e1d8d1cb22a19c36bd81b901570f007606", "enabled": 1 } }, "openfortivpn": { "100": { "checksum": "sha256:f24b7df488e4e2536ed4903eb0055bead307122af83bea260d432111d7e24712", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:b689bed05101a43b186e70fa7b332f7d736de193df479efff5c4e8710c745bb1", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:7cc8968b621b94cbc3346a1842e361081f0ea27dc76d06c399fc64a9e4358ac9", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:ea64ce798f9987bbe3855765fc8d710e6bf47615a5e3d73a118e78d2c3dcaab4", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:c400ff33b13563edee0ca481ff51345dfaf6be9fd272d1957ea034238369757b", "enabled": 1 } }, "openvpn": { "100": { "checksum": "sha256:63732111e379530c07acfb83777f3cc0b76aa432fbb030c0178f6bf011654022", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:3212a8b64b08eb39aea55303bca84825d84a15e760eb692f789f53487ce413c6", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:70cb10fdbe6e5a18dc1c79a6faf89b4f07064703761bfac74f7ea0685e64e32e", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:cbabb3ff51f1955b5a7ac21b902dd64e886a179c36d334089abb184c240500d1", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:4ec03e94876fe58bc78c2f14a1b8c6e8f652fae6855fa023ac256cad1fd54562", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:ff37646ada9b3cf4a9e962fd70d8cef42c6f445373b2ac0373e3d2ae28dbfaf4", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:ddc1bf9d738e82935e716abc71d41c6c1b9850c75a2028e6f48f0f3e9ce4211a", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:13ba84ce28d87d09061528346907c03854600f178a8cdae5c43bd7c95acdc23b", "enabled": 1 } }, "pcp": { "100": { "checksum": "sha256:646cc69396f331bfbf5f4c9466c7b3073815c515035574d2c9554155630e7258", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:ab18d058bb32823934f8e684494c3d0fe241b9fc8a9b1894ea21107cc08f045b", "enabled": 1 } }, "pdns": { "100": { "checksum": "sha256:04a21bb042c6ee69b77a6111d2e52d4cf6c6f6847c4b07e819dc17776fb0f5ce", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:9f4eb2152aec9b103bc2a0cb347a235a02ae11cc69207c81f9871f7c80a2f572", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:a49b7ee965069370665047f7ccab7c50a0e6f69204c6114f6e5068513a767285", "enabled": 1 } }, "pingd": { "100": { "checksum": "sha256:0d4b5e913b3aed9b574e1cc6a87bdeaa4800b30e50ddb7cdfbf5bc4325b5e9b9", "enabled": 1 } }, "piranha": { "100": { "checksum": "sha256:c77cc498e0e224fc1abf9c06411e12bf66f1cf6667b9da6aaac6b7a6d95ab097", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:1be57fb032afe4182f7bc401d6e1dff210e39cd604da4f2a98bc01958e8ea1c3", "enabled": 1 } }, "pkcs11proxyd": { "100": { "checksum": "sha256:c4a83355e72656d095cf629c678ec28dc2e3f3f816cee2995fff0bd02aec8c0f", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:498d36a6e52d03146894d59e511a4b4351a8614b17e2b9bfd3511d7bce7531f6", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:902cc79c6fb6aa14de2f573e61485083f5990a5bcde963bb73a4483f05021cd8", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:4da12979559a1f7263588174eac01fda8c0ccaecb990a0705e41e55fc0d55684", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:02ab745a7d62d6985e4399b6a3860d5190bb8bcf73123e187079f40ccc79ec5e", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:47c176de9b7a284048c460f52525a7cd074cea42a3e23f308d417e237978ba76", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:a64415a16deb32823e2b0f6018945d1dc6279d3b227f9b27bf53209d95e679af", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:e5223255092809424eae9e68d81d38244a313407682d18ae1a5d6e63ec2b83e4", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:e4ea17558bc391280f55f5b9a8952cb58ffc3850688320ca10dc0d7e2e77e2a1", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:0e5834b0c4abe6ff8df0a919240e43588697a7294b419f97fd516d8c22e6092a", "enabled": 1 } }, "postgrey": { "100": { "checksum": "sha256:189dd9a522226875879e1f79cd1b0fe37a2909a12d70319fcedef11782a8429b", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:21e43031abdd07576ef35581d19418dbcb486351ae7312e0cae76e1c6e83671a", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:2eb502c17b6704ed39b5cc1c1e1e1e1688a0efaa05f83783cde9e3550347bbd3", "enabled": 1 } }, "prelude": { "100": { "checksum": "sha256:dfbf031362357e7ebc6eb621c1936253784896684ae1305861e99a11d3dccdd9", "enabled": 1 } }, "privoxy": { "100": { "checksum": "sha256:75ee12714bfbf736a661f16207ce3ee199be0703ea1109cce3a849d9d9f82124", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:6f140de6aa2a6821d5ecce2f865fcf5c7c010e491209400b495a9dae60b3ad64", "enabled": 1 } }, "prosody": { "100": { "checksum": "sha256:0ca4561d527f90bd65d9618e18406260d3be9b81f73101a04775fe6759831d0b", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:ca3b8cb28e02af42828cd1c38715781e6e0696511cefee0fd034cef149864eb8", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:f1586af864fa24e99b8bef7bd15199e1dad101393b687cc26d81763281ff1102", "enabled": 1 } }, "publicfile": { "100": { "checksum": "sha256:8dc1ea19d37907df35d6ea71f7b5ee97f754ce643b47329764628ed127039393", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:4d87a147a023d9ec73bde03fa2f6fd482b5190d4d5ea3ee827cceea448c20853", "enabled": 1 } }, "puppet": { "100": { "checksum": "sha256:004dd1d634b2946b8213c491545fb763b3fe6212b555d72f8330181df5eb0bae", "enabled": 1 } }, "pwauth": { "100": { "checksum": "sha256:f6ea56bbec0854cc4713b4083aedaaf3cf8a59b6e3c438a53e6c994e510ca737", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:3fab5a78d54a9bb3e26ef4b77679a3817a47d0f0556dc9dfb9207fd619f22c40", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:7b168a5e57c1720c61015ae1e2d6b59822b92d3b2351647a5140725368f27ac3", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:3e7238fd6d1451f93143f24eff2eca2949fbd5f108d8d5cd66f3cf8f3629033a", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:590a86c207abd8403d910f58a4411740110f93f070d69d1e81ca86c06cf89310", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:7b5c8e4ef87fca0c2218651533761ab53efb7a751c70dbef25edbe351fc95bb5", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:2f2e365f6cfe89e5533693cca3e6ef5573b127786df62ce5e10dda432e361872", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:64e9430f61bc94d2807c2cb39f1c0875692629c551f1095ce324f366522c960e", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:a67a22e7ee4f824b206a791252198f1cdaf697828ca376afb04e09e0dfd65bb9", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:4809be9187223c002cc0349ff467bd33c90c70b5d696af77565e9ad3b86d5c64", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:bc2ce0352c3ae99c9f6fd35cf29f9fc1b1672211c8a66ff414c552c318c24b9c", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:55f86faccc476f0f80d525907f04060e730580368dd415c5976b4628fff08cbb", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:0e7ea531624e991ab9546a960c13463ecb8ffe5a83e486f9744bc69bafada5f0", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:d3abc377746632555a9dcaf12b3450a6e190fd7eef0602b9b7f9055dfc8a7b31", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:43d375984c3e7de349c39cba3ff89a1a4af534bfe44524b2533ed33d9b25bb32", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:c7e04b262416247336c9369afe20a7a319dd2829b61ff84e31f92cf454d76b19", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:442ea0fc70f78440fc123ea78f71521e9434dab041ee19bd5018a883686578ce", "enabled": 1 } }, "rhev": { "100": { "checksum": "sha256:7abeaf1ba17749406c5d28ac59410aee4fefdd3eabf0a4f679f1c39ce81459c6", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:adabe32acf12c8088a029120dca79188852e99363a34b30ed13eb4ad39c38224", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:660d71e79976c34cce09b0698fb54447ca1ae289d412b25c6a8e492666e2d56c", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:f4596a385bbeabb2b274e04100c99dfb6e98cf179a1a5adda9d0182c3c3e6efb", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:22efce9a1a8ab89b1d26df7422b908f400ff1b1cf3672c1e0f8570e249a5135e", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:3751e1fdc9c25d3859342ce5c9ad34d1b1cf9cba91e2fe2f2068274681875b5a", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "sha256:b01dab350d44d9f2ebc61e88427f62a882d19c6bb0dae3d96a96ed91abaa731f", "enabled": 1 } }, "rkt": { "100": { "checksum": "sha256:b5495de9fc0b5043ef20ebc76d4b79ba0866107bb829ac442fc079a35900168d", "enabled": 1 } }, "rlogin": { "100": { "checksum": "sha256:18d9b4f7061c3f225a4360983a1d1a344a6e224177672734458942aa79ac1609", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:95bc5a5e8a04ffb0b19265ceb390ad672222df882eb645bf3f4da0866215a261", "enabled": 1 } }, "rolekit": { "100": { "checksum": "sha256:585e839946e699eff3f33fecea0981925eb3ec2322e8949169900790f89b8199", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:e874f4b4eb637ebed4d5eb2d8e39029a018ee7546528cd8e002754a29144842d", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:05660a29cb875b4e5b5688018aa8797e1aa24a8e217f6e115196336bdb36c4f2", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:a284c26be25035d663504553ddcc9fa6c467f5186d74e02f26e029d46d3c5798", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:a34141dd4139098deaa455fff46cab2454fdeb3d4c58d49d7ea10584074401dc", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:9b0f624792ec3203df76252fa1baf12eb1524806ef454c77e876e0f825dd3123", "enabled": 1 } }, "rshd": { "100": { "checksum": "sha256:108d6a5dd2fd4c7ee412c2de3c0dcc846bf2e662e12b9c5dd1f3d89f67ce3f23", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:584f86a97bde00bfcbf2a51d75b0eb420c022f3edf6ef47daa77655a9a5430d5", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:5803551e58c7487e59c2d636305e438d22c38908a9f7c9ef35945b56b438f051", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:09a4d80f29e606c056f0f6763981bdce5704db4e3508e505e14980e6be24843b", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:b032b71127a64c688b1a81400c7102dcec249ae6988de8275967d4783759cf71", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:55b415e843d94633e0089ea94ea51a871de8da237ff2098877349608e8ddbe74", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:da24139a4c464f07a5291638c5d094ad65d316ad75e97691eca544d97b3e3caf", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:95fe7d9a717194e0d8a788d0bdf3bb0d928ab7ee962eb3ae6234b35c32d66caf", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:1412d1c1592f56d9de301478df61a98ccee60ee4cf650a0b4a97a820b22803c7", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:5cf7087e7592ef2e7dad24ef1af25c5d3698f05c9752f6feb1dcdcc2611683e9", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:444497b070564ed7b80e1e5277758b5527ccb59e43c340555bf80e17d5175f8e", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:58958c00df16157407a9cc8c2e1b50e004364c33f891610f611810f04e6b8ba0", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:cbc9d504b0d18a4f5d63fb53758396e97f9da79704504b66924b76f69a6c0593", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:a7dbbd2358e380f65dc6126161582a737989fecbddbe7556cb0ee30b43ddf59c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:cd47bf0fc875cddf27158212258798edd0dbe309b54d0ea4060835725d76c805", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:f85d2c01afc759b73e37360feb44c59142bc2b0bfae5185e519c66985c65cbd2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:9e88d4be3e3478848bdb983d313b441360db8dbe525be0d9c80ac18f5651aa31", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:7eda31a419b5c7c24991961b54f7452b765b7fdcc95fda8c8fa9bd0285d5a988", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:ac5130855d7eb0496df557f0837d1c4331f498a0275891ac8f1ebd4780b5a40f", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:6b81ffcf5904c1f6919ea9010207aaddb7cf1d7eb97a76f8a1fc72dfdf57f801", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:0ec4033319046cf9d18f6afa91792895d57107d436eb46937da023a7c0e9677e", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:0d96f9a338e93939f367295c49b68306e6b24ae040c4c5b9b38a08271615a358", "enabled": 1 } }, "sge": { "100": { "checksum": "sha256:126a0374f586180c307e1a0186877a843c94cec08b171fb3044daea54b997041", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:356269843d7ce1f8cf2b468ef6760a12b85f7545817c785c30d6d9674a1e023a", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:e2215aff99f77f9a5e7919e7d905c67e42992bd1f7e2d71eae47a45d54a91b08", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:c54bc0bb61861b2ed8e7c3ea40af55f1733d4825e80e4792ad3e2fc72610ef78", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:50756e0fc8012b3df4fa8947f82b918e2e5fbb1d93e77554b686635b62d5dfd2", "enabled": 1 } }, "smokeping": { "100": { "checksum": "sha256:10818c15fa87cd5e5aadefab6290b2abffea7b6fa0f982895dc75e83d34290ee", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:61aa16db3ebae3aa6d6ab7caa81627fdc9a5dbb12f72a903843bb65d4de217d0", "enabled": 1 } }, "smsd": { "100": { "checksum": "sha256:9efbf84e9f88d0e69b3c5e604d718c7b1fccb7b5eaa8398d89abcbe94cd6c2a2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:62288e8270c9bdadacbd53b109fb19431603349fea40a62bb4de0537f97bc503", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:fecba01cbbf56cbaae5875c306e4742b2aed682d5232533794c9954ce33c3232", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:cbe2f42cdd66f60c16f8dda9b623d8d8303c30aad8e8a8d92123e216f8cb7766", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:0b071a6a6faedc9abbfd53f4e76220052902441cb2ccf0c4bde7f5402fed48d5", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:c6ca92777ea8f2720ce2e0ee1eecbb6f75260eb2f946db0e1eaa634ae3ee30c6", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:4b1035899e487cbb66a9f63737d28e973a5947eb8a7fb1982e68f84afcdff4c4", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:1c267b8f0676c8dd2e144a4cddeec8d6591157030e3b57dda943434e2fade6b2", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:8d2ff100eca8cc17a8b411f5fe6f4d92e61bfa75b5189467a0422549f69b5012", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:ab0374c05dedcb0b9b9c909f4b91b2d5ae4ca7e6d6be61b5a31eaf81cbf390ea", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:85ef315b0554d9d85aabe31e52385a7c4a89de87a0530d52d025adb25970bdd5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:684a69305a57a9865a97605264a8f1dae314dfbc51aac5e5d15f87039f88bf08", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:c4a40d57cd2efc08af587dba99eefc0b3e74cca25e07982fc7754e32578fd9d0", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:48d51df14a88f14ef35809333cc7e71823bcd16e60b51bf07101b5510b323999", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:e760a1adb20c2316d48f64f141905a23e9666d7e9a1fa4e4cdb6f3ef129fc87d", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:4f7882afe8bb7826ec57e7a85fff56bd6383141ba2074647222deabdb9efb766", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:5f9a585867fe71b0eb41dde818969a29dc6527b344e6a0f52bbb310fa9c3b0f1", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:e8422444d38d58e8b52b93fabc17418c0b9d1271340c914faf6c8bef5c0e8741", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:45781d106b811804f5b48ee7dc372b0054d1aac0fe534b462828bdbfc91cfce7", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:73bc5b6764645b7fce8af278b6cbd9c1f1d39d7ae4c64216005cc48b693aea0c", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:63820793dfdbf74586c41bc09b8658be35cd5b0a7ee7f9332c579131e1c83a51", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:6fb1aca6e3593fc1b608738a887847f97e286e5df84e75bae2c19e4340530c16", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:a1f810bfdf547e51f251d1a0b82cc5fd1e01ff3e335d47c470cded6fa102f2c1", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:5d5f06a7397ac6739317391662e0b7f84ac109bf20707dc06d995c536e84a215", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:1fd9c44960c822aac5ede0c5a2b1a5c7440ee98a0631315edb44cdba200bfc25", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:2df0edda34e9e7d11edce439ccac700967b4f7faa88c99dd5e532e55501d1817", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:4308d732f3f2a0bb71bf785dcaa74c6db812e523db88404b9c3032bb7ffb5064", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:5949a1f116109cfbfa03ca192963b5b5a89efca88f9a9193a50bbe1385f224ec", "enabled": 1 } }, "tcpd": { "100": { "checksum": "sha256:40952fe0cc3a0dbf175a9c3deb3e1e3939d996cf94923b75b8c0ecac965930d7", "enabled": 1 } }, "tcsd": { "100": { "checksum": "sha256:3300a50695d4e2726a6ccd762323b3ae80009cfb4be9d597684d1daae2bc6dab", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:a125db183524800b77b6c1cb1f82af8ad7ec78f2dfb89041ac66dc53a6f0cfa7", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:2f0ff23594722478b3642983d284211a6c25727c878d9ea36d8a1e2b6278ff9c", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a722b3b7e51d5b3d644d50a0f06c8597e17083577892f107720db256076b8d50", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:b18edaa6f0f49efa63a4faa280ebb05685894f4d4d2be372645c4f5f8926dcbb", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:4e123de33c4bd2bd2aa26b7e7e49f033ca89e681397283d954d9f96afe13be90", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:2f2fb3cf16ab70b12c440b37ad24049999d6b00828d566b183940b50bbe2354d", "enabled": 1 } }, "timedatex": { "100": { "checksum": "sha256:c10727d09d0acc95bfadd87ace260764abc2e5525bab14cbb0e39b8d5bf1168e", "enabled": 1 } }, "tlp": { "100": { "checksum": "sha256:1aea997856e688be61bb40b24f56281431fb412672e7c7ac4cca603d122db1a5", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:2df26015e55923140457fc3372504509493566cdb5923f158807d4591a8e2068", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:7b976264382ee938ffce3f4b4d1bc412b33fef68d4296cf6269243c5181549c4", "enabled": 1 } }, "tor": { "100": { "checksum": "sha256:af14db5f8ad1d9a1fa126388d181a3988aea1e213cba14ef4a65a8fc9ec2d073", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:169b9d1d8055b3f2cddf89b7a670b5ff833f65289b3f87b84a8a763b1e04f9f9", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:47ef07bab13e5c624b35ea62dd02043fa0261eda19c6c5530868d61194b3865d", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:a916c927141dcba75b0f99f7d8c8479c694235d6c4fd3b4dbb5e299dea9e6a89", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:05a4a4e4cfa800cfbf5850890fd030fa937e183325a14bb58b11493b9aaefd5d", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:00e7a38b9b0926354c8b8136743032555d9089198d67023f23f832facce1882e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:db5af559eda766fda7fc4d220614fdf009d9a10f6aa79f571312b7ceca249844", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:ada25cdf1afe8e11d79a61be4ed11858ced453c1f6d158a75b396f5a10f9d434", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:938c9149079640bb40dd40370de92409802f8e268c84c188b3b32e52c19b9c0e", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:3e0eecc04d2f3509267d4529052dd80da31170496c0ac74c698c5bdf3036ec33", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:5a78e74587bf388a7433ed411c4cc9d9b1a7d7dc9e5e094a53b823c2197aaf22", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:51f24ca1ad814d27f6213e5f14975d5d92819fb5b0ceab53256c186c1131a0eb", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:8abe8689873d8a70d92f3ce51a13e0a6dec3cfc965d113944d86ec06a2998b4d", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:4eef425e2c2b63d9e627657c2302155246a4097320b8c77f9d3665a4110838a0", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:2327c2977dd89634ed2db2d87f8613ac5b0e29c4b3958263ce89c3d1bb86109a", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:c4283b003d3ae03555c7176e8214de3884602866e7cbe8d0b61f3bb1ac0d35ce", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:1f8fbc5c2d7360f6bba675c630a249a3f9d46077077afaca3027259b7542ae6a", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:6d35165ed4000aa29a464ce4f8b03c6f1d68f40602d279995d2f0fb7f84d2821", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:ae7e8bbf0af1436ae618de975bf0ce75c74d6a0809676e355a1a4883d2bd2a24", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:2b58e308f3bec9bc5e35a781177a2d409e54e21f64456a080fdd4cd35b4a1e27", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:c1b7e75ccfea8f327e250e3a972b1800fd4da67515d183cadf7b807af2a57db7", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:58ae660001d16e7114e05626c0b9d5bff7b54b231aba4d4fdf9bb72ffed5ed54", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:8013da4e29f17086889f4d412fa5a6e2c52fe145fc063b800ffde9b34e1fdd16", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:a4d22b24bb1d0d6f29769fe28e2428a4dfe37fbe2516881bcce1d3e93edc03ff", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:065d77667c355f90dad25c050d438aeda6ee938fd01be00c9e3090f0d3e75791", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:b8fb0299fa994b30cf4210d1d14a2f329e1baa96aabc84903c9e2b5cc406a77c", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "sha256:76875f73876d57ef80f3d96e6d65c2226efcc4b64db3c20c94d7eb768291f3e5", "enabled": 1 } }, "vpn": { "100": { "checksum": "sha256:7ec57c02be827fd3cc4e8aaf29e85df337692d614d0b23ff384d702b4e4f403a", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:c423eb302b72281d1fabcb08147d9e5ad2ab909dcafbfa4aacdf21040185a585", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:dd1d655a156b7e3d888e2fb45e6ef9a87d52b9fc2d3fcdc438935fbbad4d0782", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:b8ab055231b897c36650b0b2220def272e33f4d18b6cf4e30f1ef709efdfffc6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:c30c94eb1e52106f54d8ffa5155570c474a06528825ce1e15e2af1fbabfa647a", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:90a18e18c3f2444ebece6126617100a7b2e5380b2d938a6f2d909979b7f3df50", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:8f8ded1550cf6ef4e0b7b164e6f4d1ba794872bff0977400da88c4f333e62f2f", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:2f4e8d871c83eb137c9986778e3777c1b739cf9d6115df2c130e6ba7a57a51f9", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:c0a54f65c2b9c31e82e659aa1aa07b40cfe9a152599330ccd512265e3c0a0cc9", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:83e197c0114846e49c1d745865ac36cfe8da9f66a72271230eb7bd43758ce412", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:998bddaadfe4d3f6bb811df9bd23ed4f91eadef0cdd7042df18285e98e219f43", "enabled": 1 } }, "zabbix": { "100": { "checksum": "sha256:25e984df37672a85aabcbf698ba7b2b82f822cd9cbb4bdda3b37fdf2863db262", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:ef739bc1fd154d41deb35b5d4afdea7afb001b606f7e7b74449e8b97d2677177", "enabled": 1 } }, "zebra": { "100": { "checksum": "sha256:c60169b05fbc9583c46417f0660207d8943d901e8bc5192ae9561f602da89782", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:2a49cfd6a36db175e389e0c7d144da3fa25bd4b041f9cd99a82e6002d4fd19e2", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:7fb747fb0367bd9f24cde4f06f0d52d6f84290f2a0bfa4e5f9e11aee52b4a9d3", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:117 Sunday 28 May 2023 03:31:50 +0000 (0:00:04.103) 0:02:24.458 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Sunday 28 May 2023 03:31:50 +0000 (0:00:00.064) 0:02:24.522 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml for sut included: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml for sut included: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml for sut TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Sunday 28 May 2023 03:31:50 +0000 (0:00:00.150) 0:02:24.672 ************ ok: [sut] => { "ansible_facts": { "__podman_kube_spec": { "debug": true, "log_level": "debug", "state": "started" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd1\nspec:\n containers:\n - command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n image: quay.io/libpod/testimage:20210610\n name: httpd1\n ports:\n - containerPort: 80\n hostPort: 15001\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/httpd1\n name: www\n - hostPath:\n path: /tmp/httpd1-create\n name: create\n" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:33 Sunday 28 May 2023 03:31:51 +0000 (0:00:00.076) 0:02:24.749 ************ ok: [sut] => { "ansible_facts": { "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd1" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd1", "ports": [ { "containerPort": 80, "hostPort": 15001 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/httpd1-create" }, "name": "create" } ] } }, "__podman_kube_file": "", "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "user1" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:54 Sunday 28 May 2023 03:31:51 +0000 (0:00:00.123) 0:02:24.872 ************ ok: [sut] => { "ansible_facts": { "__podman_kube_name": "httpd1", "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Sunday 28 May 2023 03:31:51 +0000 (0:00:00.062) 0:02:24.935 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 28 May 2023 03:31:51 +0000 (0:00:00.093) 0:02:25.028 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 28 May 2023 03:31:51 +0000 (0:00:00.252) 0:02:25.281 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 28 May 2023 03:31:51 +0000 (0:00:00.073) 0:02:25.355 ************ ok: [sut] => { "ansible_facts": { "__podman_group": "1001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 28 May 2023 03:31:51 +0000 (0:00:00.073) 0:02:25.428 ************ ok: [sut] => { "ansible_facts": { "getent_group": { "user1": [ "x", "1001", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 28 May 2023 03:31:51 +0000 (0:00:00.262) 0:02:25.691 ************ ok: [sut] => { "ansible_facts": { "__podman_group_name": "user1" }, "changed": false } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 28 May 2023 03:31:52 +0000 (0:00:00.076) 0:02:25.768 ************ ok: [sut] => { "changed": false, "examined": 177, "files": [ { "atime": 1685244657.2009225, "ctime": 1685244567.5855758, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 190179, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1685244567.584576, "nlink": 1, "path": "/etc/subuid", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 39, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 1 } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:50 Sunday 28 May 2023 03:31:52 +0000 (0:00:00.287) 0:02:26.056 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:59 Sunday 28 May 2023 03:31:52 +0000 (0:00:00.064) 0:02:26.120 ************ ok: [sut] => { "changed": false, "examined": 177, "files": [ { "atime": 1685244657.50292, "ctime": 1685244567.5915759, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 190180, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1685244567.5885758, "nlink": 1, "path": "/etc/subgid", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 39, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 1 } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:68 Sunday 28 May 2023 03:31:52 +0000 (0:00:00.248) 0:02:26.369 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if no kube spec is given] *************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:63 Sunday 28 May 2023 03:31:52 +0000 (0:00:00.062) 0:02:26.431 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:72 Sunday 28 May 2023 03:31:52 +0000 (0:00:00.061) 0:02:26.492 ************ ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/user1", "__podman_xdg_runtime_dir": "/run/user/1001" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:84 Sunday 28 May 2023 03:31:52 +0000 (0:00:00.085) 0:02:26.578 ************ ok: [sut] => { "ansible_facts": { "__podman_kube_path": "/home/user1/.config/containers/ansible-kubernetes.d" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:90 Sunday 28 May 2023 03:31:52 +0000 (0:00:00.063) 0:02:26.642 ************ ok: [sut] => { "ansible_facts": { "__podman_kube_file": "/home/user1/.config/containers/ansible-kubernetes.d/httpd1.yml" }, "changed": false } TASK [linux-system-roles.podman : Get service name using systemd-escape] ******* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:98 Sunday 28 May 2023 03:31:52 +0000 (0:00:00.065) 0:02:26.708 ************ ok: [sut] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/home/user1/.config/containers/ansible-kubernetes.d/httpd1.yml" ], "delta": "0:00:00.006268", "end": "2023-05-28 03:31:53.191434", "rc": 0, "start": "2023-05-28 03:31:53.185166" } STDOUT: podman-kube@-home-user1-.config-containers-ansible\x2dkubernetes.d-httpd1.yml.service TASK [linux-system-roles.podman : Cleanup containers and services] ************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:106 Sunday 28 May 2023 03:31:53 +0000 (0:00:00.254) 0:02:26.962 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update containers and services] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:110 Sunday 28 May 2023 03:31:53 +0000 (0:00:00.094) 0:02:27.057 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml for sut TASK [linux-system-roles.podman : Check if user is lingering] ****************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Sunday 28 May 2023 03:31:53 +0000 (0:00:00.114) 0:02:27.172 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1685244658.7419097, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1685244658.7419097, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6414, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0644", "mtime": 1685244658.7419097, "nlink": 1, "path": "/var/lib/systemd/linger/user1", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "version": "2820171055", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.podman : Enable lingering if needed] ****************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:8 Sunday 28 May 2023 03:31:53 +0000 (0:00:00.252) 0:02:27.424 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the host mount volumes] ****************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:15 Sunday 28 May 2023 03:31:53 +0000 (0:00:00.061) 0:02:27.486 ************ ok: [sut] => { "ansible_facts": { "__podman_volumes": [ "/tmp/httpd1-create", "/tmp/httpd1" ] }, "changed": false } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:31 Sunday 28 May 2023 03:31:53 +0000 (0:00:00.074) 0:02:27.560 ************ ok: [sut] => (item=/tmp/httpd1-create) => { "ansible_loop_var": "item", "changed": false, "gid": 1001, "group": "user1", "item": "/tmp/httpd1-create", "mode": "0777", "owner": "user1", "path": "/tmp/httpd1-create", "secontext": "system_u:object_r:container_file_t:s0:c121,c388", "size": 40, "state": "directory", "uid": 1001 } ok: [sut] => (item=/tmp/httpd1) => { "ansible_loop_var": "item", "changed": false, "gid": 1001, "group": "user1", "item": "/tmp/httpd1", "mode": "0755", "owner": "user1", "path": "/tmp/httpd1", "secontext": "system_u:object_r:container_file_t:s0:c121,c388", "size": 60, "state": "directory", "uid": 1001 } TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:49 Sunday 28 May 2023 03:31:54 +0000 (0:00:00.532) 0:02:28.093 ************ ok: [sut] => (item=quay.io/libpod/testimage:20210610) => { "actions": [ "Pulled image quay.io/libpod/testimage:20210610" ], "ansible_loop_var": "item", "changed": false, "image": [ { "Annotations": {}, "Architecture": "amd64", "Author": "", "Comment": "", "Config": { "Cmd": [ "/bin/echo", "This container is intended for podman CI testing" ], "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ], "Labels": { "created_at": "2021-06-10T18:55:36Z", "created_by": "test/system/build-testimage", "io.buildah.version": "1.21.0" }, "WorkingDir": "/home/podman" }, "Created": "2021-06-10T18:55:43.049643585Z", "Digest": "sha256:d48f2feaca74863c342cd9ce11edbe208675975740e7f4dd635b7b345339426a", "GraphDriver": { "Data": { "UpperDir": "/home/user1/.local/share/containers/storage/overlay/f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e/diff", "WorkDir": "/home/user1/.local/share/containers/storage/overlay/f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e/work" }, "Name": "overlay" }, "History": [ { "created": "2021-06-10T18:55:42.831917915Z", "created_by": "/bin/sh -c apk add busybox-extras", "empty_layer": true }, { "created": "2021-06-10T18:55:43.005956291Z", "created_by": "/bin/sh -c #(nop) ADD multi:0ed825786ec12498034356148303d2e6dfd4698131f4b5d4599e5eafa2ab71bd in /home/podman/ ", "empty_layer": true }, { "created": "2021-06-10T18:55:43.006000972Z", "created_by": "/bin/sh -c #(nop) LABEL created_by=test/system/build-testimage", "empty_layer": true }, { "created": "2021-06-10T18:55:43.006019818Z", "created_by": "/bin/sh -c #(nop) LABEL created_at=2021-06-10T18:55:36Z", "empty_layer": true }, { "created": "2021-06-10T18:55:43.028748885Z", "created_by": "/bin/sh -c #(nop) WORKDIR /home/podman", "empty_layer": true }, { "comment": "FROM docker.io/amd64/alpine:3.13.5", "created": "2021-06-10T18:55:43.160651456Z", "created_by": "/bin/sh -c #(nop) CMD [\"/bin/echo\", \"This container is intended for podman CI testing\"]" } ], "Id": "9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f", "Labels": { "created_at": "2021-06-10T18:55:36Z", "created_by": "test/system/build-testimage", "io.buildah.version": "1.21.0" }, "ManifestType": "application/vnd.docker.distribution.manifest.v2+json", "NamesHistory": [ "quay.io/libpod/testimage:20210610" ], "Os": "linux", "Parent": "", "RepoDigests": [ "quay.io/libpod/testimage@sha256:d48f2feaca74863c342cd9ce11edbe208675975740e7f4dd635b7b345339426a", "quay.io/libpod/testimage@sha256:d8dc9f2a78e190963a75852ce55b926a1cf90c7d2e6d15b30b6bc43cd73a6377" ], "RepoTags": [ "quay.io/libpod/testimage:20210610" ], "RootFS": { "Layers": [ "sha256:f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e" ], "Type": "layers" }, "Size": 7987860, "User": "", "Version": "", "VirtualSize": 7987860 } ], "item": "quay.io/libpod/testimage:20210610", "podman_actions": [ "/usr/bin/podman image ls quay.io/libpod/testimage:20210610 --format json", "/usr/bin/podman pull quay.io/libpod/testimage:20210610 -q", "/usr/bin/podman inspect 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f --format json" ] } TASK [linux-system-roles.podman : Check the kubernetes yaml file] ************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:71 Sunday 28 May 2023 03:31:55 +0000 (0:00:00.759) 0:02:28.853 ************ ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1685244663.54187, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fa3a58d6c50a5ab5d36fa9018a66e60104eac01e", "ctime": 1685244663.1128736, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 1001, "gr_name": "user1", "inode": 264600, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1685244662.9078753, "nlink": 1, "path": "/home/user1/.config/containers/ansible-kubernetes.d/httpd1.yml", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 722, "uid": 1001, "version": "1408414011", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.podman : Ensure the kubernetes directory is present] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:79 Sunday 28 May 2023 03:31:55 +0000 (0:00:00.292) 0:02:29.145 ************ ok: [sut] => { "changed": false, "gid": 1001, "group": "user1", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers/ansible-kubernetes.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 4096, "state": "directory", "uid": 1001 } TASK [linux-system-roles.podman : Ensure kubernetes yaml files are present] **** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:88 Sunday 28 May 2023 03:31:55 +0000 (0:00:00.250) 0:02:29.396 ************ ok: [sut] => { "changed": false, "checksum": "fa3a58d6c50a5ab5d36fa9018a66e60104eac01e", "dest": "/home/user1/.config/containers/ansible-kubernetes.d/httpd1.yml", "gid": 1001, "group": "user1", "mode": "0644", "owner": "user1", "path": "/home/user1/.config/containers/ansible-kubernetes.d/httpd1.yml", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 722, "state": "file", "uid": 1001 } TASK [linux-system-roles.podman : Update containers/pods] ********************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:98 Sunday 28 May 2023 03:31:56 +0000 (0:00:00.545) 0:02:29.941 ************ ok: [sut] => { "actions": [ "/usr/bin/podman play kube --start=true --log-level=debug /home/user1/.config/containers/ansible-kubernetes.d/httpd1.yml" ], "changed": false } STDERR: time="2023-05-28T03:31:56Z" level=info msg="/usr/bin/podman filtering at log level debug" time="2023-05-28T03:31:56Z" level=debug msg="Called kube.PersistentPreRunE(/usr/bin/podman play kube --start=true --log-level=debug /home/user1/.config/containers/ansible-kubernetes.d/httpd1.yml)" time="2023-05-28T03:31:56Z" level=debug msg="Using conmon: \"/usr/bin/conmon\"" time="2023-05-28T03:31:56Z" level=debug msg="Initializing boltdb state at /home/user1/.local/share/containers/storage/libpod/bolt_state.db" time="2023-05-28T03:31:56Z" level=debug msg="systemd-logind: Unknown object '/'." time="2023-05-28T03:31:56Z" level=debug msg="Using graph driver overlay" time="2023-05-28T03:31:56Z" level=debug msg="Using graph root /home/user1/.local/share/containers/storage" time="2023-05-28T03:31:56Z" level=debug msg="Using run root /run/user/1001/containers" time="2023-05-28T03:31:56Z" level=debug msg="Using static dir /home/user1/.local/share/containers/storage/libpod" time="2023-05-28T03:31:56Z" level=debug msg="Using tmp dir /run/user/1001/libpod/tmp" time="2023-05-28T03:31:56Z" level=debug msg="Using volume path /home/user1/.local/share/containers/storage/volumes" time="2023-05-28T03:31:56Z" level=debug msg="Using transient store: false" time="2023-05-28T03:31:56Z" level=debug msg="Set libpod namespace to \"\"" time="2023-05-28T03:31:56Z" level=debug msg="[graphdriver] trying provided driver \"overlay\"" time="2023-05-28T03:31:56Z" level=debug msg="Cached value indicated that overlay is supported" time="2023-05-28T03:31:56Z" level=debug msg="Cached value indicated that overlay is supported" time="2023-05-28T03:31:56Z" level=debug msg="Cached value indicated that metacopy is not being used" time="2023-05-28T03:31:56Z" level=debug msg="Cached value indicated that native-diff is usable" time="2023-05-28T03:31:56Z" level=debug msg="backingFs=extfs, projectQuotaSupported=false, useNativeDiff=true, usingMetacopy=false" time="2023-05-28T03:31:56Z" level=debug msg="Initializing event backend journald" time="2023-05-28T03:31:56Z" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument" time="2023-05-28T03:31:56Z" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument" time="2023-05-28T03:31:56Z" level=debug msg="Configured OCI runtime crun-wasm initialization failed: no valid executable found for OCI runtime crun-wasm: invalid argument" time="2023-05-28T03:31:56Z" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument" time="2023-05-28T03:31:56Z" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument" time="2023-05-28T03:31:56Z" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument" time="2023-05-28T03:31:56Z" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument" time="2023-05-28T03:31:56Z" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument" time="2023-05-28T03:31:56Z" level=debug msg="Using OCI runtime \"/usr/bin/crun\"" time="2023-05-28T03:31:56Z" level=info msg="Setting parallel job count to 7" time="2023-05-28T03:31:56Z" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network 36180ff66f7678f1b02d9b548a27d4e1f303f850fec0ea560f5a3d1321eed212 bridge podman1 2023-05-28 03:31:03.54356539 +0000 UTC [{{{10.89.0.0 ffffff00}} 10.89.0.1 }] false false true [] map[] map[] map[driver:host-local]}" time="2023-05-28T03:31:56Z" level=debug msg="Successfully loaded 2 networks" time="2023-05-28T03:31:56Z" level=debug msg="Looking up image \"localhost/podman-pause:4.4.1-1676629882\" in local containers storage" time="2023-05-28T03:31:56Z" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2023-05-28T03:31:56Z" level=debug msg="Trying \"localhost/podman-pause:4.4.1-1676629882\" ..." time="2023-05-28T03:31:56Z" level=debug msg="parsed reference into \"[overlay@/home/user1/.local/share/containers/storage+/run/user/1001/containers]@7a05d77bbf2d9018e86d7ac1665b7912d12b71e523c0b18532730467c29df36b\"" time="2023-05-28T03:31:56Z" level=debug msg="Found image \"localhost/podman-pause:4.4.1-1676629882\" as \"localhost/podman-pause:4.4.1-1676629882\" in local containers storage" time="2023-05-28T03:31:56Z" level=debug msg="Found image \"localhost/podman-pause:4.4.1-1676629882\" as \"localhost/podman-pause:4.4.1-1676629882\" in local containers storage ([overlay@/home/user1/.local/share/containers/storage+/run/user/1001/containers]@7a05d77bbf2d9018e86d7ac1665b7912d12b71e523c0b18532730467c29df36b)" time="2023-05-28T03:31:56Z" level=debug msg="exporting opaque data as blob \"sha256:7a05d77bbf2d9018e86d7ac1665b7912d12b71e523c0b18532730467c29df36b\"" time="2023-05-28T03:31:56Z" level=debug msg="Pod using bridge network mode" time="2023-05-28T03:31:56Z" level=debug msg="Created cgroup path user.slice/user-libpod_pod_8ef2bbf0f39fb174fdf97306b394e32c20290a89df5e2ec6ffd12592cd6ba84e.slice for parent user.slice and name libpod_pod_8ef2bbf0f39fb174fdf97306b394e32c20290a89df5e2ec6ffd12592cd6ba84e" time="2023-05-28T03:31:56Z" level=debug msg="Created cgroup user.slice/user-libpod_pod_8ef2bbf0f39fb174fdf97306b394e32c20290a89df5e2ec6ffd12592cd6ba84e.slice" time="2023-05-28T03:31:56Z" level=debug msg="Got pod cgroup as user.slice/user-libpod_pod_8ef2bbf0f39fb174fdf97306b394e32c20290a89df5e2ec6ffd12592cd6ba84e.slice" time="2023-05-28T03:31:56Z" level=debug msg="Shutting down engines" TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:107 Sunday 28 May 2023 03:31:56 +0000 (0:00:00.349) 0:02:30.290 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Enable service] ****************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:119 Sunday 28 May 2023 03:31:56 +0000 (0:00:00.061) 0:02:30.352 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:132 Sunday 28 May 2023 03:31:56 +0000 (0:00:00.060) 0:02:30.412 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:146 Sunday 28 May 2023 03:31:56 +0000 (0:00:00.059) 0:02:30.472 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Sunday 28 May 2023 03:31:56 +0000 (0:00:00.065) 0:02:30.538 ************ ok: [sut] => { "ansible_facts": { "__podman_kube_spec": { "debug": true, "log_level": "debug", "state": "started" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd2\nspec:\n containers:\n - command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n image: quay.io/libpod/testimage:20210610\n name: httpd2\n ports:\n - containerPort: 80\n hostPort: 15002\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/httpd2\n name: www\n - hostPath:\n path: /tmp/httpd2-create\n name: create\n" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:33 Sunday 28 May 2023 03:31:56 +0000 (0:00:00.100) 0:02:30.639 ************ ok: [sut] => { "ansible_facts": { "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd2" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd2", "ports": [ { "containerPort": 80, "hostPort": 15002 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/httpd2-create" }, "name": "create" } ] } }, "__podman_kube_file": "", "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:54 Sunday 28 May 2023 03:31:56 +0000 (0:00:00.071) 0:02:30.711 ************ ok: [sut] => { "ansible_facts": { "__podman_kube_name": "httpd2", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Sunday 28 May 2023 03:31:57 +0000 (0:00:00.064) 0:02:30.775 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 28 May 2023 03:31:57 +0000 (0:00:00.084) 0:02:30.860 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 28 May 2023 03:31:57 +0000 (0:00:00.259) 0:02:31.120 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 28 May 2023 03:31:57 +0000 (0:00:00.069) 0:02:31.190 ************ ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 28 May 2023 03:31:57 +0000 (0:00:00.072) 0:02:31.262 ************ ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 28 May 2023 03:31:57 +0000 (0:00:00.260) 0:02:31.523 ************ ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 28 May 2023 03:31:57 +0000 (0:00:00.074) 0:02:31.597 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:50 Sunday 28 May 2023 03:31:57 +0000 (0:00:00.102) 0:02:31.700 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:59 Sunday 28 May 2023 03:31:58 +0000 (0:00:00.063) 0:02:31.764 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:68 Sunday 28 May 2023 03:31:58 +0000 (0:00:00.067) 0:02:31.831 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if no kube spec is given] *************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:63 Sunday 28 May 2023 03:31:58 +0000 (0:00:00.063) 0:02:31.895 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:72 Sunday 28 May 2023 03:31:58 +0000 (0:00:00.076) 0:02:31.971 ************ ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:84 Sunday 28 May 2023 03:31:58 +0000 (0:00:00.088) 0:02:32.059 ************ ok: [sut] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:90 Sunday 28 May 2023 03:31:58 +0000 (0:00:00.065) 0:02:32.124 ************ ok: [sut] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/httpd2.yml" }, "changed": false } TASK [linux-system-roles.podman : Get service name using systemd-escape] ******* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:98 Sunday 28 May 2023 03:31:58 +0000 (0:00:00.063) 0:02:32.187 ************ ok: [sut] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.006345", "end": "2023-05-28 03:31:58.669645", "rc": 0, "start": "2023-05-28 03:31:58.663300" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd2.yml.service TASK [linux-system-roles.podman : Cleanup containers and services] ************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:106 Sunday 28 May 2023 03:31:58 +0000 (0:00:00.248) 0:02:32.436 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update containers and services] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:110 Sunday 28 May 2023 03:31:58 +0000 (0:00:00.058) 0:02:32.494 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml for sut TASK [linux-system-roles.podman : Check if user is lingering] ****************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Sunday 28 May 2023 03:31:58 +0000 (0:00:00.161) 0:02:32.655 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Enable lingering if needed] ****************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:8 Sunday 28 May 2023 03:31:59 +0000 (0:00:00.061) 0:02:32.717 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the host mount volumes] ****************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:15 Sunday 28 May 2023 03:31:59 +0000 (0:00:00.063) 0:02:32.780 ************ ok: [sut] => { "ansible_facts": { "__podman_volumes": [ "/tmp/httpd2", "/tmp/httpd2-create" ] }, "changed": false } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:31 Sunday 28 May 2023 03:31:59 +0000 (0:00:00.071) 0:02:32.851 ************ ok: [sut] => (item=/tmp/httpd2) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/httpd2", "mode": "0755", "owner": "root", "path": "/tmp/httpd2", "secontext": "system_u:object_r:container_file_t:s0:c508,c945", "size": 60, "state": "directory", "uid": 0 } ok: [sut] => (item=/tmp/httpd2-create) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/httpd2-create", "mode": "0755", "owner": "root", "path": "/tmp/httpd2-create", "secontext": "system_u:object_r:container_file_t:s0:c508,c945", "size": 40, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:49 Sunday 28 May 2023 03:31:59 +0000 (0:00:00.472) 0:02:33.323 ************ ok: [sut] => (item=quay.io/libpod/testimage:20210610) => { "actions": [ "Pulled image quay.io/libpod/testimage:20210610" ], "ansible_loop_var": "item", "changed": false, "image": [ { "Annotations": {}, "Architecture": "amd64", "Author": "", "Comment": "", "Config": { "Cmd": [ "/bin/echo", "This container is intended for podman CI testing" ], "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ], "Labels": { "created_at": "2021-06-10T18:55:36Z", "created_by": "test/system/build-testimage", "io.buildah.version": "1.21.0" }, "WorkingDir": "/home/podman" }, "Created": "2021-06-10T18:55:43.049643585Z", "Digest": "sha256:d48f2feaca74863c342cd9ce11edbe208675975740e7f4dd635b7b345339426a", "GraphDriver": { "Data": { "UpperDir": "/var/lib/containers/storage/overlay/f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e/diff", "WorkDir": "/var/lib/containers/storage/overlay/f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e/work" }, "Name": "overlay" }, "History": [ { "created": "2021-06-10T18:55:42.831917915Z", "created_by": "/bin/sh -c apk add busybox-extras", "empty_layer": true }, { "created": "2021-06-10T18:55:43.005956291Z", "created_by": "/bin/sh -c #(nop) ADD multi:0ed825786ec12498034356148303d2e6dfd4698131f4b5d4599e5eafa2ab71bd in /home/podman/ ", "empty_layer": true }, { "created": "2021-06-10T18:55:43.006000972Z", "created_by": "/bin/sh -c #(nop) LABEL created_by=test/system/build-testimage", "empty_layer": true }, { "created": "2021-06-10T18:55:43.006019818Z", "created_by": "/bin/sh -c #(nop) LABEL created_at=2021-06-10T18:55:36Z", "empty_layer": true }, { "created": "2021-06-10T18:55:43.028748885Z", "created_by": "/bin/sh -c #(nop) WORKDIR /home/podman", "empty_layer": true }, { "comment": "FROM docker.io/amd64/alpine:3.13.5", "created": "2021-06-10T18:55:43.160651456Z", "created_by": "/bin/sh -c #(nop) CMD [\"/bin/echo\", \"This container is intended for podman CI testing\"]" } ], "Id": "9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f", "Labels": { "created_at": "2021-06-10T18:55:36Z", "created_by": "test/system/build-testimage", "io.buildah.version": "1.21.0" }, "ManifestType": "application/vnd.docker.distribution.manifest.v2+json", "NamesHistory": [ "quay.io/libpod/testimage:20210610" ], "Os": "linux", "Parent": "", "RepoDigests": [ "quay.io/libpod/testimage@sha256:d48f2feaca74863c342cd9ce11edbe208675975740e7f4dd635b7b345339426a", "quay.io/libpod/testimage@sha256:d8dc9f2a78e190963a75852ce55b926a1cf90c7d2e6d15b30b6bc43cd73a6377" ], "RepoTags": [ "quay.io/libpod/testimage:20210610" ], "RootFS": { "Layers": [ "sha256:f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e" ], "Type": "layers" }, "Size": 7987860, "User": "", "Version": "", "VirtualSize": 7987860 } ], "item": "quay.io/libpod/testimage:20210610", "podman_actions": [ "/usr/bin/podman image ls quay.io/libpod/testimage:20210610 --format json", "/usr/bin/podman pull quay.io/libpod/testimage:20210610 -q", "/usr/bin/podman inspect 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f --format json" ] } TASK [linux-system-roles.podman : Check the kubernetes yaml file] ************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:71 Sunday 28 May 2023 03:32:00 +0000 (0:00:01.119) 0:02:34.442 ************ ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1685244673.460788, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "80d3283179dcbec4981476f41da6795518e48a61", "ctime": 1685244673.1347907, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 265234, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1685244672.9297924, "nlink": 1, "path": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 722, "uid": 0, "version": "3587580717", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.podman : Ensure the kubernetes directory is present] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:79 Sunday 28 May 2023 03:32:01 +0000 (0:00:00.292) 0:02:34.734 ************ ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/ansible-kubernetes.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Ensure kubernetes yaml files are present] **** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:88 Sunday 28 May 2023 03:32:01 +0000 (0:00:00.258) 0:02:34.993 ************ ok: [sut] => { "changed": false, "checksum": "80d3283179dcbec4981476f41da6795518e48a61", "dest": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "secontext": "system_u:object_r:etc_t:s0", "size": 722, "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Update containers/pods] ********************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:98 Sunday 28 May 2023 03:32:01 +0000 (0:00:00.559) 0:02:35.553 ************ ok: [sut] => { "actions": [ "/usr/bin/podman play kube --start=true --log-level=debug /etc/containers/ansible-kubernetes.d/httpd2.yml" ], "changed": false } STDERR: time="2023-05-28T03:32:02Z" level=info msg="/usr/bin/podman filtering at log level debug" time="2023-05-28T03:32:02Z" level=debug msg="Called kube.PersistentPreRunE(/usr/bin/podman play kube --start=true --log-level=debug /etc/containers/ansible-kubernetes.d/httpd2.yml)" time="2023-05-28T03:32:02Z" level=debug msg="Using conmon: \"/usr/bin/conmon\"" time="2023-05-28T03:32:02Z" level=debug msg="Initializing boltdb state at /var/lib/containers/storage/libpod/bolt_state.db" time="2023-05-28T03:32:02Z" level=debug msg="Using graph driver overlay" time="2023-05-28T03:32:02Z" level=debug msg="Using graph root /var/lib/containers/storage" time="2023-05-28T03:32:02Z" level=debug msg="Using run root /run/containers/storage" time="2023-05-28T03:32:02Z" level=debug msg="Using static dir /var/lib/containers/storage/libpod" time="2023-05-28T03:32:02Z" level=debug msg="Using tmp dir /run/libpod" time="2023-05-28T03:32:02Z" level=debug msg="Using volume path /var/lib/containers/storage/volumes" time="2023-05-28T03:32:02Z" level=debug msg="Using transient store: false" time="2023-05-28T03:32:02Z" level=debug msg="Set libpod namespace to \"\"" time="2023-05-28T03:32:02Z" level=debug msg="[graphdriver] trying provided driver \"overlay\"" time="2023-05-28T03:32:02Z" level=debug msg="Cached value indicated that overlay is supported" time="2023-05-28T03:32:02Z" level=debug msg="Cached value indicated that overlay is supported" time="2023-05-28T03:32:02Z" level=debug msg="Cached value indicated that metacopy is being used" time="2023-05-28T03:32:02Z" level=debug msg="Cached value indicated that native-diff is not being used" time="2023-05-28T03:32:02Z" level=info msg="Not using native diff for overlay, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" time="2023-05-28T03:32:02Z" level=debug msg="backingFs=extfs, projectQuotaSupported=false, useNativeDiff=false, usingMetacopy=true" time="2023-05-28T03:32:02Z" level=debug msg="Initializing event backend journald" time="2023-05-28T03:32:02Z" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument" time="2023-05-28T03:32:02Z" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument" time="2023-05-28T03:32:02Z" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument" time="2023-05-28T03:32:02Z" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument" time="2023-05-28T03:32:02Z" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument" time="2023-05-28T03:32:02Z" level=debug msg="Configured OCI runtime crun-wasm initialization failed: no valid executable found for OCI runtime crun-wasm: invalid argument" time="2023-05-28T03:32:02Z" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument" time="2023-05-28T03:32:02Z" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument" time="2023-05-28T03:32:02Z" level=debug msg="Using OCI runtime \"/usr/bin/crun\"" time="2023-05-28T03:32:02Z" level=info msg="Setting parallel job count to 7" time="2023-05-28T03:32:02Z" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network 5bf45c3ce7661827e1f470f93362cd5be448bc057326456fe220b1f4eb1a6fa3 bridge podman1 2023-05-28 03:31:13.462327551 +0000 UTC [{{{10.89.0.0 ffffff00}} 10.89.0.1 }] false false true [] map[] map[] map[driver:host-local]}" time="2023-05-28T03:32:02Z" level=debug msg="Successfully loaded 2 networks" time="2023-05-28T03:32:02Z" level=debug msg="Looking up image \"localhost/podman-pause:4.4.1-1676629882\" in local containers storage" time="2023-05-28T03:32:02Z" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2023-05-28T03:32:02Z" level=debug msg="Trying \"localhost/podman-pause:4.4.1-1676629882\" ..." time="2023-05-28T03:32:02Z" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.mountopt=nodev,metacopy=on]@18bb64c7b307e4778204bce2a3ff045c764a61b9d81049afb80a4c2bbd0c3ab1\"" time="2023-05-28T03:32:02Z" level=debug msg="Found image \"localhost/podman-pause:4.4.1-1676629882\" as \"localhost/podman-pause:4.4.1-1676629882\" in local containers storage" time="2023-05-28T03:32:02Z" level=debug msg="Found image \"localhost/podman-pause:4.4.1-1676629882\" as \"localhost/podman-pause:4.4.1-1676629882\" in local containers storage ([overlay@/var/lib/containers/storage+/run/containers/storage:overlay.mountopt=nodev,metacopy=on]@18bb64c7b307e4778204bce2a3ff045c764a61b9d81049afb80a4c2bbd0c3ab1)" time="2023-05-28T03:32:02Z" level=debug msg="exporting opaque data as blob \"sha256:18bb64c7b307e4778204bce2a3ff045c764a61b9d81049afb80a4c2bbd0c3ab1\"" time="2023-05-28T03:32:02Z" level=debug msg="Pod using bridge network mode" time="2023-05-28T03:32:02Z" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_be92a6dd37052d3f0f641a46af016e0096f9c55c1e3b83a9507490e124c292ce.slice for parent machine.slice and name libpod_pod_be92a6dd37052d3f0f641a46af016e0096f9c55c1e3b83a9507490e124c292ce" time="2023-05-28T03:32:02Z" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_be92a6dd37052d3f0f641a46af016e0096f9c55c1e3b83a9507490e124c292ce.slice" time="2023-05-28T03:32:02Z" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_be92a6dd37052d3f0f641a46af016e0096f9c55c1e3b83a9507490e124c292ce.slice" time="2023-05-28T03:32:02Z" level=debug msg="Shutting down engines" TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:107 Sunday 28 May 2023 03:32:02 +0000 (0:00:00.334) 0:02:35.887 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Enable service] ****************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:119 Sunday 28 May 2023 03:32:02 +0000 (0:00:00.065) 0:02:35.952 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:132 Sunday 28 May 2023 03:32:02 +0000 (0:00:00.062) 0:02:36.015 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:146 Sunday 28 May 2023 03:32:02 +0000 (0:00:00.058) 0:02:36.074 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Sunday 28 May 2023 03:32:02 +0000 (0:00:00.059) 0:02:36.133 ************ ok: [sut] => { "ansible_facts": { "__podman_kube_spec": { "state": "started" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd3\nspec:\n containers:\n - name: httpd3\n image: quay.io/libpod/testimage:20210610\n command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n ports:\n - containerPort: 80\n hostPort: 15003\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - name: www\n hostPath:\n path: /tmp/httpd3\n - name: create\n hostPath:\n path: /tmp/httpd3-create" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:33 Sunday 28 May 2023 03:32:02 +0000 (0:00:00.099) 0:02:36.232 ************ ok: [sut] => { "ansible_facts": { "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd3" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd3", "ports": [ { "containerPort": 80, "hostPort": 15003 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/httpd3-create" }, "name": "create" } ] } }, "__podman_kube_file": "", "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:54 Sunday 28 May 2023 03:32:02 +0000 (0:00:00.069) 0:02:36.302 ************ ok: [sut] => { "ansible_facts": { "__podman_kube_name": "httpd3", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Sunday 28 May 2023 03:32:02 +0000 (0:00:00.061) 0:02:36.364 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 28 May 2023 03:32:02 +0000 (0:00:00.087) 0:02:36.451 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 28 May 2023 03:32:02 +0000 (0:00:00.070) 0:02:36.521 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 28 May 2023 03:32:02 +0000 (0:00:00.070) 0:02:36.592 ************ ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 28 May 2023 03:32:02 +0000 (0:00:00.069) 0:02:36.661 ************ ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 28 May 2023 03:32:03 +0000 (0:00:00.256) 0:02:36.918 ************ ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 28 May 2023 03:32:03 +0000 (0:00:00.071) 0:02:36.989 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:50 Sunday 28 May 2023 03:32:03 +0000 (0:00:00.097) 0:02:37.087 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:59 Sunday 28 May 2023 03:32:03 +0000 (0:00:00.062) 0:02:37.150 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:68 Sunday 28 May 2023 03:32:03 +0000 (0:00:00.059) 0:02:37.209 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if no kube spec is given] *************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:63 Sunday 28 May 2023 03:32:03 +0000 (0:00:00.060) 0:02:37.269 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:72 Sunday 28 May 2023 03:32:03 +0000 (0:00:00.057) 0:02:37.327 ************ ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:84 Sunday 28 May 2023 03:32:03 +0000 (0:00:00.085) 0:02:37.412 ************ ok: [sut] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:90 Sunday 28 May 2023 03:32:03 +0000 (0:00:00.058) 0:02:37.470 ************ ok: [sut] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/httpd3.yml" }, "changed": false } TASK [linux-system-roles.podman : Get service name using systemd-escape] ******* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:98 Sunday 28 May 2023 03:32:03 +0000 (0:00:00.060) 0:02:37.531 ************ ok: [sut] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.006543", "end": "2023-05-28 03:32:04.014723", "rc": 0, "start": "2023-05-28 03:32:04.008180" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd3.yml.service TASK [linux-system-roles.podman : Cleanup containers and services] ************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:106 Sunday 28 May 2023 03:32:04 +0000 (0:00:00.249) 0:02:37.780 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update containers and services] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:110 Sunday 28 May 2023 03:32:04 +0000 (0:00:00.058) 0:02:37.838 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml for sut TASK [linux-system-roles.podman : Check if user is lingering] ****************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Sunday 28 May 2023 03:32:04 +0000 (0:00:00.140) 0:02:37.979 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Enable lingering if needed] ****************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:8 Sunday 28 May 2023 03:32:04 +0000 (0:00:00.063) 0:02:38.043 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the host mount volumes] ****************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:15 Sunday 28 May 2023 03:32:04 +0000 (0:00:00.060) 0:02:38.103 ************ ok: [sut] => { "ansible_facts": { "__podman_volumes": [ "/tmp/httpd3-create", "/tmp/httpd3" ] }, "changed": false } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:31 Sunday 28 May 2023 03:32:04 +0000 (0:00:00.073) 0:02:38.176 ************ ok: [sut] => (item=/tmp/httpd3-create) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/httpd3-create", "mode": "0755", "owner": "root", "path": "/tmp/httpd3-create", "secontext": "system_u:object_r:container_file_t:s0:c134,c952", "size": 40, "state": "directory", "uid": 0 } ok: [sut] => (item=/tmp/httpd3) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/httpd3", "mode": "0755", "owner": "root", "path": "/tmp/httpd3", "secontext": "system_u:object_r:container_file_t:s0:c134,c952", "size": 60, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:49 Sunday 28 May 2023 03:32:04 +0000 (0:00:00.472) 0:02:38.649 ************ ok: [sut] => (item=quay.io/libpod/testimage:20210610) => { "actions": [ "Pulled image quay.io/libpod/testimage:20210610" ], "ansible_loop_var": "item", "changed": false, "image": [ { "Annotations": {}, "Architecture": "amd64", "Author": "", "Comment": "", "Config": { "Cmd": [ "/bin/echo", "This container is intended for podman CI testing" ], "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ], "Labels": { "created_at": "2021-06-10T18:55:36Z", "created_by": "test/system/build-testimage", "io.buildah.version": "1.21.0" }, "WorkingDir": "/home/podman" }, "Created": "2021-06-10T18:55:43.049643585Z", "Digest": "sha256:d48f2feaca74863c342cd9ce11edbe208675975740e7f4dd635b7b345339426a", "GraphDriver": { "Data": { "UpperDir": "/var/lib/containers/storage/overlay/f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e/diff", "WorkDir": "/var/lib/containers/storage/overlay/f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e/work" }, "Name": "overlay" }, "History": [ { "created": "2021-06-10T18:55:42.831917915Z", "created_by": "/bin/sh -c apk add busybox-extras", "empty_layer": true }, { "created": "2021-06-10T18:55:43.005956291Z", "created_by": "/bin/sh -c #(nop) ADD multi:0ed825786ec12498034356148303d2e6dfd4698131f4b5d4599e5eafa2ab71bd in /home/podman/ ", "empty_layer": true }, { "created": "2021-06-10T18:55:43.006000972Z", "created_by": "/bin/sh -c #(nop) LABEL created_by=test/system/build-testimage", "empty_layer": true }, { "created": "2021-06-10T18:55:43.006019818Z", "created_by": "/bin/sh -c #(nop) LABEL created_at=2021-06-10T18:55:36Z", "empty_layer": true }, { "created": "2021-06-10T18:55:43.028748885Z", "created_by": "/bin/sh -c #(nop) WORKDIR /home/podman", "empty_layer": true }, { "comment": "FROM docker.io/amd64/alpine:3.13.5", "created": "2021-06-10T18:55:43.160651456Z", "created_by": "/bin/sh -c #(nop) CMD [\"/bin/echo\", \"This container is intended for podman CI testing\"]" } ], "Id": "9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f", "Labels": { "created_at": "2021-06-10T18:55:36Z", "created_by": "test/system/build-testimage", "io.buildah.version": "1.21.0" }, "ManifestType": "application/vnd.docker.distribution.manifest.v2+json", "NamesHistory": [ "quay.io/libpod/testimage:20210610" ], "Os": "linux", "Parent": "", "RepoDigests": [ "quay.io/libpod/testimage@sha256:d48f2feaca74863c342cd9ce11edbe208675975740e7f4dd635b7b345339426a", "quay.io/libpod/testimage@sha256:d8dc9f2a78e190963a75852ce55b926a1cf90c7d2e6d15b30b6bc43cd73a6377" ], "RepoTags": [ "quay.io/libpod/testimage:20210610" ], "RootFS": { "Layers": [ "sha256:f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e" ], "Type": "layers" }, "Size": 7987860, "User": "", "Version": "", "VirtualSize": 7987860 } ], "item": "quay.io/libpod/testimage:20210610", "podman_actions": [ "/usr/bin/podman image ls quay.io/libpod/testimage:20210610 --format json", "/usr/bin/podman pull quay.io/libpod/testimage:20210610 -q", "/usr/bin/podman inspect 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f --format json" ] } TASK [linux-system-roles.podman : Check the kubernetes yaml file] ************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:71 Sunday 28 May 2023 03:32:05 +0000 (0:00:00.673) 0:02:39.322 ************ ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1685244682.1897159, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "924d5bf31ea43dfb8f1e17eccf59b4d11b1705c4", "ctime": 1685244681.8647184, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 265335, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1685244681.6577203, "nlink": 1, "path": "/etc/containers/ansible-kubernetes.d/httpd3.yml", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 722, "uid": 0, "version": "1710653970", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.podman : Ensure the kubernetes directory is present] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:79 Sunday 28 May 2023 03:32:05 +0000 (0:00:00.254) 0:02:39.576 ************ ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/ansible-kubernetes.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Ensure kubernetes yaml files are present] **** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:88 Sunday 28 May 2023 03:32:06 +0000 (0:00:00.282) 0:02:39.859 ************ ok: [sut] => { "changed": false, "checksum": "924d5bf31ea43dfb8f1e17eccf59b4d11b1705c4", "dest": "/etc/containers/ansible-kubernetes.d/httpd3.yml", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/containers/ansible-kubernetes.d/httpd3.yml", "secontext": "system_u:object_r:etc_t:s0", "size": 722, "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Update containers/pods] ********************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:98 Sunday 28 May 2023 03:32:06 +0000 (0:00:00.542) 0:02:40.402 ************ ok: [sut] => { "actions": [ "/usr/bin/podman play kube --start=true /etc/containers/ansible-kubernetes.d/httpd3.yml" ], "changed": false } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:107 Sunday 28 May 2023 03:32:07 +0000 (0:00:00.316) 0:02:40.719 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Enable service] ****************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:119 Sunday 28 May 2023 03:32:07 +0000 (0:00:00.061) 0:02:40.780 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:132 Sunday 28 May 2023 03:32:07 +0000 (0:00:00.060) 0:02:40.841 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:146 Sunday 28 May 2023 03:32:07 +0000 (0:00:00.058) 0:02:40.899 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if pods are running] *********************************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/tests_basic.yml:245 Sunday 28 May 2023 03:32:07 +0000 (0:00:00.060) 0:02:40.960 ************ ok: [sut] => (item=['httpd1', 'user1', 1001]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "inspect", "httpd1", "--format", "{{.State}}" ], "delta": "0:00:00.101700", "end": "2023-05-28 03:32:07.558517", "failed_when_result": false, "item": [ "httpd1", "user1", 1001 ], "rc": 0, "start": "2023-05-28 03:32:07.456817" } STDOUT: Running ok: [sut] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "inspect", "httpd2", "--format", "{{.State}}" ], "delta": "0:00:00.048476", "end": "2023-05-28 03:32:07.805122", "failed_when_result": false, "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2023-05-28 03:32:07.756646" } STDOUT: Running ok: [sut] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "inspect", "httpd3", "--format", "{{.State}}" ], "delta": "0:00:00.049240", "end": "2023-05-28 03:32:08.046025", "failed_when_result": false, "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2023-05-28 03:32:07.996785" } STDOUT: Running TASK [Check Services] ********************************************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/tests_basic.yml:256 Sunday 28 May 2023 03:32:08 +0000 (0:00:00.896) 0:02:41.857 ************ ok: [sut] => (item=['httpd1', 'user1', 1001]) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsystemctl --user list-units -a -l --plain | grep -E '^[ ]*podman-kube@.+-httpd1[.]yml[.]service[ ]+loaded[ ]+active '\n", "delta": "0:00:00.013288", "end": "2023-05-28 03:32:08.368144", "item": [ "httpd1", "user1", 1001 ], "rc": 0, "start": "2023-05-28 03:32:08.354856" } STDOUT: podman-kube@-home-user1-.config-containers-ansible\x2dkubernetes.d-httpd1.yml.service loaded active running A template for running K8s workloads via podman-kube-play ok: [sut] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsystemctl --system list-units -a -l --plain | grep -E '^[ ]*podman-kube@.+-httpd2[.]yml[.]service[ ]+loaded[ ]+active '\n", "delta": "0:00:00.015209", "end": "2023-05-28 03:32:08.582300", "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2023-05-28 03:32:08.567091" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd2.yml.service loaded active running A template for running K8s workloads via podman-kube-play ok: [sut] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsystemctl --system list-units -a -l --plain | grep -E '^[ ]*podman-kube@.+-httpd3[.]yml[.]service[ ]+loaded[ ]+active '\n", "delta": "0:00:00.014925", "end": "2023-05-28 03:32:08.788431", "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2023-05-28 03:32:08.773506" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd3.yml.service loaded active running A template for running K8s workloads via podman-kube-play TASK [Check ports, data] ******************************************************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/tests_basic.yml:273 Sunday 28 May 2023 03:32:08 +0000 (0:00:00.703) 0:02:42.560 ************ ok: [sut] => (item=15001) => { "accept_ranges": "bytes", "ansible_loop_var": "item", "changed": false, "connection": "close", "content": "123", "content_length": "3", "content_type": "text/plain", "cookies": {}, "cookies_string": "", "date": "Sun, 28 May 2023 03:32:09 GMT", "elapsed": 0, "failed_when_result": false, "item": 15001, "json": 123, "last_modified": "Sun, 28 May 2023 03:29:29 GMT", "redirected": false, "status": 200, "url": "http://localhost:15001/index.txt" } MSG: OK (3 bytes) ok: [sut] => (item=15002) => { "accept_ranges": "bytes", "ansible_loop_var": "item", "changed": false, "connection": "close", "content": "123", "content_length": "3", "content_type": "text/plain", "cookies": {}, "cookies_string": "", "date": "Sun, 28 May 2023 03:32:09 GMT", "elapsed": 0, "failed_when_result": false, "item": 15002, "json": 123, "last_modified": "Sun, 28 May 2023 03:29:29 GMT", "redirected": false, "status": 200, "url": "http://localhost:15002/index.txt" } MSG: OK (3 bytes) ok: [sut] => (item=15003) => { "accept_ranges": "bytes", "ansible_loop_var": "item", "changed": false, "connection": "close", "content": "123", "content_length": "3", "content_type": "text/plain", "cookies": {}, "cookies_string": "", "date": "Sun, 28 May 2023 03:32:09 GMT", "elapsed": 0, "failed_when_result": false, "item": 15003, "json": 123, "last_modified": "Sun, 28 May 2023 03:29:30 GMT", "redirected": false, "status": 200, "url": "http://localhost:15003/index.txt" } MSG: OK (3 bytes) TASK [Remove pods and units] *************************************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/tests_basic.yml:285 Sunday 28 May 2023 03:32:10 +0000 (0:00:01.196) 0:02:43.757 ************ TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Sunday 28 May 2023 03:32:10 +0000 (0:00:00.113) 0:02:43.870 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Sunday 28 May 2023 03:32:10 +0000 (0:00:00.091) 0:02:43.962 ************ ok: [sut] TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:9 Sunday 28 May 2023 03:32:10 +0000 (0:00:00.390) 0:02:44.353 ************ skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_36.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_36.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_36.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_36.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Sunday 28 May 2023 03:32:10 +0000 (0:00:00.117) 0:02:44.470 ************ ok: [sut] => { "ansible_facts": { "packages": { "ModemManager-glib": [ { "arch": "x86_64", "epoch": null, "name": "ModemManager-glib", "release": "1.fc36", "source": "rpm", "version": "1.18.8" } ], "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc36", "source": "rpm", "version": "1.38.6" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc36", "source": "rpm", "version": "1.38.6" } ], "aardvark-dns": [ { "arch": "x86_64", "epoch": null, "name": "aardvark-dns", "release": "3.fc36", "source": "rpm", "version": "1.5.0" } ], "alternatives": [ { "arch": "x86_64", "epoch": null, "name": "alternatives", "release": "1.fc36", "source": "rpm", "version": "1.22" } ], "amd-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "amd-gpu-firmware", "release": "148.fc36", "source": "rpm", "version": "20230310" } ], "aspell": [ { "arch": "x86_64", "epoch": 12, "name": "aspell", "release": "9.fc36", "source": "rpm", "version": "0.60.8" } ], "aspell-en": [ { "arch": "x86_64", "epoch": 50, "name": "aspell-en", "release": "5.fc36", "source": "rpm", "version": "2020.12.07" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "1.fc36", "source": "rpm", "version": "3.1.1" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "1.fc36", "source": "rpm", "version": "3.1.1" } ], "authselect": [ { "arch": "x86_64", "epoch": null, "name": "authselect", "release": "1.fc36", "source": "rpm", "version": "1.4.0" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "1.fc36", "source": "rpm", "version": "1.4.0" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "16.fc36", "source": "rpm", "version": "0.8" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "13.fc36", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc36", "source": "rpm", "version": "5.2.15" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "15.fc36", "source": "rpm", "version": "1.07.1" } ], "beakerlib": [ { "arch": "noarch", "epoch": null, "name": "beakerlib", "release": "1.fc36", "source": "rpm", "version": "1.29.3" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": null, "name": "beakerlib-redhat", "release": "33.fc36eng", "source": "rpm", "version": "1" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "37.fc36", "source": "rpm", "version": "2.37" } ], "binutils-gold": [ { "arch": "x86_64", "epoch": null, "name": "binutils-gold", "release": "37.fc36", "source": "rpm", "version": "2.37" } ], "bison": [ { "arch": "x86_64", "epoch": null, "name": "bison", "release": "2.fc36", "source": "rpm", "version": "3.8.2" } ], "bluez": [ { "arch": "x86_64", "epoch": null, "name": "bluez", "release": "4.fc36", "source": "rpm", "version": "5.66" } ], "boost-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "boost-filesystem", "release": "12.fc36", "source": "rpm", "version": "1.76.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": null, "name": "boost-system", "release": "12.fc36", "source": "rpm", "version": "1.76.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": null, "name": "boost-thread", "release": "12.fc36", "source": "rpm", "version": "1.76.0" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "11.fc36", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": null, "name": "c-ares", "release": "1.fc36", "source": "rpm", "version": "1.19.0" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "1.0.fc36", "source": "rpm", "version": "2023.2.60" } ], "catatonit": [ { "arch": "x86_64", "epoch": null, "name": "catatonit", "release": "10.fc36", "source": "rpm", "version": "0.1.7" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "2.fc36", "source": "rpm", "version": "3.3" } ], "chkconfig": [ { "arch": "x86_64", "epoch": null, "name": "chkconfig", "release": "1.fc36", "source": "rpm", "version": "1.22" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.fc36", "source": "rpm", "version": "4.3" } ], "cloud-init": [ { "arch": "noarch", "epoch": null, "name": "cloud-init", "release": "3.fc36", "source": "rpm", "version": "22.1" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "10.fc36", "source": "rpm", "version": "0.31" } ], "conmon": [ { "arch": "x86_64", "epoch": 2, "name": "conmon", "release": "1.fc36", "source": "rpm", "version": "2.1.5" } ], "container-selinux": [ { "arch": "noarch", "epoch": 2, "name": "container-selinux", "release": "1.fc36", "source": "rpm", "version": "2.199.0" } ], "containers-common": [ { "arch": "noarch", "epoch": 4, "name": "containers-common", "release": "66.fc36", "source": "rpm", "version": "1" } ], "containers-common-extra": [ { "arch": "noarch", "epoch": 4, "name": "containers-common-extra", "release": "66.fc36", "source": "rpm", "version": "1" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "9.fc36", "source": "rpm", "version": "9.0" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "9.fc36", "source": "rpm", "version": "9.0" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "12.fc36", "source": "rpm", "version": "2.13" } ], "cpp": [ { "arch": "x86_64", "epoch": null, "name": "cpp", "release": "4.fc36", "source": "rpm", "version": "12.2.1" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "28.fc36", "source": "rpm", "version": "2.9.6" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "28.fc36", "source": "rpm", "version": "2.9.6" } ], "createrepo_c": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c", "release": "1.fc36", "source": "rpm", "version": "0.21.1" } ], "createrepo_c-libs": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c-libs", "release": "1.fc36", "source": "rpm", "version": "0.21.1" } ], "criu": [ { "arch": "x86_64", "epoch": null, "name": "criu", "release": "2.fc36", "source": "rpm", "version": "3.17.1" } ], "criu-libs": [ { "arch": "x86_64", "epoch": null, "name": "criu-libs", "release": "2.fc36", "source": "rpm", "version": "3.17.1" } ], "crun": [ { "arch": "x86_64", "epoch": null, "name": "crun", "release": "2.fc36", "source": "rpm", "version": "1.8.3" } ], "crypto-policies": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "1.gitdfb10ea.fc36", "source": "rpm", "version": "20220428" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "1.gitdfb10ea.fc36", "source": "rpm", "version": "20220428" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "2.fc36", "source": "rpm", "version": "2.4.3" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "14.fc36", "source": "rpm", "version": "7.82.0" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "18.fc36", "source": "rpm", "version": "2.1.27" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "1.fc36", "source": "rpm", "version": "1.14.4" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "1.fc36", "source": "rpm", "version": "33" } ], "dbus-common": [ { "arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "1.fc36", "source": "rpm", "version": "1.14.4" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "1.fc36", "source": "rpm", "version": "1.14.4" } ], "deltarpm": [ { "arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "11.fc36", "source": "rpm", "version": "3.6.2" } ], "device-mapper": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "7.fc36", "source": "rpm", "version": "1.02.175" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "7.fc36", "source": "rpm", "version": "1.02.175" } ], "dhcp-client": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "4.P1.fc36", "source": "rpm", "version": "4.4.3" } ], "dhcp-common": [ { "arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "4.P1.fc36", "source": "rpm", "version": "4.4.3" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "2.fc36", "source": "rpm", "version": "3.8" } ], "dnf": [ { "arch": "noarch", "epoch": null, "name": "dnf", "release": "1.fc36", "source": "rpm", "version": "4.15.0" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "1.fc36", "source": "rpm", "version": "4.15.0" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc36", "source": "rpm", "version": "4.4.0" } ], "dnf-utils": [ { "arch": "noarch", "epoch": null, "name": "dnf-utils", "release": "1.fc36", "source": "rpm", "version": "4.4.0" } ], "dosfstools": [ { "arch": "x86_64", "epoch": null, "name": "dosfstools", "release": "3.fc36", "source": "rpm", "version": "4.2" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "3.fc36", "source": "rpm", "version": "057" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "3.fc36", "source": "rpm", "version": "057" } ], "drpm": [ { "arch": "x86_64", "epoch": null, "name": "drpm", "release": "1.fc36", "source": "rpm", "version": "0.5.1" } ], "dyninst": [ { "arch": "x86_64", "epoch": null, "name": "dyninst", "release": "3.fc36", "source": "rpm", "version": "12.0.1" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "2.fc36", "source": "rpm", "version": "1.46.5" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "2.fc36", "source": "rpm", "version": "1.46.5" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "6.fc36", "source": "rpm", "version": "38" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client", "release": "2.fc36", "source": "rpm", "version": "0.189" } ], "elfutils-debuginfod-client-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client-devel", "release": "2.fc36", "source": "rpm", "version": "0.189" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "2.fc36", "source": "rpm", "version": "0.189" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-devel", "release": "2.fc36", "source": "rpm", "version": "0.189" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "2.fc36", "source": "rpm", "version": "0.189" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf-devel", "release": "2.fc36", "source": "rpm", "version": "0.189" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "2.fc36", "source": "rpm", "version": "0.189" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "1.fc36", "source": "rpm", "version": "2.5.0" } ], "fedora-gpg-keys": [ { "arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "5", "source": "rpm", "version": "36" } ], "fedora-release": [ { "arch": "noarch", "epoch": null, "name": "fedora-release", "release": "21", "source": "rpm", "version": "36" } ], "fedora-release-common": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "21", "source": "rpm", "version": "36" } ], "fedora-release-identity-basic": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-identity-basic", "release": "21", "source": "rpm", "version": "36" } ], "fedora-repos": [ { "arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "5", "source": "rpm", "version": "36" } ], "fedora-repos-modular": [ { "arch": "noarch", "epoch": null, "name": "fedora-repos-modular", "release": "5", "source": "rpm", "version": "36" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "4.fc36", "source": "rpm", "version": "5.41" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "4.fc36", "source": "rpm", "version": "5.41" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "2.fc36", "source": "rpm", "version": "3.18" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "1.fc36", "source": "rpm", "version": "4.9.0" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "1.fc36", "source": "rpm", "version": "1.2.5" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "1.fc36", "source": "rpm", "version": "1.2.5" } ], "flex": [ { "arch": "x86_64", "epoch": null, "name": "flex", "release": "10.fc36", "source": "rpm", "version": "2.6.4" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "fonts-filesystem", "release": "7.fc36", "source": "rpm", "version": "2.0.5" } ], "fuse-common": [ { "arch": "x86_64", "epoch": null, "name": "fuse-common", "release": "2.fc36", "source": "rpm", "version": "3.10.5" } ], "fuse-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "14.fc36", "source": "rpm", "version": "2.9.9" } ], "fuse-overlayfs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-overlayfs", "release": "6.fc36", "source": "rpm", "version": "1.9" } ], "fuse3": [ { "arch": "x86_64", "epoch": null, "name": "fuse3", "release": "2.fc36", "source": "rpm", "version": "3.10.5" } ], "fuse3-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse3-libs", "release": "2.fc36", "source": "rpm", "version": "3.10.5" } ], "fwupd": [ { "arch": "x86_64", "epoch": null, "name": "fwupd", "release": "1.fc36", "source": "rpm", "version": "1.8.6" } ], "fwupd-efi": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-efi", "release": "1.fc36", "source": "rpm", "version": "1.4" } ], "fwupd-plugin-modem-manager": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-modem-manager", "release": "1.fc36", "source": "rpm", "version": "1.8.6" } ], "fwupd-plugin-uefi-capsule-data": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-uefi-capsule-data", "release": "1.fc36", "source": "rpm", "version": "1.8.6" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "2.fc36", "source": "rpm", "version": "5.1.1" } ], "gc": [ { "arch": "x86_64", "epoch": null, "name": "gc", "release": "3.fc36", "source": "rpm", "version": "8.0.6" } ], "gcc": [ { "arch": "x86_64", "epoch": null, "name": "gcc", "release": "4.fc36", "source": "rpm", "version": "12.2.1" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "2.fc36", "source": "rpm", "version": "1.22" } ], "gdisk": [ { "arch": "x86_64", "epoch": null, "name": "gdisk", "release": "2.fc36", "source": "rpm", "version": "1.0.9" } ], "gettext": [ { "arch": "x86_64", "epoch": null, "name": "gettext", "release": "9.fc36", "source": "rpm", "version": "0.21" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "9.fc36", "source": "rpm", "version": "0.21" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "1.fc36", "source": "rpm", "version": "2.40.1" } ], "git-core": [ { "arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc36", "source": "rpm", "version": "2.40.1" } ], "git-core-doc": [ { "arch": "noarch", "epoch": null, "name": "git-core-doc", "release": "1.fc36", "source": "rpm", "version": "2.40.1" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "1.fc36", "source": "rpm", "version": "2.72.3" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "22.fc36", "source": "rpm", "version": "2.35" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "22.fc36", "source": "rpm", "version": "2.35" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": null, "name": "glibc-devel", "release": "22.fc36", "source": "rpm", "version": "2.35" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": null, "name": "glibc-gconv-extra", "release": "22.fc36", "source": "rpm", "version": "2.35" } ], "glibc-headers-x86": [ { "arch": "noarch", "epoch": null, "name": "glibc-headers-x86", "release": "22.fc36", "source": "rpm", "version": "2.35" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "22.fc36", "source": "rpm", "version": "2.35" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "2.fc36", "source": "rpm", "version": "6.2.1" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "3.fc36", "source": "rpm", "version": "2.3.7" } ], "gnupg2-smime": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "3.fc36", "source": "rpm", "version": "2.3.7" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "2.fc36", "source": "rpm", "version": "3.8.0" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "1.fc36", "source": "rpm", "version": "1.72.1" } ], "google-noto-fonts-common": [ { "arch": "noarch", "epoch": null, "name": "google-noto-fonts-common", "release": "10.fc36", "source": "rpm", "version": "20201206" } ], "google-noto-sans-mono-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-mono-vf-fonts", "release": "10.fc36", "source": "rpm", "version": "20201206" } ], "google-noto-sans-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-vf-fonts", "release": "10.fc36", "source": "rpm", "version": "20201206" } ], "google-noto-serif-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-serif-vf-fonts", "release": "10.fc36", "source": "rpm", "version": "20201206" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "60242b08", "source": "rpm", "version": "38ab71f4" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "4.fc36", "source": "rpm", "version": "1.17.0" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "gpm-libs", "release": "40.fc36", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "2.fc36", "source": "rpm", "version": "3.7" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "9.fc36", "source": "rpm", "version": "1.22.4" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "62.fc36", "source": "rpm", "version": "2.06" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "62.fc36", "source": "rpm", "version": "2.06" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "62.fc36", "source": "rpm", "version": "2.06" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "62.fc36", "source": "rpm", "version": "2.06" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "62.fc36", "source": "rpm", "version": "2.06" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "67.fc36", "source": "rpm", "version": "8.40" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "7.fc36", "source": "rpm", "version": "0.8.4" } ], "guile22": [ { "arch": "x86_64", "epoch": null, "name": "guile22", "release": "5.fc36", "source": "rpm", "version": "2.2.7" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "3.fc36", "source": "rpm", "version": "1.11" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "6.fc36", "source": "rpm", "version": "3.23" } ], "hunspell": [ { "arch": "x86_64", "epoch": null, "name": "hunspell", "release": "19.fc36", "source": "rpm", "version": "1.7.0" } ], "hunspell-en": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en", "release": "22.fc36", "source": "rpm", "version": "0.20140811.1" } ], "hunspell-en-GB": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-GB", "release": "22.fc36", "source": "rpm", "version": "0.20140811.1" } ], "hunspell-en-US": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-US", "release": "22.fc36", "source": "rpm", "version": "0.20140811.1" } ], "hunspell-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "hunspell-filesystem", "release": "19.fc36", "source": "rpm", "version": "1.7.0" } ], "ima-evm-utils": [ { "arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "5.fc36", "source": "rpm", "version": "1.4" } ], "inih": [ { "arch": "x86_64", "epoch": null, "name": "inih", "release": "1.fc36", "source": "rpm", "version": "56" } ], "initscripts": [ { "arch": "x86_64", "epoch": null, "name": "initscripts", "release": "3.fc36", "source": "rpm", "version": "10.16" } ], "initscripts-rename-device": [ { "arch": "x86_64", "epoch": null, "name": "initscripts-rename-device", "release": "3.fc36", "source": "rpm", "version": "10.16" } ], "initscripts-service": [ { "arch": "noarch", "epoch": null, "name": "initscripts-service", "release": "3.fc36", "source": "rpm", "version": "10.16" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "intel-gpu-firmware", "release": "148.fc36", "source": "rpm", "version": "20230310" } ], "ipcalc": [ { "arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "3.fc36", "source": "rpm", "version": "1.0.1" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "2.fc36", "source": "rpm", "version": "5.15.0" } ], "ipset": [ { "arch": "x86_64", "epoch": null, "name": "ipset", "release": "5.fc36.1", "source": "rpm", "version": "7.15" } ], "ipset-libs": [ { "arch": "x86_64", "epoch": null, "name": "ipset-libs", "release": "5.fc36.1", "source": "rpm", "version": "7.15" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "15.fc36", "source": "rpm", "version": "1.8.7" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": null, "name": "iptables-nft", "release": "15.fc36", "source": "rpm", "version": "1.8.7" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "1.fc36", "source": "rpm", "version": "20221126" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "4.fc36", "source": "rpm", "version": "2.13.1" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": null, "name": "jitterentropy", "release": "3.fc36", "source": "rpm", "version": "3.4.1" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "3.fc36", "source": "rpm", "version": "0.15" } ], "json-glib": [ { "arch": "x86_64", "epoch": null, "name": "json-glib", "release": "2.fc36", "source": "rpm", "version": "1.6.6" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "9.fc36", "source": "rpm", "version": "2.4.0" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "9.fc36", "source": "rpm", "version": "2.4.0" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "100.fc36", "source": "rpm", "version": "6.2.15" } ], "kernel-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "100.fc36", "source": "rpm", "version": "6.2.15" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": null, "name": "kernel-devel", "release": "100.fc36", "source": "rpm", "version": "6.2.15" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": null, "name": "kernel-headers", "release": "100.fc36", "source": "rpm", "version": "6.2.6" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "100.fc36", "source": "rpm", "version": "6.2.15" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules-core", "release": "100.fc36", "source": "rpm", "version": "6.2.15" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "4.fc36", "source": "rpm", "version": "1.6.1" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "4.fc36", "source": "rpm", "version": "1.6.1" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "7.fc36", "source": "rpm", "version": "29" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "7.fc36", "source": "rpm", "version": "29" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "9.fc36", "source": "rpm", "version": "0.8.7" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "12.fc36", "source": "rpm", "version": "1.19.2" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-en", "release": "25.fc36", "source": "rpm", "version": "3.0" } ], "langpacks-core-font-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-font-en", "release": "25.fc36", "source": "rpm", "version": "3.0" } ], "langpacks-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "25.fc36", "source": "rpm", "version": "3.0" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "5.fc36", "source": "rpm", "version": "590" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "3.fc36", "source": "rpm", "version": "2.3.1" } ], "libarchive": [ { "arch": "x86_64", "epoch": null, "name": "libarchive", "release": "3.fc36", "source": "rpm", "version": "3.5.3" } ], "libargon2": [ { "arch": "x86_64", "epoch": null, "name": "libargon2", "release": "9.fc36", "source": "rpm", "version": "20171227" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "4.fc36", "source": "rpm", "version": "2.5.5" } ], "libatasmart": [ { "arch": "x86_64", "epoch": null, "name": "libatasmart", "release": "22.fc36", "source": "rpm", "version": "0.19" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "4.fc36", "source": "rpm", "version": "2.5.1" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "50.fc36", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "1.fc36", "source": "rpm", "version": "2.38" } ], "libblockdev": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev", "release": "2.fc36", "source": "rpm", "version": "2.28" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-crypto", "release": "2.fc36", "source": "rpm", "version": "2.28" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-fs", "release": "2.fc36", "source": "rpm", "version": "2.28" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-loop", "release": "2.fc36", "source": "rpm", "version": "2.28" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mdraid", "release": "2.fc36", "source": "rpm", "version": "2.28" } ], "libblockdev-part": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-part", "release": "2.fc36", "source": "rpm", "version": "2.28" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-swap", "release": "2.fc36", "source": "rpm", "version": "2.28" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-utils", "release": "2.fc36", "source": "rpm", "version": "2.28" } ], "libbpf": [ { "arch": "x86_64", "epoch": 2, "name": "libbpf", "release": "3.fc36", "source": "rpm", "version": "0.7.0" } ], "libbrotli": [ { "arch": "x86_64", "epoch": null, "name": "libbrotli", "release": "7.fc36", "source": "rpm", "version": "1.0.9" } ], "libbsd": [ { "arch": "x86_64", "epoch": null, "name": "libbsd", "release": "2.fc36", "source": "rpm", "version": "0.11.7" } ], "libbytesize": [ { "arch": "x86_64", "epoch": null, "name": "libbytesize", "release": "1.fc36", "source": "rpm", "version": "2.7" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "4.fc36", "source": "rpm", "version": "2.48" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "1.fc36", "source": "rpm", "version": "0.8.3" } ], "libcap-ng-python3": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng-python3", "release": "1.fc36", "source": "rpm", "version": "0.8.3" } ], "libcbor": [ { "arch": "x86_64", "epoch": null, "name": "libcbor", "release": "5.fc36", "source": "rpm", "version": "0.7.0" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "50.fc36", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "2.fc36", "source": "rpm", "version": "1.46.5" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "2.fc36", "source": "rpm", "version": "0.1.18" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "14.fc36", "source": "rpm", "version": "7.82.0" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "51.fc36", "source": "rpm", "version": "5.3.28" } ], "libdhash": [ { "arch": "x86_64", "epoch": null, "name": "libdhash", "release": "50.fc36", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc36", "source": "rpm", "version": "0.70.0" } ], "libeconf": [ { "arch": "x86_64", "epoch": null, "name": "libeconf", "release": "3.fc36", "source": "rpm", "version": "0.4.0" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "41.20210910cvs.fc36", "source": "rpm", "version": "3.1" } ], "libev": [ { "arch": "x86_64", "epoch": null, "name": "libev", "release": "5.fc36", "source": "rpm", "version": "4.33" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "6.fc36", "source": "rpm", "version": "2.1.12" } ], "libfdisk": [ { "arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "1.fc36", "source": "rpm", "version": "2.38" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "8.fc36", "source": "rpm", "version": "3.4.2" } ], "libfido2": [ { "arch": "x86_64", "epoch": null, "name": "libfido2", "release": "5.fc36", "source": "rpm", "version": "1.10.0" } ], "libfsverity": [ { "arch": "x86_64", "epoch": null, "name": "libfsverity", "release": "7.fc36", "source": "rpm", "version": "1.4" } ], "libgcab1": [ { "arch": "x86_64", "epoch": null, "name": "libgcab1", "release": "6.fc36", "source": "rpm", "version": "1.4" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "4.fc36", "source": "rpm", "version": "12.2.1" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "3.fc36", "source": "rpm", "version": "1.10.1" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "4.fc36", "source": "rpm", "version": "12.2.1" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "1.fc36", "source": "rpm", "version": "1.45" } ], "libgudev": [ { "arch": "x86_64", "epoch": null, "name": "libgudev", "release": "2.fc36", "source": "rpm", "version": "237" } ], "libgusb": [ { "arch": "x86_64", "epoch": null, "name": "libgusb", "release": "2.fc36", "source": "rpm", "version": "0.3.10" } ], "libibverbs": [ { "arch": "x86_64", "epoch": null, "name": "libibverbs", "release": "1.fc36", "source": "rpm", "version": "39.0" } ], "libicu": [ { "arch": "x86_64", "epoch": null, "name": "libicu", "release": "6.fc36", "source": "rpm", "version": "69.1" } ], "libidn2": [ { "arch": "x86_64", "epoch": null, "name": "libidn2", "release": "1.fc36", "source": "rpm", "version": "2.3.4" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "50.fc36", "source": "rpm", "version": "1.3.1" } ], "libjcat": [ { "arch": "x86_64", "epoch": null, "name": "libjcat", "release": "1.fc36", "source": "rpm", "version": "0.1.12" } ], "libkcapi": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "2.fc36", "source": "rpm", "version": "1.4.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "2.fc36", "source": "rpm", "version": "1.4.0" } ], "libksba": [ { "arch": "x86_64", "epoch": null, "name": "libksba", "release": "1.fc36", "source": "rpm", "version": "1.6.3" } ], "libldb": [ { "arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc36", "source": "rpm", "version": "2.5.3" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "1.fc36", "source": "rpm", "version": "1.7.1" } ], "libmbim": [ { "arch": "x86_64", "epoch": null, "name": "libmbim", "release": "1.fc36", "source": "rpm", "version": "1.26.4" } ], "libmd": [ { "arch": "x86_64", "epoch": null, "name": "libmd", "release": "2.fc36", "source": "rpm", "version": "1.0.4" } ], "libmetalink": [ { "arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "25.fc36", "source": "rpm", "version": "0.1.3" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "15.fc36", "source": "rpm", "version": "1.0.4" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "2.fc36", "source": "rpm", "version": "2.14.0" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "1.fc36", "source": "rpm", "version": "2.38" } ], "libmpc": [ { "arch": "x86_64", "epoch": null, "name": "libmpc", "release": "4.fc36", "source": "rpm", "version": "1.2.1" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "3.fc36", "source": "rpm", "version": "1.8" } ], "libnet": [ { "arch": "x86_64", "epoch": null, "name": "libnet", "release": "5.fc36", "source": "rpm", "version": "1.2" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "4.fc36", "source": "rpm", "version": "1.0.8" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "21.fc36", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "0.fc36", "source": "rpm", "version": "2.6.2" } ], "libnftnl": [ { "arch": "x86_64", "epoch": null, "name": "libnftnl", "release": "2.fc36", "source": "rpm", "version": "1.2.1" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "1.fc36", "source": "rpm", "version": "1.51.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "1.fc36", "source": "rpm", "version": "3.7.0" } ], "libnsl2": [ { "arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "3.fc36", "source": "rpm", "version": "2.0.0" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "50.fc36", "source": "rpm", "version": "0.2.1" } ], "libpcap": [ { "arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "1.fc36", "source": "rpm", "version": "1.10.4" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.fc36", "source": "rpm", "version": "1.5.5" } ], "libpkgconf": [ { "arch": "x86_64", "epoch": null, "name": "libpkgconf", "release": "2.fc36", "source": "rpm", "version": "1.8.0" } ], "libpsl": [ { "arch": "x86_64", "epoch": null, "name": "libpsl", "release": "5.fc36", "source": "rpm", "version": "0.21.1" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "7.fc36", "source": "rpm", "version": "1.4.4" } ], "libqmi": [ { "arch": "x86_64", "epoch": null, "name": "libqmi", "release": "1.fc36", "source": "rpm", "version": "1.30.6" } ], "libqrtr-glib": [ { "arch": "x86_64", "epoch": null, "name": "libqrtr-glib", "release": "3.fc36", "source": "rpm", "version": "1.0.0" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "50.fc36", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "1.fc36", "source": "rpm", "version": "1.15.1" } ], "libreport-filesystem": [ { "arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc36", "source": "rpm", "version": "2.17.4" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "2.fc36", "source": "rpm", "version": "2.5.3" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "4.fc36", "source": "rpm", "version": "3.3" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "4.fc36", "source": "rpm", "version": "3.3" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "3.fc36", "source": "rpm", "version": "3.3" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "3.fc36", "source": "rpm", "version": "3.3" } ], "libsigsegv": [ { "arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "2.fc36", "source": "rpm", "version": "2.14" } ], "libslirp": [ { "arch": "x86_64", "epoch": null, "name": "libslirp", "release": "3.fc36", "source": "rpm", "version": "4.6.1" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "1.fc36", "source": "rpm", "version": "2.38" } ], "libsmbios": [ { "arch": "x86_64", "epoch": null, "name": "libsmbios", "release": "5.fc36", "source": "rpm", "version": "2.4.3" } ], "libsodium": [ { "arch": "x86_64", "epoch": null, "name": "libsodium", "release": "9.fc36", "source": "rpm", "version": "1.0.18" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "1.fc36", "source": "rpm", "version": "0.7.22" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "2.fc36", "source": "rpm", "version": "1.46.5" } ], "libssh": [ { "arch": "x86_64", "epoch": null, "name": "libssh", "release": "4.fc36", "source": "rpm", "version": "0.9.6" } ], "libssh-config": [ { "arch": "noarch", "epoch": null, "name": "libssh-config", "release": "4.fc36", "source": "rpm", "version": "0.9.6" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "1.fc36", "source": "rpm", "version": "2.7.4" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "1.fc36", "source": "rpm", "version": "2.7.4" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "1.fc36", "source": "rpm", "version": "2.7.4" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "1.fc36", "source": "rpm", "version": "2.7.4" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "4.fc36", "source": "rpm", "version": "12.2.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.fc36", "source": "rpm", "version": "2.3.4" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "1.fc36", "source": "rpm", "version": "4.19.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc36", "source": "rpm", "version": "1.4.7" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc36", "source": "rpm", "version": "0.12.1" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "0.fc36", "source": "rpm", "version": "1.3.3" } ], "libtool-ltdl": [ { "arch": "x86_64", "epoch": null, "name": "libtool-ltdl", "release": "1.fc36", "source": "rpm", "version": "2.4.7" } ], "libudisks2": [ { "arch": "x86_64", "epoch": null, "name": "libudisks2", "release": "4.fc36", "source": "rpm", "version": "2.9.4" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "1.fc36", "source": "rpm", "version": "1.0" } ], "libusb1": [ { "arch": "x86_64", "epoch": null, "name": "libusb1", "release": "8.fc36", "source": "rpm", "version": "1.0.25" } ], "libuser": [ { "arch": "x86_64", "epoch": null, "name": "libuser", "release": "10.fc36", "source": "rpm", "version": "0.63" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "6.fc36", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "1.fc36", "source": "rpm", "version": "2.38" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "3.fc36", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libev", "release": "3.fc36", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "4.fc36", "source": "rpm", "version": "4.4.33" } ], "libxcrypt-compat": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-compat", "release": "4.fc36", "source": "rpm", "version": "4.4.33" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-devel", "release": "4.fc36", "source": "rpm", "version": "4.4.33" } ], "libxkbcommon": [ { "arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "1.fc36", "source": "rpm", "version": "1.4.0" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "2.fc36", "source": "rpm", "version": "2.10.3" } ], "libxmlb": [ { "arch": "x86_64", "epoch": null, "name": "libxmlb", "release": "1.fc36", "source": "rpm", "version": "0.3.10" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "1.fc36", "source": "rpm", "version": "1.1.37" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "7.fc36", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": null, "name": "libzstd", "release": "1.fc36", "source": "rpm", "version": "1.5.5" } ], "libzstd-devel": [ { "arch": "x86_64", "epoch": null, "name": "libzstd-devel", "release": "1.fc36", "source": "rpm", "version": "1.5.5" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "148.fc36", "source": "rpm", "version": "20230310" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "148.fc36", "source": "rpm", "version": "20230310" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "1.fc36", "source": "rpm", "version": "0.9.30" } ], "lua-libs": [ { "arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "9.fc36", "source": "rpm", "version": "5.4.4" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "4.fc36", "source": "rpm", "version": "1.9.3" } ], "m4": [ { "arch": "x86_64", "epoch": null, "name": "m4", "release": "3.fc36", "source": "rpm", "version": "1.4.19" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "7.fc36", "source": "rpm", "version": "4.3" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "3.fc36", "source": "rpm", "version": "2.10.0" } ], "mdadm": [ { "arch": "x86_64", "epoch": null, "name": "mdadm", "release": "1.fc36", "source": "rpm", "version": "4.2" } ], "mkpasswd": [ { "arch": "x86_64", "epoch": null, "name": "mkpasswd", "release": "1.fc36", "source": "rpm", "version": "5.5.15" } ], "mokutil": [ { "arch": "x86_64", "epoch": 2, "name": "mokutil", "release": "3.fc36", "source": "rpm", "version": "0.6.0" } ], "mozjs91": [ { "arch": "x86_64", "epoch": null, "name": "mozjs91", "release": "1.fc36", "source": "rpm", "version": "91.13.0" } ], "mpdecimal": [ { "arch": "x86_64", "epoch": null, "name": "mpdecimal", "release": "3.fc36", "source": "rpm", "version": "2.5.1" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "9.fc36", "source": "rpm", "version": "4.1.0" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "9.20210508.fc36", "source": "rpm", "version": "6.2" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "9.20210508.fc36", "source": "rpm", "version": "6.2" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "9.20210508.fc36", "source": "rpm", "version": "6.2" } ], "net-tools": [ { "arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.62.20160912git.fc36", "source": "rpm", "version": "2.0" } ], "netavark": [ { "arch": "x86_64", "epoch": null, "name": "netavark", "release": "1.fc36", "source": "rpm", "version": "1.4.0" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "1.fc36", "source": "rpm", "version": "3.8" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "0.fc36", "source": "rpm", "version": "2.6.2" } ], "nftables": [ { "arch": "x86_64", "epoch": 1, "name": "nftables", "release": "3.fc36", "source": "rpm", "version": "1.0.1" } ], "npth": [ { "arch": "x86_64", "epoch": null, "name": "npth", "release": "8.fc36", "source": "rpm", "version": "1.6" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "5.fc36", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "1.fc36", "source": "rpm", "version": "3.89.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "1.fc36", "source": "rpm", "version": "3.89.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "1.fc36", "source": "rpm", "version": "3.89.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "1.fc36", "source": "rpm", "version": "3.89.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "1.fc36", "source": "rpm", "version": "3.89.0" } ], "ntfs-3g": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g", "release": "1.fc36", "source": "rpm", "version": "2022.10.3" } ], "ntfs-3g-libs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g-libs", "release": "1.fc36", "source": "rpm", "version": "2022.10.3" } ], "ntfs-3g-system-compression": [ { "arch": "x86_64", "epoch": null, "name": "ntfs-3g-system-compression", "release": "9.fc36", "source": "rpm", "version": "1.0" } ], "ntfsprogs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfsprogs", "release": "1.fc36", "source": "rpm", "version": "2022.10.3" } ], "nvidia-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "nvidia-gpu-firmware", "release": "148.fc36", "source": "rpm", "version": "20230310" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc36", "source": "rpm", "version": "2.6.4" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "1.fc36.1", "source": "rpm", "version": "8.8p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "1.fc36.1", "source": "rpm", "version": "8.8p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "1.fc36.1", "source": "rpm", "version": "8.8p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "1.fc36", "source": "rpm", "version": "3.0.8" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-devel", "release": "1.fc36", "source": "rpm", "version": "3.0.8" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "1.fc36", "source": "rpm", "version": "3.0.8" } ], "openssl-pkcs11": [ { "arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "2.fc36", "source": "rpm", "version": "0.4.12" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "9.fc36", "source": "rpm", "version": "1.77" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "2.fc36", "source": "rpm", "version": "0.24.1" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "2.fc36", "source": "rpm", "version": "0.24.1" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "13.fc36", "source": "rpm", "version": "1.5.2" } ], "pam-libs": [ { "arch": "x86_64", "epoch": null, "name": "pam-libs", "release": "13.fc36", "source": "rpm", "version": "1.5.2" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "13.fc36", "source": "rpm", "version": "3.4" } ], "passwd": [ { "arch": "x86_64", "epoch": null, "name": "passwd", "release": "12.fc36", "source": "rpm", "version": "0.80" } ], "pcre": [ { "arch": "x86_64", "epoch": null, "name": "pcre", "release": "1.fc36.1", "source": "rpm", "version": "8.45" } ], "pcre2": [ { "arch": "x86_64", "epoch": null, "name": "pcre2", "release": "1.fc36", "source": "rpm", "version": "10.40" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": null, "name": "pcre2-syntax", "release": "1.fc36", "source": "rpm", "version": "10.40" } ], "pcsc-lite": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite", "release": "1.fc36", "source": "rpm", "version": "1.9.8" } ], "pcsc-lite-ccid": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-ccid", "release": "1.fc36", "source": "rpm", "version": "1.5.0" } ], "pcsc-lite-libs": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-libs", "release": "1.fc36", "source": "rpm", "version": "1.9.8" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": 0, "name": "perl-AutoLoader", "release": "486.fc36", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": 0, "name": "perl-B", "release": "486.fc36", "source": "rpm", "version": "1.82" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "479.fc36", "source": "rpm", "version": "1.52" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": 0, "name": "perl-Class-Struct", "release": "486.fc36", "source": "rpm", "version": "0.66" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "3.fc36", "source": "rpm", "version": "2.183" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "2.fc36", "source": "rpm", "version": "1.20" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "479.fc36", "source": "rpm", "version": "2.58" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": 0, "name": "perl-DynaLoader", "release": "486.fc36", "source": "rpm", "version": "1.50" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Encode", "release": "485.fc36", "source": "rpm", "version": "3.17" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Errno", "release": "486.fc36", "source": "rpm", "version": "1.33" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "8.fc36", "source": "rpm", "version": "0.17029" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "480.fc36", "source": "rpm", "version": "5.76" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Fcntl", "release": "486.fc36", "source": "rpm", "version": "1.14" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Basename", "release": "486.fc36", "source": "rpm", "version": "2.85" } ], "perl-File-Find": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Find", "release": "486.fc36", "source": "rpm", "version": "1.39" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "479.fc36", "source": "rpm", "version": "2.18" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": 1, "name": "perl-File-Temp", "release": "479.fc36", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-stat", "release": "486.fc36", "source": "rpm", "version": "1.09" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": 0, "name": "perl-FileHandle", "release": "486.fc36", "source": "rpm", "version": "2.03" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": 1, "name": "perl-Getopt-Long", "release": "1.fc36", "source": "rpm", "version": "2.54" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": 0, "name": "perl-Getopt-Std", "release": "486.fc36", "source": "rpm", "version": "1.13" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "1.fc36", "source": "rpm", "version": "2.40.1" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "1.fc36", "source": "rpm", "version": "0.082" } ], "perl-IO": [ { "arch": "x86_64", "epoch": 0, "name": "perl-IO", "release": "486.fc36", "source": "rpm", "version": "1.46" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "480.fc36", "source": "rpm", "version": "0.41" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "2.fc36", "source": "rpm", "version": "2.074" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": 0, "name": "perl-IPC-Open3", "release": "486.fc36", "source": "rpm", "version": "1.21" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": null, "name": "perl-MIME-Base64", "release": "479.fc36", "source": "rpm", "version": "3.16" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "2.fc36", "source": "rpm", "version": "20211001" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": 0, "name": "perl-NDBM_File", "release": "486.fc36", "source": "rpm", "version": "1.15" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "2.fc36", "source": "rpm", "version": "1.92" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": 0, "name": "perl-POSIX", "release": "486.fc36", "source": "rpm", "version": "1.97" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "479.fc36", "source": "rpm", "version": "3.80" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "479.fc36", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "480.fc36", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "3.fc36", "source": "rpm", "version": "3.43" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": 4, "name": "perl-Pod-Usage", "release": "479.fc36", "source": "rpm", "version": "2.01" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": 5, "name": "perl-Scalar-List-Utils", "release": "489.fc36", "source": "rpm", "version": "1.63" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": 0, "name": "perl-SelectSaver", "release": "486.fc36", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Socket", "release": "1.fc36", "source": "rpm", "version": "2.036" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Storable", "release": "2.fc36", "source": "rpm", "version": "3.25" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": 0, "name": "perl-Symbol", "release": "486.fc36", "source": "rpm", "version": "1.09" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-ANSIColor", "release": "480.fc36", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-Cap", "release": "479.fc36", "source": "rpm", "version": "1.17" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "12.fc36", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "1.fc36", "source": "rpm", "version": "3.31" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-Tabs+Wrap", "release": "2.fc36", "source": "rpm", "version": "2021.0814" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": 2, "name": "perl-Time-Local", "release": "479.fc36", "source": "rpm", "version": "1.300" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "1.fc36", "source": "rpm", "version": "5.10" } ], "perl-base": [ { "arch": "noarch", "epoch": 0, "name": "perl-base", "release": "486.fc36", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "480.fc36", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": 0, "name": "perl-if", "release": "486.fc36", "source": "rpm", "version": "0.60.900" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": 4, "name": "perl-interpreter", "release": "486.fc36", "source": "rpm", "version": "5.34.1" } ], "perl-lib": [ { "arch": "x86_64", "epoch": 0, "name": "perl-lib", "release": "486.fc36", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": null, "name": "perl-libnet", "release": "480.fc36", "source": "rpm", "version": "3.13" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "486.fc36", "source": "rpm", "version": "5.34.1" } ], "perl-mro": [ { "arch": "x86_64", "epoch": 0, "name": "perl-mro", "release": "486.fc36", "source": "rpm", "version": "1.25" } ], "perl-overload": [ { "arch": "noarch", "epoch": 0, "name": "perl-overload", "release": "486.fc36", "source": "rpm", "version": "1.33" } ], "perl-overloading": [ { "arch": "noarch", "epoch": 0, "name": "perl-overloading", "release": "486.fc36", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "479.fc36", "source": "rpm", "version": "0.238" } ], "perl-podlators": [ { "arch": "noarch", "epoch": 1, "name": "perl-podlators", "release": "479.fc36", "source": "rpm", "version": "4.14" } ], "perl-subs": [ { "arch": "noarch", "epoch": 0, "name": "perl-subs", "release": "486.fc36", "source": "rpm", "version": "1.04" } ], "perl-vars": [ { "arch": "noarch", "epoch": 0, "name": "perl-vars", "release": "486.fc36", "source": "rpm", "version": "1.05" } ], "pigz": [ { "arch": "x86_64", "epoch": null, "name": "pigz", "release": "1.fc36", "source": "rpm", "version": "2.7" } ], "pkgconf": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf", "release": "2.fc36", "source": "rpm", "version": "1.8.0" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": null, "name": "pkgconf-m4", "release": "2.fc36", "source": "rpm", "version": "1.8.0" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf-pkg-config", "release": "2.fc36", "source": "rpm", "version": "1.8.0" } ], "plymouth": [ { "arch": "x86_64", "epoch": null, "name": "plymouth", "release": "1.fc36", "source": "rpm", "version": "22.02.122" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-core-libs", "release": "1.fc36", "source": "rpm", "version": "22.02.122" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-scripts", "release": "1.fc36", "source": "rpm", "version": "22.02.122" } ], "podman": [ { "arch": "x86_64", "epoch": 5, "name": "podman", "release": "3.fc36", "source": "rpm", "version": "4.4.1" } ], "podman-gvproxy": [ { "arch": "x86_64", "epoch": 5, "name": "podman-gvproxy", "release": "3.fc36", "source": "rpm", "version": "4.4.1" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "4.fc36", "source": "rpm", "version": "3.3" } ], "policycoreutils-python-utils": [ { "arch": "noarch", "epoch": null, "name": "policycoreutils-python-utils", "release": "4.fc36", "source": "rpm", "version": "3.3" } ], "polkit": [ { "arch": "x86_64", "epoch": null, "name": "polkit", "release": "5.fc36", "source": "rpm", "version": "0.120" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "5.fc36", "source": "rpm", "version": "0.120" } ], "polkit-pkla-compat": [ { "arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "21.fc36", "source": "rpm", "version": "0.1" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "7.fc36", "source": "rpm", "version": "1.18" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "4.fc36.1", "source": "rpm", "version": "3.3.17" } ], "protobuf-c": [ { "arch": "x86_64", "epoch": null, "name": "protobuf-c", "release": "2.fc36", "source": "rpm", "version": "1.4.1" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "3.fc36", "source": "rpm", "version": "23.4" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "1.fc36", "source": "rpm", "version": "20230318" } ], "python-pip-wheel": [ { "arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "4.fc36", "source": "rpm", "version": "21.3.1" } ], "python-setuptools-wheel": [ { "arch": "noarch", "epoch": null, "name": "python-setuptools-wheel", "release": "4.fc36", "source": "rpm", "version": "59.6.0" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": null, "name": "python-unversioned-command", "release": "1.fc36", "source": "rpm", "version": "3.10.11" } ], "python3": [ { "arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc36", "source": "rpm", "version": "3.10.11" } ], "python3-attrs": [ { "arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "2.fc36", "source": "rpm", "version": "21.4.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "1.fc36", "source": "rpm", "version": "3.1.1" } ], "python3-cffi": [ { "arch": "x86_64", "epoch": null, "name": "python3-cffi", "release": "5.fc36", "source": "rpm", "version": "1.15.0" } ], "python3-charset-normalizer": [ { "arch": "noarch", "epoch": null, "name": "python3-charset-normalizer", "release": "1.fc36", "source": "rpm", "version": "2.0.11" } ], "python3-configobj": [ { "arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "27.fc36", "source": "rpm", "version": "5.0.6" } ], "python3-cryptography": [ { "arch": "x86_64", "epoch": null, "name": "python3-cryptography", "release": "4.fc36", "source": "rpm", "version": "36.0.0" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "8.fc36", "source": "rpm", "version": "2.8.1" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "3.fc36", "source": "rpm", "version": "1.2.18" } ], "python3-distro": [ { "arch": "noarch", "epoch": null, "name": "python3-distro", "release": "2.fc36", "source": "rpm", "version": "1.6.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "1.fc36", "source": "rpm", "version": "4.15.0" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc36", "source": "rpm", "version": "4.4.0" } ], "python3-firewall": [ { "arch": "noarch", "epoch": null, "name": "python3-firewall", "release": "1.fc36", "source": "rpm", "version": "1.2.5" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "1.fc36", "source": "rpm", "version": "3.42.1" } ], "python3-gobject-base-noarch": [ { "arch": "noarch", "epoch": null, "name": "python3-gobject-base-noarch", "release": "1.fc36", "source": "rpm", "version": "3.42.1" } ], "python3-gpg": [ { "arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "4.fc36", "source": "rpm", "version": "1.17.0" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc36", "source": "rpm", "version": "0.70.0" } ], "python3-idna": [ { "arch": "noarch", "epoch": null, "name": "python3-idna", "release": "2.fc36", "source": "rpm", "version": "3.3" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "2.fc36", "source": "rpm", "version": "3.0.3" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "19.fc36", "source": "rpm", "version": "1.21" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "5.fc36", "source": "rpm", "version": "2.0" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "13.fc36", "source": "rpm", "version": "3.2.0" } ], "python3-jwt": [ { "arch": "noarch", "epoch": null, "name": "python3-jwt", "release": "1.fc36", "source": "rpm", "version": "2.4.0" } ], "python3-jwt+crypto": [ { "arch": "noarch", "epoch": null, "name": "python3-jwt+crypto", "release": "1.fc36", "source": "rpm", "version": "2.4.0" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "2.fc36", "source": "rpm", "version": "0.1.18" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc36", "source": "rpm", "version": "0.70.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc36", "source": "rpm", "version": "3.10.11" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "4.fc36", "source": "rpm", "version": "3.3" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "3.fc36", "source": "rpm", "version": "3.3" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python3-lxml", "release": "3.fc36", "source": "rpm", "version": "4.7.1" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "1.fc36", "source": "rpm", "version": "2.1.1" } ], "python3-netifaces": [ { "arch": "x86_64", "epoch": null, "name": "python3-netifaces", "release": "2.fc36", "source": "rpm", "version": "0.11.0" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": 1, "name": "python3-nftables", "release": "3.fc36", "source": "rpm", "version": "1.0.1" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "12.fc36", "source": "rpm", "version": "3.0.2" } ], "python3-oauthlib+signedtoken": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib+signedtoken", "release": "12.fc36", "source": "rpm", "version": "3.0.2" } ], "python3-ply": [ { "arch": "noarch", "epoch": null, "name": "python3-ply", "release": "15.fc36", "source": "rpm", "version": "3.11" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "4.fc36", "source": "rpm", "version": "3.3" } ], "python3-prettytable": [ { "arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "28.fc36", "source": "rpm", "version": "0.7.2" } ], "python3-pycparser": [ { "arch": "noarch", "epoch": null, "name": "python3-pycparser", "release": "6.fc36", "source": "rpm", "version": "2.20" } ], "python3-pyrsistent": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "2.fc36", "source": "rpm", "version": "0.18.1" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "13.fc36", "source": "rpm", "version": "3.4" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "12.fc36", "source": "rpm", "version": "1.7.1" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "3.fc36", "source": "rpm", "version": "6.0" } ], "python3-requests": [ { "arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.fc36", "source": "rpm", "version": "2.27.1" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "3.fc36", "source": "rpm", "version": "4.17.1" } ], "python3-setools": [ { "arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "5.fc36", "source": "rpm", "version": "4.4.0" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "4.fc36", "source": "rpm", "version": "59.6.0" } ], "python3-six": [ { "arch": "noarch", "epoch": null, "name": "python3-six", "release": "5.fc36", "source": "rpm", "version": "1.16.0" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "20.fc36", "source": "rpm", "version": "234" } ], "python3-unbound": [ { "arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "1.fc36", "source": "rpm", "version": "1.17.1" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "1.fc36", "source": "rpm", "version": "1.26.12" } ], "qa-tools": [ { "arch": "noarch", "epoch": null, "name": "qa-tools", "release": "4.fc36", "source": "rpm", "version": "4.1" } ], "qemu-user-static": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-aarch64": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-aarch64", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-alpha": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-alpha", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-arm": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-arm", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-cris": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-cris", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-hexagon": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-hexagon", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-hppa": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-hppa", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-m68k": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-m68k", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-microblaze": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-microblaze", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-mips": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-mips", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-nios2": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-nios2", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-or1k": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-or1k", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-ppc": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-ppc", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-riscv": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-riscv", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-s390x": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-s390x", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-sh4": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-sh4", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-sparc": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-sparc", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-x86": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-x86", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-xtensa": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-xtensa", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "7.fc36", "source": "rpm", "version": "4.06" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "7.fc36", "source": "rpm", "version": "4.06" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "2.fc36", "source": "rpm", "version": "8.2" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.fc36eng", "source": "rpm", "version": "0.4.4" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.fc36eng", "source": "rpm", "version": "0.4.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "1.fc36", "source": "rpm", "version": "6.16" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "31.fc36", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "2.fc36", "source": "rpm", "version": "1.2.6" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "3.fc36", "source": "rpm", "version": "4.17.1" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "3.fc36", "source": "rpm", "version": "4.17.1" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "3.fc36", "source": "rpm", "version": "4.17.1" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "3.fc36", "source": "rpm", "version": "4.17.1" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "3.fc36", "source": "rpm", "version": "4.17.1" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "3.fc36", "source": "rpm", "version": "4.17.1" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "1.fc36", "source": "rpm", "version": "3.2.7" } ], "rtl-sdr": [ { "arch": "x86_64", "epoch": null, "name": "rtl-sdr", "release": "11.fc36", "source": "rpm", "version": "0.6.0" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "10.fc36", "source": "rpm", "version": "4.8" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "1.fc36", "source": "rpm", "version": "36.18" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "1.fc36", "source": "rpm", "version": "36.18" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "1.fc36", "source": "rpm", "version": "2.14.1" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "6.fc36", "source": "rpm", "version": "4.11.1" } ], "shadow-utils-subid": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils-subid", "release": "6.fc36", "source": "rpm", "version": "4.11.1" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "3.fc35", "source": "rpm", "version": "2.1" } ], "slirp4netns": [ { "arch": "x86_64", "epoch": null, "name": "slirp4netns", "release": "0.2.beta.0.fc36", "source": "rpm", "version": "1.2.0" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "5.fc36", "source": "rpm", "version": "3.36.0" } ], "sssd-client": [ { "arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "1.fc36", "source": "rpm", "version": "2.7.4" } ], "sssd-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "1.fc36", "source": "rpm", "version": "2.7.4" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "1.fc36", "source": "rpm", "version": "2.7.4" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "1.fc36", "source": "rpm", "version": "2.7.4" } ], "strace": [ { "arch": "x86_64", "epoch": null, "name": "strace", "release": "1.fc36", "source": "rpm", "version": "6.2" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "1.p2.fc36", "source": "rpm", "version": "1.9.13" } ], "sudo-python-plugin": [ { "arch": "x86_64", "epoch": null, "name": "sudo-python-plugin", "release": "1.p2.fc36", "source": "rpm", "version": "1.9.13" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "2.fc36", "source": "rpm", "version": "250.10" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "2.fc36", "source": "rpm", "version": "250.10" } ], "systemd-networkd": [ { "arch": "x86_64", "epoch": null, "name": "systemd-networkd", "release": "2.fc36", "source": "rpm", "version": "250.10" } ], "systemd-oomd-defaults": [ { "arch": "noarch", "epoch": null, "name": "systemd-oomd-defaults", "release": "2.fc36", "source": "rpm", "version": "250.10" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "2.fc36", "source": "rpm", "version": "250.10" } ], "systemd-resolved": [ { "arch": "x86_64", "epoch": null, "name": "systemd-resolved", "release": "2.fc36", "source": "rpm", "version": "250.10" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "2.fc36", "source": "rpm", "version": "250.10" } ], "systemtap": [ { "arch": "x86_64", "epoch": null, "name": "systemtap", "release": "3.fc36", "source": "rpm", "version": "4.8" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-client", "release": "3.fc36", "source": "rpm", "version": "4.8" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-devel", "release": "3.fc36", "source": "rpm", "version": "4.8" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-runtime", "release": "3.fc36", "source": "rpm", "version": "4.8" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "3.fc36", "source": "rpm", "version": "1.34" } ], "tbb": [ { "arch": "x86_64", "epoch": null, "name": "tbb", "release": "9.fc35", "source": "rpm", "version": "2020.3" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "18.fc36", "source": "rpm", "version": "1.9" } ], "tpm2-tools": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tools", "release": "1.fc36", "source": "rpm", "version": "5.4" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss", "release": "1.fc36", "source": "rpm", "version": "3.2.2" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc36", "source": "rpm", "version": "2023c" } ], "udisks2": [ { "arch": "x86_64", "epoch": null, "name": "udisks2", "release": "4.fc36", "source": "rpm", "version": "2.9.4" } ], "unbound-anchor": [ { "arch": "x86_64", "epoch": null, "name": "unbound-anchor", "release": "1.fc36", "source": "rpm", "version": "1.17.1" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "1.fc36", "source": "rpm", "version": "1.17.1" } ], "unzip": [ { "arch": "x86_64", "epoch": null, "name": "unzip", "release": "57.fc36", "source": "rpm", "version": "6.0" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": null, "name": "userspace-rcu", "release": "4.fc36", "source": "rpm", "version": "0.13.0" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "1.fc36", "source": "rpm", "version": "2.38" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": null, "name": "util-linux-core", "release": "1.fc36", "source": "rpm", "version": "2.38" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "1.fc36", "source": "rpm", "version": "9.0.1486" } ], "vim-data": [ { "arch": "noarch", "epoch": 2, "name": "vim-data", "release": "1.fc36", "source": "rpm", "version": "9.0.1486" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": 2, "name": "vim-default-editor", "release": "1.fc36", "source": "rpm", "version": "9.0.1486" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "1.fc36", "source": "rpm", "version": "9.0.1486" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": 2, "name": "vim-filesystem", "release": "1.fc36", "source": "rpm", "version": "9.0.1486" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc36", "source": "rpm", "version": "9.0.1486" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": null, "name": "volume_key-libs", "release": "15.fc36", "source": "rpm", "version": "0.3.12" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "1.fc36", "source": "rpm", "version": "1.21.3" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "32.fc36", "source": "rpm", "version": "2.21" } ], "whois-nls": [ { "arch": "noarch", "epoch": null, "name": "whois-nls", "release": "1.fc36", "source": "rpm", "version": "5.5.15" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "2.fc36", "source": "rpm", "version": "5.14.2" } ], "xkeyboard-config": [ { "arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "1.fc36", "source": "rpm", "version": "2.35.1" } ], "xxd": [ { "arch": "x86_64", "epoch": 2, "name": "xxd", "release": "1.fc36", "source": "rpm", "version": "9.0.1486" } ], "xxhash-libs": [ { "arch": "x86_64", "epoch": null, "name": "xxhash-libs", "release": "2.fc36", "source": "rpm", "version": "0.8.1" } ], "xz": [ { "arch": "x86_64", "epoch": null, "name": "xz", "release": "1.fc36", "source": "rpm", "version": "5.4.1" } ], "xz-devel": [ { "arch": "x86_64", "epoch": null, "name": "xz-devel", "release": "1.fc36", "source": "rpm", "version": "5.4.1" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "1.fc36", "source": "rpm", "version": "5.4.1" } ], "yajl": [ { "arch": "x86_64", "epoch": null, "name": "yajl", "release": "18.fc36", "source": "rpm", "version": "2.1.0" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "1.fc36", "source": "rpm", "version": "4.15.0" } ], "zchunk-libs": [ { "arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "1.fc36", "source": "rpm", "version": "1.3.1" } ], "zip": [ { "arch": "x86_64", "epoch": null, "name": "zip", "release": "32.fc36", "source": "rpm", "version": "3.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "33.fc36", "source": "rpm", "version": "1.2.11" } ], "zlib-devel": [ { "arch": "x86_64", "epoch": null, "name": "zlib-devel", "release": "33.fc36", "source": "rpm", "version": "1.2.11" } ], "zram-generator": [ { "arch": "x86_64", "epoch": null, "name": "zram-generator", "release": "1.fc36", "source": "rpm", "version": "1.1.2" } ], "zram-generator-defaults": [ { "arch": "noarch", "epoch": null, "name": "zram-generator-defaults", "release": "1.fc36", "source": "rpm", "version": "1.1.2" } ] } }, "changed": false } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:9 Sunday 28 May 2023 03:32:11 +0000 (0:00:00.728) 0:02:45.198 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:16 Sunday 28 May 2023 03:32:11 +0000 (0:00:00.073) 0:02:45.272 ************ ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.035809", "end": "2023-05-28 03:32:11.767934", "rc": 0, "start": "2023-05-28 03:32:11.732125" } STDOUT: podman version 4.4.1 TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:21 Sunday 28 May 2023 03:32:11 +0000 (0:00:00.267) 0:02:45.539 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:31 Sunday 28 May 2023 03:32:11 +0000 (0:00:00.059) 0:02:45.599 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 28 May 2023 03:32:12 +0000 (0:00:00.121) 0:02:45.720 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 28 May 2023 03:32:12 +0000 (0:00:00.071) 0:02:45.791 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 28 May 2023 03:32:12 +0000 (0:00:00.069) 0:02:45.861 ************ ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 28 May 2023 03:32:12 +0000 (0:00:00.076) 0:02:45.937 ************ ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 28 May 2023 03:32:12 +0000 (0:00:00.261) 0:02:46.198 ************ ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 28 May 2023 03:32:12 +0000 (0:00:00.072) 0:02:46.270 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:50 Sunday 28 May 2023 03:32:12 +0000 (0:00:00.059) 0:02:46.330 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:59 Sunday 28 May 2023 03:32:12 +0000 (0:00:00.061) 0:02:46.392 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:68 Sunday 28 May 2023 03:32:12 +0000 (0:00:00.058) 0:02:46.451 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:37 Sunday 28 May 2023 03:32:12 +0000 (0:00:00.088) 0:02:46.539 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:55 Sunday 28 May 2023 03:32:12 +0000 (0:00:00.067) 0:02:46.606 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Sunday 28 May 2023 03:32:12 +0000 (0:00:00.087) 0:02:46.694 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Sunday 28 May 2023 03:32:13 +0000 (0:00:00.058) 0:02:46.753 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:58 Sunday 28 May 2023 03:32:13 +0000 (0:00:00.057) 0:02:46.810 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Sunday 28 May 2023 03:32:13 +0000 (0:00:00.088) 0:02:46.899 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Sunday 28 May 2023 03:32:13 +0000 (0:00:00.059) 0:02:46.958 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:61 Sunday 28 May 2023 03:32:13 +0000 (0:00:00.060) 0:02:47.019 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Sunday 28 May 2023 03:32:13 +0000 (0:00:00.117) 0:02:47.137 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Sunday 28 May 2023 03:32:13 +0000 (0:00:00.064) 0:02:47.201 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:64 Sunday 28 May 2023 03:32:13 +0000 (0:00:00.069) 0:02:47.271 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Sunday 28 May 2023 03:32:13 +0000 (0:00:00.099) 0:02:47.370 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Sunday 28 May 2023 03:32:13 +0000 (0:00:00.059) 0:02:47.429 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Sunday 28 May 2023 03:32:13 +0000 (0:00:00.059) 0:02:47.489 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Sunday 28 May 2023 03:32:13 +0000 (0:00:00.059) 0:02:47.549 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:70 Sunday 28 May 2023 03:32:13 +0000 (0:00:00.057) 0:02:47.607 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:77 Sunday 28 May 2023 03:32:13 +0000 (0:00:00.057) 0:02:47.664 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Sunday 28 May 2023 03:32:14 +0000 (0:00:00.058) 0:02:47.723 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml for sut included: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml for sut included: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml for sut TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Sunday 28 May 2023 03:32:14 +0000 (0:00:00.202) 0:02:47.925 ************ ok: [sut] => { "ansible_facts": { "__podman_kube_spec": { "debug": true, "log_level": "debug", "state": "absent" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd1\nspec:\n containers:\n - command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n image: quay.io/libpod/testimage:20210610\n name: httpd1\n ports:\n - containerPort: 80\n hostPort: 15001\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/httpd1\n name: www\n - hostPath:\n path: /tmp/httpd1-create\n name: create\n" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:33 Sunday 28 May 2023 03:32:14 +0000 (0:00:00.066) 0:02:47.992 ************ ok: [sut] => { "ansible_facts": { "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd1" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd1", "ports": [ { "containerPort": 80, "hostPort": 15001 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/httpd1-create" }, "name": "create" } ] } }, "__podman_kube_file": "", "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "user1" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:54 Sunday 28 May 2023 03:32:14 +0000 (0:00:00.066) 0:02:48.058 ************ ok: [sut] => { "ansible_facts": { "__podman_kube_name": "httpd1", "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Sunday 28 May 2023 03:32:14 +0000 (0:00:00.063) 0:02:48.122 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 28 May 2023 03:32:14 +0000 (0:00:00.090) 0:02:48.212 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 28 May 2023 03:32:14 +0000 (0:00:00.261) 0:02:48.474 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 28 May 2023 03:32:14 +0000 (0:00:00.077) 0:02:48.551 ************ ok: [sut] => { "ansible_facts": { "__podman_group": "1001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 28 May 2023 03:32:14 +0000 (0:00:00.147) 0:02:48.699 ************ ok: [sut] => { "ansible_facts": { "getent_group": { "user1": [ "x", "1001", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 28 May 2023 03:32:15 +0000 (0:00:00.275) 0:02:48.974 ************ ok: [sut] => { "ansible_facts": { "__podman_group_name": "user1" }, "changed": false } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 28 May 2023 03:32:15 +0000 (0:00:00.076) 0:02:49.050 ************ ok: [sut] => { "changed": false, "examined": 177, "files": [ { "atime": 1685244657.2009225, "ctime": 1685244567.5855758, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 190179, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1685244567.584576, "nlink": 1, "path": "/etc/subuid", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 39, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 1 } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:50 Sunday 28 May 2023 03:32:15 +0000 (0:00:00.253) 0:02:49.304 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:59 Sunday 28 May 2023 03:32:15 +0000 (0:00:00.062) 0:02:49.366 ************ ok: [sut] => { "changed": false, "examined": 177, "files": [ { "atime": 1685244657.50292, "ctime": 1685244567.5915759, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 190180, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1685244567.5885758, "nlink": 1, "path": "/etc/subgid", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 39, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 1 } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:68 Sunday 28 May 2023 03:32:15 +0000 (0:00:00.246) 0:02:49.613 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if no kube spec is given] *************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:63 Sunday 28 May 2023 03:32:15 +0000 (0:00:00.060) 0:02:49.673 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:72 Sunday 28 May 2023 03:32:16 +0000 (0:00:00.068) 0:02:49.742 ************ ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/user1", "__podman_xdg_runtime_dir": "/run/user/1001" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:84 Sunday 28 May 2023 03:32:16 +0000 (0:00:00.089) 0:02:49.832 ************ ok: [sut] => { "ansible_facts": { "__podman_kube_path": "/home/user1/.config/containers/ansible-kubernetes.d" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:90 Sunday 28 May 2023 03:32:16 +0000 (0:00:00.061) 0:02:49.894 ************ ok: [sut] => { "ansible_facts": { "__podman_kube_file": "/home/user1/.config/containers/ansible-kubernetes.d/httpd1.yml" }, "changed": false } TASK [linux-system-roles.podman : Get service name using systemd-escape] ******* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:98 Sunday 28 May 2023 03:32:16 +0000 (0:00:00.137) 0:02:50.031 ************ ok: [sut] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/home/user1/.config/containers/ansible-kubernetes.d/httpd1.yml" ], "delta": "0:00:00.006387", "end": "2023-05-28 03:32:16.514277", "rc": 0, "start": "2023-05-28 03:32:16.507890" } STDOUT: podman-kube@-home-user1-.config-containers-ansible\x2dkubernetes.d-httpd1.yml.service TASK [linux-system-roles.podman : Cleanup containers and services] ************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:106 Sunday 28 May 2023 03:32:16 +0000 (0:00:00.249) 0:02:50.281 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml for sut TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:2 Sunday 28 May 2023 03:32:16 +0000 (0:00:00.107) 0:02:50.388 ************ changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "podman-kube@-home-user1-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sun 2023-05-28 03:31:07 UTC", "ActiveEnterTimestampMonotonic": "867335805", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "-.mount network-online.target \"app-podman\\\\x2dkube.slice\" basic.target run-user-1001.mount", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sun 2023-05-28 03:31:06 UTC", "AssertTimestampMonotonic": "866194859", "Before": "shutdown.target default.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "644343000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sun 2023-05-28 03:31:06 UTC", "ConditionTimestampMonotonic": "866194855", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/user.slice/user-1001.slice/user@1001.service/app.slice/app-podman\\x2dkube.slice/podman-kube@-home-user1-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-home-user1-.config-containers-ansible\\\\x2dkubernetes.d-httpd1.yml.service\"", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "7502", "ExecMainStartTimestamp": "Sun 2023-05-28 03:31:06 UTC", "ExecMainStartTimestampMonotonic": "866201199", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/user1/.config/containers/ansible-kubernetes.d/httpd1.yml ; ignore_errors=no ; start_time=[Sun 2023-05-28 03:31:06 UTC] ; stop_time=[n/a] ; pid=7502 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/user1/.config/containers/ansible-kubernetes.d/httpd1.yml ; flags= ; start_time=[Sun 2023-05-28 03:31:06 UTC] ; stop_time=[n/a] ; pid=7502 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/user1/.config/containers/ansible-kubernetes.d/httpd1.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/user1/.config/containers/ansible-kubernetes.d/httpd1.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/user/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "podman-kube@-home-user1-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sun 2023-05-28 03:31:06 UTC", "InactiveExitTimestampMonotonic": "866201549", "InvocationID": "fbe574e277eb427493c6170eb08ea312", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14741", "LimitNPROCSoft": "14741", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14741", "LimitSIGPENDINGSoft": "14741", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "7502", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "28299264", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-home-user1-.config-containers-ansible\\\\x2dkubernetes.d-httpd1.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "200", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "basic.target \"app-podman\\\\x2dkube.slice\"", "RequiresMountsFor": "/run/user/1001/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "app-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sun 2023-05-28 03:31:07 UTC", "StateChangeTimestampMonotonic": "867335805", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "24", "TasksMax": "4422", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "default.target", "Wants": "network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "!/home/user1" } } TASK [linux-system-roles.podman : Remove pod/containers] *********************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:19 Sunday 28 May 2023 03:32:17 +0000 (0:00:01.141) 0:02:51.529 ************ ok: [sut] => { "actions": [ "/usr/bin/podman pod ps -q --filter name=httpd1$", "/usr/bin/podman pod ps -q --filter name=httpd1-pod-*" ], "changed": false } TASK [linux-system-roles.podman : Remove kubernetes yaml file] ***************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:28 Sunday 28 May 2023 03:32:18 +0000 (0:00:00.398) 0:02:51.928 ************ changed: [sut] => { "changed": true, "path": "/home/user1/.config/containers/ansible-kubernetes.d/httpd1.yml", "state": "absent" } TASK [linux-system-roles.podman : Gather facts for all containers] ************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:33 Sunday 28 May 2023 03:32:18 +0000 (0:00:00.282) 0:02:52.211 ************ ok: [sut] => { "changed": false, "containers": [] } TASK [linux-system-roles.podman : Cancel linger if no more containers are running] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:41 Sunday 28 May 2023 03:32:18 +0000 (0:00:00.368) 0:02:52.579 ************ changed: [sut] => { "changed": true, "cmd": [ "loginctl", "disable-linger", "user1" ], "delta": "0:00:00.008956", "end": "2023-05-28 03:32:19.063444", "rc": 0, "start": "2023-05-28 03:32:19.054488" } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:48 Sunday 28 May 2023 03:32:19 +0000 (0:00:00.264) 0:02:52.843 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update containers and services] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:110 Sunday 28 May 2023 03:32:19 +0000 (0:00:00.064) 0:02:52.908 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Sunday 28 May 2023 03:32:19 +0000 (0:00:00.062) 0:02:52.971 ************ ok: [sut] => { "ansible_facts": { "__podman_kube_spec": { "debug": true, "log_level": "debug", "state": "absent" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd2\nspec:\n containers:\n - command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n image: quay.io/libpod/testimage:20210610\n name: httpd2\n ports:\n - containerPort: 80\n hostPort: 15002\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/httpd2\n name: www\n - hostPath:\n path: /tmp/httpd2-create\n name: create\n" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:33 Sunday 28 May 2023 03:32:19 +0000 (0:00:00.071) 0:02:53.042 ************ ok: [sut] => { "ansible_facts": { "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd2" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd2", "ports": [ { "containerPort": 80, "hostPort": 15002 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/httpd2-create" }, "name": "create" } ] } }, "__podman_kube_file": "", "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:54 Sunday 28 May 2023 03:32:19 +0000 (0:00:00.066) 0:02:53.109 ************ ok: [sut] => { "ansible_facts": { "__podman_kube_name": "httpd2", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Sunday 28 May 2023 03:32:19 +0000 (0:00:00.062) 0:02:53.171 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 28 May 2023 03:32:19 +0000 (0:00:00.083) 0:02:53.255 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 28 May 2023 03:32:19 +0000 (0:00:00.287) 0:02:53.542 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 28 May 2023 03:32:19 +0000 (0:00:00.070) 0:02:53.612 ************ ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 28 May 2023 03:32:19 +0000 (0:00:00.073) 0:02:53.686 ************ ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 28 May 2023 03:32:20 +0000 (0:00:00.265) 0:02:53.952 ************ ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 28 May 2023 03:32:20 +0000 (0:00:00.092) 0:02:54.044 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:50 Sunday 28 May 2023 03:32:20 +0000 (0:00:00.068) 0:02:54.112 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:59 Sunday 28 May 2023 03:32:20 +0000 (0:00:00.064) 0:02:54.177 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:68 Sunday 28 May 2023 03:32:20 +0000 (0:00:00.064) 0:02:54.242 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if no kube spec is given] *************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:63 Sunday 28 May 2023 03:32:20 +0000 (0:00:00.061) 0:02:54.303 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:72 Sunday 28 May 2023 03:32:20 +0000 (0:00:00.094) 0:02:54.398 ************ ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:84 Sunday 28 May 2023 03:32:20 +0000 (0:00:00.084) 0:02:54.483 ************ ok: [sut] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:90 Sunday 28 May 2023 03:32:20 +0000 (0:00:00.061) 0:02:54.544 ************ ok: [sut] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/httpd2.yml" }, "changed": false } TASK [linux-system-roles.podman : Get service name using systemd-escape] ******* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:98 Sunday 28 May 2023 03:32:20 +0000 (0:00:00.065) 0:02:54.609 ************ ok: [sut] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.006576", "end": "2023-05-28 03:32:21.091101", "rc": 0, "start": "2023-05-28 03:32:21.084525" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd2.yml.service TASK [linux-system-roles.podman : Cleanup containers and services] ************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:106 Sunday 28 May 2023 03:32:21 +0000 (0:00:00.247) 0:02:54.857 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml for sut TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:2 Sunday 28 May 2023 03:32:21 +0000 (0:00:00.107) 0:02:54.965 ************ changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sun 2023-05-28 03:31:17 UTC", "ActiveEnterTimestampMonotonic": "876715020", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target -.mount systemd-journald.socket \"system-podman\\\\x2dkube.slice\" network-online.target sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sun 2023-05-28 03:31:16 UTC", "AssertTimestampMonotonic": "875566528", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "607215000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sun 2023-05-28 03:31:16 UTC", "ConditionTimestampMonotonic": "875566525", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/system-podman\\x2dkube.slice/podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.yml.service\"", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "8213", "ExecMainStartTimestamp": "Sun 2023-05-28 03:31:16 UTC", "ExecMainStartTimestampMonotonic": "875579158", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd2.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd2.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd2.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd2.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sun 2023-05-28 03:31:16 UTC", "InactiveExitTimestampMonotonic": "875579629", "InvocationID": "d0889592feb747eca341bec31e40343d", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14741", "LimitNPROCSoft": "14741", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14741", "LimitSIGPENDINGSoft": "14741", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "8213", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "24289280", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target \"system-podman\\\\x2dkube.slice\" -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sun 2023-05-28 03:31:17 UTC", "StateChangeTimestampMonotonic": "876715020", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "12", "TasksMax": "4422", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [linux-system-roles.podman : Remove pod/containers] *********************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:19 Sunday 28 May 2023 03:32:22 +0000 (0:00:01.064) 0:02:56.029 ************ ok: [sut] => { "actions": [ "/usr/bin/podman pod ps -q --filter name=httpd2$", "/usr/bin/podman pod ps -q --filter name=httpd2-pod-*" ], "changed": false } TASK [linux-system-roles.podman : Remove kubernetes yaml file] ***************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:28 Sunday 28 May 2023 03:32:22 +0000 (0:00:00.390) 0:02:56.420 ************ changed: [sut] => { "changed": true, "path": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "state": "absent" } TASK [linux-system-roles.podman : Gather facts for all containers] ************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:33 Sunday 28 May 2023 03:32:22 +0000 (0:00:00.249) 0:02:56.670 ************ ok: [sut] => { "changed": false, "containers": [ { "AppArmorProfile": "", "Args": [ "-P" ], "BoundingCaps": [ "CAP_CHOWN", "CAP_DAC_OVERRIDE", "CAP_FOWNER", "CAP_FSETID", "CAP_KILL", "CAP_NET_BIND_SERVICE", "CAP_SETFCAP", "CAP_SETGID", "CAP_SETPCAP", "CAP_SETUID", "CAP_SYS_CHROOT" ], "Config": { "Annotations": { "io.container.manager": "libpod", "org.opencontainers.image.stopSignal": "15" }, "AttachStderr": false, "AttachStdin": false, "AttachStdout": false, "Cmd": null, "CreateCommand": [ "/usr/bin/podman", "kube", "play", "--replace", "--service-container=true", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "Domainname": "", "Entrypoint": "/catatonit -P", "Env": [ "HOSTNAME=fa43f8705bc6" ], "HealthcheckOnFailureAction": "none", "Hostname": "fa43f8705bc6", "Image": "localhost/podman-pause:4.4.1-1676629882", "Labels": { "PODMAN_SYSTEMD_UNIT": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service" }, "OnBuild": null, "OpenStdin": false, "Passwd": true, "StdinOnce": false, "StopSignal": 15, "StopTimeout": 0, "Timeout": 0, "Tty": false, "Umask": "0000", "User": "", "Volumes": null, "WorkingDir": "/", "sdNotifyMode": "ignore" }, "ConmonPidFile": "/run/containers/storage/overlay-containers/fa43f8705bc6c9e46512a03aadc62c76373edd1ac3a8a42515f13d0d4fc7bbf2/userdata/conmon.pid", "Created": "2023-05-28T03:31:24.782546761Z", "Dependencies": [], "Driver": "overlay", "EffectiveCaps": [ "CAP_CHOWN", "CAP_DAC_OVERRIDE", "CAP_FOWNER", "CAP_FSETID", "CAP_KILL", "CAP_NET_BIND_SERVICE", "CAP_SETFCAP", "CAP_SETGID", "CAP_SETPCAP", "CAP_SETUID", "CAP_SYS_CHROOT" ], "ExecIDs": [], "GraphDriver": { "Data": { "LowerDir": "/var/lib/containers/storage/overlay/5a432141c8a87968d7acf6de2dbf8588ac997a7a2eae3283ce66c1d2991952f5/diff", "MergedDir": "/var/lib/containers/storage/overlay/ed9e69bb7efcfff3e0b4623ff56b236d5e83fe9a2d64dd868bd25726d43e377a/merged", "UpperDir": "/var/lib/containers/storage/overlay/ed9e69bb7efcfff3e0b4623ff56b236d5e83fe9a2d64dd868bd25726d43e377a/diff", "WorkDir": "/var/lib/containers/storage/overlay/ed9e69bb7efcfff3e0b4623ff56b236d5e83fe9a2d64dd868bd25726d43e377a/work" }, "Name": "overlay" }, "HostConfig": { "AutoRemove": false, "Binds": [], "BlkioDeviceReadBps": null, "BlkioDeviceReadIOps": null, "BlkioDeviceWriteBps": null, "BlkioDeviceWriteIOps": null, "BlkioWeight": 0, "BlkioWeightDevice": null, "CapAdd": [], "CapDrop": [], "Cgroup": "", "CgroupConf": null, "CgroupManager": "systemd", "CgroupMode": "private", "CgroupParent": "", "Cgroups": "default", "ConsoleSize": [ 0, 0 ], "ContainerIDFile": "", "CpuCount": 0, "CpuPercent": 0, "CpuPeriod": 0, "CpuQuota": 0, "CpuRealtimePeriod": 0, "CpuRealtimeRuntime": 0, "CpuShares": 0, "CpusetCpus": "", "CpusetMems": "", "Devices": [], "DiskQuota": 0, "Dns": [], "DnsOptions": [], "DnsSearch": [], "ExtraHosts": [], "GroupAdd": [], "IOMaximumBandwidth": 0, "IOMaximumIOps": 0, "IpcMode": "shareable", "Isolation": "", "KernelMemory": 0, "Links": null, "LogConfig": { "Config": null, "Path": "/var/lib/containers/storage/overlay-containers/fa43f8705bc6c9e46512a03aadc62c76373edd1ac3a8a42515f13d0d4fc7bbf2/userdata/ctr.log", "Size": "0B", "Tag": "", "Type": "" }, "Memory": 0, "MemoryReservation": 0, "MemorySwap": 0, "MemorySwappiness": 0, "NanoCpus": 0, "NetworkMode": "none", "OomKillDisable": false, "OomScoreAdj": 0, "PidMode": "private", "PidsLimit": 0, "PortBindings": {}, "Privileged": false, "PublishAllPorts": false, "ReadonlyRootfs": true, "RestartPolicy": { "MaximumRetryCount": 0, "Name": "" }, "Runtime": "oci", "SecurityOpt": [], "ShmSize": 65536000, "Tmpfs": {}, "UTSMode": "private", "Ulimits": [ { "Hard": 1048576, "Name": "RLIMIT_NOFILE", "Soft": 1048576 }, { "Hard": 4194304, "Name": "RLIMIT_NPROC", "Soft": 4194304 } ], "UsernsMode": "", "VolumeDriver": "", "VolumesFrom": null }, "HostnamePath": "/run/containers/storage/overlay-containers/fa43f8705bc6c9e46512a03aadc62c76373edd1ac3a8a42515f13d0d4fc7bbf2/userdata/hostname", "HostsPath": "/run/containers/storage/overlay-containers/fa43f8705bc6c9e46512a03aadc62c76373edd1ac3a8a42515f13d0d4fc7bbf2/userdata/hosts", "Id": "fa43f8705bc6c9e46512a03aadc62c76373edd1ac3a8a42515f13d0d4fc7bbf2", "Image": "18bb64c7b307e4778204bce2a3ff045c764a61b9d81049afb80a4c2bbd0c3ab1", "ImageDigest": "sha256:d13610b191923f94a8887e2ab3af96bf10e05e66c813c402fcf50a00e4f85501", "ImageName": "localhost/podman-pause:4.4.1-1676629882", "IsInfra": false, "IsService": true, "MountLabel": "system_u:object_r:container_file_t:s0:c151,c718", "Mounts": [], "Name": "9729ec0f1bd5-service", "Namespace": "", "NetworkSettings": { "Bridge": "", "EndpointID": "", "Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "HairpinMode": false, "IPAddress": "", "IPPrefixLen": 0, "IPv6Gateway": "", "LinkLocalIPv6Address": "", "LinkLocalIPv6PrefixLen": 0, "MacAddress": "", "Ports": {}, "SandboxID": "", "SandboxKey": "" }, "OCIConfigPath": "/var/lib/containers/storage/overlay-containers/fa43f8705bc6c9e46512a03aadc62c76373edd1ac3a8a42515f13d0d4fc7bbf2/userdata/config.json", "OCIRuntime": "crun", "Path": "/catatonit", "PidFile": "/run/containers/storage/overlay-containers/fa43f8705bc6c9e46512a03aadc62c76373edd1ac3a8a42515f13d0d4fc7bbf2/userdata/pidfile", "Pod": "", "ProcessLabel": "system_u:system_r:container_t:s0:c151,c718", "ResolvConfPath": "", "RestartCount": 0, "Rootfs": "", "State": { "CgroupPath": "/machine.slice/libpod-fa43f8705bc6c9e46512a03aadc62c76373edd1ac3a8a42515f13d0d4fc7bbf2.scope", "CheckpointedAt": "0001-01-01T00:00:00Z", "ConmonPid": 8873, "Dead": false, "Error": "", "ExitCode": 0, "FinishedAt": "0001-01-01T00:00:00Z", "Health": { "FailingStreak": 0, "Log": null, "Status": "" }, "OOMKilled": false, "OciVersion": "1.0.2-dev", "Paused": false, "Pid": 8875, "Restarting": false, "RestoredAt": "0001-01-01T00:00:00Z", "Running": true, "StartedAt": "2023-05-28T03:31:25.115905211Z", "Status": "running" }, "StaticDir": "/var/lib/containers/storage/overlay-containers/fa43f8705bc6c9e46512a03aadc62c76373edd1ac3a8a42515f13d0d4fc7bbf2/userdata" }, { "AppArmorProfile": "", "Args": [ "-P" ], "BoundingCaps": [ "CAP_CHOWN", "CAP_DAC_OVERRIDE", "CAP_FOWNER", "CAP_FSETID", "CAP_KILL", "CAP_NET_BIND_SERVICE", "CAP_SETFCAP", "CAP_SETGID", "CAP_SETPCAP", "CAP_SETUID", "CAP_SYS_CHROOT" ], "Config": { "Annotations": { "io.container.manager": "libpod", "org.opencontainers.image.base.digest": "", "org.opencontainers.image.base.name": "", "org.opencontainers.image.stopSignal": "15" }, "AttachStderr": false, "AttachStdin": false, "AttachStdout": false, "Cmd": null, "CreateCommand": [ "/usr/bin/podman", "kube", "play", "--replace", "--service-container=true", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "Domainname": "", "Entrypoint": "/catatonit -P", "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "TERM=xterm", "container=podman", "HOSTNAME=httpd3" ], "HealthcheckOnFailureAction": "none", "Hostname": "httpd3", "Image": "localhost/podman-pause:4.4.1-1676629882", "Labels": { "PODMAN_SYSTEMD_UNIT": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "io.buildah.version": "1.29.0" }, "OnBuild": null, "OpenStdin": false, "Passwd": true, "StdinOnce": false, "StopSignal": 15, "StopTimeout": 10, "Timeout": 0, "Tty": false, "Umask": "0000", "User": "", "Volumes": null, "WorkingDir": "/", "sdNotifyMode": "ignore" }, "ConmonPidFile": "/run/containers/storage/overlay-containers/2520de7d650a4a4d8cabd9ac6e186ed1dd2126ea2d2c75392392154f39e01f7f/userdata/conmon.pid", "Created": "2023-05-28T03:31:24.829663354Z", "Dependencies": [], "Driver": "overlay", "EffectiveCaps": [ "CAP_CHOWN", "CAP_DAC_OVERRIDE", "CAP_FOWNER", "CAP_FSETID", "CAP_KILL", "CAP_NET_BIND_SERVICE", "CAP_SETFCAP", "CAP_SETGID", "CAP_SETPCAP", "CAP_SETUID", "CAP_SYS_CHROOT" ], "ExecIDs": [], "GraphDriver": { "Data": { "LowerDir": "/var/lib/containers/storage/overlay/5a432141c8a87968d7acf6de2dbf8588ac997a7a2eae3283ce66c1d2991952f5/diff", "MergedDir": "/var/lib/containers/storage/overlay/04510b20415e553d74a5aff16f9870f50b85b8884c42f6a17a4c1824bbfadcad/merged", "UpperDir": "/var/lib/containers/storage/overlay/04510b20415e553d74a5aff16f9870f50b85b8884c42f6a17a4c1824bbfadcad/diff", "WorkDir": "/var/lib/containers/storage/overlay/04510b20415e553d74a5aff16f9870f50b85b8884c42f6a17a4c1824bbfadcad/work" }, "Name": "overlay" }, "HostConfig": { "AutoRemove": false, "Binds": [], "BlkioDeviceReadBps": null, "BlkioDeviceReadIOps": null, "BlkioDeviceWriteBps": null, "BlkioDeviceWriteIOps": null, "BlkioWeight": 0, "BlkioWeightDevice": null, "CapAdd": [], "CapDrop": [], "Cgroup": "", "CgroupConf": null, "CgroupManager": "systemd", "CgroupMode": "private", "CgroupParent": "machine.slice/machine-libpod_pod_cf1a134aaf7884fd18aa8f2cfc2da467e0cf330085b85e1b2a64c73e35b9246c.slice", "Cgroups": "default", "ConsoleSize": [ 0, 0 ], "ContainerIDFile": "", "CpuCount": 0, "CpuPercent": 0, "CpuPeriod": 0, "CpuQuota": 0, "CpuRealtimePeriod": 0, "CpuRealtimeRuntime": 0, "CpuShares": 0, "CpusetCpus": "", "CpusetMems": "", "Devices": [], "DiskQuota": 0, "Dns": [], "DnsOptions": [], "DnsSearch": [], "ExtraHosts": [], "GroupAdd": [], "IOMaximumBandwidth": 0, "IOMaximumIOps": 0, "IpcMode": "shareable", "Isolation": "", "KernelMemory": 0, "Links": null, "LogConfig": { "Config": null, "Path": "", "Size": "0B", "Tag": "", "Type": "journald" }, "Memory": 0, "MemoryReservation": 0, "MemorySwap": 0, "MemorySwappiness": 0, "NanoCpus": 0, "NetworkMode": "bridge", "OomKillDisable": false, "OomScoreAdj": 0, "PidMode": "private", "PidsLimit": 0, "PortBindings": { "80/tcp": [ { "HostIp": "", "HostPort": "15003" } ] }, "Privileged": false, "PublishAllPorts": false, "ReadonlyRootfs": true, "RestartPolicy": { "MaximumRetryCount": 0, "Name": "" }, "Runtime": "oci", "SecurityOpt": [], "ShmSize": 65536000, "Tmpfs": {}, "UTSMode": "private", "Ulimits": [ { "Hard": 1048576, "Name": "RLIMIT_NOFILE", "Soft": 1048576 }, { "Hard": 4194304, "Name": "RLIMIT_NPROC", "Soft": 4194304 } ], "UsernsMode": "", "VolumeDriver": "", "VolumesFrom": null }, "HostnamePath": "/run/containers/storage/overlay-containers/2520de7d650a4a4d8cabd9ac6e186ed1dd2126ea2d2c75392392154f39e01f7f/userdata/hostname", "HostsPath": "/run/containers/storage/overlay-containers/2520de7d650a4a4d8cabd9ac6e186ed1dd2126ea2d2c75392392154f39e01f7f/userdata/hosts", "Id": "2520de7d650a4a4d8cabd9ac6e186ed1dd2126ea2d2c75392392154f39e01f7f", "Image": "18bb64c7b307e4778204bce2a3ff045c764a61b9d81049afb80a4c2bbd0c3ab1", "ImageDigest": "sha256:d13610b191923f94a8887e2ab3af96bf10e05e66c813c402fcf50a00e4f85501", "ImageName": "localhost/podman-pause:4.4.1-1676629882", "IsInfra": true, "IsService": false, "MountLabel": "system_u:object_r:container_file_t:s0:c134,c952", "Mounts": [], "Name": "cf1a134aaf78-infra", "Namespace": "", "NetworkSettings": { "Bridge": "", "EndpointID": "", "Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "HairpinMode": false, "IPAddress": "", "IPPrefixLen": 0, "IPv6Gateway": "", "LinkLocalIPv6Address": "", "LinkLocalIPv6PrefixLen": 0, "MacAddress": "", "Networks": { "podman-default-kube-network": { "Aliases": [ "2520de7d650a" ], "DriverOpts": null, "EndpointID": "", "Gateway": "10.89.0.1", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "IPAMConfig": null, "IPAddress": "10.89.0.5", "IPPrefixLen": 24, "IPv6Gateway": "", "Links": null, "MacAddress": "7a:7a:6b:94:fe:8d", "NetworkID": "podman-default-kube-network" } }, "Ports": { "80/tcp": [ { "HostIp": "", "HostPort": "15003" } ] }, "SandboxID": "", "SandboxKey": "/run/netns/netns-367721de-6995-48d3-a039-e1ea75e50566" }, "OCIConfigPath": "/var/lib/containers/storage/overlay-containers/2520de7d650a4a4d8cabd9ac6e186ed1dd2126ea2d2c75392392154f39e01f7f/userdata/config.json", "OCIRuntime": "crun", "Path": "/catatonit", "PidFile": "/run/containers/storage/overlay-containers/2520de7d650a4a4d8cabd9ac6e186ed1dd2126ea2d2c75392392154f39e01f7f/userdata/pidfile", "Pod": "cf1a134aaf7884fd18aa8f2cfc2da467e0cf330085b85e1b2a64c73e35b9246c", "ProcessLabel": "system_u:system_r:container_t:s0:c134,c952", "ResolvConfPath": "/run/containers/storage/overlay-containers/2520de7d650a4a4d8cabd9ac6e186ed1dd2126ea2d2c75392392154f39e01f7f/userdata/resolv.conf", "RestartCount": 0, "Rootfs": "", "State": { "CgroupPath": "/machine.slice/machine-libpod_pod_cf1a134aaf7884fd18aa8f2cfc2da467e0cf330085b85e1b2a64c73e35b9246c.slice/libpod-2520de7d650a4a4d8cabd9ac6e186ed1dd2126ea2d2c75392392154f39e01f7f.scope", "CheckpointedAt": "0001-01-01T00:00:00Z", "ConmonPid": 8915, "Dead": false, "Error": "", "ExitCode": 0, "FinishedAt": "0001-01-01T00:00:00Z", "Health": { "FailingStreak": 0, "Log": null, "Status": "" }, "OOMKilled": false, "OciVersion": "1.0.2-dev", "Paused": false, "Pid": 8917, "Restarting": false, "RestoredAt": "0001-01-01T00:00:00Z", "Running": true, "StartedAt": "2023-05-28T03:31:25.262506101Z", "Status": "running" }, "StaticDir": "/var/lib/containers/storage/overlay-containers/2520de7d650a4a4d8cabd9ac6e186ed1dd2126ea2d2c75392392154f39e01f7f/userdata" }, { "AppArmorProfile": "", "Args": [ "httpd", "-f", "-p", "80" ], "BoundingCaps": [ "CAP_CHOWN", "CAP_DAC_OVERRIDE", "CAP_FOWNER", "CAP_FSETID", "CAP_KILL", "CAP_NET_BIND_SERVICE", "CAP_SETFCAP", "CAP_SETGID", "CAP_SETPCAP", "CAP_SETUID", "CAP_SYS_CHROOT" ], "Config": { "Annotations": { "io.container.manager": "libpod", "io.kubernetes.cri-o.SandboxID": "2520de7d650a4a4d8cabd9ac6e186ed1dd2126ea2d2c75392392154f39e01f7f", "org.opencontainers.image.stopSignal": "15" }, "AttachStderr": false, "AttachStdin": false, "AttachStdout": false, "Cmd": null, "Domainname": "", "Entrypoint": "/bin/busybox-extras httpd -f -p 80", "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "TERM=xterm", "container=podman", "HOME=/root", "HOSTNAME=httpd3" ], "HealthcheckOnFailureAction": "none", "Hostname": "httpd3", "Image": "quay.io/libpod/testimage:20210610", "Labels": { "PODMAN_SYSTEMD_UNIT": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "app": "test", "created_at": "2021-06-10T18:55:36Z", "created_by": "test/system/build-testimage", "io.buildah.version": "1.21.0", "io.containers.autoupdate": "registry" }, "OnBuild": null, "OpenStdin": false, "StdinOnce": false, "StopSignal": 15, "StopTimeout": 10, "Timeout": 0, "Tty": false, "Umask": "0000", "User": "", "Volumes": null, "WorkingDir": "/var/www", "sdNotifyMode": "ignore" }, "ConmonPidFile": "/run/containers/storage/overlay-containers/a4b2f2a0a14484d3e293adc33eb28ebe39b509cb6b17c0ba4b8b51a5a1ab197e/userdata/conmon.pid", "Created": "2023-05-28T03:31:25.038084552Z", "Dependencies": [ "2520de7d650a4a4d8cabd9ac6e186ed1dd2126ea2d2c75392392154f39e01f7f" ], "Driver": "overlay", "EffectiveCaps": [ "CAP_CHOWN", "CAP_DAC_OVERRIDE", "CAP_FOWNER", "CAP_FSETID", "CAP_KILL", "CAP_NET_BIND_SERVICE", "CAP_SETFCAP", "CAP_SETGID", "CAP_SETPCAP", "CAP_SETUID", "CAP_SYS_CHROOT" ], "ExecIDs": [], "GraphDriver": { "Data": { "LowerDir": "/var/lib/containers/storage/overlay/f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e/diff", "MergedDir": "/var/lib/containers/storage/overlay/aacd09c2c63c3e619afeec4a2f2dbb5171e8a9a421db2b142e4c368481d6ff97/merged", "UpperDir": "/var/lib/containers/storage/overlay/aacd09c2c63c3e619afeec4a2f2dbb5171e8a9a421db2b142e4c368481d6ff97/diff", "WorkDir": "/var/lib/containers/storage/overlay/aacd09c2c63c3e619afeec4a2f2dbb5171e8a9a421db2b142e4c368481d6ff97/work" }, "Name": "overlay" }, "HostConfig": { "AutoRemove": false, "Binds": [ "/tmp/httpd3:/var/www:rw,rprivate,nosuid,nodev,rbind", "/tmp/httpd3-create:/var/httpd-create:rw,rprivate,nosuid,nodev,rbind" ], "BlkioDeviceReadBps": null, "BlkioDeviceReadIOps": null, "BlkioDeviceWriteBps": null, "BlkioDeviceWriteIOps": null, "BlkioWeight": 0, "BlkioWeightDevice": null, "CapAdd": [], "CapDrop": [], "Cgroup": "", "CgroupConf": null, "CgroupManager": "systemd", "CgroupMode": "private", "CgroupParent": "machine.slice/machine-libpod_pod_cf1a134aaf7884fd18aa8f2cfc2da467e0cf330085b85e1b2a64c73e35b9246c.slice", "Cgroups": "default", "ConsoleSize": [ 0, 0 ], "ContainerIDFile": "", "CpuCount": 0, "CpuPercent": 0, "CpuPeriod": 0, "CpuQuota": 0, "CpuRealtimePeriod": 0, "CpuRealtimeRuntime": 0, "CpuShares": 0, "CpusetCpus": "", "CpusetMems": "", "Devices": [], "DiskQuota": 0, "Dns": [], "DnsOptions": [], "DnsSearch": [], "ExtraHosts": [], "GroupAdd": [], "IOMaximumBandwidth": 0, "IOMaximumIOps": 0, "IpcMode": "container:2520de7d650a4a4d8cabd9ac6e186ed1dd2126ea2d2c75392392154f39e01f7f", "Isolation": "", "KernelMemory": 0, "Links": null, "LogConfig": { "Config": null, "Path": "", "Size": "0B", "Tag": "", "Type": "passthrough" }, "Memory": 0, "MemoryReservation": 0, "MemorySwap": 0, "MemorySwappiness": 0, "NanoCpus": 0, "NetworkMode": "container:2520de7d650a4a4d8cabd9ac6e186ed1dd2126ea2d2c75392392154f39e01f7f", "OomKillDisable": false, "OomScoreAdj": 0, "PidMode": "private", "PidsLimit": 2048, "PortBindings": {}, "Privileged": false, "PublishAllPorts": false, "ReadonlyRootfs": false, "RestartPolicy": { "MaximumRetryCount": 0, "Name": "always" }, "Runtime": "oci", "SecurityOpt": [], "ShmSize": 65536000, "Tmpfs": {}, "UTSMode": "container:2520de7d650a4a4d8cabd9ac6e186ed1dd2126ea2d2c75392392154f39e01f7f", "Ulimits": [ { "Hard": 1048576, "Name": "RLIMIT_NOFILE", "Soft": 1048576 }, { "Hard": 4194304, "Name": "RLIMIT_NPROC", "Soft": 4194304 } ], "UsernsMode": "", "VolumeDriver": "", "VolumesFrom": null }, "HostnamePath": "/run/containers/storage/overlay-containers/a4b2f2a0a14484d3e293adc33eb28ebe39b509cb6b17c0ba4b8b51a5a1ab197e/userdata/hostname", "HostsPath": "/run/containers/storage/overlay-containers/2520de7d650a4a4d8cabd9ac6e186ed1dd2126ea2d2c75392392154f39e01f7f/userdata/hosts", "Id": "a4b2f2a0a14484d3e293adc33eb28ebe39b509cb6b17c0ba4b8b51a5a1ab197e", "Image": "9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f", "ImageDigest": "sha256:d48f2feaca74863c342cd9ce11edbe208675975740e7f4dd635b7b345339426a", "ImageName": "quay.io/libpod/testimage:20210610", "IsInfra": false, "IsService": false, "MountLabel": "system_u:object_r:container_file_t:s0:c134,c952", "Mounts": [ { "Destination": "/var/www", "Driver": "", "Mode": "", "Options": [ "nosuid", "nodev", "rbind" ], "Propagation": "rprivate", "RW": true, "Source": "/tmp/httpd3", "Type": "bind" }, { "Destination": "/var/httpd-create", "Driver": "", "Mode": "", "Options": [ "nosuid", "nodev", "rbind" ], "Propagation": "rprivate", "RW": true, "Source": "/tmp/httpd3-create", "Type": "bind" } ], "Name": "httpd3-httpd3", "Namespace": "", "NetworkSettings": { "Bridge": "", "EndpointID": "", "Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "HairpinMode": false, "IPAddress": "", "IPPrefixLen": 0, "IPv6Gateway": "", "LinkLocalIPv6Address": "", "LinkLocalIPv6PrefixLen": 0, "MacAddress": "", "Networks": { "podman-default-kube-network": { "Aliases": [ "2520de7d650a" ], "DriverOpts": null, "EndpointID": "", "Gateway": "10.89.0.1", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "IPAMConfig": null, "IPAddress": "10.89.0.5", "IPPrefixLen": 24, "IPv6Gateway": "", "Links": null, "MacAddress": "7a:7a:6b:94:fe:8d", "NetworkID": "podman-default-kube-network" } }, "Ports": { "80/tcp": [ { "HostIp": "", "HostPort": "15003" } ] }, "SandboxID": "", "SandboxKey": "/run/netns/netns-367721de-6995-48d3-a039-e1ea75e50566" }, "OCIConfigPath": "/var/lib/containers/storage/overlay-containers/a4b2f2a0a14484d3e293adc33eb28ebe39b509cb6b17c0ba4b8b51a5a1ab197e/userdata/config.json", "OCIRuntime": "crun", "Path": "/bin/busybox-extras", "PidFile": "/run/containers/storage/overlay-containers/a4b2f2a0a14484d3e293adc33eb28ebe39b509cb6b17c0ba4b8b51a5a1ab197e/userdata/pidfile", "Pod": "cf1a134aaf7884fd18aa8f2cfc2da467e0cf330085b85e1b2a64c73e35b9246c", "ProcessLabel": "system_u:system_r:container_t:s0:c134,c952", "ResolvConfPath": "/run/containers/storage/overlay-containers/2520de7d650a4a4d8cabd9ac6e186ed1dd2126ea2d2c75392392154f39e01f7f/userdata/resolv.conf", "RestartCount": 0, "Rootfs": "", "State": { "CgroupPath": "/machine.slice/machine-libpod_pod_cf1a134aaf7884fd18aa8f2cfc2da467e0cf330085b85e1b2a64c73e35b9246c.slice/libpod-a4b2f2a0a14484d3e293adc33eb28ebe39b509cb6b17c0ba4b8b51a5a1ab197e.scope", "CheckpointedAt": "0001-01-01T00:00:00Z", "ConmonPid": 8920, "Dead": false, "Error": "", "ExitCode": 0, "FinishedAt": "0001-01-01T00:00:00Z", "Health": { "FailingStreak": 0, "Log": null, "Status": "" }, "OOMKilled": false, "OciVersion": "1.0.2-dev", "Paused": false, "Pid": 8922, "Restarting": false, "RestoredAt": "0001-01-01T00:00:00Z", "Running": true, "StartedAt": "2023-05-28T03:31:25.305131205Z", "Status": "running" }, "StaticDir": "/var/lib/containers/storage/overlay-containers/a4b2f2a0a14484d3e293adc33eb28ebe39b509cb6b17c0ba4b8b51a5a1ab197e/userdata" } ] } TASK [linux-system-roles.podman : Cancel linger if no more containers are running] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:41 Sunday 28 May 2023 03:32:23 +0000 (0:00:00.363) 0:02:57.033 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:48 Sunday 28 May 2023 03:32:23 +0000 (0:00:00.060) 0:02:57.093 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update containers and services] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:110 Sunday 28 May 2023 03:32:23 +0000 (0:00:00.065) 0:02:57.158 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Sunday 28 May 2023 03:32:23 +0000 (0:00:00.061) 0:02:57.219 ************ ok: [sut] => { "ansible_facts": { "__podman_kube_spec": { "state": "absent" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd3\nspec:\n containers:\n - name: httpd3\n image: quay.io/libpod/testimage:20210610\n command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n ports:\n - containerPort: 80\n hostPort: 15003\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - name: www\n hostPath:\n path: /tmp/httpd3\n - name: create\n hostPath:\n path: /tmp/httpd3-create" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:33 Sunday 28 May 2023 03:32:23 +0000 (0:00:00.068) 0:02:57.288 ************ ok: [sut] => { "ansible_facts": { "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd3" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd3", "ports": [ { "containerPort": 80, "hostPort": 15003 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/httpd3-create" }, "name": "create" } ] } }, "__podman_kube_file": "", "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:54 Sunday 28 May 2023 03:32:23 +0000 (0:00:00.073) 0:02:57.361 ************ ok: [sut] => { "ansible_facts": { "__podman_kube_name": "httpd3", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Sunday 28 May 2023 03:32:23 +0000 (0:00:00.063) 0:02:57.424 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 28 May 2023 03:32:23 +0000 (0:00:00.121) 0:02:57.546 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 28 May 2023 03:32:23 +0000 (0:00:00.070) 0:02:57.617 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 28 May 2023 03:32:23 +0000 (0:00:00.071) 0:02:57.689 ************ ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 28 May 2023 03:32:24 +0000 (0:00:00.074) 0:02:57.763 ************ ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 28 May 2023 03:32:24 +0000 (0:00:00.256) 0:02:58.020 ************ ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 28 May 2023 03:32:24 +0000 (0:00:00.090) 0:02:58.110 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:50 Sunday 28 May 2023 03:32:24 +0000 (0:00:00.057) 0:02:58.168 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:59 Sunday 28 May 2023 03:32:24 +0000 (0:00:00.059) 0:02:58.227 ************ 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-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:68 Sunday 28 May 2023 03:32:24 +0000 (0:00:00.058) 0:02:58.286 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if no kube spec is given] *************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:63 Sunday 28 May 2023 03:32:24 +0000 (0:00:00.105) 0:02:58.392 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:72 Sunday 28 May 2023 03:32:24 +0000 (0:00:00.062) 0:02:58.454 ************ ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:84 Sunday 28 May 2023 03:32:24 +0000 (0:00:00.085) 0:02:58.540 ************ ok: [sut] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:90 Sunday 28 May 2023 03:32:24 +0000 (0:00:00.059) 0:02:58.599 ************ ok: [sut] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/httpd3.yml" }, "changed": false } TASK [linux-system-roles.podman : Get service name using systemd-escape] ******* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:98 Sunday 28 May 2023 03:32:24 +0000 (0:00:00.074) 0:02:58.673 ************ ok: [sut] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.006405", "end": "2023-05-28 03:32:25.156344", "rc": 0, "start": "2023-05-28 03:32:25.149939" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd3.yml.service TASK [linux-system-roles.podman : Cleanup containers and services] ************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:106 Sunday 28 May 2023 03:32:25 +0000 (0:00:00.252) 0:02:58.925 ************ included: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml for sut TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:2 Sunday 28 May 2023 03:32:25 +0000 (0:00:00.108) 0:02:59.033 ************ changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sun 2023-05-28 03:31:25 UTC", "ActiveEnterTimestampMonotonic": "884654411", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target systemd-journald.socket network-online.target sysinit.target \"system-podman\\\\x2dkube.slice\" -.mount", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sun 2023-05-28 03:31:24 UTC", "AssertTimestampMonotonic": "883803209", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "527644000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sun 2023-05-28 03:31:24 UTC", "ConditionTimestampMonotonic": "883803206", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/system-podman\\x2dkube.slice/podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\"", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "8825", "ExecMainStartTimestamp": "Sun 2023-05-28 03:31:24 UTC", "ExecMainStartTimestampMonotonic": "883817180", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd3.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd3.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd3.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd3.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sun 2023-05-28 03:31:24 UTC", "InactiveExitTimestampMonotonic": "883817659", "InvocationID": "8fea456774ab4720a530ead1b1931443", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14741", "LimitNPROCSoft": "14741", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14741", "LimitSIGPENDINGSoft": "14741", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "8825", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "23887872", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "\"system-podman\\\\x2dkube.slice\" -.mount sysinit.target", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sun 2023-05-28 03:31:25 UTC", "StateChangeTimestampMonotonic": "884654411", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "12", "TasksMax": "4422", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [linux-system-roles.podman : Remove pod/containers] *********************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:19 Sunday 28 May 2023 03:32:26 +0000 (0:00:01.447) 0:03:00.481 ************ ok: [sut] => { "actions": [ "/usr/bin/podman pod ps -q --filter name=httpd3$", "/usr/bin/podman pod ps -q --filter name=httpd3-pod-*" ], "changed": false } TASK [linux-system-roles.podman : Remove kubernetes yaml file] ***************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:28 Sunday 28 May 2023 03:32:27 +0000 (0:00:00.364) 0:03:00.846 ************ changed: [sut] => { "changed": true, "path": "/etc/containers/ansible-kubernetes.d/httpd3.yml", "state": "absent" } TASK [linux-system-roles.podman : Gather facts for all containers] ************* task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:33 Sunday 28 May 2023 03:32:27 +0000 (0:00:00.246) 0:03:01.092 ************ ok: [sut] => { "changed": false, "containers": [] } TASK [linux-system-roles.podman : Cancel linger if no more containers are running] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:41 Sunday 28 May 2023 03:32:27 +0000 (0:00:00.285) 0:03:01.378 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:48 Sunday 28 May 2023 03:32:27 +0000 (0:00:00.068) 0:03:01.447 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update containers and services] *** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:110 Sunday 28 May 2023 03:32:27 +0000 (0:00:00.065) 0:03:01.512 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that pods are not running] ***************************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/tests_basic.yml:297 Sunday 28 May 2023 03:32:27 +0000 (0:00:00.063) 0:03:01.576 ************ ok: [sut] => (item=['httpd1', 'user1', 1001]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "exists", "httpd1" ], "delta": "0:00:00.039057", "end": "2023-05-28 03:32:28.122468", "failed_when_result": false, "item": [ "httpd1", "user1", 1001 ], "rc": 125, "start": "2023-05-28 03:32:28.083411" } STDERR: time="2023-05-28T03:32:28Z" level=warning msg="RunRoot is pointing to a path (/run/user/1001/containers) which is not writable. Most likely podman will fail." Error: default OCI runtime "crun" not found: invalid argument MSG: non-zero return code ok: [sut] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "exists", "httpd2" ], "delta": "0:00:00.043125", "end": "2023-05-28 03:32:28.359927", "failed_when_result": false, "item": [ "httpd2", "root", 0 ], "rc": 1, "start": "2023-05-28 03:32:28.316802" } MSG: non-zero return code ok: [sut] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "exists", "httpd3" ], "delta": "0:00:00.041767", "end": "2023-05-28 03:32:28.589385", "failed_when_result": false, "item": [ "httpd3", "root", 0 ], "rc": 1, "start": "2023-05-28 03:32:28.547618" } MSG: non-zero return code TASK [Check Services should be absent] ***************************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/tests_basic.yml:311 Sunday 28 May 2023 03:32:28 +0000 (0:00:00.817) 0:03:02.393 ************ ok: [sut] => (item=['httpd1', 'user1', 1001]) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsystemctl --user list-units -a -l --plain | grep -E '^[ ]*podman-kube@.+-httpd1[.]yml[.]service[ ]+loaded[ ]+active '\n", "delta": "0:00:00.009356", "end": "2023-05-28 03:32:28.903766", "failed_when_result": false, "item": [ "httpd1", "user1", 1001 ], "rc": 1, "start": "2023-05-28 03:32:28.894410" } STDERR: Failed to connect to bus: No such file or directory MSG: non-zero return code ok: [sut] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsystemctl --system list-units -a -l --plain | grep -E '^[ ]*podman-kube@.+-httpd2[.]yml[.]service[ ]+loaded[ ]+active '\n", "delta": "0:00:00.014672", "end": "2023-05-28 03:32:29.113436", "failed_when_result": false, "item": [ "httpd2", "root", 0 ], "rc": 1, "start": "2023-05-28 03:32:29.098764" } MSG: non-zero return code ok: [sut] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsystemctl --system list-units -a -l --plain | grep -E '^[ ]*podman-kube@.+-httpd3[.]yml[.]service[ ]+loaded[ ]+active '\n", "delta": "0:00:00.014506", "end": "2023-05-28 03:32:29.319818", "failed_when_result": false, "item": [ "httpd3", "root", 0 ], "rc": 1, "start": "2023-05-28 03:32:29.305312" } MSG: non-zero return code TASK [Clean up storage.conf] *************************************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/tests_basic.yml:334 Sunday 28 May 2023 03:32:29 +0000 (0:00:00.699) 0:03:03.092 ************ ok: [sut] => { "changed": false, "path": "/etc/containers/storage.conf", "state": "absent" } TASK [Clean up host directories] *********************************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/tests_basic.yml:341 Sunday 28 May 2023 03:32:29 +0000 (0:00:00.235) 0:03:03.328 ************ changed: [sut] => (item=httpd1) => { "ansible_loop_var": "item", "changed": true, "item": "httpd1", "path": "/tmp/httpd1", "state": "absent" } changed: [sut] => (item=httpd2) => { "ansible_loop_var": "item", "changed": true, "item": "httpd2", "path": "/tmp/httpd2", "state": "absent" } changed: [sut] => (item=httpd3) => { "ansible_loop_var": "item", "changed": true, "item": "httpd3", "path": "/tmp/httpd3", "state": "absent" } TASK [Remove kube file src] **************************************************** task path: /WORKDIR/git-weekly-ci1ypyx_vo/tests/tests_basic.yml:349 Sunday 28 May 2023 03:32:30 +0000 (0:00:00.622) 0:03:03.950 ************ ok: [sut] => { "changed": false, "path": "/tmp/lsr_podman_zyc5u4bi.yml", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=285 changed=38 unreachable=0 failed=0 skipped=199 rescued=0 ignored=0 Sunday 28 May 2023 03:32:30 +0000 (0:00:00.205) 0:03:04.156 ************ =============================================================================== linux-system-roles.podman : Ensure required packages are installed ----- 54.93s /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:9 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 8.25s /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:114 fedora.linux_system_roles.firewall : Configure firewall ----------------- 4.77s /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:38 fedora.linux_system_roles.selinux : Set an SELinux label on a port ------ 3.60s /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 fedora.linux_system_roles.selinux : Install SELinux tool semanage ------- 3.23s /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:28 linux-system-roles.podman : Ensure container images are present --------- 2.45s /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:49 fedora.linux_system_roles.selinux : Install SELinux python3 tools ------- 2.36s /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:15 fedora.linux_system_roles.selinux : Install SELinux python3 tools ------- 2.35s /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:15 fedora.linux_system_roles.selinux : Install SELinux tool semanage ------- 2.34s /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:28 fedora.linux_system_roles.firewall : Install firewalld ------------------ 2.33s /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:7 fedora.linux_system_roles.firewall : Install python3-firewall ----------- 2.31s /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18 fedora.linux_system_roles.firewall : Install python3-firewall ----------- 2.30s /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18 fedora.linux_system_roles.firewall : Install firewalld ------------------ 2.29s /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:7 linux-system-roles.podman : Update containers/pods ---------------------- 2.28s /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:98 fedora.linux_system_roles.firewall : Enable and start firewalld service --- 2.08s /WORKDIR/git-weekly-ci1ypyx_vo/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Create data files ------------------------------------------------------- 1.65s /WORKDIR/git-weekly-ci1ypyx_vo/tests/tests_basic.yml:181 ---------------------- linux-system-roles.podman : Gather the package facts -------------------- 1.64s /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Start service ------------------------------- 1.56s /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:132 linux-system-roles.podman : Start service ------------------------------- 1.55s /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:132 linux-system-roles.podman : Stop and disable service -------------------- 1.45s /WORKDIR/git-weekly-ci1ypyx_vo/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:2 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- /opt/ansible-2.9/lib/python3.6/site-packages/ansible/parsing/vault/__init__.py:44: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography will remove support for Python 3.6. from cryptography.exceptions import InvalidSignature [DEPRECATION WARNING]: Distribution fedora 36 on host sut should use /usr/bin/python3, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See https://docs.ansible.com/ansible/ 2.9/reference_appendices/interpreter_discovery.html for more information. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Module remote_tmp /home/user1/.ansible/tmp did not exist and was created with a mode of 0700, this may cause issues when running as another user. To avoid this, create the remote_tmp dir with the correct permissions manually [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) ---^---^---^---^---^---