# STDOUT:
---v---v---v---v---v---
ansible-playbook 2.9.27
  config file = /etc/ansible/ansible.cfg
  configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible
  executable location = /opt/ansible-2.9/bin/ansible-playbook
  python version = 3.9.18 (main, Sep  7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)]
Using /etc/ansible/ansible.cfg as config file
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.

PLAYBOOK: tests_default.yml ****************************************************
1 plays in /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/tests_default.yml

PLAY [Ensure that the role runs with default parameters] ***********************
META: ran handlers

TASK [Default run (NOOP)] ******************************************************
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/tests_default.yml:9
Thursday 07 December 2023  22:16:32 +0000 (0:00:00.014)       0:00:00.014 ***** 

TASK [linux-system-roles.logging : Set files output if files output is not defined and logging_inputs is not empty] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/main.yml:8
Thursday 07 December 2023  22:16:32 +0000 (0:00:00.028)       0:00:00.042 ***** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/main.yml:20
Thursday 07 December 2023  22:16:32 +0000 (0:00:00.021)       0:00:00.064 ***** 
ok: [sut] => {
    "ansible_facts": {
        "rsyslog_outputs": []
    },
    "changed": false
}

TASK [linux-system-roles.logging : Set rsyslog_inputs] *************************
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/main.yml:27
Thursday 07 December 2023  22:16:32 +0000 (0:00:00.019)       0:00:00.084 ***** 
ok: [sut] => {
    "ansible_facts": {
        "rsyslog_inputs": []
    },
    "changed": false
}

TASK [linux-system-roles.logging : Set custom_config_files fact] ***************
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/main.yml:33
Thursday 07 December 2023  22:16:32 +0000 (0:00:00.019)       0:00:00.104 ***** 

TASK [linux-system-roles.logging : Check logging_inputs item in logging_flows.inputs] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/main.yml:46
Thursday 07 December 2023  22:16:32 +0000 (0:00:00.016)       0:00:00.120 ***** 

TASK [linux-system-roles.logging : Gather ports specified in the logging_inputs and outputs vars] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/main.yml:57
Thursday 07 December 2023  22:16:32 +0000 (0:00:00.015)       0:00:00.135 ***** 
included: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml for sut

TASK [linux-system-roles.logging : Initialize logging_tls_tcp_ports] ***********
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:3
Thursday 07 December 2023  22:16:32 +0000 (0:00:00.025)       0:00:00.160 ***** 
ok: [sut] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    },
    "changed": false
}

TASK [linux-system-roles.logging : Initialize logging_tcp_ports] ***************
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:7
Thursday 07 December 2023  22:16:32 +0000 (0:00:00.018)       0:00:00.179 ***** 
ok: [sut] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    },
    "changed": false
}

TASK [linux-system-roles.logging : Initialize logging_tls_udp_ports] ***********
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:11
Thursday 07 December 2023  22:16:32 +0000 (0:00:00.018)       0:00:00.197 ***** 
ok: [sut] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    },
    "changed": false
}

TASK [linux-system-roles.logging : Initialize logging_udp_ports] ***************
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:15
Thursday 07 December 2023  22:16:32 +0000 (0:00:00.018)       0:00:00.215 ***** 
ok: [sut] => {
    "ansible_facts": {
        "logging_udp_ports": []
    },
    "changed": false
}

TASK [linux-system-roles.logging : Parameter 'port' values] ********************
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:24
Thursday 07 December 2023  22:16:32 +0000 (0:00:00.019)       0:00:00.235 ***** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.logging : Parameter 'tcp_port' values (without tls)] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:93
Thursday 07 December 2023  22:16:32 +0000 (0:00:00.018)       0:00:00.254 ***** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.logging : Parameter 'tcp_port' values (with tls)] *****
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:98
Thursday 07 December 2023  22:16:32 +0000 (0:00:00.018)       0:00:00.272 ***** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.logging : Parameter 'udp_port' values (without tls)] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:103
Thursday 07 December 2023  22:16:32 +0000 (0:00:00.018)       0:00:00.290 ***** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.logging : Parameter 'udp_port' values (with tls)] *****
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:108
Thursday 07 December 2023  22:16:32 +0000 (0:00:00.018)       0:00:00.309 ***** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.logging : Parameter 'server_port' values (without tls)] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:113
Thursday 07 December 2023  22:16:32 +0000 (0:00:00.018)       0:00:00.327 ***** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.logging : Parameter 'server_port' values (with tls)] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:118
Thursday 07 December 2023  22:16:32 +0000 (0:00:00.018)       0:00:00.346 ***** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.logging : Parameter 'tcp_ports' values (without tls)] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:166
Thursday 07 December 2023  22:16:32 +0000 (0:00:00.021)       0:00:00.368 ***** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.logging : Parameter 'tcp_ports' values (with tls)] ****
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:171
Thursday 07 December 2023  22:16:32 +0000 (0:00:00.020)       0:00:00.388 ***** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.logging : Parameter 'udp_ports' values (without tls)] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:177
Thursday 07 December 2023  22:16:32 +0000 (0:00:00.019)       0:00:00.407 ***** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.logging : Parameter 'udp_ports' values (with tls)] ****
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:182
Thursday 07 December 2023  22:16:32 +0000 (0:00:00.019)       0:00:00.426 ***** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.logging : Manage firewall on the gathered ports] ******
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/main.yml:60
Thursday 07 December 2023  22:16:32 +0000 (0:00:00.017)       0:00:00.444 ***** 
included: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/firewall.yml for sut

TASK [linux-system-roles.logging : Initialize logging_firewall_ports] **********
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/firewall.yml:8
Thursday 07 December 2023  22:16:32 +0000 (0:00:00.028)       0:00:00.473 ***** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.logging : Add tcp ports to logging_firewall_ports] ****
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/firewall.yml:12
Thursday 07 December 2023  22:16:32 +0000 (0:00:00.019)       0:00:00.493 ***** 

TASK [linux-system-roles.logging : Add udp ports to logging_firewall_ports] ****
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/firewall.yml:20
Thursday 07 December 2023  22:16:32 +0000 (0:00:00.016)       0:00:00.510 ***** 

TASK [Manage firewall for specified ports] *************************************
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/firewall.yml:28
Thursday 07 December 2023  22:16:32 +0000 (0:00:00.018)       0:00:00.529 ***** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.logging : Manage selinux on the gathered ports] *******
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/main.yml:63
Thursday 07 December 2023  22:16:32 +0000 (0:00:00.019)       0:00:00.549 ***** 
included: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/selinux.yml for sut

TASK [linux-system-roles.logging : Initialize logging_selinux_ports] ***********
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/selinux.yml:8
Thursday 07 December 2023  22:16:32 +0000 (0:00:00.030)       0:00:00.579 ***** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.logging : Add non tls tcp ports to logging_selinux_ports] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/selinux.yml:12
Thursday 07 December 2023  22:16:32 +0000 (0:00:00.019)       0:00:00.599 ***** 

TASK [linux-system-roles.logging : Add tls tcp ports to logging_selinux_ports] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/selinux.yml:21
Thursday 07 December 2023  22:16:32 +0000 (0:00:00.015)       0:00:00.615 ***** 

TASK [linux-system-roles.logging : Add non tls udp ports to logging_selinux_ports] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/selinux.yml:30
Thursday 07 December 2023  22:16:32 +0000 (0:00:00.015)       0:00:00.630 ***** 

TASK [linux-system-roles.logging : Add tls udp ports to logging_selinux_ports] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/selinux.yml:39
Thursday 07 December 2023  22:16:33 +0000 (0:00:00.015)       0:00:00.646 ***** 

TASK [Manage selinux for specified ports] **************************************
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/selinux.yml:48
Thursday 07 December 2023  22:16:33 +0000 (0:00:00.017)       0:00:00.663 ***** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.logging : Generate certificates] **********************
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/main.yml:67
Thursday 07 December 2023  22:16:33 +0000 (0:00:00.019)       0:00:00.683 ***** 
included: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/certificate.yml for sut

TASK [Generate certificates] ***************************************************
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/certificate.yml:2
Thursday 07 December 2023  22:16:33 +0000 (0:00:00.032)       0:00:00.716 ***** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.logging : Re-read facts after adding custom fact] *****
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/main.yml:73
Thursday 07 December 2023  22:16:33 +0000 (0:00:00.026)       0:00:00.743 ***** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.logging : Create rsyslog debug dir] *******************
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/main.yml:77
Thursday 07 December 2023  22:16:33 +0000 (0:00:00.020)       0:00:00.764 ***** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.logging : Delete debug file] **************************
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/main.yml:83
Thursday 07 December 2023  22:16:33 +0000 (0:00:00.019)       0:00:00.784 ***** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.logging : Create rsyslog debug file] ******************
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/main.yml:88
Thursday 07 December 2023  22:16:33 +0000 (0:00:00.024)       0:00:00.808 ***** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.logging : Use a debug var to avoid an empty dict in with_dict] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/main.yml:95
Thursday 07 December 2023  22:16:33 +0000 (0:00:00.021)       0:00:00.829 ***** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.logging : Populate rsyslog debug file] ****************
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/main.yml:99
Thursday 07 December 2023  22:16:33 +0000 (0:00:00.020)       0:00:00.850 ***** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/main.yml:111
Thursday 07 December 2023  22:16:33 +0000 (0:00:00.020)       0:00:00.871 ***** 

TASK [/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Set platform/version specific variables] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main.yml:4
Thursday 07 December 2023  22:16:33 +0000 (0:00:00.030)       0:00:00.901 ***** 
included: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/set_vars.yml for sut

TASK [/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Ensure ansible_facts used by role] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/set_vars.yml:4
Thursday 07 December 2023  22:16:33 +0000 (0:00:00.009)       0:00:00.911 ***** 
ok: [sut]

TASK [/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Check if system is ostree] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/set_vars.yml:13
Thursday 07 December 2023  22:16:35 +0000 (0:00:02.694)       0:00:03.606 ***** 
ok: [sut] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Set flag to indicate system is ostree] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/set_vars.yml:18
Thursday 07 December 2023  22:16:36 +0000 (0:00:00.334)       0:00:03.940 ***** 
ok: [sut] => {
    "ansible_facts": {
        "__logging_is_ostree": false
    },
    "changed": false
}

TASK [/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Set platform/version specific variables] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/set_vars.yml:22
Thursday 07 December 2023  22:16:36 +0000 (0:00:00.012)       0:00:03.952 ***** 
ok: [sut] => (item=/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/vars/default.yml) => {
    "ansible_facts": {
        "__rsyslog_input_basics": "input_basics.j2"
    },
    "ansible_included_var_files": [
        "/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/vars/default.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/vars/default.yml"
}
skipping: [sut] => (item=/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/vars/RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/vars/RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/vars/Fedora.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/vars/Fedora.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/vars/Fedora_37.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/vars/Fedora_37.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/vars/Fedora_37.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/vars/Fedora_37.yml",
    "skip_reason": "Conditional result was False"
}

TASK [/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Include /vars/main.yml from /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/set_vars.yml:34
Thursday 07 December 2023  22:16:36 +0000 (0:00:00.025)       0:00:03.978 ***** 
skipping: [sut] => (item=/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/vars/inputs/basics/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/vars/inputs/basics/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/vars/inputs/files/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/vars/inputs/files/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/vars/inputs/ovirt/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/vars/inputs/ovirt/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/vars/inputs/relp/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/vars/inputs/relp/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/vars/inputs/remote/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/vars/inputs/remote/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/vars/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/vars/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/vars/outputs/elasticsearch/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/vars/outputs/elasticsearch/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/vars/outputs/files/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/vars/outputs/files/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/vars/outputs/forwards/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/vars/outputs/forwards/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/vars/outputs/relp/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/vars/outputs/relp/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/vars/outputs/remote_files/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/vars/outputs/remote_files/main.yml",
    "skip_reason": "Conditional result was False"
}

TASK [/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Main rsyslog subrole] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main.yml:7
Thursday 07 December 2023  22:16:36 +0000 (0:00:00.038)       0:00:04.016 ***** 
included: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml for sut

TASK [/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Get status of rsyslog packages] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:15
Thursday 07 December 2023  22:16:36 +0000 (0:00:00.084)       0:00:04.100 ***** 
skipping: [sut] => (item=iproute)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "iproute",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=rsyslog)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "rsyslog",
    "skip_reason": "Conditional result was False"
}

TASK [/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset original confs - logging package is absent] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:22
Thursday 07 December 2023  22:16:36 +0000 (0:00:00.022)       0:00:04.123 ***** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:34
Thursday 07 December 2023  22:16:36 +0000 (0:00:00.009)       0:00:04.132 ***** 
changed: [sut] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: libfastjson-0.99.9-4.fc37.x86_64",
        "Installed: rsyslog-8.2204.0-3.fc37.x86_64",
        "Installed: logrotate-3.20.1-3.fc37.x86_64",
        "Installed: rsyslog-logrotate-8.2204.0-3.fc37.x86_64",
        "Installed: libestr-0.1.11-4.fc37.x86_64"
    ]
}

TASK [/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset erased flag] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:48
Thursday 07 December 2023  22:16:41 +0000 (0:00:05.302)       0:00:09.434 ***** 
ok: [sut] => {
    "ansible_facts": {
        "__rsyslog_erased": false
    },
    "changed": false
}

TASK [/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:52
Thursday 07 December 2023  22:16:41 +0000 (0:00:00.008)       0:00:09.442 ***** 
ok: [sut] => {
    "ansible_facts": {
        "packages": {
            "ModemManager-glib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ModemManager-glib",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.18.12"
                }
            ],
            "NetworkManager": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.40.18"
                }
            ],
            "NetworkManager-libnm": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager-libnm",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.40.18"
                }
            ],
            "alternatives": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "alternatives",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.24"
                }
            ],
            "amd-gpu-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "amd-gpu-firmware",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "20230919"
                }
            ],
            "aspell": [
                {
                    "arch": "x86_64",
                    "epoch": 12,
                    "name": "aspell",
                    "release": "10.fc37",
                    "source": "rpm",
                    "version": "0.60.8"
                }
            ],
            "aspell-en": [
                {
                    "arch": "x86_64",
                    "epoch": 50,
                    "name": "aspell-en",
                    "release": "6.fc37",
                    "source": "rpm",
                    "version": "2020.12.07"
                }
            ],
            "atheros-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "atheros-firmware",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "20230919"
                }
            ],
            "audit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "3.1.2"
                }
            ],
            "audit-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit-libs",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "3.1.2"
                }
            ],
            "authselect": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "authselect",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.4.2"
                }
            ],
            "authselect-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "authselect-libs",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.4.2"
                }
            ],
            "avahi-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "avahi-libs",
                    "release": "18.fc37",
                    "source": "rpm",
                    "version": "0.8"
                }
            ],
            "basesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "basesystem",
                    "release": "14.fc37",
                    "source": "rpm",
                    "version": "11"
                }
            ],
            "bash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bash",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "5.2.15"
                }
            ],
            "bc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bc",
                    "release": "16.fc37",
                    "source": "rpm",
                    "version": "1.07.1"
                }
            ],
            "beakerlib": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "beakerlib",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.29.3"
                }
            ],
            "beakerlib-redhat": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "beakerlib-redhat",
                    "release": "33.fc37eng",
                    "source": "rpm",
                    "version": "1"
                }
            ],
            "binutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "binutils",
                    "release": "27.fc37",
                    "source": "rpm",
                    "version": "2.38"
                }
            ],
            "binutils-gold": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "binutils-gold",
                    "release": "27.fc37",
                    "source": "rpm",
                    "version": "2.38"
                }
            ],
            "bison": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bison",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "3.8.2"
                }
            ],
            "bluez": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bluez",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "5.68"
                }
            ],
            "boost-atomic": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-atomic",
                    "release": "9.fc37",
                    "source": "rpm",
                    "version": "1.78.0"
                }
            ],
            "boost-filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-filesystem",
                    "release": "9.fc37",
                    "source": "rpm",
                    "version": "1.78.0"
                }
            ],
            "boost-system": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-system",
                    "release": "9.fc37",
                    "source": "rpm",
                    "version": "1.78.0"
                }
            ],
            "boost-thread": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-thread",
                    "release": "9.fc37",
                    "source": "rpm",
                    "version": "1.78.0"
                }
            ],
            "brcmfmac-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "brcmfmac-firmware",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "20230919"
                }
            ],
            "bzip2-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bzip2-libs",
                    "release": "12.fc37",
                    "source": "rpm",
                    "version": "1.0.8"
                }
            ],
            "c-ares": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "c-ares",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.19.1"
                }
            ],
            "ca-certificates": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "ca-certificates",
                    "release": "1.0.fc37",
                    "source": "rpm",
                    "version": "2023.2.60_v7.0.306"
                }
            ],
            "checkpolicy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "checkpolicy",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "3.5"
                }
            ],
            "chkconfig": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "chkconfig",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.24"
                }
            ],
            "chrony": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "chrony",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "4.3"
                }
            ],
            "cloud-init": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cloud-init",
                    "release": "4.fc37",
                    "source": "rpm",
                    "version": "22.2"
                }
            ],
            "cloud-utils-growpart": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cloud-utils-growpart",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "0.33"
                }
            ],
            "coreutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "coreutils",
                    "release": "8.fc37",
                    "source": "rpm",
                    "version": "9.1"
                }
            ],
            "coreutils-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "coreutils-common",
                    "release": "8.fc37",
                    "source": "rpm",
                    "version": "9.1"
                }
            ],
            "cpio": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cpio",
                    "release": "13.fc37",
                    "source": "rpm",
                    "version": "2.13"
                }
            ],
            "cpp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cpp",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "12.3.1"
                }
            ],
            "cracklib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cracklib",
                    "release": "30.fc37",
                    "source": "rpm",
                    "version": "2.9.7"
                }
            ],
            "cracklib-dicts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cracklib-dicts",
                    "release": "30.fc37",
                    "source": "rpm",
                    "version": "2.9.7"
                }
            ],
            "createrepo_c": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "createrepo_c",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "0.21.1"
                }
            ],
            "createrepo_c-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "createrepo_c-libs",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "0.21.1"
                }
            ],
            "crypto-policies": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crypto-policies",
                    "release": "1.gite4ed860.fc37",
                    "source": "rpm",
                    "version": "20220815"
                }
            ],
            "crypto-policies-scripts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crypto-policies-scripts",
                    "release": "1.gite4ed860.fc37",
                    "source": "rpm",
                    "version": "20220815"
                }
            ],
            "cryptsetup-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cryptsetup-libs",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "2.6.1"
                }
            ],
            "curl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "curl",
                    "release": "12.fc37",
                    "source": "rpm",
                    "version": "7.85.0"
                }
            ],
            "cyrus-sasl-lib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cyrus-sasl-lib",
                    "release": "8.fc37",
                    "source": "rpm",
                    "version": "2.1.28"
                }
            ],
            "dbus": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.14.10"
                }
            ],
            "dbus-broker": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dbus-broker",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "33"
                }
            ],
            "dbus-common": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "dbus-common",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.14.10"
                }
            ],
            "dbus-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus-libs",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.14.10"
                }
            ],
            "deltarpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "deltarpm",
                    "release": "4.fc37",
                    "source": "rpm",
                    "version": "3.6.3"
                }
            ],
            "device-mapper": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper",
                    "release": "9.fc37",
                    "source": "rpm",
                    "version": "1.02.175"
                }
            ],
            "device-mapper-event": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-event",
                    "release": "9.fc37",
                    "source": "rpm",
                    "version": "1.02.175"
                }
            ],
            "device-mapper-event-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-event-libs",
                    "release": "9.fc37",
                    "source": "rpm",
                    "version": "1.02.175"
                }
            ],
            "device-mapper-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-libs",
                    "release": "9.fc37",
                    "source": "rpm",
                    "version": "1.02.175"
                }
            ],
            "device-mapper-persistent-data": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-persistent-data",
                    "release": "8.fc37",
                    "source": "rpm",
                    "version": "0.9.0"
                }
            ],
            "dhcp-client": [
                {
                    "arch": "x86_64",
                    "epoch": 12,
                    "name": "dhcp-client",
                    "release": "4.P1.fc37",
                    "source": "rpm",
                    "version": "4.4.3"
                }
            ],
            "dhcp-common": [
                {
                    "arch": "noarch",
                    "epoch": 12,
                    "name": "dhcp-common",
                    "release": "4.P1.fc37",
                    "source": "rpm",
                    "version": "4.4.3"
                }
            ],
            "diffutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "diffutils",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "3.8"
                }
            ],
            "dnf": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "4.16.2"
                }
            ],
            "dnf-data": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-data",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "4.16.2"
                }
            ],
            "dnf-plugins-core": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-plugins-core",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "4.4.3"
                }
            ],
            "dnf-utils": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-utils",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "4.4.3"
                }
            ],
            "dosfstools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dosfstools",
                    "release": "4.fc37",
                    "source": "rpm",
                    "version": "4.2"
                }
            ],
            "dracut": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "059"
                }
            ],
            "dracut-config-rescue": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut-config-rescue",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "059"
                }
            ],
            "drpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "drpm",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "0.5.2"
                }
            ],
            "dyninst": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dyninst",
                    "release": "4.fc37",
                    "source": "rpm",
                    "version": "12.1.0"
                }
            ],
            "e2fsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "e2fsprogs",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "1.46.5"
                }
            ],
            "e2fsprogs-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "e2fsprogs-libs",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "1.46.5"
                }
            ],
            "efivar-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "efivar-libs",
                    "release": "6.fc37",
                    "source": "rpm",
                    "version": "38"
                }
            ],
            "elfutils-debuginfod-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-debuginfod-client",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "0.189"
                }
            ],
            "elfutils-debuginfod-client-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-debuginfod-client-devel",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "0.189"
                }
            ],
            "elfutils-default-yama-scope": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "elfutils-default-yama-scope",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "0.189"
                }
            ],
            "elfutils-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-devel",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "0.189"
                }
            ],
            "elfutils-libelf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libelf",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "0.189"
                }
            ],
            "elfutils-libelf-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libelf-devel",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "0.189"
                }
            ],
            "elfutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libs",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "0.189"
                }
            ],
            "expat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "expat",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "2.5.0"
                }
            ],
            "fedora-gpg-keys": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-gpg-keys",
                    "release": "2",
                    "source": "rpm",
                    "version": "37"
                }
            ],
            "fedora-release": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-release",
                    "release": "18",
                    "source": "rpm",
                    "version": "37"
                }
            ],
            "fedora-release-common": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-release-common",
                    "release": "18",
                    "source": "rpm",
                    "version": "37"
                }
            ],
            "fedora-release-identity-basic": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-release-identity-basic",
                    "release": "18",
                    "source": "rpm",
                    "version": "37"
                }
            ],
            "fedora-repos": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-repos",
                    "release": "2",
                    "source": "rpm",
                    "version": "37"
                }
            ],
            "fedora-repos-modular": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-repos-modular",
                    "release": "2",
                    "source": "rpm",
                    "version": "37"
                }
            ],
            "file": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "file",
                    "release": "4.fc37",
                    "source": "rpm",
                    "version": "5.42"
                }
            ],
            "file-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "file-libs",
                    "release": "4.fc37",
                    "source": "rpm",
                    "version": "5.42"
                }
            ],
            "filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "filesystem",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "3.18"
                }
            ],
            "findutils": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "findutils",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "4.9.0"
                }
            ],
            "firewalld": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "firewalld",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.2.5"
                }
            ],
            "firewalld-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "firewalld-filesystem",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.2.5"
                }
            ],
            "flex": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "flex",
                    "release": "11.fc37",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "fonts-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "fonts-filesystem",
                    "release": "9.fc37",
                    "source": "rpm",
                    "version": "2.0.5"
                }
            ],
            "fuse-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fuse-libs",
                    "release": "15.fc37",
                    "source": "rpm",
                    "version": "2.9.9"
                }
            ],
            "fwupd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fwupd",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.8.17"
                }
            ],
            "fwupd-efi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fwupd-efi",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.4"
                }
            ],
            "fwupd-plugin-modem-manager": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fwupd-plugin-modem-manager",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.8.17"
                }
            ],
            "fwupd-plugin-uefi-capsule-data": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fwupd-plugin-uefi-capsule-data",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.8.17"
                }
            ],
            "gawk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gawk",
                    "release": "4.fc37",
                    "source": "rpm",
                    "version": "5.1.1"
                }
            ],
            "gc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gc",
                    "release": "4.fc37",
                    "source": "rpm",
                    "version": "8.0.6"
                }
            ],
            "gcc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gcc",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "12.3.1"
                }
            ],
            "gdbm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gdbm-libs",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "1.23"
                }
            ],
            "gdisk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gdisk",
                    "release": "4.fc37",
                    "source": "rpm",
                    "version": "1.0.9"
                }
            ],
            "gettext-envsubst": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext-envsubst",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "0.21.1"
                }
            ],
            "gettext-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext-libs",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "0.21.1"
                }
            ],
            "gettext-runtime": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext-runtime",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "0.21.1"
                }
            ],
            "git": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "git",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "2.41.0"
                }
            ],
            "git-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "git-core",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "2.41.0"
                }
            ],
            "git-core-doc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "git-core-doc",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "2.41.0"
                }
            ],
            "glib2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glib2",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "2.74.7"
                }
            ],
            "glibc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc",
                    "release": "14.fc37",
                    "source": "rpm",
                    "version": "2.36"
                }
            ],
            "glibc-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-common",
                    "release": "14.fc37",
                    "source": "rpm",
                    "version": "2.36"
                }
            ],
            "glibc-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-devel",
                    "release": "14.fc37",
                    "source": "rpm",
                    "version": "2.36"
                }
            ],
            "glibc-gconv-extra": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-gconv-extra",
                    "release": "14.fc37",
                    "source": "rpm",
                    "version": "2.36"
                }
            ],
            "glibc-headers-x86": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "glibc-headers-x86",
                    "release": "14.fc37",
                    "source": "rpm",
                    "version": "2.36"
                }
            ],
            "glibc-langpack-en": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-langpack-en",
                    "release": "14.fc37",
                    "source": "rpm",
                    "version": "2.36"
                }
            ],
            "gmp": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gmp",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "6.2.1"
                }
            ],
            "gnupg2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnupg2",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "2.3.8"
                }
            ],
            "gnupg2-smime": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnupg2-smime",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "2.3.8"
                }
            ],
            "gnutls": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnutls",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "3.8.1"
                }
            ],
            "gobject-introspection": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gobject-introspection",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.74.0"
                }
            ],
            "google-noto-fonts-common": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-fonts-common",
                    "release": "7.fc37",
                    "source": "rpm",
                    "version": "20201206^1.git0c78c8329"
                }
            ],
            "google-noto-sans-mono-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-sans-mono-vf-fonts",
                    "release": "7.fc37",
                    "source": "rpm",
                    "version": "20201206^1.git0c78c8329"
                }
            ],
            "google-noto-sans-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-sans-vf-fonts",
                    "release": "7.fc37",
                    "source": "rpm",
                    "version": "20201206^1.git0c78c8329"
                }
            ],
            "google-noto-serif-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-serif-vf-fonts",
                    "release": "7.fc37",
                    "source": "rpm",
                    "version": "20201206^1.git0c78c8329"
                }
            ],
            "gpg-pubkey": [
                {
                    "arch": null,
                    "epoch": null,
                    "name": "gpg-pubkey",
                    "release": "6112bcdc",
                    "source": "rpm",
                    "version": "5323552a"
                }
            ],
            "gpgme": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gpgme",
                    "release": "4.fc37",
                    "source": "rpm",
                    "version": "1.17.0"
                }
            ],
            "gpm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gpm-libs",
                    "release": "41.fc37",
                    "source": "rpm",
                    "version": "1.20.7"
                }
            ],
            "grep": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "grep",
                    "release": "4.fc37",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "groff-base": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "groff-base",
                    "release": "10.fc37",
                    "source": "rpm",
                    "version": "1.22.4"
                }
            ],
            "grub2-common": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "grub2-common",
                    "release": "94.fc37",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-pc": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-pc",
                    "release": "94.fc37",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-pc-modules": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "grub2-pc-modules",
                    "release": "94.fc37",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-tools": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools",
                    "release": "94.fc37",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-tools-minimal": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools-minimal",
                    "release": "94.fc37",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grubby": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "grubby",
                    "release": "66.fc37",
                    "source": "rpm",
                    "version": "8.40"
                }
            ],
            "gssproxy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gssproxy",
                    "release": "4.fc37",
                    "source": "rpm",
                    "version": "0.9.1"
                }
            ],
            "guile22": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "guile22",
                    "release": "6.fc37",
                    "source": "rpm",
                    "version": "2.2.7"
                }
            ],
            "gzip": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gzip",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "1.12"
                }
            ],
            "hostname": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hostname",
                    "release": "7.fc37",
                    "source": "rpm",
                    "version": "3.23"
                }
            ],
            "hunspell": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hunspell",
                    "release": "21.fc37",
                    "source": "rpm",
                    "version": "1.7.0"
                }
            ],
            "hunspell-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hunspell-en",
                    "release": "23.fc37",
                    "source": "rpm",
                    "version": "0.20140811.1"
                }
            ],
            "hunspell-en-GB": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hunspell-en-GB",
                    "release": "23.fc37",
                    "source": "rpm",
                    "version": "0.20140811.1"
                }
            ],
            "hunspell-en-US": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hunspell-en-US",
                    "release": "23.fc37",
                    "source": "rpm",
                    "version": "0.20140811.1"
                }
            ],
            "hunspell-filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hunspell-filesystem",
                    "release": "21.fc37",
                    "source": "rpm",
                    "version": "1.7.0"
                }
            ],
            "ima-evm-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ima-evm-utils",
                    "release": "6.fc37",
                    "source": "rpm",
                    "version": "1.4"
                }
            ],
            "inih": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "inih",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "57"
                }
            ],
            "initscripts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "initscripts",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "10.19"
                }
            ],
            "initscripts-rename-device": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "initscripts-rename-device",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "10.19"
                }
            ],
            "initscripts-service": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "initscripts-service",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "10.19"
                }
            ],
            "intel-gpu-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "intel-gpu-firmware",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "20230919"
                }
            ],
            "ipcalc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ipcalc",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.0.2"
                }
            ],
            "iproute": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iproute",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "5.18.0"
                }
            ],
            "ipset": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ipset",
                    "release": "5.fc37",
                    "source": "rpm",
                    "version": "7.15"
                }
            ],
            "ipset-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ipset-libs",
                    "release": "5.fc37",
                    "source": "rpm",
                    "version": "7.15"
                }
            ],
            "iptables-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iptables-libs",
                    "release": "5.fc37",
                    "source": "rpm",
                    "version": "1.8.8"
                }
            ],
            "iptables-nft": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iptables-nft",
                    "release": "5.fc37",
                    "source": "rpm",
                    "version": "1.8.8"
                }
            ],
            "iputils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iputils",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "20221126"
                }
            ],
            "jansson": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jansson",
                    "release": "5.fc37",
                    "source": "rpm",
                    "version": "2.13.1"
                }
            ],
            "jitterentropy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jitterentropy",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "3.4.1"
                }
            ],
            "json-c": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "json-c",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "0.17"
                }
            ],
            "json-glib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "json-glib",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "1.6.6"
                }
            ],
            "kbd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kbd",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "2.5.1"
                }
            ],
            "kbd-legacy": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "kbd-legacy",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "2.5.1"
                }
            ],
            "kbd-misc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "kbd-misc",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "2.5.1"
                }
            ],
            "kernel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel",
                    "release": "100.fc37",
                    "source": "rpm",
                    "version": "6.5.6"
                }
            ],
            "kernel-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-core",
                    "release": "100.fc37",
                    "source": "rpm",
                    "version": "6.5.6"
                }
            ],
            "kernel-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-devel",
                    "release": "100.fc37",
                    "source": "rpm",
                    "version": "6.5.6"
                }
            ],
            "kernel-headers": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-headers",
                    "release": "100.fc37",
                    "source": "rpm",
                    "version": "6.5.4"
                }
            ],
            "kernel-modules": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-modules",
                    "release": "100.fc37",
                    "source": "rpm",
                    "version": "6.5.6"
                }
            ],
            "kernel-modules-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-modules-core",
                    "release": "100.fc37",
                    "source": "rpm",
                    "version": "6.5.6"
                }
            ],
            "keyutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "keyutils",
                    "release": "5.fc37",
                    "source": "rpm",
                    "version": "1.6.1"
                }
            ],
            "keyutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "keyutils-libs",
                    "release": "5.fc37",
                    "source": "rpm",
                    "version": "1.6.1"
                }
            ],
            "kmod": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kmod",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "30"
                }
            ],
            "kmod-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kmod-libs",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "30"
                }
            ],
            "kpartx": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kpartx",
                    "release": "4.fc37",
                    "source": "rpm",
                    "version": "0.9.0"
                }
            ],
            "krb5-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "krb5-libs",
                    "release": "13.fc37",
                    "source": "rpm",
                    "version": "1.19.2"
                }
            ],
            "langpacks-core-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-core-en",
                    "release": "26.fc37",
                    "source": "rpm",
                    "version": "3.0"
                }
            ],
            "langpacks-core-font-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-core-font-en",
                    "release": "26.fc37",
                    "source": "rpm",
                    "version": "3.0"
                }
            ],
            "langpacks-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-en",
                    "release": "26.fc37",
                    "source": "rpm",
                    "version": "3.0"
                }
            ],
            "less": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "less",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "633"
                }
            ],
            "libacl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libacl",
                    "release": "4.fc37",
                    "source": "rpm",
                    "version": "2.3.1"
                }
            ],
            "libaio": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libaio",
                    "release": "14.fc37",
                    "source": "rpm",
                    "version": "0.3.111"
                }
            ],
            "libarchive": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libarchive",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "3.6.1"
                }
            ],
            "libargon2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libargon2",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "20190702"
                }
            ],
            "libassuan": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libassuan",
                    "release": "5.fc37",
                    "source": "rpm",
                    "version": "2.5.5"
                }
            ],
            "libatasmart": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libatasmart",
                    "release": "23.fc37",
                    "source": "rpm",
                    "version": "0.19"
                }
            ],
            "libattr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libattr",
                    "release": "5.fc37",
                    "source": "rpm",
                    "version": "2.5.1"
                }
            ],
            "libb2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libb2",
                    "release": "7.fc37",
                    "source": "rpm",
                    "version": "0.98.1"
                }
            ],
            "libbasicobjects": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbasicobjects",
                    "release": "52.fc37",
                    "source": "rpm",
                    "version": "0.1.1"
                }
            ],
            "libblkid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblkid",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "2.38.1"
                }
            ],
            "libblockdev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "2.28"
                }
            ],
            "libblockdev-crypto": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-crypto",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "2.28"
                }
            ],
            "libblockdev-fs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-fs",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "2.28"
                }
            ],
            "libblockdev-loop": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-loop",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "2.28"
                }
            ],
            "libblockdev-mdraid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-mdraid",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "2.28"
                }
            ],
            "libblockdev-part": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-part",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "2.28"
                }
            ],
            "libblockdev-swap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-swap",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "2.28"
                }
            ],
            "libblockdev-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-utils",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "2.28"
                }
            ],
            "libbpf": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "libbpf",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "0.8.0"
                }
            ],
            "libbrotli": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbrotli",
                    "release": "9.fc37",
                    "source": "rpm",
                    "version": "1.0.9"
                }
            ],
            "libbytesize": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbytesize",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "2.9"
                }
            ],
            "libcap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcap",
                    "release": "5.fc37",
                    "source": "rpm",
                    "version": "2.48"
                }
            ],
            "libcap-ng": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcap-ng",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "0.8.3"
                }
            ],
            "libcbor": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcbor",
                    "release": "7.fc37",
                    "source": "rpm",
                    "version": "0.7.0"
                }
            ],
            "libcollection": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcollection",
                    "release": "52.fc37",
                    "source": "rpm",
                    "version": "0.7.0"
                }
            ],
            "libcom_err": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcom_err",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "1.46.5"
                }
            ],
            "libcomps": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcomps",
                    "release": "4.fc37",
                    "source": "rpm",
                    "version": "0.1.18"
                }
            ],
            "libcurl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcurl",
                    "release": "12.fc37",
                    "source": "rpm",
                    "version": "7.85.0"
                }
            ],
            "libdb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdb",
                    "release": "53.fc37",
                    "source": "rpm",
                    "version": "5.3.28"
                }
            ],
            "libdhash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdhash",
                    "release": "52.fc37",
                    "source": "rpm",
                    "version": "0.5.0"
                }
            ],
            "libdnf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdnf",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "0.70.2"
                }
            ],
            "libeconf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libeconf",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "0.5.2"
                }
            ],
            "libedit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libedit",
                    "release": "43.20221009cvs.fc37",
                    "source": "rpm",
                    "version": "3.1"
                }
            ],
            "libestr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libestr",
                    "release": "4.fc37",
                    "source": "rpm",
                    "version": "0.1.11"
                }
            ],
            "libev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libev",
                    "release": "6.fc37",
                    "source": "rpm",
                    "version": "4.33"
                }
            ],
            "libevent": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libevent",
                    "release": "7.fc37",
                    "source": "rpm",
                    "version": "2.1.12"
                }
            ],
            "libfastjson": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfastjson",
                    "release": "4.fc37",
                    "source": "rpm",
                    "version": "0.99.9"
                }
            ],
            "libfdisk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfdisk",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "2.38.1"
                }
            ],
            "libffi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libffi",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "3.4.4"
                }
            ],
            "libfido2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfido2",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "1.11.0"
                }
            ],
            "libfsverity": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfsverity",
                    "release": "8.fc37",
                    "source": "rpm",
                    "version": "1.4"
                }
            ],
            "libgcab1": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgcab1",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.5"
                }
            ],
            "libgcc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgcc",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "12.3.1"
                }
            ],
            "libgcrypt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgcrypt",
                    "release": "4.fc37",
                    "source": "rpm",
                    "version": "1.10.1"
                }
            ],
            "libgomp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgomp",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "12.3.1"
                }
            ],
            "libgpg-error": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgpg-error",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.46"
                }
            ],
            "libgudev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgudev",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "237"
                }
            ],
            "libgusb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgusb",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "0.4.5"
                }
            ],
            "libibverbs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libibverbs",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "41.0"
                }
            ],
            "libicu": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libicu",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "71.1"
                }
            ],
            "libidn2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libidn2",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "2.3.4"
                }
            ],
            "libini_config": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libini_config",
                    "release": "52.fc37",
                    "source": "rpm",
                    "version": "1.3.1"
                }
            ],
            "libjcat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libjcat",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "0.1.13"
                }
            ],
            "libkcapi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkcapi",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "1.4.0"
                }
            ],
            "libkcapi-hmaccalc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkcapi-hmaccalc",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "1.4.0"
                }
            ],
            "libksba": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libksba",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.6.3"
                }
            ],
            "libldb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libldb",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "2.6.2"
                }
            ],
            "libmaxminddb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmaxminddb",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.7.1"
                }
            ],
            "libmbim": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmbim",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "1.26.4"
                }
            ],
            "libmetalink": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmetalink",
                    "release": "28.fc37",
                    "source": "rpm",
                    "version": "0.1.3"
                }
            ],
            "libmnl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmnl",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.0.5"
                }
            ],
            "libmodulemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmodulemd",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "2.15.0"
                }
            ],
            "libmount": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmount",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "2.38.1"
                }
            ],
            "libmpc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmpc",
                    "release": "5.fc37",
                    "source": "rpm",
                    "version": "1.2.1"
                }
            ],
            "libndp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libndp",
                    "release": "4.fc37",
                    "source": "rpm",
                    "version": "1.8"
                }
            ],
            "libnetfilter_conntrack": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnetfilter_conntrack",
                    "release": "5.fc37",
                    "source": "rpm",
                    "version": "1.0.8"
                }
            ],
            "libnfnetlink": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnfnetlink",
                    "release": "22.fc37",
                    "source": "rpm",
                    "version": "1.0.1"
                }
            ],
            "libnfsidmap": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "libnfsidmap",
                    "release": "0.fc37",
                    "source": "rpm",
                    "version": "2.6.3"
                }
            ],
            "libnftnl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnftnl",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "1.2.2"
                }
            ],
            "libnghttp2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnghttp2",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.51.0"
                }
            ],
            "libnl3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnl3",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "3.7.0"
                }
            ],
            "libnsl2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnsl2",
                    "release": "4.fc37",
                    "source": "rpm",
                    "version": "2.0.0"
                }
            ],
            "libpath_utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpath_utils",
                    "release": "52.fc37",
                    "source": "rpm",
                    "version": "0.2.1"
                }
            ],
            "libpcap": [
                {
                    "arch": "x86_64",
                    "epoch": 14,
                    "name": "libpcap",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.10.4"
                }
            ],
            "libpipeline": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpipeline",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "1.5.6"
                }
            ],
            "libpkgconf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpkgconf",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "1.8.0"
                }
            ],
            "libpsl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpsl",
                    "release": "6.fc37",
                    "source": "rpm",
                    "version": "0.21.1"
                }
            ],
            "libpwquality": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpwquality",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "1.4.5"
                }
            ],
            "libqmi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libqmi",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.30.8"
                }
            ],
            "libqrtr-glib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libqrtr-glib",
                    "release": "4.fc37",
                    "source": "rpm",
                    "version": "1.0.0"
                }
            ],
            "libref_array": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libref_array",
                    "release": "52.fc37",
                    "source": "rpm",
                    "version": "0.1.5"
                }
            ],
            "librepo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "librepo",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.15.2"
                }
            ],
            "libreport-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "libreport-filesystem",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "2.17.11"
                }
            ],
            "libseccomp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libseccomp",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "2.5.3"
                }
            ],
            "libselinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libselinux",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "3.5"
                }
            ],
            "libselinux-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libselinux-utils",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "3.5"
                }
            ],
            "libsemanage": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsemanage",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "3.5"
                }
            ],
            "libsepol": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsepol",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "3.5"
                }
            ],
            "libsigsegv": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsigsegv",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "2.14"
                }
            ],
            "libsmartcols": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsmartcols",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "2.38.1"
                }
            ],
            "libsmbios": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsmbios",
                    "release": "7.fc37",
                    "source": "rpm",
                    "version": "2.4.3"
                }
            ],
            "libsodium": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsodium",
                    "release": "10.fc37",
                    "source": "rpm",
                    "version": "1.0.18"
                }
            ],
            "libsolv": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsolv",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "0.7.22"
                }
            ],
            "libss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libss",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "1.46.5"
                }
            ],
            "libssh": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libssh",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "0.10.5"
                }
            ],
            "libssh-config": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "libssh-config",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "0.10.5"
                }
            ],
            "libsss_certmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_certmap",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "2.9.1"
                }
            ],
            "libsss_idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_idmap",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "2.9.1"
                }
            ],
            "libsss_nss_idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_nss_idmap",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "2.9.1"
                }
            ],
            "libsss_sudo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_sudo",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "2.9.1"
                }
            ],
            "libstdc++": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libstdc++",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "12.3.1"
                }
            ],
            "libtalloc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtalloc",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "2.3.4"
                }
            ],
            "libtasn1": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtasn1",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "4.19.0"
                }
            ],
            "libtdb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtdb",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "1.4.7"
                }
            ],
            "libtevent": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtevent",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "0.13.0"
                }
            ],
            "libtirpc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtirpc",
                    "release": "1.rc1.fc37",
                    "source": "rpm",
                    "version": "1.3.3"
                }
            ],
            "libtool-ltdl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtool-ltdl",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "2.4.7"
                }
            ],
            "libudisks2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libudisks2",
                    "release": "5.fc37",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "libunistring": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libunistring",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "1.0"
                }
            ],
            "libusb1": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libusb1",
                    "release": "9.fc37",
                    "source": "rpm",
                    "version": "1.0.25"
                }
            ],
            "libuser": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libuser",
                    "release": "13.fc37",
                    "source": "rpm",
                    "version": "0.63"
                }
            ],
            "libutempter": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libutempter",
                    "release": "7.fc37",
                    "source": "rpm",
                    "version": "1.2.1"
                }
            ],
            "libuuid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libuuid",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "2.38.1"
                }
            ],
            "libverto": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libverto",
                    "release": "4.fc37",
                    "source": "rpm",
                    "version": "0.3.2"
                }
            ],
            "libverto-libev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libverto-libev",
                    "release": "4.fc37",
                    "source": "rpm",
                    "version": "0.3.2"
                }
            ],
            "libxcrypt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxcrypt",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "4.4.36"
                }
            ],
            "libxcrypt-compat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxcrypt-compat",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "4.4.36"
                }
            ],
            "libxcrypt-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxcrypt-devel",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "4.4.36"
                }
            ],
            "libxkbcommon": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxkbcommon",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "1.4.1"
                }
            ],
            "libxml2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxml2",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "2.10.4"
                }
            ],
            "libxmlb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxmlb",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "0.3.11"
                }
            ],
            "libxslt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxslt",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.1.38"
                }
            ],
            "libyaml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libyaml",
                    "release": "8.fc37",
                    "source": "rpm",
                    "version": "0.2.5"
                }
            ],
            "libzstd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libzstd",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.5.5"
                }
            ],
            "libzstd-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libzstd-devel",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.5.5"
                }
            ],
            "linux-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "linux-firmware",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "20230919"
                }
            ],
            "linux-firmware-whence": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "linux-firmware-whence",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "20230919"
                }
            ],
            "lmdb-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lmdb-libs",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "0.9.31"
                }
            ],
            "logrotate": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "logrotate",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "3.20.1"
                }
            ],
            "lua-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lua-libs",
                    "release": "9.fc37",
                    "source": "rpm",
                    "version": "5.4.4"
                }
            ],
            "lvm2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lvm2",
                    "release": "9.fc37",
                    "source": "rpm",
                    "version": "2.03.11"
                }
            ],
            "lvm2-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lvm2-libs",
                    "release": "9.fc37",
                    "source": "rpm",
                    "version": "2.03.11"
                }
            ],
            "lz4-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lz4-libs",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.9.4"
                }
            ],
            "m4": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "m4",
                    "release": "4.fc37",
                    "source": "rpm",
                    "version": "1.4.19"
                }
            ],
            "make": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "make",
                    "release": "11.fc37",
                    "source": "rpm",
                    "version": "4.3"
                }
            ],
            "man-db": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "man-db",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "2.10.2"
                }
            ],
            "mdadm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mdadm",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "4.2"
                }
            ],
            "mkpasswd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mkpasswd",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "5.5.18"
                }
            ],
            "mokutil": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "mokutil",
                    "release": "5.fc37",
                    "source": "rpm",
                    "version": "0.6.0"
                }
            ],
            "mozjs102": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mozjs102",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "102.15.0"
                }
            ],
            "mpdecimal": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mpdecimal",
                    "release": "4.fc37",
                    "source": "rpm",
                    "version": "2.5.1"
                }
            ],
            "mpfr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mpfr",
                    "release": "10.fc37",
                    "source": "rpm",
                    "version": "4.1.0"
                }
            ],
            "mt7xxx-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "mt7xxx-firmware",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "20230919"
                }
            ],
            "ncurses": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ncurses",
                    "release": "3.20230114.fc37",
                    "source": "rpm",
                    "version": "6.4"
                }
            ],
            "ncurses-base": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "ncurses-base",
                    "release": "3.20230114.fc37",
                    "source": "rpm",
                    "version": "6.4"
                }
            ],
            "ncurses-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ncurses-libs",
                    "release": "3.20230114.fc37",
                    "source": "rpm",
                    "version": "6.4"
                }
            ],
            "net-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "net-tools",
                    "release": "0.64.20160912git.fc37",
                    "source": "rpm",
                    "version": "2.0"
                }
            ],
            "nettle": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nettle",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "3.8"
                }
            ],
            "nfs-utils": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "nfs-utils",
                    "release": "0.fc37",
                    "source": "rpm",
                    "version": "2.6.3"
                }
            ],
            "nftables": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "nftables",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "1.0.4"
                }
            ],
            "npth": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "npth",
                    "release": "9.fc37",
                    "source": "rpm",
                    "version": "1.6"
                }
            ],
            "nspr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nspr",
                    "release": "9.fc37",
                    "source": "rpm",
                    "version": "4.35.0"
                }
            ],
            "nss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "3.93.0"
                }
            ],
            "nss-softokn": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-softokn",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "3.93.0"
                }
            ],
            "nss-softokn-freebl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-softokn-freebl",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "3.93.0"
                }
            ],
            "nss-sysinit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-sysinit",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "3.93.0"
                }
            ],
            "nss-util": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-util",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "3.93.0"
                }
            ],
            "ntfs-3g": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "ntfs-3g",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "2022.10.3"
                }
            ],
            "ntfs-3g-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "ntfs-3g-libs",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "2022.10.3"
                }
            ],
            "ntfsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "ntfsprogs",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "2022.10.3"
                }
            ],
            "nvidia-gpu-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "nvidia-gpu-firmware",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "20230919"
                }
            ],
            "openldap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openldap",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "openssh": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh",
                    "release": "11.fc37",
                    "source": "rpm",
                    "version": "8.8p1"
                }
            ],
            "openssh-clients": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh-clients",
                    "release": "11.fc37",
                    "source": "rpm",
                    "version": "8.8p1"
                }
            ],
            "openssh-server": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh-server",
                    "release": "11.fc37",
                    "source": "rpm",
                    "version": "8.8p1"
                }
            ],
            "openssl": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "3.0.9"
                }
            ],
            "openssl-devel": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl-devel",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "3.0.9"
                }
            ],
            "openssl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl-libs",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "3.0.9"
                }
            ],
            "openssl-pkcs11": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssl-pkcs11",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "0.4.12"
                }
            ],
            "os-prober": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "os-prober",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.81"
                }
            ],
            "p11-kit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "p11-kit",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "0.25.0"
                }
            ],
            "p11-kit-trust": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "p11-kit-trust",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "0.25.0"
                }
            ],
            "pam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pam",
                    "release": "14.fc37",
                    "source": "rpm",
                    "version": "1.5.2"
                }
            ],
            "pam-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pam-libs",
                    "release": "14.fc37",
                    "source": "rpm",
                    "version": "1.5.2"
                }
            ],
            "parted": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "parted",
                    "release": "6.fc37",
                    "source": "rpm",
                    "version": "3.5"
                }
            ],
            "passwd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "passwd",
                    "release": "13.fc37",
                    "source": "rpm",
                    "version": "0.80"
                }
            ],
            "pcre": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcre",
                    "release": "1.fc37.2",
                    "source": "rpm",
                    "version": "8.45"
                }
            ],
            "pcre2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcre2",
                    "release": "1.fc37.1",
                    "source": "rpm",
                    "version": "10.40"
                }
            ],
            "pcre2-syntax": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "pcre2-syntax",
                    "release": "1.fc37.1",
                    "source": "rpm",
                    "version": "10.40"
                }
            ],
            "pcsc-lite": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcsc-lite",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.9.9"
                }
            ],
            "pcsc-lite-ccid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcsc-lite-ccid",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "pcsc-lite-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcsc-lite-libs",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.9.9"
                }
            ],
            "perl-AutoLoader": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-AutoLoader",
                    "release": "494.fc37",
                    "source": "rpm",
                    "version": "5.74"
                }
            ],
            "perl-B": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-B",
                    "release": "494.fc37",
                    "source": "rpm",
                    "version": "1.83"
                }
            ],
            "perl-Carp": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Carp",
                    "release": "489.fc37",
                    "source": "rpm",
                    "version": "1.52"
                }
            ],
            "perl-Class-Struct": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-Class-Struct",
                    "release": "494.fc37",
                    "source": "rpm",
                    "version": "0.66"
                }
            ],
            "perl-Data-Dumper": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Data-Dumper",
                    "release": "490.fc37",
                    "source": "rpm",
                    "version": "2.184"
                }
            ],
            "perl-Digest": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Digest",
                    "release": "489.fc37",
                    "source": "rpm",
                    "version": "1.20"
                }
            ],
            "perl-Digest-MD5": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Digest-MD5",
                    "release": "489.fc37",
                    "source": "rpm",
                    "version": "2.58"
                }
            ],
            "perl-DynaLoader": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-DynaLoader",
                    "release": "494.fc37",
                    "source": "rpm",
                    "version": "1.52"
                }
            ],
            "perl-Encode": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-Encode",
                    "release": "492.fc37",
                    "source": "rpm",
                    "version": "3.19"
                }
            ],
            "perl-Errno": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-Errno",
                    "release": "494.fc37",
                    "source": "rpm",
                    "version": "1.36"
                }
            ],
            "perl-Error": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Error",
                    "release": "10.fc37",
                    "source": "rpm",
                    "version": "0.17029"
                }
            ],
            "perl-Exporter": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Exporter",
                    "release": "489.fc37",
                    "source": "rpm",
                    "version": "5.77"
                }
            ],
            "perl-Fcntl": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-Fcntl",
                    "release": "494.fc37",
                    "source": "rpm",
                    "version": "1.15"
                }
            ],
            "perl-File-Basename": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-File-Basename",
                    "release": "494.fc37",
                    "source": "rpm",
                    "version": "2.85"
                }
            ],
            "perl-File-Find": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-File-Find",
                    "release": "494.fc37",
                    "source": "rpm",
                    "version": "1.40"
                }
            ],
            "perl-File-Path": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-File-Path",
                    "release": "489.fc37",
                    "source": "rpm",
                    "version": "2.18"
                }
            ],
            "perl-File-Temp": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-File-Temp",
                    "release": "489.fc37",
                    "source": "rpm",
                    "version": "0.231.100"
                }
            ],
            "perl-File-stat": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-File-stat",
                    "release": "494.fc37",
                    "source": "rpm",
                    "version": "1.12"
                }
            ],
            "perl-FileHandle": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-FileHandle",
                    "release": "494.fc37",
                    "source": "rpm",
                    "version": "2.03"
                }
            ],
            "perl-Getopt-Long": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Getopt-Long",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "2.54"
                }
            ],
            "perl-Getopt-Std": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-Getopt-Std",
                    "release": "494.fc37",
                    "source": "rpm",
                    "version": "1.13"
                }
            ],
            "perl-Git": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Git",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "2.41.0"
                }
            ],
            "perl-HTTP-Tiny": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-HTTP-Tiny",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "0.086"
                }
            ],
            "perl-IO": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-IO",
                    "release": "494.fc37",
                    "source": "rpm",
                    "version": "1.50"
                }
            ],
            "perl-IO-Socket-IP": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-IO-Socket-IP",
                    "release": "490.fc37",
                    "source": "rpm",
                    "version": "0.41"
                }
            ],
            "perl-IO-Socket-SSL": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-IO-Socket-SSL",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "2.075"
                }
            ],
            "perl-IPC-Open3": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-IPC-Open3",
                    "release": "494.fc37",
                    "source": "rpm",
                    "version": "1.22"
                }
            ],
            "perl-MIME-Base64": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-MIME-Base64",
                    "release": "489.fc37",
                    "source": "rpm",
                    "version": "3.16"
                }
            ],
            "perl-Mozilla-CA": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Mozilla-CA",
                    "release": "4.fc37",
                    "source": "rpm",
                    "version": "20211001"
                }
            ],
            "perl-NDBM_File": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-NDBM_File",
                    "release": "494.fc37",
                    "source": "rpm",
                    "version": "1.15"
                }
            ],
            "perl-Net-SSLeay": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Net-SSLeay",
                    "release": "4.fc37",
                    "source": "rpm",
                    "version": "1.92"
                }
            ],
            "perl-POSIX": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-POSIX",
                    "release": "494.fc37",
                    "source": "rpm",
                    "version": "2.03"
                }
            ],
            "perl-PathTools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-PathTools",
                    "release": "489.fc37",
                    "source": "rpm",
                    "version": "3.84"
                }
            ],
            "perl-Pod-Escapes": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Pod-Escapes",
                    "release": "489.fc37",
                    "source": "rpm",
                    "version": "1.07"
                }
            ],
            "perl-Pod-Perldoc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Pod-Perldoc",
                    "release": "490.fc37",
                    "source": "rpm",
                    "version": "3.28.01"
                }
            ],
            "perl-Pod-Simple": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Pod-Simple",
                    "release": "490.fc37",
                    "source": "rpm",
                    "version": "3.43"
                }
            ],
            "perl-Pod-Usage": [
                {
                    "arch": "noarch",
                    "epoch": 4,
                    "name": "perl-Pod-Usage",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "2.03"
                }
            ],
            "perl-Scalar-List-Utils": [
                {
                    "arch": "x86_64",
                    "epoch": 5,
                    "name": "perl-Scalar-List-Utils",
                    "release": "489.fc37",
                    "source": "rpm",
                    "version": "1.63"
                }
            ],
            "perl-SelectSaver": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-SelectSaver",
                    "release": "494.fc37",
                    "source": "rpm",
                    "version": "1.02"
                }
            ],
            "perl-Socket": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-Socket",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "2.036"
                }
            ],
            "perl-Storable": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "perl-Storable",
                    "release": "489.fc37",
                    "source": "rpm",
                    "version": "3.26"
                }
            ],
            "perl-Symbol": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-Symbol",
                    "release": "494.fc37",
                    "source": "rpm",
                    "version": "1.09"
                }
            ],
            "perl-Term-ANSIColor": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Term-ANSIColor",
                    "release": "490.fc37",
                    "source": "rpm",
                    "version": "5.01"
                }
            ],
            "perl-Term-Cap": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Term-Cap",
                    "release": "489.fc37",
                    "source": "rpm",
                    "version": "1.17"
                }
            ],
            "perl-TermReadKey": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-TermReadKey",
                    "release": "14.fc37",
                    "source": "rpm",
                    "version": "2.38"
                }
            ],
            "perl-Text-ParseWords": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Text-ParseWords",
                    "release": "489.fc37",
                    "source": "rpm",
                    "version": "3.31"
                }
            ],
            "perl-Text-Tabs+Wrap": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Text-Tabs+Wrap",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "2023.0511"
                }
            ],
            "perl-Time-Local": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "perl-Time-Local",
                    "release": "489.fc37",
                    "source": "rpm",
                    "version": "1.300"
                }
            ],
            "perl-URI": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-URI",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "5.17"
                }
            ],
            "perl-base": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-base",
                    "release": "494.fc37",
                    "source": "rpm",
                    "version": "2.27"
                }
            ],
            "perl-constant": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-constant",
                    "release": "490.fc37",
                    "source": "rpm",
                    "version": "1.33"
                }
            ],
            "perl-if": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-if",
                    "release": "494.fc37",
                    "source": "rpm",
                    "version": "0.61.000"
                }
            ],
            "perl-interpreter": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-interpreter",
                    "release": "494.fc37",
                    "source": "rpm",
                    "version": "5.36.1"
                }
            ],
            "perl-lib": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-lib",
                    "release": "494.fc37",
                    "source": "rpm",
                    "version": "0.65"
                }
            ],
            "perl-libnet": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-libnet",
                    "release": "490.fc37",
                    "source": "rpm",
                    "version": "3.14"
                }
            ],
            "perl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-libs",
                    "release": "494.fc37",
                    "source": "rpm",
                    "version": "5.36.1"
                }
            ],
            "perl-locale": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-locale",
                    "release": "494.fc37",
                    "source": "rpm",
                    "version": "1.10"
                }
            ],
            "perl-mro": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-mro",
                    "release": "494.fc37",
                    "source": "rpm",
                    "version": "1.26"
                }
            ],
            "perl-overload": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-overload",
                    "release": "494.fc37",
                    "source": "rpm",
                    "version": "1.35"
                }
            ],
            "perl-overloading": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-overloading",
                    "release": "494.fc37",
                    "source": "rpm",
                    "version": "0.02"
                }
            ],
            "perl-parent": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-parent",
                    "release": "489.fc37",
                    "source": "rpm",
                    "version": "0.238"
                }
            ],
            "perl-podlators": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-podlators",
                    "release": "489.fc37",
                    "source": "rpm",
                    "version": "4.14"
                }
            ],
            "perl-subs": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-subs",
                    "release": "494.fc37",
                    "source": "rpm",
                    "version": "1.04"
                }
            ],
            "perl-vars": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-vars",
                    "release": "494.fc37",
                    "source": "rpm",
                    "version": "1.05"
                }
            ],
            "pkgconf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pkgconf",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "1.8.0"
                }
            ],
            "pkgconf-m4": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "pkgconf-m4",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "1.8.0"
                }
            ],
            "pkgconf-pkg-config": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pkgconf-pkg-config",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "1.8.0"
                }
            ],
            "plymouth": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "plymouth",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "22.02.122"
                }
            ],
            "plymouth-core-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "plymouth-core-libs",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "22.02.122"
                }
            ],
            "plymouth-scripts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "plymouth-scripts",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "22.02.122"
                }
            ],
            "policycoreutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "policycoreutils",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "3.5"
                }
            ],
            "polkit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit",
                    "release": "4.fc37.2",
                    "source": "rpm",
                    "version": "121"
                }
            ],
            "polkit-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit-libs",
                    "release": "4.fc37.2",
                    "source": "rpm",
                    "version": "121"
                }
            ],
            "polkit-pkla-compat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit-pkla-compat",
                    "release": "22.fc37",
                    "source": "rpm",
                    "version": "0.1"
                }
            ],
            "popt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "popt",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.19"
                }
            ],
            "procps-ng": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "procps-ng",
                    "release": "6.fc37.3",
                    "source": "rpm",
                    "version": "3.3.17"
                }
            ],
            "protobuf-c": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "protobuf-c",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "1.4.1"
                }
            ],
            "psmisc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "psmisc",
                    "release": "4.fc37",
                    "source": "rpm",
                    "version": "23.4"
                }
            ],
            "publicsuffix-list-dafsa": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "publicsuffix-list-dafsa",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "20230812"
                }
            ],
            "python-pip-wheel": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python-pip-wheel",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "22.2.2"
                }
            ],
            "python-setuptools-wheel": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python-setuptools-wheel",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "62.6.0"
                }
            ],
            "python-unversioned-command": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python-unversioned-command",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "3.11.5"
                }
            ],
            "python3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "3.11.5"
                }
            ],
            "python3-attrs": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-attrs",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "22.1.0"
                }
            ],
            "python3-audit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-audit",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "3.1.2"
                }
            ],
            "python3-charset-normalizer": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-charset-normalizer",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "2.1.0"
                }
            ],
            "python3-configobj": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-configobj",
                    "release": "29.fc37",
                    "source": "rpm",
                    "version": "5.0.6"
                }
            ],
            "python3-dateutil": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "python3-dateutil",
                    "release": "4.fc37",
                    "source": "rpm",
                    "version": "2.8.2"
                }
            ],
            "python3-dbus": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-dbus",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.3.2"
                }
            ],
            "python3-distro": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-distro",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "1.7.0"
                }
            ],
            "python3-dnf": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-dnf",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "4.16.2"
                }
            ],
            "python3-dnf-plugins-core": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-dnf-plugins-core",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "4.4.3"
                }
            ],
            "python3-firewall": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-firewall",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.2.5"
                }
            ],
            "python3-gobject-base": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-gobject-base",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "3.42.2"
                }
            ],
            "python3-gobject-base-noarch": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-gobject-base-noarch",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "3.42.2"
                }
            ],
            "python3-gpg": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-gpg",
                    "release": "4.fc37",
                    "source": "rpm",
                    "version": "1.17.0"
                }
            ],
            "python3-hawkey": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-hawkey",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "0.70.2"
                }
            ],
            "python3-idna": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-idna",
                    "release": "4.fc37",
                    "source": "rpm",
                    "version": "3.3"
                }
            ],
            "python3-jinja2": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jinja2",
                    "release": "5.fc37",
                    "source": "rpm",
                    "version": "3.0.3"
                }
            ],
            "python3-jsonpatch": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonpatch",
                    "release": "21.fc37",
                    "source": "rpm",
                    "version": "1.21"
                }
            ],
            "python3-jsonpointer": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonpointer",
                    "release": "7.fc37",
                    "source": "rpm",
                    "version": "2.0"
                }
            ],
            "python3-jsonschema": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonschema",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "4.10.0"
                }
            ],
            "python3-libcomps": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libcomps",
                    "release": "4.fc37",
                    "source": "rpm",
                    "version": "0.1.18"
                }
            ],
            "python3-libdnf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libdnf",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "0.70.2"
                }
            ],
            "python3-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libs",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "3.11.5"
                }
            ],
            "python3-libselinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libselinux",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "3.5"
                }
            ],
            "python3-libsemanage": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libsemanage",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "3.5"
                }
            ],
            "python3-lxml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-lxml",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "4.9.1"
                }
            ],
            "python3-markupsafe": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-markupsafe",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "2.1.1"
                }
            ],
            "python3-netifaces": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-netifaces",
                    "release": "4.fc37",
                    "source": "rpm",
                    "version": "0.11.0"
                }
            ],
            "python3-nftables": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "python3-nftables",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "1.0.4"
                }
            ],
            "python3-oauthlib": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-oauthlib",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "3.2.2"
                }
            ],
            "python3-policycoreutils": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-policycoreutils",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "3.5"
                }
            ],
            "python3-prettytable": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-prettytable",
                    "release": "30.fc37",
                    "source": "rpm",
                    "version": "0.7.2"
                }
            ],
            "python3-pyrsistent": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-pyrsistent",
                    "release": "4.fc37",
                    "source": "rpm",
                    "version": "0.18.1"
                }
            ],
            "python3-pyserial": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pyserial",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "3.5"
                }
            ],
            "python3-pysocks": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pysocks",
                    "release": "15.fc37",
                    "source": "rpm",
                    "version": "1.7.1"
                }
            ],
            "python3-pyyaml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-pyyaml",
                    "release": "5.fc37",
                    "source": "rpm",
                    "version": "6.0"
                }
            ],
            "python3-requests": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-requests",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "2.28.1"
                }
            ],
            "python3-rpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-rpm",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "4.18.1"
                }
            ],
            "python3-setools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-setools",
                    "release": "9.fc37",
                    "source": "rpm",
                    "version": "4.4.0"
                }
            ],
            "python3-setuptools": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-setuptools",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "62.6.0"
                }
            ],
            "python3-six": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-six",
                    "release": "8.fc37",
                    "source": "rpm",
                    "version": "1.16.0"
                }
            ],
            "python3-systemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-systemd",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "235"
                }
            ],
            "python3-unbound": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-unbound",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.18.0"
                }
            ],
            "python3-urllib3": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-urllib3",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.26.16"
                }
            ],
            "python3-urllib3+socks": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-urllib3+socks",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.26.16"
                }
            ],
            "qa-tools": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "qa-tools",
                    "release": "4.fc37",
                    "source": "rpm",
                    "version": "4.1"
                }
            ],
            "quota": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "quota",
                    "release": "8.fc37",
                    "source": "rpm",
                    "version": "4.06"
                }
            ],
            "quota-nls": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "quota-nls",
                    "release": "8.fc37",
                    "source": "rpm",
                    "version": "4.06"
                }
            ],
            "readline": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "readline",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "8.2"
                }
            ],
            "realtek-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "realtek-firmware",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "20230919"
                }
            ],
            "restraint": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "restraint",
                    "release": "1.fc37eng",
                    "source": "rpm",
                    "version": "0.4.4"
                }
            ],
            "restraint-rhts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "restraint-rhts",
                    "release": "1.fc37eng",
                    "source": "rpm",
                    "version": "0.4.4"
                }
            ],
            "rng-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rng-tools",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "6.16"
                }
            ],
            "rootfiles": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "rootfiles",
                    "release": "32.fc37",
                    "source": "rpm",
                    "version": "8.1"
                }
            ],
            "rpcbind": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpcbind",
                    "release": "3.rc2.fc37",
                    "source": "rpm",
                    "version": "1.2.6"
                }
            ],
            "rpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "4.18.1"
                }
            ],
            "rpm-build-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-build-libs",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "4.18.1"
                }
            ],
            "rpm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-libs",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "4.18.1"
                }
            ],
            "rpm-plugin-selinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-plugin-selinux",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "4.18.1"
                }
            ],
            "rpm-plugin-systemd-inhibit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-plugin-systemd-inhibit",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "4.18.1"
                }
            ],
            "rpm-sign-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-sign-libs",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "4.18.1"
                }
            ],
            "rsync": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rsync",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "3.2.7"
                }
            ],
            "rsyslog": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rsyslog",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "8.2204.0"
                }
            ],
            "rsyslog-logrotate": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rsyslog-logrotate",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "8.2204.0"
                }
            ],
            "rtl-sdr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rtl-sdr",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "0.6.0^20230403git142325a9"
                }
            ],
            "sed": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sed",
                    "release": "11.fc37",
                    "source": "rpm",
                    "version": "4.8"
                }
            ],
            "selinux-policy": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "selinux-policy",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "37.22"
                }
            ],
            "selinux-policy-targeted": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "selinux-policy-targeted",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "37.22"
                }
            ],
            "setup": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "setup",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "2.14.1"
                }
            ],
            "shadow-utils": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "shadow-utils",
                    "release": "6.fc37",
                    "source": "rpm",
                    "version": "4.12.3"
                }
            ],
            "shared-mime-info": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "shared-mime-info",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "2.2"
                }
            ],
            "sqlite-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sqlite-libs",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "3.40.0"
                }
            ],
            "sssd-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-client",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "2.9.1"
                }
            ],
            "sssd-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-common",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "2.9.1"
                }
            ],
            "sssd-kcm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-kcm",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "2.9.1"
                }
            ],
            "sssd-nfs-idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-nfs-idmap",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "2.9.1"
                }
            ],
            "strace": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "strace",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "6.5"
                }
            ],
            "sudo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sudo",
                    "release": "1.p2.fc37",
                    "source": "rpm",
                    "version": "1.9.13"
                }
            ],
            "sudo-python-plugin": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sudo-python-plugin",
                    "release": "1.p2.fc37",
                    "source": "rpm",
                    "version": "1.9.13"
                }
            ],
            "systemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "251.14"
                }
            ],
            "systemd-boot-unsigned": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-boot-unsigned",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "251.14"
                }
            ],
            "systemd-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-libs",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "251.14"
                }
            ],
            "systemd-networkd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-networkd",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "251.14"
                }
            ],
            "systemd-pam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-pam",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "251.14"
                }
            ],
            "systemd-resolved": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-resolved",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "251.14"
                }
            ],
            "systemd-udev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-udev",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "251.14"
                }
            ],
            "systemtap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "4.9"
                }
            ],
            "systemtap-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap-client",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "4.9"
                }
            ],
            "systemtap-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap-devel",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "4.9"
                }
            ],
            "systemtap-runtime": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap-runtime",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "4.9"
                }
            ],
            "tar": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "tar",
                    "release": "6.fc37",
                    "source": "rpm",
                    "version": "1.34"
                }
            ],
            "tbb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tbb",
                    "release": "13.fc37",
                    "source": "rpm",
                    "version": "2020.3"
                }
            ],
            "time": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "time",
                    "release": "19.fc37",
                    "source": "rpm",
                    "version": "1.9"
                }
            ],
            "tpm2-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tpm2-tools",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "5.4"
                }
            ],
            "tpm2-tss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tpm2-tss",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "3.2.2"
                }
            ],
            "tzdata": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "tzdata",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "2023c"
                }
            ],
            "udisks2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "udisks2",
                    "release": "5.fc37",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "unbound-anchor": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "unbound-anchor",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.18.0"
                }
            ],
            "unbound-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "unbound-libs",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.18.0"
                }
            ],
            "unzip": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "unzip",
                    "release": "58.fc37",
                    "source": "rpm",
                    "version": "6.0"
                }
            ],
            "userspace-rcu": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "userspace-rcu",
                    "release": "5.fc37",
                    "source": "rpm",
                    "version": "0.13.0"
                }
            ],
            "util-linux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "util-linux",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "2.38.1"
                }
            ],
            "util-linux-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "util-linux-core",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "2.38.1"
                }
            ],
            "vim-common": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-common",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "9.0.1927"
                }
            ],
            "vim-data": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "vim-data",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "9.0.1927"
                }
            ],
            "vim-default-editor": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "vim-default-editor",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "9.0.1927"
                }
            ],
            "vim-enhanced": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-enhanced",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "9.0.1927"
                }
            ],
            "vim-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "vim-filesystem",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "9.0.1927"
                }
            ],
            "vim-minimal": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-minimal",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "9.0.1927"
                }
            ],
            "volume_key-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "volume_key-libs",
                    "release": "17.fc37",
                    "source": "rpm",
                    "version": "0.3.12"
                }
            ],
            "wget": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "wget",
                    "release": "4.fc37",
                    "source": "rpm",
                    "version": "1.21.3"
                }
            ],
            "which": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "which",
                    "release": "39.fc37",
                    "source": "rpm",
                    "version": "2.21"
                }
            ],
            "whois-nls": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "whois-nls",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "5.5.18"
                }
            ],
            "xfsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xfsprogs",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "6.1.0"
                }
            ],
            "xkeyboard-config": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "xkeyboard-config",
                    "release": "3.fc37",
                    "source": "rpm",
                    "version": "2.36"
                }
            ],
            "xxd": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "xxd",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "9.0.1927"
                }
            ],
            "xxhash-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xxhash-libs",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "0.8.2"
                }
            ],
            "xz": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xz",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "5.4.1"
                }
            ],
            "xz-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xz-devel",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "5.4.1"
                }
            ],
            "xz-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xz-libs",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "5.4.1"
                }
            ],
            "yum": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "yum",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "4.16.2"
                }
            ],
            "zchunk-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zchunk-libs",
                    "release": "1.fc37",
                    "source": "rpm",
                    "version": "1.3.1"
                }
            ],
            "zip": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zip",
                    "release": "33.fc37",
                    "source": "rpm",
                    "version": "3.0"
                }
            ],
            "zlib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zlib",
                    "release": "5.fc37",
                    "source": "rpm",
                    "version": "1.2.12"
                }
            ],
            "zlib-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zlib-devel",
                    "release": "5.fc37",
                    "source": "rpm",
                    "version": "1.2.12"
                }
            ],
            "zram-generator": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zram-generator",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "1.1.2"
                }
            ],
            "zram-generator-defaults": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "zram-generator-defaults",
                    "release": "2.fc37",
                    "source": "rpm",
                    "version": "1.1.2"
                }
            ]
        }
    },
    "changed": false
}

TASK [/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:56
Thursday 07 December 2023  22:16:42 +0000 (0:00:01.051)       0:00:10.493 ***** 
ok: [sut] => {
    "ansible_facts": {
        "__rsyslog_version": "8.2204.0"
    },
    "changed": false
}

TASK [/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version 1] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:63
Thursday 07 December 2023  22:16:42 +0000 (0:00:00.024)       0:00:10.518 ***** 
skipping: [sut] => {}

TASK [/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version 2] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:69
Thursday 07 December 2023  22:16:42 +0000 (0:00:00.018)       0:00:10.537 ***** 
ok: [sut] => {}

MSG:

Rsyslog_version is 8.2204.0, which is newer than "8.37.0-7.2".

TASK [/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:78
Thursday 07 December 2023  22:16:42 +0000 (0:00:00.024)       0:00:10.561 ***** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:86
Thursday 07 December 2023  22:16:42 +0000 (0:00:00.027)       0:00:10.588 ***** 
ok: [sut] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/etc/rsyslog.d",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 0
}

TASK [/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:93
Thursday 07 December 2023  22:16:43 +0000 (0:00:00.303)       0:00:10.892 ***** 
ok: [sut] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0700",
    "owner": "root",
    "path": "/var/lib/rsyslog",
    "secontext": "system_u:object_r:syslogd_var_lib_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 0
}

TASK [/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Create logging directory if it does not exist or the ownership and/or modes are different.] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:99
Thursday 07 December 2023  22:16:43 +0000 (0:00:00.262)       0:00:11.154 ***** 
ok: [sut] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/var/log",
    "secontext": "system_u:object_r:var_log_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 0
}

TASK [/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate global rule to add to __rsyslog_common_rules] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:108
Thursday 07 December 2023  22:16:43 +0000 (0:00:00.236)       0:00:11.390 ***** 
ok: [sut] => {
    "ansible_facts": {
        "__rsyslog_common_rules": [
            {
                "comment": "Global options",
                "filename": "00-global.conf",
                "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
            },
            {
                "name": "local-modules",
                "sections": [
                    {
                        "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                    }
                ],
                "state": "absent",
                "type": "modules"
            },
            {
                "name": "common-defaults",
                "sections": [
                    {
                        "comment": "Log every message",
                        "options": "$RepeatedMsgReduction off"
                    }
                ],
                "type": "global"
            }
        ]
    },
    "changed": false
}

TASK [/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:131
Thursday 07 December 2023  22:16:43 +0000 (0:00:00.057)       0:00:11.447 ***** 
skipping: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="8192"\n)\n'})  => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "inner_item": {
        "comment": "Global options",
        "filename": "00-global.conf",
        "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]})  => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "inner_item": {
        "name": "local-modules",
        "sections": [
            {
                "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
            }
        ],
        "state": "absent",
        "type": "modules"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]})  => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "inner_item": {
        "name": "common-defaults",
        "sections": [
            {
                "comment": "Log every message",
                "options": "$RepeatedMsgReduction off"
            }
        ],
        "type": "global"
    },
    "skip_reason": "Conditional result was False"
}

TASK [/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Initialize list of template results] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:155
Thursday 07 December 2023  22:16:43 +0000 (0:00:00.034)       0:00:11.482 ***** 
ok: [sut] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": false,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "inner_item": {
                            "comment": "Global options",
                            "filename": "00-global.conf",
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        },
                        "skip_reason": "Conditional result was False",
                        "skipped": true
                    },
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "inner_item": {
                            "name": "local-modules",
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ],
                            "state": "absent",
                            "type": "modules"
                        },
                        "skip_reason": "Conditional result was False",
                        "skipped": true
                    },
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "inner_item": {
                            "name": "common-defaults",
                            "sections": [
                                {
                                    "comment": "Log every message",
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ],
                            "type": "global"
                        },
                        "skip_reason": "Conditional result was False",
                        "skipped": true
                    }
                ]
            }
        ]
    },
    "changed": false
}

TASK [/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:159
Thursday 07 December 2023  22:16:43 +0000 (0:00:00.026)       0:00:11.508 ***** 
skipping: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="8192"\n)\n'})  => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "inner_item": {
        "comment": "Global options",
        "filename": "00-global.conf",
        "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]})  => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "inner_item": {
        "name": "local-modules",
        "sections": [
            {
                "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
            }
        ],
        "state": "absent",
        "type": "modules"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]})  => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "inner_item": {
        "name": "common-defaults",
        "sections": [
            {
                "comment": "Log every message",
                "options": "$RepeatedMsgReduction off"
            }
        ],
        "type": "global"
    },
    "skip_reason": "Conditional result was False"
}

TASK [/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:177
Thursday 07 December 2023  22:16:43 +0000 (0:00:00.030)       0:00:11.539 ***** 

TASK [/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:188
Thursday 07 December 2023  22:16:43 +0000 (0:00:00.019)       0:00:11.558 ***** 

TASK [/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Include output sub-vars] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:207
Thursday 07 December 2023  22:16:43 +0000 (0:00:00.019)       0:00:11.578 ***** 

TASK [/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Run output sub-tasks] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:219
Thursday 07 December 2023  22:16:43 +0000 (0:00:00.019)       0:00:11.598 ***** 

TASK [/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog config files not owned by any package] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:232
Thursday 07 December 2023  22:16:43 +0000 (0:00:00.018)       0:00:11.616 ***** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Purge - remove files not generated by current state] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:249
Thursday 07 December 2023  22:16:43 +0000 (0:00:00.019)       0:00:11.636 ***** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy custom config files if they are specified in rsyslog_custom_config_files variable array.] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:273
Thursday 07 December 2023  22:16:44 +0000 (0:00:00.042)       0:00:11.679 ***** 

TASK [/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Check tls is enabled in forwards output or remote input and logging_pki_files] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:303
Thursday 07 December 2023  22:16:44 +0000 (0:00:00.019)       0:00:11.698 ***** 
skipping: [sut] => (item=[])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": [],
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=[])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": [],
    "skip_reason": "Conditional result was False"
}

TASK [/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local ca_cert file to the target if needed] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:315
Thursday 07 December 2023  22:16:44 +0000 (0:00:00.035)       0:00:11.733 ***** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local cert file to the target if needed] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:331
Thursday 07 December 2023  22:16:44 +0000 (0:00:00.023)       0:00:11.756 ***** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local key file to the target if needed] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:347
Thursday 07 December 2023  22:16:44 +0000 (0:00:00.023)       0:00:11.779 ***** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:363
Thursday 07 December 2023  22:16:44 +0000 (0:00:00.023)       0:00:11.803 ***** 
changed: [sut] => {
    "changed": true,
    "enabled": true,
    "name": "rsyslog",
    "state": "started",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "sysinit.target system.slice basic.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": "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",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "System Logging Service",
        "DevicePolicy": "auto",
        "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; 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/rsyslog.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": "rsyslog.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": "16384",
        "LimitNOFILESoft": "16384",
        "LimitNPROC": "14732",
        "LimitNPROCSoft": "14732",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14732",
        "LimitSIGPENDINGSoft": "14732",
        "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": "rsyslog.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "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.slice sysinit.target",
        "Restart": "on-failure",
        "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": "inherit",
        "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": "4419",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0066",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "infinity"
    }
}

TASK [/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Disable rsyslog service] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:372
Thursday 07 December 2023  22:16:45 +0000 (0:00:01.338)       0:00:13.142 ***** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:381
Thursday 07 December 2023  22:16:45 +0000 (0:00:00.020)       0:00:13.163 ***** 
skipping: [sut] => {}

TASK [/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : See if there are any config files] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:395
Thursday 07 December 2023  22:16:45 +0000 (0:00:00.019)       0:00:13.182 ***** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Get mode of rsyslog.conf if it exists] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:402
Thursday 07 December 2023  22:16:45 +0000 (0:00:00.023)       0:00:13.205 ***** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration] ***
task path: /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:408
Thursday 07 December 2023  22:16:45 +0000 (0:00:00.024)       0:00:13.230 ***** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
sut                        : ok=27   changed=2    unreachable=0    failed=0    skipped=54   rescued=0    ignored=0   

Thursday 07 December 2023  22:16:45 +0000 (0:00:00.022)       0:00:13.252 ***** 
=============================================================================== 
/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages --- 5.30s
/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:34 
/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Ensure ansible_facts used by role --- 2.69s
/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/set_vars.yml:4 
/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service --- 1.34s
/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:363 
/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts --- 1.05s
/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:52 
/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Check if system is ostree --- 0.33s
/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/set_vars.yml:13 
/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist --- 0.30s
/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:86 
/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory --- 0.26s
/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:93 
/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Create logging directory if it does not exist or the ownership and/or modes are different. --- 0.24s
/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:99 
/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Main rsyslog subrole --- 0.08s
/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main.yml:7 
/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate global rule to add to __rsyslog_common_rules --- 0.06s
/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:108 
/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Purge - remove files not generated by current state --- 0.04s
/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:249 
/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Include /vars/main.yml from /WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog --- 0.04s
/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/set_vars.yml:34 
/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Check tls is enabled in forwards output or remote input and logging_pki_files --- 0.04s
/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:303 
/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d --- 0.03s
/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:131 
linux-system-roles.logging : Generate certificates ---------------------- 0.03s
/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/main.yml:67 
linux-system-roles.logging : Manage selinux on the gathered ports ------- 0.03s
/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/main.yml:63 
/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d --- 0.03s
/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/roles/rsyslog/tasks/main_core.yml:159 
Include Rsyslog role ---------------------------------------------------- 0.03s
/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/main.yml:111 
linux-system-roles.logging : Manage firewall on the gathered ports ------ 0.03s
/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/roles/linux-system-roles.logging/tasks/main.yml:60 
Default run (NOOP) ------------------------------------------------------ 0.03s
/WORKDIR/git-fixes-for-ansible-core-2.1662miimzp/tests/tests_default.yml:9 ----

---^---^---^---^---^---

# STDERR:
---v---v---v---v---v---

---^---^---^---^---^---