# 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_server.yml ***************************************************** 1 plays in /WORKDIR/git-weekly-ciaof9_xq6/tests/tests_server.yml PLAY [Test the server configuration containing tls tcp, plain tcp and udp connection] *** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/tests_server.yml:11 Saturday 09 December 2023 09:22:26 +0000 (0:00:00.012) 0:00:00.012 ***** ok: [sut] META: ran handlers TASK [TEST CASE 0; Test the server configuration containing tls tcp, plain tcp and udp connection] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/tests_server.yml:28 Saturday 09 December 2023 09:22:28 +0000 (0:00:01.976) 0:00:01.989 ***** TASK [linux-system-roles.logging : Set files output if files output is not defined and logging_inputs is not empty] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:8 Saturday 09 December 2023 09:22:28 +0000 (0:00:00.022) 0:00:02.011 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:20 Saturday 09 December 2023 09:22:29 +0000 (0:00:00.020) 0:00:02.031 ***** ok: [sut] => { "ansible_facts": { "rsyslog_outputs": [ { "name": "files_output", "type": "files" } ] }, "changed": false } TASK [linux-system-roles.logging : Set rsyslog_inputs] ************************* task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:27 Saturday 09 December 2023 09:22:29 +0000 (0:00:00.020) 0:00:02.052 ***** ok: [sut] => { "ansible_facts": { "rsyslog_inputs": [ { "name": "system_input", "type": "basics" }, { "name": "remote_tcp", "permitted_clients": [ "*.client.com", "*.example.com" ], "pki_authmode": "x509/name", "tcp_ports": [ 6514, 40000, 40001 ], "tls": true, "type": "remote" }, { "name": "remote_ptcp", "tcp_ports": [ 514, 40010, 40011, 40012 ], "type": "remote" }, { "name": "remote_udp", "type": "remote", "udp_ports": [ 514, 40020 ] } ] }, "changed": false } TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:33 Saturday 09 December 2023 09:22:29 +0000 (0:00:00.020) 0:00:02.072 ***** skipping: [sut] => (item={'name': 'files_output', 'type': 'files'}) => { "ansible_loop_var": "item", "changed": false, "item": { "name": "files_output", "type": "files" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Check logging_inputs item in logging_flows.inputs] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:46 Saturday 09 December 2023 09:22:29 +0000 (0:00:00.023) 0:00:02.095 ***** skipping: [sut] => (item={'name': 'flows', 'inputs': ['system_input', 'remote_tcp', 'remote_ptcp', 'remote_udp'], 'outputs': ['files_output']}) => { "ansible_loop_var": "item", "changed": false, "item": { "inputs": [ "system_input", "remote_tcp", "remote_ptcp", "remote_udp" ], "name": "flows", "outputs": [ "files_output" ] }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Gather ports specified in the logging_inputs and outputs vars] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:57 Saturday 09 December 2023 09:22:29 +0000 (0:00:00.024) 0:00:02.120 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:3 Saturday 09 December 2023 09:22:29 +0000 (0:00:00.026) 0:00:02.146 ***** ok: [sut] => { "ansible_facts": { "logging_tls_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_tcp_ports] *************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:7 Saturday 09 December 2023 09:22:29 +0000 (0:00:00.019) 0:00:02.165 ***** ok: [sut] => { "ansible_facts": { "logging_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_tls_udp_ports] *********** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:11 Saturday 09 December 2023 09:22:29 +0000 (0:00:00.019) 0:00:02.185 ***** ok: [sut] => { "ansible_facts": { "logging_tls_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_udp_ports] *************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:15 Saturday 09 December 2023 09:22:29 +0000 (0:00:00.019) 0:00:02.205 ***** ok: [sut] => { "ansible_facts": { "logging_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'port' values] ******************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:24 Saturday 09 December 2023 09:22:29 +0000 (0:00:00.019) 0:00:02.224 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:93 Saturday 09 December 2023 09:22:29 +0000 (0:00:00.019) 0:00:02.243 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:98 Saturday 09 December 2023 09:22:29 +0000 (0:00:00.018) 0:00:02.261 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:103 Saturday 09 December 2023 09:22:29 +0000 (0:00:00.018) 0:00:02.279 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:108 Saturday 09 December 2023 09:22:29 +0000 (0:00:00.018) 0:00:02.297 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:113 Saturday 09 December 2023 09:22:29 +0000 (0:00:00.018) 0:00:02.316 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:118 Saturday 09 December 2023 09:22:29 +0000 (0:00:00.018) 0:00:02.334 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:166 Saturday 09 December 2023 09:22:29 +0000 (0:00:00.018) 0:00:02.352 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:171 Saturday 09 December 2023 09:22:29 +0000 (0:00:00.018) 0:00:02.371 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:177 Saturday 09 December 2023 09:22:29 +0000 (0:00:00.019) 0:00:02.390 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:182 Saturday 09 December 2023 09:22:29 +0000 (0:00:00.021) 0:00:02.411 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:60 Saturday 09 December 2023 09:22:29 +0000 (0:00:00.019) 0:00:02.430 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/firewall.yml for sut TASK [linux-system-roles.logging : Initialize logging_firewall_ports] ********** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/firewall.yml:8 Saturday 09 December 2023 09:22:29 +0000 (0:00:00.028) 0:00:02.459 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/firewall.yml:12 Saturday 09 December 2023 09:22:29 +0000 (0:00:00.018) 0:00:02.477 ***** TASK [linux-system-roles.logging : Add udp ports to logging_firewall_ports] **** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/firewall.yml:20 Saturday 09 December 2023 09:22:29 +0000 (0:00:00.015) 0:00:02.493 ***** TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/firewall.yml:28 Saturday 09 December 2023 09:22:29 +0000 (0:00:00.015) 0:00:02.509 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:63 Saturday 09 December 2023 09:22:29 +0000 (0:00:00.018) 0:00:02.527 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/selinux.yml for sut TASK [linux-system-roles.logging : Initialize logging_selinux_ports] *********** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/selinux.yml:8 Saturday 09 December 2023 09:22:29 +0000 (0:00:00.032) 0:00:02.559 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/selinux.yml:12 Saturday 09 December 2023 09:22:29 +0000 (0:00:00.019) 0:00:02.579 ***** TASK [linux-system-roles.logging : Add tls tcp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/selinux.yml:21 Saturday 09 December 2023 09:22:29 +0000 (0:00:00.016) 0:00:02.595 ***** TASK [linux-system-roles.logging : Add non tls udp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/selinux.yml:30 Saturday 09 December 2023 09:22:29 +0000 (0:00:00.015) 0:00:02.611 ***** TASK [linux-system-roles.logging : Add tls udp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/selinux.yml:39 Saturday 09 December 2023 09:22:29 +0000 (0:00:00.015) 0:00:02.626 ***** TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/selinux.yml:48 Saturday 09 December 2023 09:22:29 +0000 (0:00:00.015) 0:00:02.642 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Generate certificates] ********************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:67 Saturday 09 December 2023 09:22:29 +0000 (0:00:00.019) 0:00:02.661 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/certificate.yml for sut TASK [Generate certificates] *************************************************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/certificate.yml:2 Saturday 09 December 2023 09:22:29 +0000 (0:00:00.031) 0:00:02.693 ***** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 09 December 2023 09:22:29 +0000 (0:00:00.046) 0:00:02.740 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 09 December 2023 09:22:29 +0000 (0:00:00.025) 0:00:02.766 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 09 December 2023 09:22:29 +0000 (0:00:00.020) 0:00:02.786 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 09 December 2023 09:22:30 +0000 (0:00:00.276) 0:00:03.063 ***** ok: [sut] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Saturday 09 December 2023 09:22:30 +0000 (0:00:00.022) 0:00:03.085 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 09 December 2023 09:22:30 +0000 (0:00:00.043) 0:00:03.128 ***** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: python3-cffi-1.15.1-4.fc38.x86_64", "Installed: python3-cryptography-37.0.2-8.fc38.x86_64", "Installed: python3-pycparser-2.20-9.fc38.noarch", "Installed: python3-ply-3.11-18.fc38.noarch", "Installed: python3-pyasn1-0.4.8-12.fc38.noarch" ] } lsrpackages: python3-cryptography python3-dbus python3-pyasn1 TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Saturday 09 December 2023 09:22:35 +0000 (0:00:05.850) 0:00:08.978 ***** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "rc": 0, "results": [ "Installed: dbus-tools-1:1.14.10-1.fc38.x86_64", "Installed: certmonger-0.79.17-3.fc38.x86_64" ] } lsrpackages: certmonger TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Saturday 09 December 2023 09:22:40 +0000 (0:00:04.778) 0:00:13.757 ***** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//pre-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Saturday 09 December 2023 09:22:41 +0000 (0:00:00.391) 0:00:14.149 ***** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//post-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Saturday 09 December 2023 09:22:41 +0000 (0:00:00.307) 0:00:14.457 ***** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "enabled": true, "name": "certmonger", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:certmonger_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "dbus-broker.service syslog.target network.target basic.target dbus.socket systemd-journald.socket sysinit.target system.slice", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedorahosted.certmonger", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; 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/certmonger.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": "certmonger.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "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", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/certmonger.pid", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice dbus.socket", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4434", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Saturday 09 December 2023 09:22:42 +0000 (0:00:01.223) 0:00:15.681 ***** changed: [sut] => (item={'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } } MSG: Certificate requested (new). TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Saturday 09 December 2023 09:22:43 +0000 (0:00:01.074) 0:00:16.755 ***** skipping: [sut] => (item=['cert', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "cert", { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['key', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "key", { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['ca', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "ca", { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } ], "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Saturday 09 December 2023 09:22:43 +0000 (0:00:00.031) 0:00:16.787 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Saturday 09 December 2023 09:22:43 +0000 (0:00:00.019) 0:00:16.807 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Saturday 09 December 2023 09:22:43 +0000 (0:00:00.020) 0:00:16.827 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:73 Saturday 09 December 2023 09:22:43 +0000 (0:00:00.020) 0:00:16.848 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Create rsyslog debug dir] ******************* task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:77 Saturday 09 December 2023 09:22:43 +0000 (0:00:00.020) 0:00:16.869 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Delete debug file] ************************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:83 Saturday 09 December 2023 09:22:43 +0000 (0:00:00.020) 0:00:16.889 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Create rsyslog debug file] ****************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:88 Saturday 09 December 2023 09:22:43 +0000 (0:00:00.020) 0:00:16.909 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:95 Saturday 09 December 2023 09:22:43 +0000 (0:00:00.020) 0:00:16.930 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Populate rsyslog debug file] **************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:99 Saturday 09 December 2023 09:22:43 +0000 (0:00:00.020) 0:00:16.950 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include Rsyslog role] **************************************************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:111 Saturday 09 December 2023 09:22:43 +0000 (0:00:00.021) 0:00:16.972 ***** TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main.yml:4 Saturday 09 December 2023 09:22:43 +0000 (0:00:00.031) 0:00:17.003 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/set_vars.yml for sut TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/set_vars.yml:4 Saturday 09 December 2023 09:22:44 +0000 (0:00:00.012) 0:00:17.016 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Check if system is ostree] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/set_vars.yml:13 Saturday 09 December 2023 09:22:44 +0000 (0:00:00.009) 0:00:17.025 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/set_vars.yml:18 Saturday 09 December 2023 09:22:44 +0000 (0:00:00.197) 0:00:17.222 ***** ok: [sut] => { "ansible_facts": { "__logging_is_ostree": false }, "changed": false } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/set_vars.yml:22 Saturday 09 December 2023 09:22:44 +0000 (0:00:00.011) 0:00:17.234 ***** ok: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/default.yml) => { "ansible_facts": { "__rsyslog_input_basics": "input_basics.j2" }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/default.yml" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Include /vars/main.yml from /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/set_vars.yml:34 Saturday 09 December 2023 09:22:44 +0000 (0:00:00.025) 0:00:17.259 ***** skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/basics/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/basics/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/ovirt/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/ovirt/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/remote/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/remote/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/elasticsearch/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/elasticsearch/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/forwards/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/forwards/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/remote_files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/remote_files/main.yml", "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Main rsyslog subrole] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main.yml:7 Saturday 09 December 2023 09:22:44 +0000 (0:00:00.037) 0:00:17.297 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml for sut TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Get status of rsyslog packages] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:15 Saturday 09 December 2023 09:22:44 +0000 (0:00:00.076) 0:00:17.373 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset original confs - logging package is absent] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:22 Saturday 09 December 2023 09:22:44 +0000 (0:00:00.013) 0:00:17.387 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:34 Saturday 09 December 2023 09:22:44 +0000 (0:00:00.008) 0:00:17.395 ***** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: rsyslog-8.2310.0-1.fc38.x86_64", "Installed: rsyslog-gnutls-8.2310.0-1.fc38.x86_64", "Installed: rsyslog-logrotate-8.2310.0-1.fc38.x86_64", "Installed: logrotate-3.21.0-2.fc38.x86_64", "Installed: libestr-0.1.11-6.fc38.x86_64", "Installed: libfastjson-1.2304.0-1.fc38.x86_64" ] } lsrpackages: ca-certificates iproute rsyslog rsyslog-gnutls TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset erased flag] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:48 Saturday 09 December 2023 09:22:49 +0000 (0:00:04.778) 0:00:22.174 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_erased": false }, "changed": false } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:52 Saturday 09 December 2023 09:22:49 +0000 (0:00:00.011) 0:00:22.185 ***** ok: [sut] => { "ansible_facts": { "packages": { "ModemManager-glib": [ { "arch": "x86_64", "epoch": null, "name": "ModemManager-glib", "release": "1.fc38", "source": "rpm", "version": "1.20.6" } ], "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc38", "source": "rpm", "version": "1.42.8" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc38", "source": "rpm", "version": "1.42.8" } ], "alternatives": [ { "arch": "x86_64", "epoch": null, "name": "alternatives", "release": "1.fc38", "source": "rpm", "version": "1.25" } ], "amd-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "amd-gpu-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "aspell": [ { "arch": "x86_64", "epoch": 12, "name": "aspell", "release": "11.fc38", "source": "rpm", "version": "0.60.8" } ], "aspell-en": [ { "arch": "x86_64", "epoch": 50, "name": "aspell-en", "release": "7.fc38", "source": "rpm", "version": "2020.12.07" } ], "atheros-firmware": [ { "arch": "noarch", "epoch": null, "name": "atheros-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "5.fc38", "source": "rpm", "version": "3.1.2" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "5.fc38", "source": "rpm", "version": "3.1.2" } ], "authselect": [ { "arch": "x86_64", "epoch": null, "name": "authselect", "release": "1.fc38", "source": "rpm", "version": "1.4.3" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "1.fc38", "source": "rpm", "version": "1.4.3" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "22.fc38", "source": "rpm", "version": "0.8" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "15.fc38", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc38", "source": "rpm", "version": "5.2.21" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "17.fc38", "source": "rpm", "version": "1.07.1" } ], "beakerlib": [ { "arch": "noarch", "epoch": null, "name": "beakerlib", "release": "2.fc38", "source": "rpm", "version": "1.29.3" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": null, "name": "beakerlib-redhat", "release": "33.fc38eng", "source": "rpm", "version": "1" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "16.fc38", "source": "rpm", "version": "2.39" } ], "binutils-gold": [ { "arch": "x86_64", "epoch": null, "name": "binutils-gold", "release": "16.fc38", "source": "rpm", "version": "2.39" } ], "bison": [ { "arch": "x86_64", "epoch": null, "name": "bison", "release": "4.fc38", "source": "rpm", "version": "3.8.2" } ], "bluez": [ { "arch": "x86_64", "epoch": null, "name": "bluez", "release": "1.fc38", "source": "rpm", "version": "5.70" } ], "boost-atomic": [ { "arch": "x86_64", "epoch": null, "name": "boost-atomic", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "boost-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "boost-filesystem", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": null, "name": "boost-system", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": null, "name": "boost-thread", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "brcmfmac-firmware": [ { "arch": "noarch", "epoch": null, "name": "brcmfmac-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "13.fc38", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": null, "name": "c-ares", "release": "1.fc38", "source": "rpm", "version": "1.21.0" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "1.0.fc38", "source": "rpm", "version": "2023.2.60_v7.0.306" } ], "certmonger": [ { "arch": "x86_64", "epoch": null, "name": "certmonger", "release": "3.fc38", "source": "rpm", "version": "0.79.17" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "chkconfig": [ { "arch": "x86_64", "epoch": null, "name": "chkconfig", "release": "1.fc38", "source": "rpm", "version": "1.25" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.fc38", "source": "rpm", "version": "4.4" } ], "cloud-init": [ { "arch": "noarch", "epoch": null, "name": "cloud-init", "release": "1.fc38", "source": "rpm", "version": "23.1.2" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "3.fc38", "source": "rpm", "version": "0.33" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "12.fc38", "source": "rpm", "version": "9.1" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "12.fc38", "source": "rpm", "version": "9.1" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "14.fc38", "source": "rpm", "version": "2.13" } ], "cpp": [ { "arch": "x86_64", "epoch": null, "name": "cpp", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "1.fc38", "source": "rpm", "version": "2.9.11" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "1.fc38", "source": "rpm", "version": "2.9.11" } ], "createrepo_c": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c", "release": "1.fc38", "source": "rpm", "version": "0.21.1" } ], "createrepo_c-libs": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c-libs", "release": "1.fc38", "source": "rpm", "version": "0.21.1" } ], "crypto-policies": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "1.gita12f7b2.fc38", "source": "rpm", "version": "20230301" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "1.gita12f7b2.fc38", "source": "rpm", "version": "20230301" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "1.fc38", "source": "rpm", "version": "2.6.1" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "5.fc38", "source": "rpm", "version": "8.0.1" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "9.fc38", "source": "rpm", "version": "2.1.28" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "1.fc38", "source": "rpm", "version": "1.14.10" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "1.fc38", "source": "rpm", "version": "33" } ], "dbus-common": [ { "arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "1.fc38", "source": "rpm", "version": "1.14.10" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "1.fc38", "source": "rpm", "version": "1.14.10" } ], "dbus-tools": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-tools", "release": "1.fc38", "source": "rpm", "version": "1.14.10" } ], "deltarpm": [ { "arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "8.fc38", "source": "rpm", "version": "3.6.3" } ], "device-mapper": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-event", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-event-libs", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-persistent-data", "release": "10.fc38", "source": "rpm", "version": "0.9.0" } ], "dhcp-client": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "7.P1.fc38", "source": "rpm", "version": "4.4.3" } ], "dhcp-common": [ { "arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "7.P1.fc38", "source": "rpm", "version": "4.4.3" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "1.fc38", "source": "rpm", "version": "3.10" } ], "dnf": [ { "arch": "noarch", "epoch": null, "name": "dnf", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "dnf-utils": [ { "arch": "noarch", "epoch": null, "name": "dnf-utils", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "dosfstools": [ { "arch": "x86_64", "epoch": null, "name": "dosfstools", "release": "6.fc38", "source": "rpm", "version": "4.2" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "5.fc38", "source": "rpm", "version": "059" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "5.fc38", "source": "rpm", "version": "059" } ], "drpm": [ { "arch": "x86_64", "epoch": null, "name": "drpm", "release": "1.fc38", "source": "rpm", "version": "0.5.2" } ], "duktape": [ { "arch": "x86_64", "epoch": null, "name": "duktape", "release": "2.fc38", "source": "rpm", "version": "2.7.0" } ], "dyninst": [ { "arch": "x86_64", "epoch": null, "name": "dyninst", "release": "2.fc38", "source": "rpm", "version": "12.2.0" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "7.fc38", "source": "rpm", "version": "38" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-debuginfod-client-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client-devel", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-devel", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf-devel", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "2.fc38", "source": "rpm", "version": "2.5.0" } ], "fedora-gpg-keys": [ { "arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "38" } ], "fedora-release": [ { "arch": "noarch", "epoch": null, "name": "fedora-release", "release": "36", "source": "rpm", "version": "38" } ], "fedora-release-common": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "36", "source": "rpm", "version": "38" } ], "fedora-release-identity-basic": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-identity-basic", "release": "36", "source": "rpm", "version": "38" } ], "fedora-repos": [ { "arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "1", "source": "rpm", "version": "38" } ], "fedora-repos-modular": [ { "arch": "noarch", "epoch": null, "name": "fedora-repos-modular", "release": "1", "source": "rpm", "version": "38" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "3.fc38", "source": "rpm", "version": "5.44" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "3.fc38", "source": "rpm", "version": "5.44" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "3.fc38", "source": "rpm", "version": "3.18" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "3.fc38", "source": "rpm", "version": "4.9.0" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "1.fc38", "source": "rpm", "version": "1.3.4" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "1.fc38", "source": "rpm", "version": "1.3.4" } ], "flex": [ { "arch": "x86_64", "epoch": null, "name": "flex", "release": "12.fc38", "source": "rpm", "version": "2.6.4" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "fonts-filesystem", "release": "11.fc38", "source": "rpm", "version": "2.0.5" } ], "fuse-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "16.fc38", "source": "rpm", "version": "2.9.9" } ], "fwupd": [ { "arch": "x86_64", "epoch": null, "name": "fwupd", "release": "1.fc38", "source": "rpm", "version": "1.9.9" } ], "fwupd-plugin-modem-manager": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-modem-manager", "release": "1.fc38", "source": "rpm", "version": "1.9.9" } ], "fwupd-plugin-uefi-capsule-data": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-uefi-capsule-data", "release": "1.fc38", "source": "rpm", "version": "1.9.9" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "5.fc38", "source": "rpm", "version": "5.1.1" } ], "gc": [ { "arch": "x86_64", "epoch": null, "name": "gc", "release": "3.fc38", "source": "rpm", "version": "8.2.2" } ], "gcc": [ { "arch": "x86_64", "epoch": null, "name": "gcc", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "3.fc38", "source": "rpm", "version": "1.23" } ], "gdisk": [ { "arch": "x86_64", "epoch": null, "name": "gdisk", "release": "5.fc38", "source": "rpm", "version": "1.0.9" } ], "gettext-envsubst": [ { "arch": "x86_64", "epoch": null, "name": "gettext-envsubst", "release": "2.fc38", "source": "rpm", "version": "0.21.1" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "2.fc38", "source": "rpm", "version": "0.21.1" } ], "gettext-runtime": [ { "arch": "x86_64", "epoch": null, "name": "gettext-runtime", "release": "2.fc38", "source": "rpm", "version": "0.21.1" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "git-core": [ { "arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "git-core-doc": [ { "arch": "noarch", "epoch": null, "name": "git-core-doc", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "2.fc38", "source": "rpm", "version": "2.76.5" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": null, "name": "glibc-devel", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": null, "name": "glibc-gconv-extra", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-headers-x86": [ { "arch": "noarch", "epoch": null, "name": "glibc-headers-x86", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "4.fc38", "source": "rpm", "version": "6.2.1" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "3.fc38", "source": "rpm", "version": "2.4.0" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.fc38", "source": "rpm", "version": "3.8.1" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "1.fc38", "source": "rpm", "version": "1.76.1" } ], "google-noto-fonts-common": [ { "arch": "noarch", "epoch": null, "name": "google-noto-fonts-common", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "google-noto-sans-mono-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-mono-vf-fonts", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "google-noto-sans-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-vf-fonts", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "google-noto-serif-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-serif-vf-fonts", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "6202d9c6", "source": "rpm", "version": "eb10b464" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "5.fc38", "source": "rpm", "version": "1.17.1" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "gpm-libs", "release": "42.fc38", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "3.fc38", "source": "rpm", "version": "3.8" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "11.fc38", "source": "rpm", "version": "1.22.4" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "69.fc38", "source": "rpm", "version": "8.40" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "5.fc38", "source": "rpm", "version": "0.9.1" } ], "guile22": [ { "arch": "x86_64", "epoch": null, "name": "guile22", "release": "7.fc38", "source": "rpm", "version": "2.2.7" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "3.fc38", "source": "rpm", "version": "1.12" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "8.fc38", "source": "rpm", "version": "3.23" } ], "hunspell": [ { "arch": "x86_64", "epoch": null, "name": "hunspell", "release": "3.fc38", "source": "rpm", "version": "1.7.2" } ], "hunspell-en": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en", "release": "3.fc38", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-GB": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-GB", "release": "3.fc38", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-US": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-US", "release": "3.fc38", "source": "rpm", "version": "0.20201207" } ], "hunspell-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "hunspell-filesystem", "release": "3.fc38", "source": "rpm", "version": "1.7.2" } ], "ima-evm-utils": [ { "arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "7.fc38", "source": "rpm", "version": "1.4" } ], "inih": [ { "arch": "x86_64", "epoch": null, "name": "inih", "release": "1.fc38", "source": "rpm", "version": "57" } ], "initscripts": [ { "arch": "x86_64", "epoch": null, "name": "initscripts", "release": "1.fc38", "source": "rpm", "version": "10.19" } ], "initscripts-rename-device": [ { "arch": "x86_64", "epoch": null, "name": "initscripts-rename-device", "release": "1.fc38", "source": "rpm", "version": "10.19" } ], "initscripts-service": [ { "arch": "noarch", "epoch": null, "name": "initscripts-service", "release": "1.fc38", "source": "rpm", "version": "10.19" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "intel-gpu-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "ipcalc": [ { "arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "1.fc38", "source": "rpm", "version": "1.0.3" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "1.fc38", "source": "rpm", "version": "6.4.0" } ], "ipset": [ { "arch": "x86_64", "epoch": null, "name": "ipset", "release": "2.fc38", "source": "rpm", "version": "7.17" } ], "ipset-libs": [ { "arch": "x86_64", "epoch": null, "name": "ipset-libs", "release": "2.fc38", "source": "rpm", "version": "7.17" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "4.fc38.1", "source": "rpm", "version": "1.8.9" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": null, "name": "iptables-nft", "release": "4.fc38.1", "source": "rpm", "version": "1.8.9" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "2.fc38", "source": "rpm", "version": "20221126" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "6.fc38", "source": "rpm", "version": "2.13.1" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": null, "name": "jitterentropy", "release": "4.fc38", "source": "rpm", "version": "3.4.1" } ], "jq": [ { "arch": "x86_64", "epoch": null, "name": "jq", "release": "16.fc38", "source": "rpm", "version": "1.6" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "1.fc38", "source": "rpm", "version": "0.17" } ], "json-glib": [ { "arch": "x86_64", "epoch": null, "name": "json-glib", "release": "4.fc38", "source": "rpm", "version": "1.6.6" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "5.fc38", "source": "rpm", "version": "2.5.1" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "5.fc38", "source": "rpm", "version": "2.5.1" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "5.fc38", "source": "rpm", "version": "2.5.1" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "100.fc38", "source": "rpm", "version": "6.6.3" } ], "kernel-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "100.fc38", "source": "rpm", "version": "6.6.3" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": null, "name": "kernel-devel", "release": "100.fc38", "source": "rpm", "version": "6.6.3" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": null, "name": "kernel-headers", "release": "100.fc38", "source": "rpm", "version": "6.6.3" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "100.fc38", "source": "rpm", "version": "6.6.3" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules-core", "release": "100.fc38", "source": "rpm", "version": "6.6.3" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "6.fc38", "source": "rpm", "version": "1.6.1" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "6.fc38", "source": "rpm", "version": "1.6.1" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "4.fc38", "source": "rpm", "version": "30" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "4.fc38", "source": "rpm", "version": "30" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "2.fc38", "source": "rpm", "version": "0.9.4" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "3.fc38", "source": "rpm", "version": "1.21" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-en", "release": "32.fc38", "source": "rpm", "version": "3.0" } ], "langpacks-core-font-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-font-en", "release": "32.fc38", "source": "rpm", "version": "3.0" } ], "langpacks-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "32.fc38", "source": "rpm", "version": "3.0" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "1.fc38", "source": "rpm", "version": "633" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "6.fc38", "source": "rpm", "version": "2.3.1" } ], "libaio": [ { "arch": "x86_64", "epoch": null, "name": "libaio", "release": "15.fc38", "source": "rpm", "version": "0.3.111" } ], "libarchive": [ { "arch": "x86_64", "epoch": null, "name": "libarchive", "release": "4.fc38", "source": "rpm", "version": "3.6.1" } ], "libargon2": [ { "arch": "x86_64", "epoch": null, "name": "libargon2", "release": "2.fc38", "source": "rpm", "version": "20190702" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "1.fc38", "source": "rpm", "version": "2.5.6" } ], "libatasmart": [ { "arch": "x86_64", "epoch": null, "name": "libatasmart", "release": "24.fc38", "source": "rpm", "version": "0.19" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "6.fc38", "source": "rpm", "version": "2.5.1" } ], "libb2": [ { "arch": "x86_64", "epoch": null, "name": "libb2", "release": "8.fc38", "source": "rpm", "version": "0.98.1" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "53.fc38", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libblockdev": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-crypto", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-fs", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-loop", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mdraid", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-part": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-part", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-swap", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-utils", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libbpf": [ { "arch": "x86_64", "epoch": 2, "name": "libbpf", "release": "2.fc38", "source": "rpm", "version": "1.1.0" } ], "libbrotli": [ { "arch": "x86_64", "epoch": null, "name": "libbrotli", "release": "11.fc38", "source": "rpm", "version": "1.0.9" } ], "libbytesize": [ { "arch": "x86_64", "epoch": null, "name": "libbytesize", "release": "1.fc38", "source": "rpm", "version": "2.10" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "7.fc38", "source": "rpm", "version": "2.48" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "8.fc38", "source": "rpm", "version": "0.8.3" } ], "libcap-ng-python3": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng-python3", "release": "8.fc38", "source": "rpm", "version": "0.8.3" } ], "libcbor": [ { "arch": "x86_64", "epoch": null, "name": "libcbor", "release": "9.fc38", "source": "rpm", "version": "0.7.0" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "53.fc38", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.fc38", "source": "rpm", "version": "0.1.20" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "5.fc38", "source": "rpm", "version": "8.0.1" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "55.fc38", "source": "rpm", "version": "5.3.28" } ], "libdhash": [ { "arch": "x86_64", "epoch": null, "name": "libdhash", "release": "53.fc38", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc38", "source": "rpm", "version": "0.72.0" } ], "libeconf": [ { "arch": "x86_64", "epoch": null, "name": "libeconf", "release": "1.fc38", "source": "rpm", "version": "0.5.2" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "45.20221030cvs.fc38", "source": "rpm", "version": "3.1" } ], "libestr": [ { "arch": "x86_64", "epoch": null, "name": "libestr", "release": "6.fc38", "source": "rpm", "version": "0.1.11" } ], "libev": [ { "arch": "x86_64", "epoch": null, "name": "libev", "release": "7.fc38", "source": "rpm", "version": "4.33" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "8.fc38", "source": "rpm", "version": "2.1.12" } ], "libfastjson": [ { "arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "1.fc38", "source": "rpm", "version": "1.2304.0" } ], "libfdisk": [ { "arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "2.fc38", "source": "rpm", "version": "3.4.4" } ], "libfido2": [ { "arch": "x86_64", "epoch": null, "name": "libfido2", "release": "3.fc38", "source": "rpm", "version": "1.12.0" } ], "libfsverity": [ { "arch": "x86_64", "epoch": null, "name": "libfsverity", "release": "9.fc38", "source": "rpm", "version": "1.4" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "1.fc38", "source": "rpm", "version": "1.10.2" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "1.fc38", "source": "rpm", "version": "1.47" } ], "libgudev": [ { "arch": "x86_64", "epoch": null, "name": "libgudev", "release": "4.fc38", "source": "rpm", "version": "237" } ], "libgusb": [ { "arch": "x86_64", "epoch": null, "name": "libgusb", "release": "1.fc38", "source": "rpm", "version": "0.4.8" } ], "libibverbs": [ { "arch": "x86_64", "epoch": null, "name": "libibverbs", "release": "3.fc38", "source": "rpm", "version": "44.0" } ], "libidn2": [ { "arch": "x86_64", "epoch": null, "name": "libidn2", "release": "2.fc38", "source": "rpm", "version": "2.3.4" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "53.fc38", "source": "rpm", "version": "1.3.1" } ], "libjcat": [ { "arch": "x86_64", "epoch": null, "name": "libjcat", "release": "1.fc38", "source": "rpm", "version": "0.1.13" } ], "libkcapi": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "5.fc38", "source": "rpm", "version": "1.4.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "5.fc38", "source": "rpm", "version": "1.4.0" } ], "libksba": [ { "arch": "x86_64", "epoch": null, "name": "libksba", "release": "1.fc38", "source": "rpm", "version": "1.6.4" } ], "libldb": [ { "arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc38", "source": "rpm", "version": "2.7.2" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "1.fc38", "source": "rpm", "version": "1.8.0" } ], "libmbim": [ { "arch": "x86_64", "epoch": null, "name": "libmbim", "release": "1.fc38", "source": "rpm", "version": "1.28.4" } ], "libmetalink": [ { "arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "30.fc38", "source": "rpm", "version": "0.1.3" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "2.fc38", "source": "rpm", "version": "1.0.5" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "2.fc38", "source": "rpm", "version": "2.15.0" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libmpc": [ { "arch": "x86_64", "epoch": null, "name": "libmpc", "release": "2.fc38", "source": "rpm", "version": "1.3.1" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "5.fc38", "source": "rpm", "version": "1.8" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "1.fc38", "source": "rpm", "version": "1.0.9" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "23.fc38", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "1.rc3.fc38", "source": "rpm", "version": "2.6.3" } ], "libnftnl": [ { "arch": "x86_64", "epoch": null, "name": "libnftnl", "release": "2.fc38", "source": "rpm", "version": "1.2.4" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "2.fc38", "source": "rpm", "version": "1.52.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "3.fc38", "source": "rpm", "version": "3.7.0" } ], "libnsl2": [ { "arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "5.fc38", "source": "rpm", "version": "2.0.0" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "53.fc38", "source": "rpm", "version": "0.2.1" } ], "libpcap": [ { "arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "1.fc38", "source": "rpm", "version": "1.10.4" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.fc38", "source": "rpm", "version": "1.5.7" } ], "libpkgconf": [ { "arch": "x86_64", "epoch": null, "name": "libpkgconf", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "libpsl": [ { "arch": "x86_64", "epoch": null, "name": "libpsl", "release": "2.fc38", "source": "rpm", "version": "0.21.2" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "3.fc38", "source": "rpm", "version": "1.4.5" } ], "libqmi": [ { "arch": "x86_64", "epoch": null, "name": "libqmi", "release": "1.fc38", "source": "rpm", "version": "1.32.4" } ], "libqrtr-glib": [ { "arch": "x86_64", "epoch": null, "name": "libqrtr-glib", "release": "2.fc38", "source": "rpm", "version": "1.2.2" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "53.fc38", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "1.fc38", "source": "rpm", "version": "1.17.0" } ], "libreport-filesystem": [ { "arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc38", "source": "rpm", "version": "2.17.11" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "4.fc38", "source": "rpm", "version": "2.5.3" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "2.fc38", "source": "rpm", "version": "3.5" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "libsigsegv": [ { "arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "4.fc38", "source": "rpm", "version": "2.14" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libsodium": [ { "arch": "x86_64", "epoch": null, "name": "libsodium", "release": "11.fc38", "source": "rpm", "version": "1.0.18" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "1.fc38", "source": "rpm", "version": "0.7.25" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "libssh": [ { "arch": "x86_64", "epoch": null, "name": "libssh", "release": "1.fc38", "source": "rpm", "version": "0.10.5" } ], "libssh-config": [ { "arch": "noarch", "epoch": null, "name": "libssh-config", "release": "1.fc38", "source": "rpm", "version": "0.10.5" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "1.fc38", "source": "rpm", "version": "2.9.3" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "1.fc38", "source": "rpm", "version": "2.9.3" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "1.fc38", "source": "rpm", "version": "2.9.3" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "1.fc38", "source": "rpm", "version": "2.9.3" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "2.fc38", "source": "rpm", "version": "2.4.0" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "2.fc38", "source": "rpm", "version": "4.19.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc38", "source": "rpm", "version": "1.4.8" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc38", "source": "rpm", "version": "0.14.1" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "0.fc38", "source": "rpm", "version": "1.3.4" } ], "libtool-ltdl": [ { "arch": "x86_64", "epoch": null, "name": "libtool-ltdl", "release": "6.fc38", "source": "rpm", "version": "2.4.7" } ], "libudisks2": [ { "arch": "x86_64", "epoch": null, "name": "libudisks2", "release": "7.fc38", "source": "rpm", "version": "2.9.4" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "3.fc38", "source": "rpm", "version": "1.1" } ], "libunistring1.0": [ { "arch": "x86_64", "epoch": null, "name": "libunistring1.0", "release": "1.fc38", "source": "rpm", "version": "1.0" } ], "libusb1": [ { "arch": "x86_64", "epoch": null, "name": "libusb1", "release": "2.fc38", "source": "rpm", "version": "1.0.26" } ], "libuser": [ { "arch": "x86_64", "epoch": null, "name": "libuser", "release": "2.fc38", "source": "rpm", "version": "0.64" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "8.fc38", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "5.fc38", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libev", "release": "5.fc38", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "1.fc38", "source": "rpm", "version": "4.4.36" } ], "libxcrypt-compat": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-compat", "release": "1.fc38", "source": "rpm", "version": "4.4.36" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-devel", "release": "1.fc38", "source": "rpm", "version": "4.4.36" } ], "libxkbcommon": [ { "arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "2.fc38", "source": "rpm", "version": "1.5.0" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "1.fc38", "source": "rpm", "version": "2.10.4" } ], "libxmlb": [ { "arch": "x86_64", "epoch": null, "name": "libxmlb", "release": "1.fc38", "source": "rpm", "version": "0.3.14" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "1.fc38", "source": "rpm", "version": "1.1.39" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "9.fc38", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": null, "name": "libzstd", "release": "1.fc38", "source": "rpm", "version": "1.5.5" } ], "libzstd-devel": [ { "arch": "x86_64", "epoch": null, "name": "libzstd-devel", "release": "1.fc38", "source": "rpm", "version": "1.5.5" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "1.fc38", "source": "rpm", "version": "0.9.31" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "2.fc38", "source": "rpm", "version": "3.21.0" } ], "lua-libs": [ { "arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "9.fc38", "source": "rpm", "version": "5.4.4" } ], "lvm2": [ { "arch": "x86_64", "epoch": null, "name": "lvm2", "release": "2.fc38", "source": "rpm", "version": "2.03.18" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": null, "name": "lvm2-libs", "release": "2.fc38", "source": "rpm", "version": "2.03.18" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "2.fc38", "source": "rpm", "version": "1.9.4" } ], "m4": [ { "arch": "x86_64", "epoch": null, "name": "m4", "release": "5.fc38", "source": "rpm", "version": "1.4.19" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "1.fc38", "source": "rpm", "version": "4.4.1" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "2.fc38", "source": "rpm", "version": "2.11.2" } ], "mdadm": [ { "arch": "x86_64", "epoch": null, "name": "mdadm", "release": "4.fc38", "source": "rpm", "version": "4.2" } ], "mkpasswd": [ { "arch": "x86_64", "epoch": null, "name": "mkpasswd", "release": "1.fc38", "source": "rpm", "version": "5.5.18" } ], "mokutil": [ { "arch": "x86_64", "epoch": 2, "name": "mokutil", "release": "6.fc38", "source": "rpm", "version": "0.6.0" } ], "mpdecimal": [ { "arch": "x86_64", "epoch": null, "name": "mpdecimal", "release": "6.fc38", "source": "rpm", "version": "2.5.1" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "3.fc38", "source": "rpm", "version": "4.1.1" } ], "mt7xxx-firmware": [ { "arch": "noarch", "epoch": null, "name": "mt7xxx-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "3.20230114.fc38", "source": "rpm", "version": "6.4" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "3.20230114.fc38", "source": "rpm", "version": "6.4" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "3.20230114.fc38", "source": "rpm", "version": "6.4" } ], "net-tools": [ { "arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.65.20160912git.fc38", "source": "rpm", "version": "2.0" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "3.fc38", "source": "rpm", "version": "3.8" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "1.rc3.fc38", "source": "rpm", "version": "2.6.3" } ], "nftables": [ { "arch": "x86_64", "epoch": 1, "name": "nftables", "release": "2.fc38", "source": "rpm", "version": "1.0.5" } ], "npth": [ { "arch": "x86_64", "epoch": null, "name": "npth", "release": "12.fc38", "source": "rpm", "version": "1.6" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "12.fc38", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "ntfs-3g": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g", "release": "2.fc38", "source": "rpm", "version": "2022.10.3" } ], "ntfs-3g-libs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g-libs", "release": "2.fc38", "source": "rpm", "version": "2022.10.3" } ], "ntfsprogs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfsprogs", "release": "2.fc38", "source": "rpm", "version": "2022.10.3" } ], "nvidia-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "nvidia-gpu-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "oniguruma": [ { "arch": "x86_64", "epoch": null, "name": "oniguruma", "release": "1.fc38", "source": "rpm", "version": "6.9.9" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc38", "source": "rpm", "version": "2.6.6" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "17.fc38", "source": "rpm", "version": "9.0p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "17.fc38", "source": "rpm", "version": "9.0p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "17.fc38", "source": "rpm", "version": "9.0p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "2.fc38", "source": "rpm", "version": "3.0.9" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-devel", "release": "2.fc38", "source": "rpm", "version": "3.0.9" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "2.fc38", "source": "rpm", "version": "3.0.9" } ], "openssl-pkcs11": [ { "arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "3.fc38", "source": "rpm", "version": "0.4.12" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "3.fc38", "source": "rpm", "version": "1.81" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "1.fc38", "source": "rpm", "version": "0.25.3" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "1.fc38", "source": "rpm", "version": "0.25.3" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "16.fc38", "source": "rpm", "version": "1.5.2" } ], "pam-libs": [ { "arch": "x86_64", "epoch": null, "name": "pam-libs", "release": "16.fc38", "source": "rpm", "version": "1.5.2" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "11.fc38", "source": "rpm", "version": "3.5" } ], "passwd": [ { "arch": "x86_64", "epoch": null, "name": "passwd", "release": "14.fc38", "source": "rpm", "version": "0.80" } ], "pcre2": [ { "arch": "x86_64", "epoch": null, "name": "pcre2", "release": "1.fc38.1", "source": "rpm", "version": "10.42" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": null, "name": "pcre2-syntax", "release": "1.fc38.1", "source": "rpm", "version": "10.42" } ], "pcsc-lite": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite", "release": "3.fc38", "source": "rpm", "version": "1.9.9" } ], "pcsc-lite-ccid": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-ccid", "release": "1.fc38", "source": "rpm", "version": "1.5.2" } ], "pcsc-lite-libs": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-libs", "release": "3.fc38", "source": "rpm", "version": "1.9.9" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": 0, "name": "perl-AutoLoader", "release": "497.fc38", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": 0, "name": "perl-B", "release": "497.fc38", "source": "rpm", "version": "1.83" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "490.fc38", "source": "rpm", "version": "1.52" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": 0, "name": "perl-Class-Struct", "release": "497.fc38", "source": "rpm", "version": "0.66" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "491.fc38", "source": "rpm", "version": "2.184" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "490.fc38", "source": "rpm", "version": "1.20" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "490.fc38", "source": "rpm", "version": "2.58" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": 0, "name": "perl-DynaLoader", "release": "497.fc38", "source": "rpm", "version": "1.52" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Encode", "release": "493.fc38", "source": "rpm", "version": "3.19" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Errno", "release": "497.fc38", "source": "rpm", "version": "1.36" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "11.fc38", "source": "rpm", "version": "0.17029" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "490.fc38", "source": "rpm", "version": "5.77" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Fcntl", "release": "497.fc38", "source": "rpm", "version": "1.15" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Basename", "release": "497.fc38", "source": "rpm", "version": "2.85" } ], "perl-File-Find": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Find", "release": "497.fc38", "source": "rpm", "version": "1.40" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "490.fc38", "source": "rpm", "version": "2.18" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": 1, "name": "perl-File-Temp", "release": "490.fc38", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-stat", "release": "497.fc38", "source": "rpm", "version": "1.12" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": 0, "name": "perl-FileHandle", "release": "497.fc38", "source": "rpm", "version": "2.03" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": 1, "name": "perl-Getopt-Long", "release": "2.fc38", "source": "rpm", "version": "2.54" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": 0, "name": "perl-Getopt-Std", "release": "497.fc38", "source": "rpm", "version": "1.13" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "2.fc38", "source": "rpm", "version": "0.086" } ], "perl-IO": [ { "arch": "x86_64", "epoch": 0, "name": "perl-IO", "release": "497.fc38", "source": "rpm", "version": "1.50" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "492.fc38", "source": "rpm", "version": "0.41" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "1.fc38", "source": "rpm", "version": "2.081" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": 0, "name": "perl-IPC-Open3", "release": "497.fc38", "source": "rpm", "version": "1.22" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": null, "name": "perl-MIME-Base64", "release": "490.fc38", "source": "rpm", "version": "3.16" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "2.fc38", "source": "rpm", "version": "20221114" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": 0, "name": "perl-NDBM_File", "release": "497.fc38", "source": "rpm", "version": "1.15" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "5.fc38", "source": "rpm", "version": "1.92" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": 0, "name": "perl-POSIX", "release": "497.fc38", "source": "rpm", "version": "2.03" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "490.fc38", "source": "rpm", "version": "3.84" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "490.fc38", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "491.fc38", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "491.fc38", "source": "rpm", "version": "3.43" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": 4, "name": "perl-Pod-Usage", "release": "4.fc38", "source": "rpm", "version": "2.03" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": 5, "name": "perl-Scalar-List-Utils", "release": "490.fc38", "source": "rpm", "version": "1.63" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": 0, "name": "perl-SelectSaver", "release": "497.fc38", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Socket", "release": "2.fc38", "source": "rpm", "version": "2.036" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Storable", "release": "490.fc38", "source": "rpm", "version": "3.26" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": 0, "name": "perl-Symbol", "release": "497.fc38", "source": "rpm", "version": "1.09" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-ANSIColor", "release": "491.fc38", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-Cap", "release": "1.fc38", "source": "rpm", "version": "1.18" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "16.fc38", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "490.fc38", "source": "rpm", "version": "3.31" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-Tabs+Wrap", "release": "1.fc38", "source": "rpm", "version": "2023.0511" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": 2, "name": "perl-Time-Local", "release": "490.fc38", "source": "rpm", "version": "1.300" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "2.fc38", "source": "rpm", "version": "5.17" } ], "perl-base": [ { "arch": "noarch", "epoch": 0, "name": "perl-base", "release": "497.fc38", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "491.fc38", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": 0, "name": "perl-if", "release": "497.fc38", "source": "rpm", "version": "0.61.000" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": 4, "name": "perl-interpreter", "release": "497.fc38", "source": "rpm", "version": "5.36.1" } ], "perl-lib": [ { "arch": "x86_64", "epoch": 0, "name": "perl-lib", "release": "497.fc38", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": null, "name": "perl-libnet", "release": "1.fc38", "source": "rpm", "version": "3.15" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "497.fc38", "source": "rpm", "version": "5.36.1" } ], "perl-locale": [ { "arch": "noarch", "epoch": 0, "name": "perl-locale", "release": "497.fc38", "source": "rpm", "version": "1.10" } ], "perl-mro": [ { "arch": "x86_64", "epoch": 0, "name": "perl-mro", "release": "497.fc38", "source": "rpm", "version": "1.26" } ], "perl-overload": [ { "arch": "noarch", "epoch": 0, "name": "perl-overload", "release": "497.fc38", "source": "rpm", "version": "1.35" } ], "perl-overloading": [ { "arch": "noarch", "epoch": 0, "name": "perl-overloading", "release": "497.fc38", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "1.fc38", "source": "rpm", "version": "0.241" } ], "perl-podlators": [ { "arch": "noarch", "epoch": 1, "name": "perl-podlators", "release": "2.fc38", "source": "rpm", "version": "5.01" } ], "perl-vars": [ { "arch": "noarch", "epoch": 0, "name": "perl-vars", "release": "497.fc38", "source": "rpm", "version": "1.05" } ], "pkgconf": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": null, "name": "pkgconf-m4", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf-pkg-config", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "plymouth": [ { "arch": "x86_64", "epoch": null, "name": "plymouth", "release": "4.fc38", "source": "rpm", "version": "22.02.122" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-core-libs", "release": "4.fc38", "source": "rpm", "version": "22.02.122" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-scripts", "release": "4.fc38", "source": "rpm", "version": "22.02.122" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "polkit": [ { "arch": "x86_64", "epoch": null, "name": "polkit", "release": "3.fc38.1", "source": "rpm", "version": "122" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "3.fc38.1", "source": "rpm", "version": "122" } ], "polkit-pkla-compat": [ { "arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "23.fc38", "source": "rpm", "version": "0.1" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "2.fc38", "source": "rpm", "version": "1.19" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "11.fc38", "source": "rpm", "version": "3.3.17" } ], "protobuf-c": [ { "arch": "x86_64", "epoch": null, "name": "protobuf-c", "release": "4.fc38", "source": "rpm", "version": "1.4.1" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "2.fc38", "source": "rpm", "version": "23.6" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "1.fc38", "source": "rpm", "version": "20230812" } ], "python-pip-wheel": [ { "arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "3.fc38", "source": "rpm", "version": "22.3.1" } ], "python-setuptools-wheel": [ { "arch": "noarch", "epoch": null, "name": "python-setuptools-wheel", "release": "2.fc38", "source": "rpm", "version": "65.5.1" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": null, "name": "python-unversioned-command", "release": "1.fc38", "source": "rpm", "version": "3.11.6" } ], "python3": [ { "arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc38", "source": "rpm", "version": "3.11.6" } ], "python3-attrs": [ { "arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "2.fc38", "source": "rpm", "version": "22.2.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "5.fc38", "source": "rpm", "version": "3.1.2" } ], "python3-cffi": [ { "arch": "x86_64", "epoch": null, "name": "python3-cffi", "release": "4.fc38", "source": "rpm", "version": "1.15.1" } ], "python3-charset-normalizer": [ { "arch": "noarch", "epoch": null, "name": "python3-charset-normalizer", "release": "1.fc38", "source": "rpm", "version": "3.1.0" } ], "python3-configobj": [ { "arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "6.fc38", "source": "rpm", "version": "5.0.8" } ], "python3-cryptography": [ { "arch": "x86_64", "epoch": null, "name": "python3-cryptography", "release": "8.fc38", "source": "rpm", "version": "37.0.2" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "5.fc38", "source": "rpm", "version": "2.8.2" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "2.fc38", "source": "rpm", "version": "1.3.2" } ], "python3-distro": [ { "arch": "noarch", "epoch": null, "name": "python3-distro", "release": "2.fc38", "source": "rpm", "version": "1.8.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "python3-firewall": [ { "arch": "noarch", "epoch": null, "name": "python3-firewall", "release": "1.fc38", "source": "rpm", "version": "1.3.4" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "1.fc38", "source": "rpm", "version": "3.44.1" } ], "python3-gobject-base-noarch": [ { "arch": "noarch", "epoch": null, "name": "python3-gobject-base-noarch", "release": "1.fc38", "source": "rpm", "version": "3.44.1" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc38", "source": "rpm", "version": "0.72.0" } ], "python3-idna": [ { "arch": "noarch", "epoch": null, "name": "python3-idna", "release": "2.fc38", "source": "rpm", "version": "3.4" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "7.fc38", "source": "rpm", "version": "3.0.3" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "22.fc38", "source": "rpm", "version": "1.21" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "8.fc38", "source": "rpm", "version": "2.0" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "2.fc38", "source": "rpm", "version": "4.17.3" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.fc38", "source": "rpm", "version": "0.1.20" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc38", "source": "rpm", "version": "0.72.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc38", "source": "rpm", "version": "3.11.6" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "2.fc38", "source": "rpm", "version": "3.5" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python3-lxml", "release": "3.fc38", "source": "rpm", "version": "4.9.2" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "1.fc38", "source": "rpm", "version": "2.1.2" } ], "python3-netifaces": [ { "arch": "x86_64", "epoch": null, "name": "python3-netifaces", "release": "5.fc38", "source": "rpm", "version": "0.11.0" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": 1, "name": "python3-nftables", "release": "2.fc38", "source": "rpm", "version": "1.0.5" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.fc38", "source": "rpm", "version": "3.2.2" } ], "python3-ply": [ { "arch": "noarch", "epoch": null, "name": "python3-ply", "release": "18.fc38", "source": "rpm", "version": "3.11" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "python3-prettytable": [ { "arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "31.fc38", "source": "rpm", "version": "0.7.2" } ], "python3-pyasn1": [ { "arch": "noarch", "epoch": null, "name": "python3-pyasn1", "release": "12.fc38", "source": "rpm", "version": "0.4.8" } ], "python3-pycparser": [ { "arch": "noarch", "epoch": null, "name": "python3-pycparser", "release": "9.fc38", "source": "rpm", "version": "2.20" } ], "python3-pyrsistent": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "2.fc38", "source": "rpm", "version": "0.19.3" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "4.fc38", "source": "rpm", "version": "3.5" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "16.fc38", "source": "rpm", "version": "1.7.1" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "6.fc38", "source": "rpm", "version": "6.0" } ], "python3-requests": [ { "arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.fc38", "source": "rpm", "version": "2.28.2" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "python3-setools": [ { "arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "2.fc38", "source": "rpm", "version": "65.5.1" } ], "python3-six": [ { "arch": "noarch", "epoch": null, "name": "python3-six", "release": "9.fc38", "source": "rpm", "version": "1.16.0" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "2.fc38", "source": "rpm", "version": "235" } ], "python3-unbound": [ { "arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "1.fc38", "source": "rpm", "version": "1.19.0" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "1.fc38", "source": "rpm", "version": "1.26.18" } ], "python3-urllib3+socks": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3+socks", "release": "1.fc38", "source": "rpm", "version": "1.26.18" } ], "qa-tools": [ { "arch": "noarch", "epoch": null, "name": "qa-tools", "release": "4.fc38", "source": "rpm", "version": "4.1" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "2.fc38", "source": "rpm", "version": "4.09" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "2.fc38", "source": "rpm", "version": "4.09" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "3.fc38", "source": "rpm", "version": "8.2" } ], "realtek-firmware": [ { "arch": "noarch", "epoch": null, "name": "realtek-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.fc38eng", "source": "rpm", "version": "0.4.4" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.fc38eng", "source": "rpm", "version": "0.4.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "1.fc38", "source": "rpm", "version": "6.16" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "33.fc38", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "4.rc2.fc38", "source": "rpm", "version": "1.2.6" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-sequoia": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sequoia", "release": "1.fc38", "source": "rpm", "version": "1.5.0" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "2.fc38", "source": "rpm", "version": "3.2.7" } ], "rsyslog": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "1.fc38", "source": "rpm", "version": "8.2310.0" } ], "rsyslog-gnutls": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog-gnutls", "release": "1.fc38", "source": "rpm", "version": "8.2310.0" } ], "rsyslog-logrotate": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog-logrotate", "release": "1.fc38", "source": "rpm", "version": "8.2310.0" } ], "rtl-sdr": [ { "arch": "x86_64", "epoch": null, "name": "rtl-sdr", "release": "2.fc38", "source": "rpm", "version": "0.6.0^20230403git142325a9" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "12.fc38", "source": "rpm", "version": "4.8" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "1.fc38", "source": "rpm", "version": "38.30" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "1.fc38", "source": "rpm", "version": "38.30" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "2.fc38", "source": "rpm", "version": "2.14.3" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "6.fc38", "source": "rpm", "version": "4.13" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "3.fc38", "source": "rpm", "version": "2.2" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "2.fc38", "source": "rpm", "version": "3.40.1" } ], "sssd-client": [ { "arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "1.fc38", "source": "rpm", "version": "2.9.3" } ], "sssd-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "1.fc38", "source": "rpm", "version": "2.9.3" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "1.fc38", "source": "rpm", "version": "2.9.3" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "1.fc38", "source": "rpm", "version": "2.9.3" } ], "strace": [ { "arch": "x86_64", "epoch": null, "name": "strace", "release": "1.fc38", "source": "rpm", "version": "6.6" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "2.p2.fc38", "source": "rpm", "version": "1.9.13" } ], "sudo-python-plugin": [ { "arch": "x86_64", "epoch": null, "name": "sudo-python-plugin", "release": "2.p2.fc38", "source": "rpm", "version": "1.9.13" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-networkd": [ { "arch": "x86_64", "epoch": null, "name": "systemd-networkd", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-resolved": [ { "arch": "x86_64", "epoch": null, "name": "systemd-resolved", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemtap": [ { "arch": "x86_64", "epoch": null, "name": "systemtap", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-client", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-devel", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-runtime", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "8.fc38", "source": "rpm", "version": "1.34" } ], "tbb": [ { "arch": "x86_64", "epoch": null, "name": "tbb", "release": "16.fc38", "source": "rpm", "version": "2020.3" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "20.fc38", "source": "rpm", "version": "1.9" } ], "tpm2-tools": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tools", "release": "3.fc38", "source": "rpm", "version": "5.5" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss", "release": "3.fc38", "source": "rpm", "version": "4.0.1" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc38", "source": "rpm", "version": "2023c" } ], "udisks2": [ { "arch": "x86_64", "epoch": null, "name": "udisks2", "release": "7.fc38", "source": "rpm", "version": "2.9.4" } ], "unbound-anchor": [ { "arch": "x86_64", "epoch": null, "name": "unbound-anchor", "release": "1.fc38", "source": "rpm", "version": "1.19.0" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "1.fc38", "source": "rpm", "version": "1.19.0" } ], "unzip": [ { "arch": "x86_64", "epoch": null, "name": "unzip", "release": "60.fc38", "source": "rpm", "version": "6.0" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": null, "name": "userspace-rcu", "release": "2.fc38", "source": "rpm", "version": "0.13.2" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": null, "name": "util-linux-core", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-data": [ { "arch": "noarch", "epoch": 2, "name": "vim-data", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": 2, "name": "vim-default-editor", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": 2, "name": "vim-filesystem", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": null, "name": "volume_key-libs", "release": "18.fc38", "source": "rpm", "version": "0.3.12" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "5.fc38", "source": "rpm", "version": "1.21.3" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "39.fc38", "source": "rpm", "version": "2.21" } ], "whois-nls": [ { "arch": "noarch", "epoch": null, "name": "whois-nls", "release": "1.fc38", "source": "rpm", "version": "5.5.18" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "3.fc38", "source": "rpm", "version": "6.1.0" } ], "xkeyboard-config": [ { "arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "1.fc38", "source": "rpm", "version": "2.38" } ], "xxd": [ { "arch": "x86_64", "epoch": 2, "name": "xxd", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "xxhash-libs": [ { "arch": "x86_64", "epoch": null, "name": "xxhash-libs", "release": "1.fc38", "source": "rpm", "version": "0.8.2" } ], "xz": [ { "arch": "x86_64", "epoch": null, "name": "xz", "release": "1.fc38", "source": "rpm", "version": "5.4.1" } ], "xz-devel": [ { "arch": "x86_64", "epoch": null, "name": "xz-devel", "release": "1.fc38", "source": "rpm", "version": "5.4.1" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "1.fc38", "source": "rpm", "version": "5.4.1" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "zchunk-libs": [ { "arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "1.fc38", "source": "rpm", "version": "1.3.2" } ], "zip": [ { "arch": "x86_64", "epoch": null, "name": "zip", "release": "37.fc38", "source": "rpm", "version": "3.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "3.fc38", "source": "rpm", "version": "1.2.13" } ], "zlib-devel": [ { "arch": "x86_64", "epoch": null, "name": "zlib-devel", "release": "3.fc38", "source": "rpm", "version": "1.2.13" } ], "zram-generator": [ { "arch": "x86_64", "epoch": null, "name": "zram-generator", "release": "4.fc38", "source": "rpm", "version": "1.1.2" } ], "zram-generator-defaults": [ { "arch": "noarch", "epoch": null, "name": "zram-generator-defaults", "release": "4.fc38", "source": "rpm", "version": "1.1.2" } ] } }, "changed": false } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:56 Saturday 09 December 2023 09:22:50 +0000 (0:00:01.102) 0:00:23.288 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_version": "8.2310.0" }, "changed": false } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version 1] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:63 Saturday 09 December 2023 09:22:50 +0000 (0:00:00.026) 0:00:23.315 ***** skipping: [sut] => {} TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version 2] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:69 Saturday 09 December 2023 09:22:50 +0000 (0:00:00.020) 0:00:23.335 ***** ok: [sut] => {} MSG: Rsyslog_version is 8.2310.0, which is newer than "8.37.0-7.2". TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:78 Saturday 09 December 2023 09:22:50 +0000 (0:00:00.021) 0:00:23.356 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:86 Saturday 09 December 2023 09:22:50 +0000 (0:00:00.018) 0:00:23.375 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:93 Saturday 09 December 2023 09:22:50 +0000 (0:00:00.221) 0:00:23.596 ***** 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-weekly-ciaof9_xq6/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-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:99 Saturday 09 December 2023 09:22:50 +0000 (0:00:00.228) 0:00:23.825 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate global rule to add to __rsyslog_common_rules] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:108 Saturday 09 December 2023 09:22:51 +0000 (0:00:00.220) 0:00:24.045 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_common_rules": [ { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:131 Saturday 09 December 2023 09:22:51 +0000 (0:00:00.062) 0:00:24.108 ***** changed: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n defaultNetstreamDriverCAFile="/etc/pki/tls/certs/logging_cert.crt"\n defaultNetstreamDriverCertFile="/etc/pki/tls/certs/logging_cert.crt"\n defaultNetstreamDriverKeyFile="/etc/pki/tls/private/logging_cert.key"\n maxMessageSize="8192"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "dest": "/etc/rsyslog.d/00-global.conf", "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n maxMessageSize=\"8192\"\n)\n" }, "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 349, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.141332-28853-165385273851459/source", "state": "file", "uid": 0 } 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" } changed: [sut] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "md5sum": "67b8db030cbdc1a113a66f29287f3698", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.786241-28853-256038436833285/source", "state": "file", "uid": 0 } NOTIFIED HANDLER /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Restart rsyslogd for sut TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Initialize list of template results] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:155 Saturday 09 December 2023 09:22:52 +0000 (0:00:01.223) 0:00:25.332 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.141332-28853-165385273851459/source", "unsafe_writes": false, "validate": null } }, "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 349, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.141332-28853-165385273851459/source", "state": "file", "uid": 0 }, { "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": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.786241-28853-256038436833285/source", "unsafe_writes": false, "validate": null } }, "md5sum": "67b8db030cbdc1a113a66f29287f3698", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.786241-28853-256038436833285/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:159 Saturday 09 December 2023 09:22:52 +0000 (0:00:00.045) 0:00:25.377 ***** skipping: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n defaultNetstreamDriverCAFile="/etc/pki/tls/certs/logging_cert.crt"\n defaultNetstreamDriverCertFile="/etc/pki/tls/certs/logging_cert.crt"\n defaultNetstreamDriverKeyFile="/etc/pki/tls/private/logging_cert.key"\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 defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:177 Saturday 09 December 2023 09:22:52 +0000 (0:00:00.029) 0:00:25.407 ***** ok: [sut] => (item={'name': 'system_input', 'type': 'basics'}) => { "ansible_facts": { "__rsyslog_basics_packages": [] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/basics/main.yml" ], "ansible_loop_var": "input_item", "changed": false, "input_item": { "name": "system_input", "type": "basics" } } ok: [sut] => (item={'name': 'remote_tcp', 'type': 'remote', 'tcp_ports': [6514, 40000, 40001], 'tls': True, 'pki_authmode': 'x509/name', 'permitted_clients': ['*.client.com', '*.example.com']}) => { "ansible_facts": { "__rsyslog_remote_packages": [] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/remote/main.yml" ], "ansible_loop_var": "input_item", "changed": false, "input_item": { "name": "remote_tcp", "permitted_clients": [ "*.client.com", "*.example.com" ], "pki_authmode": "x509/name", "tcp_ports": [ 6514, 40000, 40001 ], "tls": true, "type": "remote" } } ok: [sut] => (item={'name': 'remote_ptcp', 'type': 'remote', 'tcp_ports': [514, 40010, 40011, 40012]}) => { "ansible_facts": { "__rsyslog_remote_packages": [] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/remote/main.yml" ], "ansible_loop_var": "input_item", "changed": false, "input_item": { "name": "remote_ptcp", "tcp_ports": [ 514, 40010, 40011, 40012 ], "type": "remote" } } ok: [sut] => (item={'name': 'remote_udp', 'type': 'remote', 'udp_ports': [514, 40020]}) => { "ansible_facts": { "__rsyslog_remote_packages": [] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/remote/main.yml" ], "ansible_loop_var": "input_item", "changed": false, "input_item": { "name": "remote_udp", "type": "remote", "udp_ports": [ 514, 40020 ] } } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:188 Saturday 09 December 2023 09:22:52 +0000 (0:00:00.041) 0:00:25.448 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/inputs/basics/main.yml for sut included: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/inputs/remote/main.yml for sut included: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/inputs/remote/main.yml for sut included: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/inputs/remote/main.yml for sut TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update basics input packages] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/inputs/basics/main.yml:3 Saturday 09 December 2023 09:22:52 +0000 (0:00:00.079) 0:00:25.527 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:4 Saturday 09 December 2023 09:22:52 +0000 (0:00:00.036) 0:00:25.564 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:15 Saturday 09 December 2023 09:22:52 +0000 (0:00:00.022) 0:00:25.586 ***** TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:38 Saturday 09 December 2023 09:22:52 +0000 (0:00:00.023) 0:00:25.610 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.141332-28853-165385273851459/source", "unsafe_writes": false, "validate": null } }, "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 349, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.141332-28853-165385273851459/source", "state": "file", "uid": 0 }, { "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": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.786241-28853-256038436833285/source", "unsafe_writes": false, "validate": null } }, "md5sum": "67b8db030cbdc1a113a66f29287f3698", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.786241-28853-256038436833285/source", "state": "file", "uid": 0 } ] }, { "changed": false, "results": [], "skipped": true, "skipped_reason": "No items in the list" } ] }, "changed": false } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:43 Saturday 09 December 2023 09:22:52 +0000 (0:00:00.025) 0:00:25.635 ***** TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Create basics input configuration file /etc/rsyslog.d/input-basics-system_input] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/inputs/basics/main.yml:10 Saturday 09 December 2023 09:22:52 +0000 (0:00:00.019) 0:00:25.655 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:4 Saturday 09 December 2023 09:22:52 +0000 (0:00:00.039) 0:00:25.695 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:15 Saturday 09 December 2023 09:22:52 +0000 (0:00:00.020) 0:00:25.715 ***** changed: [sut] => (item={'name': 'input-basics-system_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'module(load="imuxsock" # provides support for local system logging (e.g. via logger command)\n SysSock.Use="off") # Turn off message reception via local log socket.\nmodule(load="imjournal"\n StateFile="/var/lib/rsyslog/imjournal.state"\n RateLimit.Interval="600"\n PersistStateInterval="10")\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call files_output\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input" }, "md5sum": "3181f3bc2e6f06a5cf0f5b13a63a1aea", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 456, "src": "/root/.ansible/tmp/ansible-tmp-1702113772.8414338-28893-199278871107059/source", "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:38 Saturday 09 December 2023 09:22:53 +0000 (0:00:00.698) 0:00:26.413 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.141332-28853-165385273851459/source", "unsafe_writes": false, "validate": null } }, "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 349, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.141332-28853-165385273851459/source", "state": "file", "uid": 0 }, { "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": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.786241-28853-256038436833285/source", "unsafe_writes": false, "validate": null } }, "md5sum": "67b8db030cbdc1a113a66f29287f3698", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.786241-28853-256038436833285/source", "state": "file", "uid": 0 } ] }, { "changed": false, "results": [], "skipped": true, "skipped_reason": "No items in the list" }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113772.8414338-28893-199278871107059/source", "unsafe_writes": false, "validate": null } }, "md5sum": "3181f3bc2e6f06a5cf0f5b13a63a1aea", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 456, "src": "/root/.ansible/tmp/ansible-tmp-1702113772.8414338-28893-199278871107059/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:43 Saturday 09 December 2023 09:22:53 +0000 (0:00:00.024) 0:00:26.438 ***** skipping: [sut] => (item={'name': 'input-basics-system_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'module(load="imuxsock" # provides support for local system logging (e.g. via logger command)\n SysSock.Use="off") # Turn off message reception via local log socket.\nmodule(load="imjournal"\n StateFile="/var/lib/rsyslog/imjournal.state"\n RateLimit.Interval="600"\n PersistStateInterval="10")\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call files_output\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Ensure Remote inputs contain no conflict connection type] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/inputs/remote/main.yml:20 Saturday 09 December 2023 09:22:53 +0000 (0:00:00.094) 0:00:26.532 ***** skipping: [sut] => (item=[{'name': 'remote_udp', 'type': 'remote', 'udp_ports': [514, 40020]}]) => { "ansible_loop_var": "item", "changed": false, "item": [ { "name": "remote_udp", "type": "remote", "udp_ports": [ 514, 40020 ] } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=[{'name': 'remote_ptcp', 'type': 'remote', 'tcp_ports': [514, 40010, 40011, 40012]}]) => { "ansible_loop_var": "item", "changed": false, "item": [ { "name": "remote_ptcp", "tcp_ports": [ 514, 40010, 40011, 40012 ], "type": "remote" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=[{'name': 'remote_tcp', 'type': 'remote', 'tcp_ports': [6514, 40000, 40001], 'tls': True, 'pki_authmode': 'x509/name', 'permitted_clients': ['*.client.com', '*.example.com']}]) => { "ansible_loop_var": "item", "changed": false, "item": [ { "name": "remote_tcp", "permitted_clients": [ "*.client.com", "*.example.com" ], "pki_authmode": "x509/name", "tcp_ports": [ 6514, 40000, 40001 ], "tls": true, "type": "remote" } ], "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update remote input packages and generate configuration files in /etc/rsyslog.d] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/inputs/remote/main.yml:28 Saturday 09 December 2023 09:22:53 +0000 (0:00:00.045) 0:00:26.578 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:4 Saturday 09 December 2023 09:22:53 +0000 (0:00:00.037) 0:00:26.615 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:15 Saturday 09 December 2023 09:22:53 +0000 (0:00:00.020) 0:00:26.636 ***** changed: [sut] => (item={'name': 'input-remote-modules-remote_tcp', 'type': 'modules', 'sections': [{'options': '# Read messages sent over TCP with TLS\nmodule(load="imtcp"\n StreamDriver.Name="gtls"\n StreamDriver.Mode="1"\n StreamDriver.AuthMode="x509/name"\n PermittedPeer=["*.client.com","*.example.com"]\n)\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_tcp", "sections": [ { "options": "# Read messages sent over TCP with TLS\nmodule(load=\"imtcp\"\n StreamDriver.Name=\"gtls\"\n StreamDriver.Mode=\"1\"\n StreamDriver.AuthMode=\"x509/name\"\n PermittedPeer=[\"*.client.com\",\"*.example.com\"]\n)\n" } ], "type": "modules" }, "md5sum": "6ccc8288e3c7f4c6c75b3cc7baf4d5d3", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 264, "src": "/root/.ansible/tmp/ansible-tmp-1702113773.7032044-28913-30505864452412/source", "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:38 Saturday 09 December 2023 09:22:54 +0000 (0:00:00.607) 0:00:27.243 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.141332-28853-165385273851459/source", "unsafe_writes": false, "validate": null } }, "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 349, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.141332-28853-165385273851459/source", "state": "file", "uid": 0 }, { "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": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.786241-28853-256038436833285/source", "unsafe_writes": false, "validate": null } }, "md5sum": "67b8db030cbdc1a113a66f29287f3698", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.786241-28853-256038436833285/source", "state": "file", "uid": 0 } ] }, { "changed": false, "results": [], "skipped": true, "skipped_reason": "No items in the list" }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113772.8414338-28893-199278871107059/source", "unsafe_writes": false, "validate": null } }, "md5sum": "3181f3bc2e6f06a5cf0f5b13a63a1aea", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 456, "src": "/root/.ansible/tmp/ansible-tmp-1702113772.8414338-28893-199278871107059/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_tcp", "sections": [ { "options": "# Read messages sent over TCP with TLS\nmodule(load=\"imtcp\"\n StreamDriver.Name=\"gtls\"\n StreamDriver.Mode=\"1\"\n StreamDriver.AuthMode=\"x509/name\"\n PermittedPeer=[\"*.client.com\",\"*.example.com\"]\n)\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113773.7032044-28913-30505864452412/source", "unsafe_writes": false, "validate": null } }, "md5sum": "6ccc8288e3c7f4c6c75b3cc7baf4d5d3", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 264, "src": "/root/.ansible/tmp/ansible-tmp-1702113773.7032044-28913-30505864452412/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:43 Saturday 09 December 2023 09:22:54 +0000 (0:00:00.025) 0:00:27.269 ***** skipping: [sut] => (item={'name': 'input-remote-modules-remote_tcp', 'type': 'modules', 'sections': [{'options': '# Read messages sent over TCP with TLS\nmodule(load="imtcp"\n StreamDriver.Name="gtls"\n StreamDriver.Mode="1"\n StreamDriver.AuthMode="x509/name"\n PermittedPeer=["*.client.com","*.example.com"]\n)\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "input-remote-modules-remote_tcp", "sections": [ { "options": "# Read messages sent over TCP with TLS\nmodule(load=\"imtcp\"\n StreamDriver.Name=\"gtls\"\n StreamDriver.Mode=\"1\"\n StreamDriver.AuthMode=\"x509/name\"\n PermittedPeer=[\"*.client.com\",\"*.example.com\"]\n)\n" } ], "type": "modules" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Create remote input configuration file /etc/rsyslog.d/input-remote-remote_tcp] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/inputs/remote/main.yml:41 Saturday 09 December 2023 09:22:54 +0000 (0:00:00.075) 0:00:27.344 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:4 Saturday 09 December 2023 09:22:54 +0000 (0:00:00.039) 0:00:27.383 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:15 Saturday 09 December 2023 09:22:54 +0000 (0:00:00.020) 0:00:27.404 ***** changed: [sut] => (item={'name': 'input-remote-remote_tcp', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': '# Log messages from remote hosts over TLS\ninput(name="remote_tcp_1" type="imtcp" port="6514")\nif\n ($inputname == "remote_tcp_1")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name="remote_tcp_2" type="imtcp" port="40000")\nif\n ($inputname == "remote_tcp_2")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name="remote_tcp_3" type="imtcp" port="40001")\nif\n ($inputname == "remote_tcp_3")\n then {\n call files_output\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-remote-remote_tcp", "sections": [ { "options": "# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_1\" type=\"imtcp\" port=\"6514\")\nif\n ($inputname == \"remote_tcp_1\")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_2\" type=\"imtcp\" port=\"40000\")\nif\n ($inputname == \"remote_tcp_2\")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_3\" type=\"imtcp\" port=\"40001\")\nif\n ($inputname == \"remote_tcp_3\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "md5sum": "f262d4544f4e6a28fe6bd6b678a04674", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 538, "src": "/root/.ansible/tmp/ansible-tmp-1702113774.4761288-28931-239671210025210/source", "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:38 Saturday 09 December 2023 09:22:55 +0000 (0:00:00.679) 0:00:28.084 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.141332-28853-165385273851459/source", "unsafe_writes": false, "validate": null } }, "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 349, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.141332-28853-165385273851459/source", "state": "file", "uid": 0 }, { "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": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.786241-28853-256038436833285/source", "unsafe_writes": false, "validate": null } }, "md5sum": "67b8db030cbdc1a113a66f29287f3698", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.786241-28853-256038436833285/source", "state": "file", "uid": 0 } ] }, { "changed": false, "results": [], "skipped": true, "skipped_reason": "No items in the list" }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113772.8414338-28893-199278871107059/source", "unsafe_writes": false, "validate": null } }, "md5sum": "3181f3bc2e6f06a5cf0f5b13a63a1aea", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 456, "src": "/root/.ansible/tmp/ansible-tmp-1702113772.8414338-28893-199278871107059/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_tcp", "sections": [ { "options": "# Read messages sent over TCP with TLS\nmodule(load=\"imtcp\"\n StreamDriver.Name=\"gtls\"\n StreamDriver.Mode=\"1\"\n StreamDriver.AuthMode=\"x509/name\"\n PermittedPeer=[\"*.client.com\",\"*.example.com\"]\n)\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113773.7032044-28913-30505864452412/source", "unsafe_writes": false, "validate": null } }, "md5sum": "6ccc8288e3c7f4c6c75b3cc7baf4d5d3", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 264, "src": "/root/.ansible/tmp/ansible-tmp-1702113773.7032044-28913-30505864452412/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-remote_tcp", "sections": [ { "options": "# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_1\" type=\"imtcp\" port=\"6514\")\nif\n ($inputname == \"remote_tcp_1\")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_2\" type=\"imtcp\" port=\"40000\")\nif\n ($inputname == \"remote_tcp_2\")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_3\" type=\"imtcp\" port=\"40001\")\nif\n ($inputname == \"remote_tcp_3\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113774.4761288-28931-239671210025210/source", "unsafe_writes": false, "validate": null } }, "md5sum": "f262d4544f4e6a28fe6bd6b678a04674", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 538, "src": "/root/.ansible/tmp/ansible-tmp-1702113774.4761288-28931-239671210025210/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:43 Saturday 09 December 2023 09:22:55 +0000 (0:00:00.027) 0:00:28.111 ***** skipping: [sut] => (item={'name': 'input-remote-remote_tcp', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': '# Log messages from remote hosts over TLS\ninput(name="remote_tcp_1" type="imtcp" port="6514")\nif\n ($inputname == "remote_tcp_1")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name="remote_tcp_2" type="imtcp" port="40000")\nif\n ($inputname == "remote_tcp_2")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name="remote_tcp_3" type="imtcp" port="40001")\nif\n ($inputname == "remote_tcp_3")\n then {\n call files_output\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "input-remote-remote_tcp", "sections": [ { "options": "# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_1\" type=\"imtcp\" port=\"6514\")\nif\n ($inputname == \"remote_tcp_1\")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_2\" type=\"imtcp\" port=\"40000\")\nif\n ($inputname == \"remote_tcp_2\")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_3\" type=\"imtcp\" port=\"40001\")\nif\n ($inputname == \"remote_tcp_3\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Ensure Remote inputs contain no conflict connection type] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/inputs/remote/main.yml:20 Saturday 09 December 2023 09:22:55 +0000 (0:00:00.063) 0:00:28.175 ***** skipping: [sut] => (item=[{'name': 'remote_udp', 'type': 'remote', 'udp_ports': [514, 40020]}]) => { "ansible_loop_var": "item", "changed": false, "item": [ { "name": "remote_udp", "type": "remote", "udp_ports": [ 514, 40020 ] } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=[{'name': 'remote_ptcp', 'type': 'remote', 'tcp_ports': [514, 40010, 40011, 40012]}]) => { "ansible_loop_var": "item", "changed": false, "item": [ { "name": "remote_ptcp", "tcp_ports": [ 514, 40010, 40011, 40012 ], "type": "remote" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=[{'name': 'remote_tcp', 'type': 'remote', 'tcp_ports': [6514, 40000, 40001], 'tls': True, 'pki_authmode': 'x509/name', 'permitted_clients': ['*.client.com', '*.example.com']}]) => { "ansible_loop_var": "item", "changed": false, "item": [ { "name": "remote_tcp", "permitted_clients": [ "*.client.com", "*.example.com" ], "pki_authmode": "x509/name", "tcp_ports": [ 6514, 40000, 40001 ], "tls": true, "type": "remote" } ], "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update remote input packages and generate configuration files in /etc/rsyslog.d] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/inputs/remote/main.yml:28 Saturday 09 December 2023 09:22:55 +0000 (0:00:00.043) 0:00:28.218 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:4 Saturday 09 December 2023 09:22:55 +0000 (0:00:00.037) 0:00:28.256 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:15 Saturday 09 December 2023 09:22:55 +0000 (0:00:00.026) 0:00:28.283 ***** changed: [sut] => (item={'name': 'input-remote-modules-remote_ptcp', 'type': 'modules', 'sections': [{'options': '# Read messages sent over plain TCP\nmodule(load="imptcp" threads="1")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_ptcp", "sections": [ { "options": "# Read messages sent over plain TCP\nmodule(load=\"imptcp\" threads=\"1\")\n" } ], "type": "modules" }, "md5sum": "e1aec9c810c46dd21cb8d443a272bb36", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1702113775.3511434-28951-188010387260151/source", "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:38 Saturday 09 December 2023 09:22:55 +0000 (0:00:00.608) 0:00:28.892 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.141332-28853-165385273851459/source", "unsafe_writes": false, "validate": null } }, "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 349, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.141332-28853-165385273851459/source", "state": "file", "uid": 0 }, { "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": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.786241-28853-256038436833285/source", "unsafe_writes": false, "validate": null } }, "md5sum": "67b8db030cbdc1a113a66f29287f3698", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.786241-28853-256038436833285/source", "state": "file", "uid": 0 } ] }, { "changed": false, "results": [], "skipped": true, "skipped_reason": "No items in the list" }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113772.8414338-28893-199278871107059/source", "unsafe_writes": false, "validate": null } }, "md5sum": "3181f3bc2e6f06a5cf0f5b13a63a1aea", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 456, "src": "/root/.ansible/tmp/ansible-tmp-1702113772.8414338-28893-199278871107059/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_tcp", "sections": [ { "options": "# Read messages sent over TCP with TLS\nmodule(load=\"imtcp\"\n StreamDriver.Name=\"gtls\"\n StreamDriver.Mode=\"1\"\n StreamDriver.AuthMode=\"x509/name\"\n PermittedPeer=[\"*.client.com\",\"*.example.com\"]\n)\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113773.7032044-28913-30505864452412/source", "unsafe_writes": false, "validate": null } }, "md5sum": "6ccc8288e3c7f4c6c75b3cc7baf4d5d3", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 264, "src": "/root/.ansible/tmp/ansible-tmp-1702113773.7032044-28913-30505864452412/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-remote_tcp", "sections": [ { "options": "# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_1\" type=\"imtcp\" port=\"6514\")\nif\n ($inputname == \"remote_tcp_1\")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_2\" type=\"imtcp\" port=\"40000\")\nif\n ($inputname == \"remote_tcp_2\")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_3\" type=\"imtcp\" port=\"40001\")\nif\n ($inputname == \"remote_tcp_3\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113774.4761288-28931-239671210025210/source", "unsafe_writes": false, "validate": null } }, "md5sum": "f262d4544f4e6a28fe6bd6b678a04674", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 538, "src": "/root/.ansible/tmp/ansible-tmp-1702113774.4761288-28931-239671210025210/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_ptcp", "sections": [ { "options": "# Read messages sent over plain TCP\nmodule(load=\"imptcp\" threads=\"1\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113775.3511434-28951-188010387260151/source", "unsafe_writes": false, "validate": null } }, "md5sum": "e1aec9c810c46dd21cb8d443a272bb36", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1702113775.3511434-28951-188010387260151/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:43 Saturday 09 December 2023 09:22:55 +0000 (0:00:00.027) 0:00:28.919 ***** skipping: [sut] => (item={'name': 'input-remote-modules-remote_ptcp', 'type': 'modules', 'sections': [{'options': '# Read messages sent over plain TCP\nmodule(load="imptcp" threads="1")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "input-remote-modules-remote_ptcp", "sections": [ { "options": "# Read messages sent over plain TCP\nmodule(load=\"imptcp\" threads=\"1\")\n" } ], "type": "modules" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Create remote input configuration file /etc/rsyslog.d/input-remote-remote_ptcp] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/inputs/remote/main.yml:41 Saturday 09 December 2023 09:22:55 +0000 (0:00:00.062) 0:00:28.982 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:4 Saturday 09 December 2023 09:22:56 +0000 (0:00:00.042) 0:00:29.024 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:15 Saturday 09 December 2023 09:22:56 +0000 (0:00:00.020) 0:00:29.044 ***** changed: [sut] => (item={'name': 'input-remote-remote_ptcp', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': '# Log messages from remote hosts over plain TCP\ninput(name="remote_ptcp_1" type="imptcp" port="514")\nif\n ($inputname == "remote_ptcp_1")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name="remote_ptcp_2" type="imptcp" port="40010")\nif\n ($inputname == "remote_ptcp_2")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name="remote_ptcp_3" type="imptcp" port="40011")\nif\n ($inputname == "remote_ptcp_3")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name="remote_ptcp_4" type="imptcp" port="40012")\nif\n ($inputname == "remote_ptcp_4")\n then {\n call files_output\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c", "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-remote-remote_ptcp", "sections": [ { "options": "# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_1\" type=\"imptcp\" port=\"514\")\nif\n ($inputname == \"remote_ptcp_1\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_2\" type=\"imptcp\" port=\"40010\")\nif\n ($inputname == \"remote_ptcp_2\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_3\" type=\"imptcp\" port=\"40011\")\nif\n ($inputname == \"remote_ptcp_3\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_4\" type=\"imptcp\" port=\"40012\")\nif\n ($inputname == \"remote_ptcp_4\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "md5sum": "d00029be5c7e980521b7d798ae8ee312", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 737, "src": "/root/.ansible/tmp/ansible-tmp-1702113776.140765-28969-41668238878546/source", "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:38 Saturday 09 December 2023 09:22:56 +0000 (0:00:00.635) 0:00:29.679 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.141332-28853-165385273851459/source", "unsafe_writes": false, "validate": null } }, "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 349, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.141332-28853-165385273851459/source", "state": "file", "uid": 0 }, { "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": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.786241-28853-256038436833285/source", "unsafe_writes": false, "validate": null } }, "md5sum": "67b8db030cbdc1a113a66f29287f3698", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.786241-28853-256038436833285/source", "state": "file", "uid": 0 } ] }, { "changed": false, "results": [], "skipped": true, "skipped_reason": "No items in the list" }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113772.8414338-28893-199278871107059/source", "unsafe_writes": false, "validate": null } }, "md5sum": "3181f3bc2e6f06a5cf0f5b13a63a1aea", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 456, "src": "/root/.ansible/tmp/ansible-tmp-1702113772.8414338-28893-199278871107059/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_tcp", "sections": [ { "options": "# Read messages sent over TCP with TLS\nmodule(load=\"imtcp\"\n StreamDriver.Name=\"gtls\"\n StreamDriver.Mode=\"1\"\n StreamDriver.AuthMode=\"x509/name\"\n PermittedPeer=[\"*.client.com\",\"*.example.com\"]\n)\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113773.7032044-28913-30505864452412/source", "unsafe_writes": false, "validate": null } }, "md5sum": "6ccc8288e3c7f4c6c75b3cc7baf4d5d3", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 264, "src": "/root/.ansible/tmp/ansible-tmp-1702113773.7032044-28913-30505864452412/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-remote_tcp", "sections": [ { "options": "# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_1\" type=\"imtcp\" port=\"6514\")\nif\n ($inputname == \"remote_tcp_1\")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_2\" type=\"imtcp\" port=\"40000\")\nif\n ($inputname == \"remote_tcp_2\")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_3\" type=\"imtcp\" port=\"40001\")\nif\n ($inputname == \"remote_tcp_3\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113774.4761288-28931-239671210025210/source", "unsafe_writes": false, "validate": null } }, "md5sum": "f262d4544f4e6a28fe6bd6b678a04674", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 538, "src": "/root/.ansible/tmp/ansible-tmp-1702113774.4761288-28931-239671210025210/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_ptcp", "sections": [ { "options": "# Read messages sent over plain TCP\nmodule(load=\"imptcp\" threads=\"1\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113775.3511434-28951-188010387260151/source", "unsafe_writes": false, "validate": null } }, "md5sum": "e1aec9c810c46dd21cb8d443a272bb36", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1702113775.3511434-28951-188010387260151/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c", "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-remote_ptcp", "sections": [ { "options": "# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_1\" type=\"imptcp\" port=\"514\")\nif\n ($inputname == \"remote_ptcp_1\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_2\" type=\"imptcp\" port=\"40010\")\nif\n ($inputname == \"remote_ptcp_2\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_3\" type=\"imptcp\" port=\"40011\")\nif\n ($inputname == \"remote_ptcp_3\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_4\" type=\"imptcp\" port=\"40012\")\nif\n ($inputname == \"remote_ptcp_4\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113776.140765-28969-41668238878546/source", "unsafe_writes": false, "validate": null } }, "md5sum": "d00029be5c7e980521b7d798ae8ee312", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 737, "src": "/root/.ansible/tmp/ansible-tmp-1702113776.140765-28969-41668238878546/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:43 Saturday 09 December 2023 09:22:56 +0000 (0:00:00.028) 0:00:29.708 ***** skipping: [sut] => (item={'name': 'input-remote-remote_ptcp', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': '# Log messages from remote hosts over plain TCP\ninput(name="remote_ptcp_1" type="imptcp" port="514")\nif\n ($inputname == "remote_ptcp_1")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name="remote_ptcp_2" type="imptcp" port="40010")\nif\n ($inputname == "remote_ptcp_2")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name="remote_ptcp_3" type="imptcp" port="40011")\nif\n ($inputname == "remote_ptcp_3")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name="remote_ptcp_4" type="imptcp" port="40012")\nif\n ($inputname == "remote_ptcp_4")\n then {\n call files_output\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "input-remote-remote_ptcp", "sections": [ { "options": "# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_1\" type=\"imptcp\" port=\"514\")\nif\n ($inputname == \"remote_ptcp_1\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_2\" type=\"imptcp\" port=\"40010\")\nif\n ($inputname == \"remote_ptcp_2\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_3\" type=\"imptcp\" port=\"40011\")\nif\n ($inputname == \"remote_ptcp_3\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_4\" type=\"imptcp\" port=\"40012\")\nif\n ($inputname == \"remote_ptcp_4\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Ensure Remote inputs contain no conflict connection type] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/inputs/remote/main.yml:20 Saturday 09 December 2023 09:22:56 +0000 (0:00:00.068) 0:00:29.777 ***** skipping: [sut] => (item=[{'name': 'remote_udp', 'type': 'remote', 'udp_ports': [514, 40020]}]) => { "ansible_loop_var": "item", "changed": false, "item": [ { "name": "remote_udp", "type": "remote", "udp_ports": [ 514, 40020 ] } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=[{'name': 'remote_ptcp', 'type': 'remote', 'tcp_ports': [514, 40010, 40011, 40012]}]) => { "ansible_loop_var": "item", "changed": false, "item": [ { "name": "remote_ptcp", "tcp_ports": [ 514, 40010, 40011, 40012 ], "type": "remote" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=[{'name': 'remote_tcp', 'type': 'remote', 'tcp_ports': [6514, 40000, 40001], 'tls': True, 'pki_authmode': 'x509/name', 'permitted_clients': ['*.client.com', '*.example.com']}]) => { "ansible_loop_var": "item", "changed": false, "item": [ { "name": "remote_tcp", "permitted_clients": [ "*.client.com", "*.example.com" ], "pki_authmode": "x509/name", "tcp_ports": [ 6514, 40000, 40001 ], "tls": true, "type": "remote" } ], "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update remote input packages and generate configuration files in /etc/rsyslog.d] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/inputs/remote/main.yml:28 Saturday 09 December 2023 09:22:56 +0000 (0:00:00.045) 0:00:29.823 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:4 Saturday 09 December 2023 09:22:56 +0000 (0:00:00.037) 0:00:29.860 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:15 Saturday 09 December 2023 09:22:56 +0000 (0:00:00.020) 0:00:29.881 ***** changed: [sut] => (item={'name': 'input-remote-modules-remote_udp', 'type': 'modules', 'sections': [{'options': '# Read messages sent over UDP\nmodule(load="imudp" threads="1"\n TimeRequery="2"\n BatchSize="32")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "4a894d0703e954fc9d59212e5fce7df6279223b1", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_udp", "sections": [ { "options": "# Read messages sent over UDP\nmodule(load=\"imudp\" threads=\"1\"\n TimeRequery=\"2\"\n BatchSize=\"32\")\n" } ], "type": "modules" }, "md5sum": "9a4e7c77879969f165773e22542351d5", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 155, "src": "/root/.ansible/tmp/ansible-tmp-1702113776.9493146-28989-178040003706443/source", "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:38 Saturday 09 December 2023 09:22:57 +0000 (0:00:00.607) 0:00:30.489 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.141332-28853-165385273851459/source", "unsafe_writes": false, "validate": null } }, "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 349, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.141332-28853-165385273851459/source", "state": "file", "uid": 0 }, { "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": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.786241-28853-256038436833285/source", "unsafe_writes": false, "validate": null } }, "md5sum": "67b8db030cbdc1a113a66f29287f3698", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.786241-28853-256038436833285/source", "state": "file", "uid": 0 } ] }, { "changed": false, "results": [], "skipped": true, "skipped_reason": "No items in the list" }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113772.8414338-28893-199278871107059/source", "unsafe_writes": false, "validate": null } }, "md5sum": "3181f3bc2e6f06a5cf0f5b13a63a1aea", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 456, "src": "/root/.ansible/tmp/ansible-tmp-1702113772.8414338-28893-199278871107059/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_tcp", "sections": [ { "options": "# Read messages sent over TCP with TLS\nmodule(load=\"imtcp\"\n StreamDriver.Name=\"gtls\"\n StreamDriver.Mode=\"1\"\n StreamDriver.AuthMode=\"x509/name\"\n PermittedPeer=[\"*.client.com\",\"*.example.com\"]\n)\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113773.7032044-28913-30505864452412/source", "unsafe_writes": false, "validate": null } }, "md5sum": "6ccc8288e3c7f4c6c75b3cc7baf4d5d3", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 264, "src": "/root/.ansible/tmp/ansible-tmp-1702113773.7032044-28913-30505864452412/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-remote_tcp", "sections": [ { "options": "# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_1\" type=\"imtcp\" port=\"6514\")\nif\n ($inputname == \"remote_tcp_1\")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_2\" type=\"imtcp\" port=\"40000\")\nif\n ($inputname == \"remote_tcp_2\")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_3\" type=\"imtcp\" port=\"40001\")\nif\n ($inputname == \"remote_tcp_3\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113774.4761288-28931-239671210025210/source", "unsafe_writes": false, "validate": null } }, "md5sum": "f262d4544f4e6a28fe6bd6b678a04674", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 538, "src": "/root/.ansible/tmp/ansible-tmp-1702113774.4761288-28931-239671210025210/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_ptcp", "sections": [ { "options": "# Read messages sent over plain TCP\nmodule(load=\"imptcp\" threads=\"1\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113775.3511434-28951-188010387260151/source", "unsafe_writes": false, "validate": null } }, "md5sum": "e1aec9c810c46dd21cb8d443a272bb36", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1702113775.3511434-28951-188010387260151/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c", "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-remote_ptcp", "sections": [ { "options": "# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_1\" type=\"imptcp\" port=\"514\")\nif\n ($inputname == \"remote_ptcp_1\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_2\" type=\"imptcp\" port=\"40010\")\nif\n ($inputname == \"remote_ptcp_2\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_3\" type=\"imptcp\" port=\"40011\")\nif\n ($inputname == \"remote_ptcp_3\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_4\" type=\"imptcp\" port=\"40012\")\nif\n ($inputname == \"remote_ptcp_4\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113776.140765-28969-41668238878546/source", "unsafe_writes": false, "validate": null } }, "md5sum": "d00029be5c7e980521b7d798ae8ee312", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 737, "src": "/root/.ansible/tmp/ansible-tmp-1702113776.140765-28969-41668238878546/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "4a894d0703e954fc9d59212e5fce7df6279223b1", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_udp", "sections": [ { "options": "# Read messages sent over UDP\nmodule(load=\"imudp\" threads=\"1\"\n TimeRequery=\"2\"\n BatchSize=\"32\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "4a894d0703e954fc9d59212e5fce7df6279223b1", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113776.9493146-28989-178040003706443/source", "unsafe_writes": false, "validate": null } }, "md5sum": "9a4e7c77879969f165773e22542351d5", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 155, "src": "/root/.ansible/tmp/ansible-tmp-1702113776.9493146-28989-178040003706443/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:43 Saturday 09 December 2023 09:22:57 +0000 (0:00:00.028) 0:00:30.517 ***** skipping: [sut] => (item={'name': 'input-remote-modules-remote_udp', 'type': 'modules', 'sections': [{'options': '# Read messages sent over UDP\nmodule(load="imudp" threads="1"\n TimeRequery="2"\n BatchSize="32")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "input-remote-modules-remote_udp", "sections": [ { "options": "# Read messages sent over UDP\nmodule(load=\"imudp\" threads=\"1\"\n TimeRequery=\"2\"\n BatchSize=\"32\")\n" } ], "type": "modules" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Create remote input configuration file /etc/rsyslog.d/input-remote-remote_udp] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/inputs/remote/main.yml:41 Saturday 09 December 2023 09:22:57 +0000 (0:00:00.063) 0:00:30.581 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:4 Saturday 09 December 2023 09:22:57 +0000 (0:00:00.040) 0:00:30.622 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:15 Saturday 09 December 2023 09:22:57 +0000 (0:00:00.020) 0:00:30.643 ***** changed: [sut] => (item={'name': 'input-remote-remote_udp', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': '# Log messages from remote hosts over UDP\ninput(name="remote_udp" type="imudp" port=["514","40020"])\nif\n ($inputname == "remote_udp")\n then {\n call files_output\n}\n\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "c43fa10c92e21b4a5c587546c8cba3410b8cb088", "dest": "/etc/rsyslog.d/11-input-remote-remote_udp.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-remote-remote_udp", "sections": [ { "options": "# Log messages from remote hosts over UDP\ninput(name=\"remote_udp\" type=\"imudp\" port=[\"514\",\"40020\"])\nif\n ($inputname == \"remote_udp\")\n then {\n call files_output\n}\n\n" } ], "state": "present", "type": "input", "weight": "11" }, "md5sum": "9f04c4e7019366a115b05ce1af69a8e7", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 216, "src": "/root/.ansible/tmp/ansible-tmp-1702113777.7765002-29007-112512039920926/source", "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:38 Saturday 09 December 2023 09:22:58 +0000 (0:00:00.675) 0:00:31.318 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.141332-28853-165385273851459/source", "unsafe_writes": false, "validate": null } }, "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 349, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.141332-28853-165385273851459/source", "state": "file", "uid": 0 }, { "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": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.786241-28853-256038436833285/source", "unsafe_writes": false, "validate": null } }, "md5sum": "67b8db030cbdc1a113a66f29287f3698", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.786241-28853-256038436833285/source", "state": "file", "uid": 0 } ] }, { "changed": false, "results": [], "skipped": true, "skipped_reason": "No items in the list" }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113772.8414338-28893-199278871107059/source", "unsafe_writes": false, "validate": null } }, "md5sum": "3181f3bc2e6f06a5cf0f5b13a63a1aea", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 456, "src": "/root/.ansible/tmp/ansible-tmp-1702113772.8414338-28893-199278871107059/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_tcp", "sections": [ { "options": "# Read messages sent over TCP with TLS\nmodule(load=\"imtcp\"\n StreamDriver.Name=\"gtls\"\n StreamDriver.Mode=\"1\"\n StreamDriver.AuthMode=\"x509/name\"\n PermittedPeer=[\"*.client.com\",\"*.example.com\"]\n)\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113773.7032044-28913-30505864452412/source", "unsafe_writes": false, "validate": null } }, "md5sum": "6ccc8288e3c7f4c6c75b3cc7baf4d5d3", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 264, "src": "/root/.ansible/tmp/ansible-tmp-1702113773.7032044-28913-30505864452412/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-remote_tcp", "sections": [ { "options": "# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_1\" type=\"imtcp\" port=\"6514\")\nif\n ($inputname == \"remote_tcp_1\")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_2\" type=\"imtcp\" port=\"40000\")\nif\n ($inputname == \"remote_tcp_2\")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_3\" type=\"imtcp\" port=\"40001\")\nif\n ($inputname == \"remote_tcp_3\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113774.4761288-28931-239671210025210/source", "unsafe_writes": false, "validate": null } }, "md5sum": "f262d4544f4e6a28fe6bd6b678a04674", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 538, "src": "/root/.ansible/tmp/ansible-tmp-1702113774.4761288-28931-239671210025210/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_ptcp", "sections": [ { "options": "# Read messages sent over plain TCP\nmodule(load=\"imptcp\" threads=\"1\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113775.3511434-28951-188010387260151/source", "unsafe_writes": false, "validate": null } }, "md5sum": "e1aec9c810c46dd21cb8d443a272bb36", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1702113775.3511434-28951-188010387260151/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c", "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-remote_ptcp", "sections": [ { "options": "# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_1\" type=\"imptcp\" port=\"514\")\nif\n ($inputname == \"remote_ptcp_1\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_2\" type=\"imptcp\" port=\"40010\")\nif\n ($inputname == \"remote_ptcp_2\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_3\" type=\"imptcp\" port=\"40011\")\nif\n ($inputname == \"remote_ptcp_3\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_4\" type=\"imptcp\" port=\"40012\")\nif\n ($inputname == \"remote_ptcp_4\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113776.140765-28969-41668238878546/source", "unsafe_writes": false, "validate": null } }, "md5sum": "d00029be5c7e980521b7d798ae8ee312", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 737, "src": "/root/.ansible/tmp/ansible-tmp-1702113776.140765-28969-41668238878546/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "4a894d0703e954fc9d59212e5fce7df6279223b1", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_udp", "sections": [ { "options": "# Read messages sent over UDP\nmodule(load=\"imudp\" threads=\"1\"\n TimeRequery=\"2\"\n BatchSize=\"32\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "4a894d0703e954fc9d59212e5fce7df6279223b1", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113776.9493146-28989-178040003706443/source", "unsafe_writes": false, "validate": null } }, "md5sum": "9a4e7c77879969f165773e22542351d5", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 155, "src": "/root/.ansible/tmp/ansible-tmp-1702113776.9493146-28989-178040003706443/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "c43fa10c92e21b4a5c587546c8cba3410b8cb088", "dest": "/etc/rsyslog.d/11-input-remote-remote_udp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-remote_udp", "sections": [ { "options": "# Log messages from remote hosts over UDP\ninput(name=\"remote_udp\" type=\"imudp\" port=[\"514\",\"40020\"])\nif\n ($inputname == \"remote_udp\")\n then {\n call files_output\n}\n\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "c43fa10c92e21b4a5c587546c8cba3410b8cb088", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/11-input-remote-remote_udp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113777.7765002-29007-112512039920926/source", "unsafe_writes": false, "validate": null } }, "md5sum": "9f04c4e7019366a115b05ce1af69a8e7", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 216, "src": "/root/.ansible/tmp/ansible-tmp-1702113777.7765002-29007-112512039920926/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:43 Saturday 09 December 2023 09:22:58 +0000 (0:00:00.030) 0:00:31.349 ***** skipping: [sut] => (item={'name': 'input-remote-remote_udp', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': '# Log messages from remote hosts over UDP\ninput(name="remote_udp" type="imudp" port=["514","40020"])\nif\n ($inputname == "remote_udp")\n then {\n call files_output\n}\n\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "input-remote-remote_udp", "sections": [ { "options": "# Log messages from remote hosts over UDP\ninput(name=\"remote_udp\" type=\"imudp\" port=[\"514\",\"40020\"])\nif\n ($inputname == \"remote_udp\")\n then {\n call files_output\n}\n\n" } ], "state": "present", "type": "input", "weight": "11" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Include output sub-vars] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:207 Saturday 09 December 2023 09:22:58 +0000 (0:00:00.101) 0:00:31.450 ***** ok: [sut] => (item={'name': 'files_output', 'type': 'files'}) => { "ansible_facts": { "__rsyslog_conf_files_output_modules": [ { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "{% if logging_files_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n{% elif logging_files_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% else %}\nmodule(load=\"builtin:omfile\")\n{% endif %}" } ], "type": "modules" } ], "__rsyslog_files_output_packages": [], "__rsyslog_files_output_rules": [ "{{ __rsyslog_conf_files_output_modules }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/files/main.yml" ], "ansible_loop_var": "output_item", "changed": false, "output_item": { "name": "files_output", "type": "files" } } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Run output sub-tasks] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:219 Saturday 09 December 2023 09:22:58 +0000 (0:00:00.026) 0:00:31.477 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/outputs/files/main.yml for sut TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/outputs/files/main.yml:3 Saturday 09 December 2023 09:22:58 +0000 (0:00:00.048) 0:00:31.525 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:4 Saturday 09 December 2023 09:22:58 +0000 (0:00:00.035) 0:00:31.560 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:15 Saturday 09 December 2023 09:22:58 +0000 (0:00:00.020) 0:00:31.580 ***** changed: [sut] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfile")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "md5sum": "00018829068d32b3c654252fff4f6884", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1702113778.613837-29029-190260570154131/source", "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:38 Saturday 09 December 2023 09:22:59 +0000 (0:00:00.581) 0:00:32.161 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.141332-28853-165385273851459/source", "unsafe_writes": false, "validate": null } }, "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 349, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.141332-28853-165385273851459/source", "state": "file", "uid": 0 }, { "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": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.786241-28853-256038436833285/source", "unsafe_writes": false, "validate": null } }, "md5sum": "67b8db030cbdc1a113a66f29287f3698", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.786241-28853-256038436833285/source", "state": "file", "uid": 0 } ] }, { "changed": false, "results": [], "skipped": true, "skipped_reason": "No items in the list" }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113772.8414338-28893-199278871107059/source", "unsafe_writes": false, "validate": null } }, "md5sum": "3181f3bc2e6f06a5cf0f5b13a63a1aea", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 456, "src": "/root/.ansible/tmp/ansible-tmp-1702113772.8414338-28893-199278871107059/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_tcp", "sections": [ { "options": "# Read messages sent over TCP with TLS\nmodule(load=\"imtcp\"\n StreamDriver.Name=\"gtls\"\n StreamDriver.Mode=\"1\"\n StreamDriver.AuthMode=\"x509/name\"\n PermittedPeer=[\"*.client.com\",\"*.example.com\"]\n)\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113773.7032044-28913-30505864452412/source", "unsafe_writes": false, "validate": null } }, "md5sum": "6ccc8288e3c7f4c6c75b3cc7baf4d5d3", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 264, "src": "/root/.ansible/tmp/ansible-tmp-1702113773.7032044-28913-30505864452412/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-remote_tcp", "sections": [ { "options": "# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_1\" type=\"imtcp\" port=\"6514\")\nif\n ($inputname == \"remote_tcp_1\")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_2\" type=\"imtcp\" port=\"40000\")\nif\n ($inputname == \"remote_tcp_2\")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_3\" type=\"imtcp\" port=\"40001\")\nif\n ($inputname == \"remote_tcp_3\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113774.4761288-28931-239671210025210/source", "unsafe_writes": false, "validate": null } }, "md5sum": "f262d4544f4e6a28fe6bd6b678a04674", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 538, "src": "/root/.ansible/tmp/ansible-tmp-1702113774.4761288-28931-239671210025210/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_ptcp", "sections": [ { "options": "# Read messages sent over plain TCP\nmodule(load=\"imptcp\" threads=\"1\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113775.3511434-28951-188010387260151/source", "unsafe_writes": false, "validate": null } }, "md5sum": "e1aec9c810c46dd21cb8d443a272bb36", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1702113775.3511434-28951-188010387260151/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c", "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-remote_ptcp", "sections": [ { "options": "# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_1\" type=\"imptcp\" port=\"514\")\nif\n ($inputname == \"remote_ptcp_1\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_2\" type=\"imptcp\" port=\"40010\")\nif\n ($inputname == \"remote_ptcp_2\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_3\" type=\"imptcp\" port=\"40011\")\nif\n ($inputname == \"remote_ptcp_3\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_4\" type=\"imptcp\" port=\"40012\")\nif\n ($inputname == \"remote_ptcp_4\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113776.140765-28969-41668238878546/source", "unsafe_writes": false, "validate": null } }, "md5sum": "d00029be5c7e980521b7d798ae8ee312", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 737, "src": "/root/.ansible/tmp/ansible-tmp-1702113776.140765-28969-41668238878546/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "4a894d0703e954fc9d59212e5fce7df6279223b1", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_udp", "sections": [ { "options": "# Read messages sent over UDP\nmodule(load=\"imudp\" threads=\"1\"\n TimeRequery=\"2\"\n BatchSize=\"32\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "4a894d0703e954fc9d59212e5fce7df6279223b1", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113776.9493146-28989-178040003706443/source", "unsafe_writes": false, "validate": null } }, "md5sum": "9a4e7c77879969f165773e22542351d5", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 155, "src": "/root/.ansible/tmp/ansible-tmp-1702113776.9493146-28989-178040003706443/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "c43fa10c92e21b4a5c587546c8cba3410b8cb088", "dest": "/etc/rsyslog.d/11-input-remote-remote_udp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-remote_udp", "sections": [ { "options": "# Log messages from remote hosts over UDP\ninput(name=\"remote_udp\" type=\"imudp\" port=[\"514\",\"40020\"])\nif\n ($inputname == \"remote_udp\")\n then {\n call files_output\n}\n\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "c43fa10c92e21b4a5c587546c8cba3410b8cb088", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/11-input-remote-remote_udp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113777.7765002-29007-112512039920926/source", "unsafe_writes": false, "validate": null } }, "md5sum": "9f04c4e7019366a115b05ce1af69a8e7", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 216, "src": "/root/.ansible/tmp/ansible-tmp-1702113777.7765002-29007-112512039920926/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113778.613837-29029-190260570154131/source", "unsafe_writes": false, "validate": null } }, "md5sum": "00018829068d32b3c654252fff4f6884", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1702113778.613837-29029-190260570154131/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:43 Saturday 09 December 2023 09:22:59 +0000 (0:00:00.030) 0:00:32.192 ***** skipping: [sut] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfile")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration file /etc/rsyslog.d/output-files-files_output] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/outputs/files/main.yml:11 Saturday 09 December 2023 09:22:59 +0000 (0:00:00.028) 0:00:32.220 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:4 Saturday 09 December 2023 09:22:59 +0000 (0:00:00.061) 0:00:32.282 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:15 Saturday 09 December 2023 09:22:59 +0000 (0:00:00.022) 0:00:32.304 ***** changed: [sut] => (item={'name': 'output-files-files_output', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don\'t log private authentication messages!\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "99a907f34948a0d23b8c1317bda2b79597aadf63", "dest": "/etc/rsyslog.d/30-output-files-files_output.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_output", "sections": [ { "options": "ruleset(name=\"files_output\") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don't log private authentication messages!\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n" } ], "state": "present", "type": "output" }, "md5sum": "1c06bafe1c17b7b012fb39fd192223e8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1151, "src": "/root/.ansible/tmp/ansible-tmp-1702113779.3787458-29047-95461138871653/source", "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:38 Saturday 09 December 2023 09:22:59 +0000 (0:00:00.658) 0:00:32.963 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.141332-28853-165385273851459/source", "unsafe_writes": false, "validate": null } }, "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 349, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.141332-28853-165385273851459/source", "state": "file", "uid": 0 }, { "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": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.786241-28853-256038436833285/source", "unsafe_writes": false, "validate": null } }, "md5sum": "67b8db030cbdc1a113a66f29287f3698", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "src": "/root/.ansible/tmp/ansible-tmp-1702113771.786241-28853-256038436833285/source", "state": "file", "uid": 0 } ] }, { "changed": false, "results": [], "skipped": true, "skipped_reason": "No items in the list" }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113772.8414338-28893-199278871107059/source", "unsafe_writes": false, "validate": null } }, "md5sum": "3181f3bc2e6f06a5cf0f5b13a63a1aea", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 456, "src": "/root/.ansible/tmp/ansible-tmp-1702113772.8414338-28893-199278871107059/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_tcp", "sections": [ { "options": "# Read messages sent over TCP with TLS\nmodule(load=\"imtcp\"\n StreamDriver.Name=\"gtls\"\n StreamDriver.Mode=\"1\"\n StreamDriver.AuthMode=\"x509/name\"\n PermittedPeer=[\"*.client.com\",\"*.example.com\"]\n)\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113773.7032044-28913-30505864452412/source", "unsafe_writes": false, "validate": null } }, "md5sum": "6ccc8288e3c7f4c6c75b3cc7baf4d5d3", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 264, "src": "/root/.ansible/tmp/ansible-tmp-1702113773.7032044-28913-30505864452412/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-remote_tcp", "sections": [ { "options": "# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_1\" type=\"imtcp\" port=\"6514\")\nif\n ($inputname == \"remote_tcp_1\")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_2\" type=\"imtcp\" port=\"40000\")\nif\n ($inputname == \"remote_tcp_2\")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_3\" type=\"imtcp\" port=\"40001\")\nif\n ($inputname == \"remote_tcp_3\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113774.4761288-28931-239671210025210/source", "unsafe_writes": false, "validate": null } }, "md5sum": "f262d4544f4e6a28fe6bd6b678a04674", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 538, "src": "/root/.ansible/tmp/ansible-tmp-1702113774.4761288-28931-239671210025210/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_ptcp", "sections": [ { "options": "# Read messages sent over plain TCP\nmodule(load=\"imptcp\" threads=\"1\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113775.3511434-28951-188010387260151/source", "unsafe_writes": false, "validate": null } }, "md5sum": "e1aec9c810c46dd21cb8d443a272bb36", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1702113775.3511434-28951-188010387260151/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c", "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-remote_ptcp", "sections": [ { "options": "# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_1\" type=\"imptcp\" port=\"514\")\nif\n ($inputname == \"remote_ptcp_1\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_2\" type=\"imptcp\" port=\"40010\")\nif\n ($inputname == \"remote_ptcp_2\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_3\" type=\"imptcp\" port=\"40011\")\nif\n ($inputname == \"remote_ptcp_3\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_4\" type=\"imptcp\" port=\"40012\")\nif\n ($inputname == \"remote_ptcp_4\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113776.140765-28969-41668238878546/source", "unsafe_writes": false, "validate": null } }, "md5sum": "d00029be5c7e980521b7d798ae8ee312", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 737, "src": "/root/.ansible/tmp/ansible-tmp-1702113776.140765-28969-41668238878546/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "4a894d0703e954fc9d59212e5fce7df6279223b1", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_udp", "sections": [ { "options": "# Read messages sent over UDP\nmodule(load=\"imudp\" threads=\"1\"\n TimeRequery=\"2\"\n BatchSize=\"32\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "4a894d0703e954fc9d59212e5fce7df6279223b1", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113776.9493146-28989-178040003706443/source", "unsafe_writes": false, "validate": null } }, "md5sum": "9a4e7c77879969f165773e22542351d5", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 155, "src": "/root/.ansible/tmp/ansible-tmp-1702113776.9493146-28989-178040003706443/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "c43fa10c92e21b4a5c587546c8cba3410b8cb088", "dest": "/etc/rsyslog.d/11-input-remote-remote_udp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-remote_udp", "sections": [ { "options": "# Log messages from remote hosts over UDP\ninput(name=\"remote_udp\" type=\"imudp\" port=[\"514\",\"40020\"])\nif\n ($inputname == \"remote_udp\")\n then {\n call files_output\n}\n\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "c43fa10c92e21b4a5c587546c8cba3410b8cb088", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/11-input-remote-remote_udp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113777.7765002-29007-112512039920926/source", "unsafe_writes": false, "validate": null } }, "md5sum": "9f04c4e7019366a115b05ce1af69a8e7", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 216, "src": "/root/.ansible/tmp/ansible-tmp-1702113777.7765002-29007-112512039920926/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113778.613837-29029-190260570154131/source", "unsafe_writes": false, "validate": null } }, "md5sum": "00018829068d32b3c654252fff4f6884", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1702113778.613837-29029-190260570154131/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "99a907f34948a0d23b8c1317bda2b79597aadf63", "dest": "/etc/rsyslog.d/30-output-files-files_output.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_output", "sections": [ { "options": "ruleset(name=\"files_output\") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don't log private authentication messages!\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "99a907f34948a0d23b8c1317bda2b79597aadf63", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-files-files_output.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113779.3787458-29047-95461138871653/source", "unsafe_writes": false, "validate": null } }, "md5sum": "1c06bafe1c17b7b012fb39fd192223e8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1151, "src": "/root/.ansible/tmp/ansible-tmp-1702113779.3787458-29047-95461138871653/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:43 Saturday 09 December 2023 09:22:59 +0000 (0:00:00.036) 0:00:32.999 ***** skipping: [sut] => (item={'name': 'output-files-files_output', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don\'t log private authentication messages!\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "output-files-files_output", "sections": [ { "options": "ruleset(name=\"files_output\") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don't log private authentication messages!\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n" } ], "state": "present", "type": "output" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog config files not owned by any package] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:232 Saturday 09 December 2023 09:23:00 +0000 (0:00:00.067) 0:00:33.067 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Purge - remove files not generated by current state] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:249 Saturday 09 December 2023 09:23:00 +0000 (0:00:00.021) 0:00:33.088 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/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-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:273 Saturday 09 December 2023 09:23:00 +0000 (0:00:00.031) 0:00:33.120 ***** TASK [/WORKDIR/git-weekly-ciaof9_xq6/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-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:303 Saturday 09 December 2023 09:23:00 +0000 (0:00:00.019) 0:00:33.140 ***** skipping: [sut] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "item": [], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=[{'name': 'remote_tcp', 'type': 'remote', 'tcp_ports': [6514, 40000, 40001], 'tls': True, 'pki_authmode': 'x509/name', 'permitted_clients': ['*.client.com', '*.example.com']}]) => { "ansible_loop_var": "item", "changed": false, "item": [ { "name": "remote_tcp", "permitted_clients": [ "*.client.com", "*.example.com" ], "pki_authmode": "x509/name", "tcp_ports": [ 6514, 40000, 40001 ], "tls": true, "type": "remote" } ], "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local ca_cert file to the target if needed] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:315 Saturday 09 December 2023 09:23:00 +0000 (0:00:00.040) 0:00:33.180 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local cert file to the target if needed] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:331 Saturday 09 December 2023 09:23:00 +0000 (0:00:00.030) 0:00:33.211 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local key file to the target if needed] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:347 Saturday 09 December 2023 09:23:00 +0000 (0:00:00.043) 0:00:33.254 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:363 Saturday 09 December 2023 09:23:00 +0000 (0:00:00.028) 0:00:33.283 ***** changed: [sut] => { "changed": true, "enabled": true, "name": "rsyslog", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target basic.target system.slice", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "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/", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "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": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "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", "MemoryZSwapMax": "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", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "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": "4434", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Disable rsyslog service] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:372 Saturday 09 December 2023 09:23:01 +0000 (0:00:01.387) 0:00:34.671 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:381 Saturday 09 December 2023 09:23:01 +0000 (0:00:00.021) 0:00:34.692 ***** skipping: [sut] => {} TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : See if there are any config files] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:395 Saturday 09 December 2023 09:23:01 +0000 (0:00:00.020) 0:00:34.712 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Get mode of rsyslog.conf if it exists] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:402 Saturday 09 December 2023 09:23:01 +0000 (0:00:00.031) 0:00:34.743 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1702113780.7690072, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "bf4118be9d80c2ad45586b88b4c644e4b1e0fc32", "ctime": 1702113767.9478014, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 203094, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1692921600.0, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 3223, "uid": 0, "version": "3980298560", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:408 Saturday 09 December 2023 09:23:02 +0000 (0:00:00.395) 0:00:35.139 ***** changed: [sut] => { "changed": true, "checksum": "5fe705203b62f654be0460d9893da023dbffb94d", "dest": "/etc/rsyslog.conf", "gid": 0, "group": "root", "md5sum": "06be1b21217661badf921ea6dcceb702", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 131, "src": "/root/.ansible/tmp/ansible-tmp-1702113782.1636546-29087-15100537502765/source", "state": "file", "uid": 0 } RUNNING HANDLER [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Restart rsyslogd] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/handlers/main.yml:2 Saturday 09 December 2023 09:23:02 +0000 (0:00:00.603) 0:00:35.742 ***** changed: [sut] => { "changed": true, "name": "rsyslog", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2023-12-09 09:23:01 UTC", "ActiveEnterTimestampMonotonic": "717491551", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target basic.target system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-09 09:23:00 UTC", "AssertTimestampMonotonic": "716720430", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "1216942000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2023-12-09 09:23:00 UTC", "ConditionTimestampMonotonic": "716720418", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlGroupId": "5535", "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/", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "6771", "ExecMainStartTimestamp": "Sat 2023-12-09 09:23:00 UTC", "ExecMainStartTimestampMonotonic": "716728154", "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=[Sat 2023-12-09 09:23:00 UTC] ; stop_time=[n/a] ; pid=6771 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[Sat 2023-12-09 09:23:00 UTC] ; stop_time=[n/a] ; pid=6771 ; 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", "InactiveExitTimestamp": "Sat 2023-12-09 09:23:00 UTC", "InactiveExitTimestampMonotonic": "716728621", "InvocationID": "077898b449984bde872fbf2280fe52f5", "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": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "6771", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "24760320", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MemoryZSwapMax": "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", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "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]", "StateChangeTimestamp": "Sat 2023-12-09 09:23:01 UTC", "StateChangeTimestampMonotonic": "717491551", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "13", "TasksMax": "4434", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "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": "0" } } META: ran handlers TASK [Ensure config file size and counts] ************************************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/tests_server.yml:73 Saturday 09 December 2023 09:23:04 +0000 (0:00:02.092) 0:00:37.835 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/tests/tasks/check_daemon_config_files.yml for sut TASK [Get info of /etc/rsyslog.conf] ******************************************* task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/tasks/check_daemon_config_files.yml:2 Saturday 09 December 2023 09:23:04 +0000 (0:00:00.034) 0:00:37.870 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1702113783.506051, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5fe705203b62f654be0460d9893da023dbffb94d", "ctime": 1702113782.6740377, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263020, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1702113782.4610343, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 131, "uid": 0, "version": "607714196", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Get file counts in /etc/rsyslog.d] *************************************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/tasks/check_daemon_config_files.yml:7 Saturday 09 December 2023 09:23:05 +0000 (0:00:00.221) 0:00:38.092 ***** ok: [sut] => { "changed": false, "examined": 12, "files": [ { "atime": 1702113780.7700071, "ctime": 1702113772.2548707, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 263009, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1702113772.0458672, "nlink": 1, "path": "/etc/rsyslog.d/05-common-defaults.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 96, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1702113780.7690072, "ctime": 1702113773.3098874, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 263010, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1702113773.098884, "nlink": 1, "path": "/etc/rsyslog.d/90-input-basics-system_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 456, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1702113780.7700071, "ctime": 1702113776.6039405, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 263014, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1702113776.394937, "nlink": 1, "path": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 737, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1702113780.7700071, "ctime": 1702113771.6898615, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 263008, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1702113771.401857, "nlink": 1, "path": "/etc/rsyslog.d/00-global.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 349, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1702113780.7700071, "ctime": 1702113778.2429667, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 263016, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1702113778.0309632, "nlink": 1, "path": "/etc/rsyslog.d/11-input-remote-remote_udp.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 216, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1702113780.7700071, "ctime": 1702113775.8149278, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 263013, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1702113775.6069243, "nlink": 1, "path": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 117, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1702113780.7690072, "ctime": 1702113779.870993, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 263018, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1702113779.6459892, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_output.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1151, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1702113780.7700071, "ctime": 1702113777.4129534, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 263015, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1702113777.20295, "nlink": 1, "path": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 155, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1702113780.7700071, "ctime": 1701779804.4815724, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 5880, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1682553600.0, "nlink": 1, "path": "/etc/rsyslog.d/21-cloudinit.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 255, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1702113780.7700071, "ctime": 1702113779.0859802, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 263017, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1702113778.8729768, "nlink": 1, "path": "/etc/rsyslog.d/10-output-files-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 151, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1702113780.7700071, "ctime": 1702113774.1679013, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 263011, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1702113773.956898, "nlink": 1, "path": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 264, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1702113780.7700071, "ctime": 1702113774.9759142, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 263012, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1702113774.761911, "nlink": 1, "path": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 538, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 12 } TASK [Check rsyslog.conf size (less)] ****************************************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/tasks/check_daemon_config_files.yml:13 Saturday 09 December 2023 09:23:05 +0000 (0:00:00.270) 0:00:38.362 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check rsyslog.conf size (more)] ****************************************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/tasks/check_daemon_config_files.yml:18 Saturday 09 December 2023 09:23:05 +0000 (0:00:00.024) 0:00:38.387 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check file counts in rsyslog.d] ****************************************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/tasks/check_daemon_config_files.yml:23 Saturday 09 December 2023 09:23:05 +0000 (0:00:00.038) 0:00:38.425 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check conf files exist] ************************************************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/tasks/check_daemon_config_files.yml:27 Saturday 09 December 2023 09:23:05 +0000 (0:00:00.023) 0:00:38.448 ***** ok: [sut] => (item=/etc/rsyslog.d/11-input-remote-remote_ptcp.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", "stat": { "atime": 1702113780.7700071, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c", "ctime": 1702113776.6039405, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263014, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1702113776.394937, "nlink": 1, "path": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 737, "uid": 0, "version": "3483020617", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [sut] => (item=/etc/rsyslog.d/11-input-remote-remote_tcp.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", "stat": { "atime": 1702113780.7700071, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", "ctime": 1702113774.9759142, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263012, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1702113774.761911, "nlink": 1, "path": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 538, "uid": 0, "version": "3196294934", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [sut] => (item=/etc/rsyslog.d/11-input-remote-remote_udp.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/rsyslog.d/11-input-remote-remote_udp.conf", "stat": { "atime": 1702113780.7700071, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c43fa10c92e21b4a5c587546c8cba3410b8cb088", "ctime": 1702113778.2429667, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263016, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1702113778.0309632, "nlink": 1, "path": "/etc/rsyslog.d/11-input-remote-remote_udp.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 216, "uid": 0, "version": "3924878827", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check rsyslog errors] **************************************************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/tasks/check_daemon_config_files.yml:35 Saturday 09 December 2023 09:23:06 +0000 (0:00:00.647) 0:00:39.096 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install lsof] ************************************************************ task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/tests_server.yml:84 Saturday 09 December 2023 09:23:06 +0000 (0:00:00.018) 0:00:39.114 ***** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: lsof-4.96.3-3.fc38.x86_64" ] } lsrpackages: lsof TASK [Check lsof outputs for rsyslogd] ***************************************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/tests_server.yml:91 Saturday 09 December 2023 09:23:09 +0000 (0:00:03.217) 0:00:42.332 ***** ok: [sut] => { "changed": false, "cmd": "set -o pipefail\nlsof -i -nP | grep rsyslogd", "delta": "0:00:00.029463", "end": "2023-12-09 09:23:09.658262", "rc": 0, "start": "2023-12-09 09:23:09.628799" } STDOUT: rsyslogd 6947 root 5u IPv4 26792 0t0 TCP *:40012 (LISTEN) rsyslogd 6947 root 6u IPv6 26793 0t0 TCP *:40012 (LISTEN) rsyslogd 6947 root 7u IPv4 26796 0t0 TCP *:40011 (LISTEN) rsyslogd 6947 root 8u IPv6 26797 0t0 TCP *:40011 (LISTEN) rsyslogd 6947 root 9u IPv4 26800 0t0 TCP *:40010 (LISTEN) rsyslogd 6947 root 10u IPv6 26801 0t0 TCP *:40010 (LISTEN) rsyslogd 6947 root 11u IPv4 26804 0t0 TCP *:514 (LISTEN) rsyslogd 6947 root 12u IPv6 26805 0t0 TCP *:514 (LISTEN) rsyslogd 6947 root 13u IPv4 25901 0t0 TCP *:40001 (LISTEN) rsyslogd 6947 root 14u IPv6 25902 0t0 TCP *:40001 (LISTEN) rsyslogd 6947 root 15u IPv4 25905 0t0 TCP *:40000 (LISTEN) rsyslogd 6947 root 16u IPv6 25906 0t0 TCP *:40000 (LISTEN) rsyslogd 6947 root 17u IPv4 25909 0t0 TCP *:6514 (LISTEN) rsyslogd 6947 root 18u IPv6 25910 0t0 TCP *:6514 (LISTEN) rsyslogd 6947 root 19u IPv4 25913 0t0 UDP *:514 rsyslogd 6947 root 20u IPv6 25914 0t0 UDP *:514 rsyslogd 6947 root 21u IPv4 25917 0t0 UDP *:40020 rsyslogd 6947 root 22u IPv6 25918 0t0 UDP *:40020 TASK [Show lsof output] ******************************************************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/tests_server.yml:98 Saturday 09 December 2023 09:23:09 +0000 (0:00:00.371) 0:00:42.704 ***** ok: [sut] => {} MSG: lsof returned rsyslogd 6947 root 5u IPv4 26792 0t0 TCP *:40012 (LISTEN) rsyslogd 6947 root 6u IPv6 26793 0t0 TCP *:40012 (LISTEN) rsyslogd 6947 root 7u IPv4 26796 0t0 TCP *:40011 (LISTEN) rsyslogd 6947 root 8u IPv6 26797 0t0 TCP *:40011 (LISTEN) rsyslogd 6947 root 9u IPv4 26800 0t0 TCP *:40010 (LISTEN) rsyslogd 6947 root 10u IPv6 26801 0t0 TCP *:40010 (LISTEN) rsyslogd 6947 root 11u IPv4 26804 0t0 TCP *:514 (LISTEN) rsyslogd 6947 root 12u IPv6 26805 0t0 TCP *:514 (LISTEN) rsyslogd 6947 root 13u IPv4 25901 0t0 TCP *:40001 (LISTEN) rsyslogd 6947 root 14u IPv6 25902 0t0 TCP *:40001 (LISTEN) rsyslogd 6947 root 15u IPv4 25905 0t0 TCP *:40000 (LISTEN) rsyslogd 6947 root 16u IPv6 25906 0t0 TCP *:40000 (LISTEN) rsyslogd 6947 root 17u IPv4 25909 0t0 TCP *:6514 (LISTEN) rsyslogd 6947 root 18u IPv6 25910 0t0 TCP *:6514 (LISTEN) rsyslogd 6947 root 19u IPv4 25913 0t0 UDP *:514 rsyslogd 6947 root 20u IPv6 25914 0t0 UDP *:514 rsyslogd 6947 root 21u IPv4 25917 0t0 UDP *:40020 rsyslogd 6947 root 22u IPv6 25918 0t0 UDP *:40020 TASK [Check port 514, 6514, 40010 and 40011 is open for TCP] ******************* task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/tests_server.yml:102 Saturday 09 December 2023 09:23:09 +0000 (0:00:00.019) 0:00:42.723 ***** ok: [sut] => (item=514) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -o pipefail\nlsof -i -nP | grep rsyslogd | grep TCP | grep 514", "delta": "0:00:00.021658", "end": "2023-12-09 09:23:09.920371", "item": 514, "rc": 0, "start": "2023-12-09 09:23:09.898713" } STDOUT: rsyslogd 6947 root 11u IPv4 26804 0t0 TCP *:514 (LISTEN) rsyslogd 6947 root 12u IPv6 26805 0t0 TCP *:514 (LISTEN) rsyslogd 6947 root 17u IPv4 25909 0t0 TCP *:6514 (LISTEN) rsyslogd 6947 root 18u IPv6 25910 0t0 TCP *:6514 (LISTEN) ok: [sut] => (item=6514) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -o pipefail\nlsof -i -nP | grep rsyslogd | grep TCP | grep 6514", "delta": "0:00:00.023923", "end": "2023-12-09 09:23:10.136320", "item": 6514, "rc": 0, "start": "2023-12-09 09:23:10.112397" } STDOUT: rsyslogd 6947 root 17u IPv4 25909 0t0 TCP *:6514 (LISTEN) rsyslogd 6947 root 18u IPv6 25910 0t0 TCP *:6514 (LISTEN) ok: [sut] => (item=40010) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -o pipefail\nlsof -i -nP | grep rsyslogd | grep TCP | grep 40010", "delta": "0:00:00.018632", "end": "2023-12-09 09:23:10.346167", "item": 40010, "rc": 0, "start": "2023-12-09 09:23:10.327535" } STDOUT: rsyslogd 6947 root 9u IPv4 26800 0t0 TCP *:40010 (LISTEN) rsyslogd 6947 root 10u IPv6 26801 0t0 TCP *:40010 (LISTEN) ok: [sut] => (item=40011) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -o pipefail\nlsof -i -nP | grep rsyslogd | grep TCP | grep 40011", "delta": "0:00:00.024762", "end": "2023-12-09 09:23:10.562850", "item": 40011, "rc": 0, "start": "2023-12-09 09:23:10.538088" } STDOUT: rsyslogd 6947 root 7u IPv4 26796 0t0 TCP *:40011 (LISTEN) rsyslogd 6947 root 8u IPv6 26797 0t0 TCP *:40011 (LISTEN) TASK [Check port 514 and 40020 is open for UDP] ******************************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/tests_server.yml:109 Saturday 09 December 2023 09:23:10 +0000 (0:00:00.883) 0:00:43.607 ***** ok: [sut] => (item=514) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -o pipefail\nlsof -i -nP | grep rsyslogd | grep UDP | grep 514", "delta": "0:00:00.019542", "end": "2023-12-09 09:23:10.789282", "item": 514, "rc": 0, "start": "2023-12-09 09:23:10.769740" } STDOUT: rsyslogd 6947 root 19u IPv4 25913 0t0 UDP *:514 rsyslogd 6947 root 20u IPv6 25914 0t0 UDP *:514 ok: [sut] => (item=40020) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -o pipefail\nlsof -i -nP | grep rsyslogd | grep UDP | grep 40020", "delta": "0:00:00.025832", "end": "2023-12-09 09:23:11.006198", "item": 40020, "rc": 0, "start": "2023-12-09 09:23:10.980366" } STDOUT: rsyslogd 6947 root 21u IPv4 25917 0t0 UDP *:40020 rsyslogd 6947 root 22u IPv6 25918 0t0 UDP *:40020 TASK [Check ports managed by firewall and selinux] ***************************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/tests_server.yml:116 Saturday 09 December 2023 09:23:11 +0000 (0:00:00.444) 0:00:44.052 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/tests/tasks/check_firewall_selinux.yml for sut TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/tasks/check_firewall_selinux.yml:3 Saturday 09 December 2023 09:23:11 +0000 (0:00:00.035) 0:00:44.088 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check firewall port status (manage - tcp)] ******************************* task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/tasks/check_firewall_selinux.yml:15 Saturday 09 December 2023 09:23:11 +0000 (0:00:00.042) 0:00:44.130 ***** TASK [Check firewall port status (manage - udp)] ******************************* task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/tasks/check_firewall_selinux.yml:24 Saturday 09 December 2023 09:23:11 +0000 (0:00:00.018) 0:00:44.148 ***** TASK [Check associated selinux ports (manage - tcp)] *************************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/tasks/check_firewall_selinux.yml:36 Saturday 09 December 2023 09:23:11 +0000 (0:00:00.018) 0:00:44.167 ***** TASK [Check associated selinux ports (manage - udp)] *************************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/tasks/check_firewall_selinux.yml:46 Saturday 09 December 2023 09:23:11 +0000 (0:00:00.017) 0:00:44.184 ***** TASK [END TEST CASE 0; Clean up the deployed config] *************************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/tests_server.yml:119 Saturday 09 December 2023 09:23:11 +0000 (0:00:00.017) 0:00:44.201 ***** TASK [linux-system-roles.logging : Set files output if files output is not defined and logging_inputs is not empty] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:8 Saturday 09 December 2023 09:23:11 +0000 (0:00:00.046) 0:00:44.248 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:20 Saturday 09 December 2023 09:23:11 +0000 (0:00:00.022) 0:00:44.270 ***** ok: [sut] => { "ansible_facts": { "rsyslog_outputs": [] }, "changed": false } TASK [linux-system-roles.logging : Set rsyslog_inputs] ************************* task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:27 Saturday 09 December 2023 09:23:11 +0000 (0:00:00.022) 0:00:44.293 ***** ok: [sut] => { "ansible_facts": { "rsyslog_inputs": [] }, "changed": false } TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:33 Saturday 09 December 2023 09:23:11 +0000 (0:00:00.022) 0:00:44.316 ***** TASK [linux-system-roles.logging : Check logging_inputs item in logging_flows.inputs] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:46 Saturday 09 December 2023 09:23:11 +0000 (0:00:00.020) 0:00:44.336 ***** TASK [linux-system-roles.logging : Gather ports specified in the logging_inputs and outputs vars] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:57 Saturday 09 December 2023 09:23:11 +0000 (0:00:00.018) 0:00:44.354 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:3 Saturday 09 December 2023 09:23:11 +0000 (0:00:00.037) 0:00:44.392 ***** ok: [sut] => { "ansible_facts": { "logging_tls_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_tcp_ports] *************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:7 Saturday 09 December 2023 09:23:11 +0000 (0:00:00.021) 0:00:44.414 ***** ok: [sut] => { "ansible_facts": { "logging_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_tls_udp_ports] *********** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:11 Saturday 09 December 2023 09:23:11 +0000 (0:00:00.020) 0:00:44.435 ***** ok: [sut] => { "ansible_facts": { "logging_tls_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_udp_ports] *************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:15 Saturday 09 December 2023 09:23:11 +0000 (0:00:00.021) 0:00:44.456 ***** ok: [sut] => { "ansible_facts": { "logging_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'port' values] ******************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:24 Saturday 09 December 2023 09:23:11 +0000 (0:00:00.021) 0:00:44.478 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:93 Saturday 09 December 2023 09:23:11 +0000 (0:00:00.046) 0:00:44.524 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:98 Saturday 09 December 2023 09:23:11 +0000 (0:00:00.021) 0:00:44.546 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:103 Saturday 09 December 2023 09:23:11 +0000 (0:00:00.022) 0:00:44.568 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:108 Saturday 09 December 2023 09:23:11 +0000 (0:00:00.021) 0:00:44.590 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:113 Saturday 09 December 2023 09:23:11 +0000 (0:00:00.020) 0:00:44.610 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:118 Saturday 09 December 2023 09:23:11 +0000 (0:00:00.021) 0:00:44.632 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:166 Saturday 09 December 2023 09:23:11 +0000 (0:00:00.020) 0:00:44.653 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:171 Saturday 09 December 2023 09:23:11 +0000 (0:00:00.020) 0:00:44.674 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:177 Saturday 09 December 2023 09:23:11 +0000 (0:00:00.021) 0:00:44.695 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:182 Saturday 09 December 2023 09:23:11 +0000 (0:00:00.022) 0:00:44.718 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:60 Saturday 09 December 2023 09:23:11 +0000 (0:00:00.020) 0:00:44.739 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/firewall.yml for sut TASK [linux-system-roles.logging : Initialize logging_firewall_ports] ********** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/firewall.yml:8 Saturday 09 December 2023 09:23:11 +0000 (0:00:00.038) 0:00:44.777 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/firewall.yml:12 Saturday 09 December 2023 09:23:11 +0000 (0:00:00.020) 0:00:44.798 ***** TASK [linux-system-roles.logging : Add udp ports to logging_firewall_ports] **** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/firewall.yml:20 Saturday 09 December 2023 09:23:11 +0000 (0:00:00.017) 0:00:44.815 ***** TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/firewall.yml:28 Saturday 09 December 2023 09:23:11 +0000 (0:00:00.017) 0:00:44.833 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:63 Saturday 09 December 2023 09:23:11 +0000 (0:00:00.019) 0:00:44.853 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/selinux.yml for sut TASK [linux-system-roles.logging : Initialize logging_selinux_ports] *********** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/selinux.yml:8 Saturday 09 December 2023 09:23:11 +0000 (0:00:00.067) 0:00:44.921 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/selinux.yml:12 Saturday 09 December 2023 09:23:11 +0000 (0:00:00.021) 0:00:44.942 ***** TASK [linux-system-roles.logging : Add tls tcp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/selinux.yml:21 Saturday 09 December 2023 09:23:11 +0000 (0:00:00.018) 0:00:44.961 ***** TASK [linux-system-roles.logging : Add non tls udp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/selinux.yml:30 Saturday 09 December 2023 09:23:11 +0000 (0:00:00.016) 0:00:44.978 ***** TASK [linux-system-roles.logging : Add tls udp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/selinux.yml:39 Saturday 09 December 2023 09:23:11 +0000 (0:00:00.017) 0:00:44.996 ***** TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/selinux.yml:48 Saturday 09 December 2023 09:23:11 +0000 (0:00:00.016) 0:00:45.013 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Generate certificates] ********************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:67 Saturday 09 December 2023 09:23:12 +0000 (0:00:00.020) 0:00:45.033 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/certificate.yml for sut TASK [Generate certificates] *************************************************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/certificate.yml:2 Saturday 09 December 2023 09:23:12 +0000 (0:00:00.042) 0:00:45.075 ***** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 09 December 2023 09:23:12 +0000 (0:00:00.035) 0:00:45.111 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 09 December 2023 09:23:12 +0000 (0:00:00.035) 0:00:45.147 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 09 December 2023 09:23:12 +0000 (0:00:00.024) 0:00:45.172 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 09 December 2023 09:23:12 +0000 (0:00:00.020) 0:00:45.192 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Saturday 09 December 2023 09:23:12 +0000 (0:00:00.020) 0:00:45.213 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 09 December 2023 09:23:12 +0000 (0:00:00.056) 0:00:45.269 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-cryptography python3-dbus python3-pyasn1 TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Saturday 09 December 2023 09:23:14 +0000 (0:00:02.338) 0:00:47.608 ***** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: certmonger TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Saturday 09 December 2023 09:23:16 +0000 (0:00:02.360) 0:00:49.968 ***** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//pre-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Saturday 09 December 2023 09:23:17 +0000 (0:00:00.234) 0:00:50.202 ***** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//post-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Saturday 09 December 2023 09:23:17 +0000 (0:00:00.230) 0:00:50.432 ***** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "enabled": true, "name": "certmonger", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:certmonger_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2023-12-09 09:22:42 UTC", "ActiveEnterTimestampMonotonic": "698521149", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target basic.target syslog.target systemd-journald.socket system.slice dbus-broker.service dbus.socket network.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-09 09:22:42 UTC", "AssertTimestampMonotonic": "698453711", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedorahosted.certmonger", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "941297000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2023-12-09 09:22:42 UTC", "ConditionTimestampMonotonic": "698453708", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/certmonger.service", "ControlGroupId": "5199", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "5186", "ExecMainStartTimestamp": "Sat 2023-12-09 09:22:42 UTC", "ExecMainStartTimestampMonotonic": "698461323", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; 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/certmonger.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": "certmonger.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2023-12-09 09:22:42 UTC", "InactiveExitTimestampMonotonic": "698461805", "InvocationID": "d0224d28d77d4a48908821f2ce2dd6b5", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "5186", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "3350528", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/certmonger.pid", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2023-12-09 09:22:48 UTC", "StateChangeTimestampMonotonic": "704714810", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "4434", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Saturday 09 December 2023 09:23:17 +0000 (0:00:00.555) 0:00:50.988 ***** changed: [sut] => (item={'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } } MSG: Certificate requested (update). TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Saturday 09 December 2023 09:23:18 +0000 (0:00:00.839) 0:00:51.828 ***** skipping: [sut] => (item=['cert', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "cert", { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['key', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "key", { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['ca', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "ca", { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } ], "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Saturday 09 December 2023 09:23:18 +0000 (0:00:00.034) 0:00:51.862 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Saturday 09 December 2023 09:23:18 +0000 (0:00:00.046) 0:00:51.908 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Saturday 09 December 2023 09:23:18 +0000 (0:00:00.023) 0:00:51.931 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:73 Saturday 09 December 2023 09:23:18 +0000 (0:00:00.023) 0:00:51.954 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Create rsyslog debug dir] ******************* task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:77 Saturday 09 December 2023 09:23:18 +0000 (0:00:00.022) 0:00:51.977 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Delete debug file] ************************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:83 Saturday 09 December 2023 09:23:18 +0000 (0:00:00.026) 0:00:52.004 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Create rsyslog debug file] ****************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:88 Saturday 09 December 2023 09:23:19 +0000 (0:00:00.023) 0:00:52.028 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:95 Saturday 09 December 2023 09:23:19 +0000 (0:00:00.023) 0:00:52.051 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Populate rsyslog debug file] **************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:99 Saturday 09 December 2023 09:23:19 +0000 (0:00:00.024) 0:00:52.076 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include Rsyslog role] **************************************************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:111 Saturday 09 December 2023 09:23:19 +0000 (0:00:00.023) 0:00:52.100 ***** TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main.yml:4 Saturday 09 December 2023 09:23:19 +0000 (0:00:00.032) 0:00:52.132 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/set_vars.yml for sut TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/set_vars.yml:4 Saturday 09 December 2023 09:23:19 +0000 (0:00:00.030) 0:00:52.163 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Check if system is ostree] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/set_vars.yml:13 Saturday 09 December 2023 09:23:19 +0000 (0:00:00.023) 0:00:52.186 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/set_vars.yml:18 Saturday 09 December 2023 09:23:19 +0000 (0:00:00.019) 0:00:52.206 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/set_vars.yml:22 Saturday 09 December 2023 09:23:19 +0000 (0:00:00.017) 0:00:52.224 ***** ok: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/default.yml) => { "ansible_facts": { "__rsyslog_input_basics": "input_basics.j2" }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/default.yml" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Include /vars/main.yml from /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/set_vars.yml:34 Saturday 09 December 2023 09:23:19 +0000 (0:00:00.046) 0:00:52.270 ***** skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/basics/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/basics/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/ovirt/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/ovirt/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/remote/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/remote/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/elasticsearch/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/elasticsearch/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/forwards/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/forwards/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/remote_files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/remote_files/main.yml", "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Main rsyslog subrole] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main.yml:7 Saturday 09 December 2023 09:23:19 +0000 (0:00:00.048) 0:00:52.319 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml for sut TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Get status of rsyslog packages] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:15 Saturday 09 December 2023 09:23:19 +0000 (0:00:00.073) 0:00:52.393 ***** ok: [sut] => (item=iproute) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "rpm", "-V", "iproute" ], "delta": "0:00:00.137632", "end": "2023-12-09 09:23:19.700501", "failed_when_result": false, "item": "iproute", "rc": 0, "start": "2023-12-09 09:23:19.562869", "warnings": [ "Consider using the yum, dnf or zypper module rather than running 'rpm'. If you need to use command because yum, dnf or zypper is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message." ] } ok: [sut] => (item=rsyslog) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "rpm", "-V", "rsyslog" ], "delta": "0:00:00.048564", "end": "2023-12-09 09:23:19.947064", "failed_when_result": false, "item": "rsyslog", "rc": 1, "start": "2023-12-09 09:23:19.898500", "warnings": [ "Consider using the yum, dnf or zypper module rather than running 'rpm'. If you need to use command because yum, dnf or zypper is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message." ] } STDOUT: S.5....T. c /etc/rsyslog.conf MSG: non-zero return code TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset original confs - logging package is absent] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:22 Saturday 09 December 2023 09:23:19 +0000 (0:00:00.600) 0:00:52.994 ***** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Removed: rsyslog-8.2310.0-1.fc38.x86_64", "Removed: cloud-init-23.1.2-1.fc38.noarch", "Removed: rsyslog-gnutls-8.2310.0-1.fc38.x86_64", "Removed: rsyslog-logrotate-8.2310.0-1.fc38.x86_64", "Removed: beakerlib-1.29.3-2.fc38.noarch", "Removed: beakerlib-redhat-1-33.fc38eng.noarch", "Removed: iproute-6.4.0-1.fc38.x86_64", "Removed: dhcp-client-12:4.4.3-7.P1.fc38.x86_64" ] } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:34 Saturday 09 December 2023 09:23:23 +0000 (0:00:03.640) 0:00:56.634 ***** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: iproute-6.4.0-1.fc38.x86_64", "Installed: rsyslog-8.2310.0-1.fc38.x86_64", "Installed: rsyslog-logrotate-8.2310.0-1.fc38.x86_64", "Installed: rsyslog-gnutls-8.2310.0-1.fc38.x86_64" ] } lsrpackages: ca-certificates iproute rsyslog rsyslog-gnutls TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset erased flag] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:48 Saturday 09 December 2023 09:23:28 +0000 (0:00:04.484) 0:01:01.119 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_erased": false }, "changed": false } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:52 Saturday 09 December 2023 09:23:28 +0000 (0:00:00.018) 0:01:01.137 ***** ok: [sut] => { "ansible_facts": { "packages": { "ModemManager-glib": [ { "arch": "x86_64", "epoch": null, "name": "ModemManager-glib", "release": "1.fc38", "source": "rpm", "version": "1.20.6" } ], "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc38", "source": "rpm", "version": "1.42.8" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc38", "source": "rpm", "version": "1.42.8" } ], "alternatives": [ { "arch": "x86_64", "epoch": null, "name": "alternatives", "release": "1.fc38", "source": "rpm", "version": "1.25" } ], "amd-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "amd-gpu-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "aspell": [ { "arch": "x86_64", "epoch": 12, "name": "aspell", "release": "11.fc38", "source": "rpm", "version": "0.60.8" } ], "aspell-en": [ { "arch": "x86_64", "epoch": 50, "name": "aspell-en", "release": "7.fc38", "source": "rpm", "version": "2020.12.07" } ], "atheros-firmware": [ { "arch": "noarch", "epoch": null, "name": "atheros-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "5.fc38", "source": "rpm", "version": "3.1.2" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "5.fc38", "source": "rpm", "version": "3.1.2" } ], "authselect": [ { "arch": "x86_64", "epoch": null, "name": "authselect", "release": "1.fc38", "source": "rpm", "version": "1.4.3" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "1.fc38", "source": "rpm", "version": "1.4.3" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "22.fc38", "source": "rpm", "version": "0.8" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "15.fc38", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc38", "source": "rpm", "version": "5.2.21" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "17.fc38", "source": "rpm", "version": "1.07.1" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "16.fc38", "source": "rpm", "version": "2.39" } ], "binutils-gold": [ { "arch": "x86_64", "epoch": null, "name": "binutils-gold", "release": "16.fc38", "source": "rpm", "version": "2.39" } ], "bison": [ { "arch": "x86_64", "epoch": null, "name": "bison", "release": "4.fc38", "source": "rpm", "version": "3.8.2" } ], "bluez": [ { "arch": "x86_64", "epoch": null, "name": "bluez", "release": "1.fc38", "source": "rpm", "version": "5.70" } ], "boost-atomic": [ { "arch": "x86_64", "epoch": null, "name": "boost-atomic", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "boost-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "boost-filesystem", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": null, "name": "boost-system", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": null, "name": "boost-thread", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "brcmfmac-firmware": [ { "arch": "noarch", "epoch": null, "name": "brcmfmac-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "13.fc38", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": null, "name": "c-ares", "release": "1.fc38", "source": "rpm", "version": "1.21.0" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "1.0.fc38", "source": "rpm", "version": "2023.2.60_v7.0.306" } ], "certmonger": [ { "arch": "x86_64", "epoch": null, "name": "certmonger", "release": "3.fc38", "source": "rpm", "version": "0.79.17" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "chkconfig": [ { "arch": "x86_64", "epoch": null, "name": "chkconfig", "release": "1.fc38", "source": "rpm", "version": "1.25" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.fc38", "source": "rpm", "version": "4.4" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "3.fc38", "source": "rpm", "version": "0.33" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "12.fc38", "source": "rpm", "version": "9.1" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "12.fc38", "source": "rpm", "version": "9.1" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "14.fc38", "source": "rpm", "version": "2.13" } ], "cpp": [ { "arch": "x86_64", "epoch": null, "name": "cpp", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "1.fc38", "source": "rpm", "version": "2.9.11" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "1.fc38", "source": "rpm", "version": "2.9.11" } ], "createrepo_c": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c", "release": "1.fc38", "source": "rpm", "version": "0.21.1" } ], "createrepo_c-libs": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c-libs", "release": "1.fc38", "source": "rpm", "version": "0.21.1" } ], "crypto-policies": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "1.gita12f7b2.fc38", "source": "rpm", "version": "20230301" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "1.gita12f7b2.fc38", "source": "rpm", "version": "20230301" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "1.fc38", "source": "rpm", "version": "2.6.1" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "5.fc38", "source": "rpm", "version": "8.0.1" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "9.fc38", "source": "rpm", "version": "2.1.28" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "1.fc38", "source": "rpm", "version": "1.14.10" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "1.fc38", "source": "rpm", "version": "33" } ], "dbus-common": [ { "arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "1.fc38", "source": "rpm", "version": "1.14.10" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "1.fc38", "source": "rpm", "version": "1.14.10" } ], "dbus-tools": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-tools", "release": "1.fc38", "source": "rpm", "version": "1.14.10" } ], "deltarpm": [ { "arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "8.fc38", "source": "rpm", "version": "3.6.3" } ], "device-mapper": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-event", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-event-libs", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-persistent-data", "release": "10.fc38", "source": "rpm", "version": "0.9.0" } ], "dhcp-common": [ { "arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "7.P1.fc38", "source": "rpm", "version": "4.4.3" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "1.fc38", "source": "rpm", "version": "3.10" } ], "dnf": [ { "arch": "noarch", "epoch": null, "name": "dnf", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "dnf-utils": [ { "arch": "noarch", "epoch": null, "name": "dnf-utils", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "dosfstools": [ { "arch": "x86_64", "epoch": null, "name": "dosfstools", "release": "6.fc38", "source": "rpm", "version": "4.2" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "5.fc38", "source": "rpm", "version": "059" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "5.fc38", "source": "rpm", "version": "059" } ], "drpm": [ { "arch": "x86_64", "epoch": null, "name": "drpm", "release": "1.fc38", "source": "rpm", "version": "0.5.2" } ], "duktape": [ { "arch": "x86_64", "epoch": null, "name": "duktape", "release": "2.fc38", "source": "rpm", "version": "2.7.0" } ], "dyninst": [ { "arch": "x86_64", "epoch": null, "name": "dyninst", "release": "2.fc38", "source": "rpm", "version": "12.2.0" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "7.fc38", "source": "rpm", "version": "38" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-debuginfod-client-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client-devel", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-devel", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf-devel", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "2.fc38", "source": "rpm", "version": "2.5.0" } ], "fedora-gpg-keys": [ { "arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "38" } ], "fedora-release": [ { "arch": "noarch", "epoch": null, "name": "fedora-release", "release": "36", "source": "rpm", "version": "38" } ], "fedora-release-common": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "36", "source": "rpm", "version": "38" } ], "fedora-release-identity-basic": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-identity-basic", "release": "36", "source": "rpm", "version": "38" } ], "fedora-repos": [ { "arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "1", "source": "rpm", "version": "38" } ], "fedora-repos-modular": [ { "arch": "noarch", "epoch": null, "name": "fedora-repos-modular", "release": "1", "source": "rpm", "version": "38" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "3.fc38", "source": "rpm", "version": "5.44" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "3.fc38", "source": "rpm", "version": "5.44" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "3.fc38", "source": "rpm", "version": "3.18" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "3.fc38", "source": "rpm", "version": "4.9.0" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "1.fc38", "source": "rpm", "version": "1.3.4" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "1.fc38", "source": "rpm", "version": "1.3.4" } ], "flex": [ { "arch": "x86_64", "epoch": null, "name": "flex", "release": "12.fc38", "source": "rpm", "version": "2.6.4" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "fonts-filesystem", "release": "11.fc38", "source": "rpm", "version": "2.0.5" } ], "fuse-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "16.fc38", "source": "rpm", "version": "2.9.9" } ], "fwupd": [ { "arch": "x86_64", "epoch": null, "name": "fwupd", "release": "1.fc38", "source": "rpm", "version": "1.9.9" } ], "fwupd-plugin-modem-manager": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-modem-manager", "release": "1.fc38", "source": "rpm", "version": "1.9.9" } ], "fwupd-plugin-uefi-capsule-data": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-uefi-capsule-data", "release": "1.fc38", "source": "rpm", "version": "1.9.9" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "5.fc38", "source": "rpm", "version": "5.1.1" } ], "gc": [ { "arch": "x86_64", "epoch": null, "name": "gc", "release": "3.fc38", "source": "rpm", "version": "8.2.2" } ], "gcc": [ { "arch": "x86_64", "epoch": null, "name": "gcc", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "3.fc38", "source": "rpm", "version": "1.23" } ], "gdisk": [ { "arch": "x86_64", "epoch": null, "name": "gdisk", "release": "5.fc38", "source": "rpm", "version": "1.0.9" } ], "gettext-envsubst": [ { "arch": "x86_64", "epoch": null, "name": "gettext-envsubst", "release": "2.fc38", "source": "rpm", "version": "0.21.1" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "2.fc38", "source": "rpm", "version": "0.21.1" } ], "gettext-runtime": [ { "arch": "x86_64", "epoch": null, "name": "gettext-runtime", "release": "2.fc38", "source": "rpm", "version": "0.21.1" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "git-core": [ { "arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "git-core-doc": [ { "arch": "noarch", "epoch": null, "name": "git-core-doc", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "2.fc38", "source": "rpm", "version": "2.76.5" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": null, "name": "glibc-devel", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": null, "name": "glibc-gconv-extra", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-headers-x86": [ { "arch": "noarch", "epoch": null, "name": "glibc-headers-x86", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "4.fc38", "source": "rpm", "version": "6.2.1" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "3.fc38", "source": "rpm", "version": "2.4.0" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.fc38", "source": "rpm", "version": "3.8.1" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "1.fc38", "source": "rpm", "version": "1.76.1" } ], "google-noto-fonts-common": [ { "arch": "noarch", "epoch": null, "name": "google-noto-fonts-common", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "google-noto-sans-mono-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-mono-vf-fonts", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "google-noto-sans-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-vf-fonts", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "google-noto-serif-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-serif-vf-fonts", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "6202d9c6", "source": "rpm", "version": "eb10b464" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "5.fc38", "source": "rpm", "version": "1.17.1" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "gpm-libs", "release": "42.fc38", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "3.fc38", "source": "rpm", "version": "3.8" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "11.fc38", "source": "rpm", "version": "1.22.4" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "69.fc38", "source": "rpm", "version": "8.40" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "5.fc38", "source": "rpm", "version": "0.9.1" } ], "guile22": [ { "arch": "x86_64", "epoch": null, "name": "guile22", "release": "7.fc38", "source": "rpm", "version": "2.2.7" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "3.fc38", "source": "rpm", "version": "1.12" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "8.fc38", "source": "rpm", "version": "3.23" } ], "hunspell": [ { "arch": "x86_64", "epoch": null, "name": "hunspell", "release": "3.fc38", "source": "rpm", "version": "1.7.2" } ], "hunspell-en": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en", "release": "3.fc38", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-GB": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-GB", "release": "3.fc38", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-US": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-US", "release": "3.fc38", "source": "rpm", "version": "0.20201207" } ], "hunspell-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "hunspell-filesystem", "release": "3.fc38", "source": "rpm", "version": "1.7.2" } ], "ima-evm-utils": [ { "arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "7.fc38", "source": "rpm", "version": "1.4" } ], "inih": [ { "arch": "x86_64", "epoch": null, "name": "inih", "release": "1.fc38", "source": "rpm", "version": "57" } ], "initscripts": [ { "arch": "x86_64", "epoch": null, "name": "initscripts", "release": "1.fc38", "source": "rpm", "version": "10.19" } ], "initscripts-rename-device": [ { "arch": "x86_64", "epoch": null, "name": "initscripts-rename-device", "release": "1.fc38", "source": "rpm", "version": "10.19" } ], "initscripts-service": [ { "arch": "noarch", "epoch": null, "name": "initscripts-service", "release": "1.fc38", "source": "rpm", "version": "10.19" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "intel-gpu-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "ipcalc": [ { "arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "1.fc38", "source": "rpm", "version": "1.0.3" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "1.fc38", "source": "rpm", "version": "6.4.0" } ], "ipset": [ { "arch": "x86_64", "epoch": null, "name": "ipset", "release": "2.fc38", "source": "rpm", "version": "7.17" } ], "ipset-libs": [ { "arch": "x86_64", "epoch": null, "name": "ipset-libs", "release": "2.fc38", "source": "rpm", "version": "7.17" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "4.fc38.1", "source": "rpm", "version": "1.8.9" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": null, "name": "iptables-nft", "release": "4.fc38.1", "source": "rpm", "version": "1.8.9" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "2.fc38", "source": "rpm", "version": "20221126" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "6.fc38", "source": "rpm", "version": "2.13.1" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": null, "name": "jitterentropy", "release": "4.fc38", "source": "rpm", "version": "3.4.1" } ], "jq": [ { "arch": "x86_64", "epoch": null, "name": "jq", "release": "16.fc38", "source": "rpm", "version": "1.6" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "1.fc38", "source": "rpm", "version": "0.17" } ], "json-glib": [ { "arch": "x86_64", "epoch": null, "name": "json-glib", "release": "4.fc38", "source": "rpm", "version": "1.6.6" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "5.fc38", "source": "rpm", "version": "2.5.1" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "5.fc38", "source": "rpm", "version": "2.5.1" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "5.fc38", "source": "rpm", "version": "2.5.1" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "100.fc38", "source": "rpm", "version": "6.6.3" } ], "kernel-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "100.fc38", "source": "rpm", "version": "6.6.3" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": null, "name": "kernel-devel", "release": "100.fc38", "source": "rpm", "version": "6.6.3" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": null, "name": "kernel-headers", "release": "100.fc38", "source": "rpm", "version": "6.6.3" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "100.fc38", "source": "rpm", "version": "6.6.3" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules-core", "release": "100.fc38", "source": "rpm", "version": "6.6.3" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "6.fc38", "source": "rpm", "version": "1.6.1" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "6.fc38", "source": "rpm", "version": "1.6.1" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "4.fc38", "source": "rpm", "version": "30" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "4.fc38", "source": "rpm", "version": "30" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "2.fc38", "source": "rpm", "version": "0.9.4" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "3.fc38", "source": "rpm", "version": "1.21" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-en", "release": "32.fc38", "source": "rpm", "version": "3.0" } ], "langpacks-core-font-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-font-en", "release": "32.fc38", "source": "rpm", "version": "3.0" } ], "langpacks-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "32.fc38", "source": "rpm", "version": "3.0" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "1.fc38", "source": "rpm", "version": "633" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "6.fc38", "source": "rpm", "version": "2.3.1" } ], "libaio": [ { "arch": "x86_64", "epoch": null, "name": "libaio", "release": "15.fc38", "source": "rpm", "version": "0.3.111" } ], "libarchive": [ { "arch": "x86_64", "epoch": null, "name": "libarchive", "release": "4.fc38", "source": "rpm", "version": "3.6.1" } ], "libargon2": [ { "arch": "x86_64", "epoch": null, "name": "libargon2", "release": "2.fc38", "source": "rpm", "version": "20190702" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "1.fc38", "source": "rpm", "version": "2.5.6" } ], "libatasmart": [ { "arch": "x86_64", "epoch": null, "name": "libatasmart", "release": "24.fc38", "source": "rpm", "version": "0.19" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "6.fc38", "source": "rpm", "version": "2.5.1" } ], "libb2": [ { "arch": "x86_64", "epoch": null, "name": "libb2", "release": "8.fc38", "source": "rpm", "version": "0.98.1" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "53.fc38", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libblockdev": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-crypto", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-fs", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-loop", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mdraid", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-part": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-part", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-swap", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-utils", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libbpf": [ { "arch": "x86_64", "epoch": 2, "name": "libbpf", "release": "2.fc38", "source": "rpm", "version": "1.1.0" } ], "libbrotli": [ { "arch": "x86_64", "epoch": null, "name": "libbrotli", "release": "11.fc38", "source": "rpm", "version": "1.0.9" } ], "libbytesize": [ { "arch": "x86_64", "epoch": null, "name": "libbytesize", "release": "1.fc38", "source": "rpm", "version": "2.10" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "7.fc38", "source": "rpm", "version": "2.48" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "8.fc38", "source": "rpm", "version": "0.8.3" } ], "libcap-ng-python3": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng-python3", "release": "8.fc38", "source": "rpm", "version": "0.8.3" } ], "libcbor": [ { "arch": "x86_64", "epoch": null, "name": "libcbor", "release": "9.fc38", "source": "rpm", "version": "0.7.0" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "53.fc38", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.fc38", "source": "rpm", "version": "0.1.20" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "5.fc38", "source": "rpm", "version": "8.0.1" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "55.fc38", "source": "rpm", "version": "5.3.28" } ], "libdhash": [ { "arch": "x86_64", "epoch": null, "name": "libdhash", "release": "53.fc38", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc38", "source": "rpm", "version": "0.72.0" } ], "libeconf": [ { "arch": "x86_64", "epoch": null, "name": "libeconf", "release": "1.fc38", "source": "rpm", "version": "0.5.2" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "45.20221030cvs.fc38", "source": "rpm", "version": "3.1" } ], "libestr": [ { "arch": "x86_64", "epoch": null, "name": "libestr", "release": "6.fc38", "source": "rpm", "version": "0.1.11" } ], "libev": [ { "arch": "x86_64", "epoch": null, "name": "libev", "release": "7.fc38", "source": "rpm", "version": "4.33" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "8.fc38", "source": "rpm", "version": "2.1.12" } ], "libfastjson": [ { "arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "1.fc38", "source": "rpm", "version": "1.2304.0" } ], "libfdisk": [ { "arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "2.fc38", "source": "rpm", "version": "3.4.4" } ], "libfido2": [ { "arch": "x86_64", "epoch": null, "name": "libfido2", "release": "3.fc38", "source": "rpm", "version": "1.12.0" } ], "libfsverity": [ { "arch": "x86_64", "epoch": null, "name": "libfsverity", "release": "9.fc38", "source": "rpm", "version": "1.4" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "1.fc38", "source": "rpm", "version": "1.10.2" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "1.fc38", "source": "rpm", "version": "1.47" } ], "libgudev": [ { "arch": "x86_64", "epoch": null, "name": "libgudev", "release": "4.fc38", "source": "rpm", "version": "237" } ], "libgusb": [ { "arch": "x86_64", "epoch": null, "name": "libgusb", "release": "1.fc38", "source": "rpm", "version": "0.4.8" } ], "libibverbs": [ { "arch": "x86_64", "epoch": null, "name": "libibverbs", "release": "3.fc38", "source": "rpm", "version": "44.0" } ], "libidn2": [ { "arch": "x86_64", "epoch": null, "name": "libidn2", "release": "2.fc38", "source": "rpm", "version": "2.3.4" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "53.fc38", "source": "rpm", "version": "1.3.1" } ], "libjcat": [ { "arch": "x86_64", "epoch": null, "name": "libjcat", "release": "1.fc38", "source": "rpm", "version": "0.1.13" } ], "libkcapi": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "5.fc38", "source": "rpm", "version": "1.4.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "5.fc38", "source": "rpm", "version": "1.4.0" } ], "libksba": [ { "arch": "x86_64", "epoch": null, "name": "libksba", "release": "1.fc38", "source": "rpm", "version": "1.6.4" } ], "libldb": [ { "arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc38", "source": "rpm", "version": "2.7.2" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "1.fc38", "source": "rpm", "version": "1.8.0" } ], "libmbim": [ { "arch": "x86_64", "epoch": null, "name": "libmbim", "release": "1.fc38", "source": "rpm", "version": "1.28.4" } ], "libmetalink": [ { "arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "30.fc38", "source": "rpm", "version": "0.1.3" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "2.fc38", "source": "rpm", "version": "1.0.5" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "2.fc38", "source": "rpm", "version": "2.15.0" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libmpc": [ { "arch": "x86_64", "epoch": null, "name": "libmpc", "release": "2.fc38", "source": "rpm", "version": "1.3.1" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "5.fc38", "source": "rpm", "version": "1.8" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "1.fc38", "source": "rpm", "version": "1.0.9" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "23.fc38", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "1.rc3.fc38", "source": "rpm", "version": "2.6.3" } ], "libnftnl": [ { "arch": "x86_64", "epoch": null, "name": "libnftnl", "release": "2.fc38", "source": "rpm", "version": "1.2.4" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "2.fc38", "source": "rpm", "version": "1.52.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "3.fc38", "source": "rpm", "version": "3.7.0" } ], "libnsl2": [ { "arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "5.fc38", "source": "rpm", "version": "2.0.0" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "53.fc38", "source": "rpm", "version": "0.2.1" } ], "libpcap": [ { "arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "1.fc38", "source": "rpm", "version": "1.10.4" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.fc38", "source": "rpm", "version": "1.5.7" } ], "libpkgconf": [ { "arch": "x86_64", "epoch": null, "name": "libpkgconf", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "libpsl": [ { "arch": "x86_64", "epoch": null, "name": "libpsl", "release": "2.fc38", "source": "rpm", "version": "0.21.2" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "3.fc38", "source": "rpm", "version": "1.4.5" } ], "libqmi": [ { "arch": "x86_64", "epoch": null, "name": "libqmi", "release": "1.fc38", "source": "rpm", "version": "1.32.4" } ], "libqrtr-glib": [ { "arch": "x86_64", "epoch": null, "name": "libqrtr-glib", "release": "2.fc38", "source": "rpm", "version": "1.2.2" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "53.fc38", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "1.fc38", "source": "rpm", "version": "1.17.0" } ], "libreport-filesystem": [ { "arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc38", "source": "rpm", "version": "2.17.11" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "4.fc38", "source": "rpm", "version": "2.5.3" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "2.fc38", "source": "rpm", "version": "3.5" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "libsigsegv": [ { "arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "4.fc38", "source": "rpm", "version": "2.14" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libsodium": [ { "arch": "x86_64", "epoch": null, "name": "libsodium", "release": "11.fc38", "source": "rpm", "version": "1.0.18" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "1.fc38", "source": "rpm", "version": "0.7.25" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "libssh": [ { "arch": "x86_64", "epoch": null, "name": "libssh", "release": "1.fc38", "source": "rpm", "version": "0.10.5" } ], "libssh-config": [ { "arch": "noarch", "epoch": null, "name": "libssh-config", "release": "1.fc38", "source": "rpm", "version": "0.10.5" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "1.fc38", "source": "rpm", "version": "2.9.3" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "1.fc38", "source": "rpm", "version": "2.9.3" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "1.fc38", "source": "rpm", "version": "2.9.3" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "1.fc38", "source": "rpm", "version": "2.9.3" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "2.fc38", "source": "rpm", "version": "2.4.0" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "2.fc38", "source": "rpm", "version": "4.19.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc38", "source": "rpm", "version": "1.4.8" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc38", "source": "rpm", "version": "0.14.1" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "0.fc38", "source": "rpm", "version": "1.3.4" } ], "libtool-ltdl": [ { "arch": "x86_64", "epoch": null, "name": "libtool-ltdl", "release": "6.fc38", "source": "rpm", "version": "2.4.7" } ], "libudisks2": [ { "arch": "x86_64", "epoch": null, "name": "libudisks2", "release": "7.fc38", "source": "rpm", "version": "2.9.4" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "3.fc38", "source": "rpm", "version": "1.1" } ], "libunistring1.0": [ { "arch": "x86_64", "epoch": null, "name": "libunistring1.0", "release": "1.fc38", "source": "rpm", "version": "1.0" } ], "libusb1": [ { "arch": "x86_64", "epoch": null, "name": "libusb1", "release": "2.fc38", "source": "rpm", "version": "1.0.26" } ], "libuser": [ { "arch": "x86_64", "epoch": null, "name": "libuser", "release": "2.fc38", "source": "rpm", "version": "0.64" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "8.fc38", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "5.fc38", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libev", "release": "5.fc38", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "1.fc38", "source": "rpm", "version": "4.4.36" } ], "libxcrypt-compat": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-compat", "release": "1.fc38", "source": "rpm", "version": "4.4.36" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-devel", "release": "1.fc38", "source": "rpm", "version": "4.4.36" } ], "libxkbcommon": [ { "arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "2.fc38", "source": "rpm", "version": "1.5.0" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "1.fc38", "source": "rpm", "version": "2.10.4" } ], "libxmlb": [ { "arch": "x86_64", "epoch": null, "name": "libxmlb", "release": "1.fc38", "source": "rpm", "version": "0.3.14" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "1.fc38", "source": "rpm", "version": "1.1.39" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "9.fc38", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": null, "name": "libzstd", "release": "1.fc38", "source": "rpm", "version": "1.5.5" } ], "libzstd-devel": [ { "arch": "x86_64", "epoch": null, "name": "libzstd-devel", "release": "1.fc38", "source": "rpm", "version": "1.5.5" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "1.fc38", "source": "rpm", "version": "0.9.31" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "2.fc38", "source": "rpm", "version": "3.21.0" } ], "lsof": [ { "arch": "x86_64", "epoch": null, "name": "lsof", "release": "3.fc38", "source": "rpm", "version": "4.96.3" } ], "lua-libs": [ { "arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "9.fc38", "source": "rpm", "version": "5.4.4" } ], "lvm2": [ { "arch": "x86_64", "epoch": null, "name": "lvm2", "release": "2.fc38", "source": "rpm", "version": "2.03.18" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": null, "name": "lvm2-libs", "release": "2.fc38", "source": "rpm", "version": "2.03.18" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "2.fc38", "source": "rpm", "version": "1.9.4" } ], "m4": [ { "arch": "x86_64", "epoch": null, "name": "m4", "release": "5.fc38", "source": "rpm", "version": "1.4.19" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "1.fc38", "source": "rpm", "version": "4.4.1" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "2.fc38", "source": "rpm", "version": "2.11.2" } ], "mdadm": [ { "arch": "x86_64", "epoch": null, "name": "mdadm", "release": "4.fc38", "source": "rpm", "version": "4.2" } ], "mkpasswd": [ { "arch": "x86_64", "epoch": null, "name": "mkpasswd", "release": "1.fc38", "source": "rpm", "version": "5.5.18" } ], "mokutil": [ { "arch": "x86_64", "epoch": 2, "name": "mokutil", "release": "6.fc38", "source": "rpm", "version": "0.6.0" } ], "mpdecimal": [ { "arch": "x86_64", "epoch": null, "name": "mpdecimal", "release": "6.fc38", "source": "rpm", "version": "2.5.1" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "3.fc38", "source": "rpm", "version": "4.1.1" } ], "mt7xxx-firmware": [ { "arch": "noarch", "epoch": null, "name": "mt7xxx-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "3.20230114.fc38", "source": "rpm", "version": "6.4" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "3.20230114.fc38", "source": "rpm", "version": "6.4" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "3.20230114.fc38", "source": "rpm", "version": "6.4" } ], "net-tools": [ { "arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.65.20160912git.fc38", "source": "rpm", "version": "2.0" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "3.fc38", "source": "rpm", "version": "3.8" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "1.rc3.fc38", "source": "rpm", "version": "2.6.3" } ], "nftables": [ { "arch": "x86_64", "epoch": 1, "name": "nftables", "release": "2.fc38", "source": "rpm", "version": "1.0.5" } ], "npth": [ { "arch": "x86_64", "epoch": null, "name": "npth", "release": "12.fc38", "source": "rpm", "version": "1.6" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "12.fc38", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "ntfs-3g": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g", "release": "2.fc38", "source": "rpm", "version": "2022.10.3" } ], "ntfs-3g-libs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g-libs", "release": "2.fc38", "source": "rpm", "version": "2022.10.3" } ], "ntfsprogs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfsprogs", "release": "2.fc38", "source": "rpm", "version": "2022.10.3" } ], "nvidia-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "nvidia-gpu-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "oniguruma": [ { "arch": "x86_64", "epoch": null, "name": "oniguruma", "release": "1.fc38", "source": "rpm", "version": "6.9.9" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc38", "source": "rpm", "version": "2.6.6" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "17.fc38", "source": "rpm", "version": "9.0p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "17.fc38", "source": "rpm", "version": "9.0p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "17.fc38", "source": "rpm", "version": "9.0p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "2.fc38", "source": "rpm", "version": "3.0.9" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-devel", "release": "2.fc38", "source": "rpm", "version": "3.0.9" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "2.fc38", "source": "rpm", "version": "3.0.9" } ], "openssl-pkcs11": [ { "arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "3.fc38", "source": "rpm", "version": "0.4.12" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "3.fc38", "source": "rpm", "version": "1.81" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "1.fc38", "source": "rpm", "version": "0.25.3" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "1.fc38", "source": "rpm", "version": "0.25.3" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "16.fc38", "source": "rpm", "version": "1.5.2" } ], "pam-libs": [ { "arch": "x86_64", "epoch": null, "name": "pam-libs", "release": "16.fc38", "source": "rpm", "version": "1.5.2" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "11.fc38", "source": "rpm", "version": "3.5" } ], "passwd": [ { "arch": "x86_64", "epoch": null, "name": "passwd", "release": "14.fc38", "source": "rpm", "version": "0.80" } ], "pcre2": [ { "arch": "x86_64", "epoch": null, "name": "pcre2", "release": "1.fc38.1", "source": "rpm", "version": "10.42" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": null, "name": "pcre2-syntax", "release": "1.fc38.1", "source": "rpm", "version": "10.42" } ], "pcsc-lite": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite", "release": "3.fc38", "source": "rpm", "version": "1.9.9" } ], "pcsc-lite-ccid": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-ccid", "release": "1.fc38", "source": "rpm", "version": "1.5.2" } ], "pcsc-lite-libs": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-libs", "release": "3.fc38", "source": "rpm", "version": "1.9.9" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": 0, "name": "perl-AutoLoader", "release": "497.fc38", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": 0, "name": "perl-B", "release": "497.fc38", "source": "rpm", "version": "1.83" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "490.fc38", "source": "rpm", "version": "1.52" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": 0, "name": "perl-Class-Struct", "release": "497.fc38", "source": "rpm", "version": "0.66" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "491.fc38", "source": "rpm", "version": "2.184" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "490.fc38", "source": "rpm", "version": "1.20" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "490.fc38", "source": "rpm", "version": "2.58" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": 0, "name": "perl-DynaLoader", "release": "497.fc38", "source": "rpm", "version": "1.52" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Encode", "release": "493.fc38", "source": "rpm", "version": "3.19" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Errno", "release": "497.fc38", "source": "rpm", "version": "1.36" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "11.fc38", "source": "rpm", "version": "0.17029" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "490.fc38", "source": "rpm", "version": "5.77" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Fcntl", "release": "497.fc38", "source": "rpm", "version": "1.15" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Basename", "release": "497.fc38", "source": "rpm", "version": "2.85" } ], "perl-File-Find": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Find", "release": "497.fc38", "source": "rpm", "version": "1.40" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "490.fc38", "source": "rpm", "version": "2.18" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": 1, "name": "perl-File-Temp", "release": "490.fc38", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-stat", "release": "497.fc38", "source": "rpm", "version": "1.12" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": 0, "name": "perl-FileHandle", "release": "497.fc38", "source": "rpm", "version": "2.03" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": 1, "name": "perl-Getopt-Long", "release": "2.fc38", "source": "rpm", "version": "2.54" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": 0, "name": "perl-Getopt-Std", "release": "497.fc38", "source": "rpm", "version": "1.13" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "2.fc38", "source": "rpm", "version": "0.086" } ], "perl-IO": [ { "arch": "x86_64", "epoch": 0, "name": "perl-IO", "release": "497.fc38", "source": "rpm", "version": "1.50" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "492.fc38", "source": "rpm", "version": "0.41" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "1.fc38", "source": "rpm", "version": "2.081" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": 0, "name": "perl-IPC-Open3", "release": "497.fc38", "source": "rpm", "version": "1.22" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": null, "name": "perl-MIME-Base64", "release": "490.fc38", "source": "rpm", "version": "3.16" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "2.fc38", "source": "rpm", "version": "20221114" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": 0, "name": "perl-NDBM_File", "release": "497.fc38", "source": "rpm", "version": "1.15" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "5.fc38", "source": "rpm", "version": "1.92" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": 0, "name": "perl-POSIX", "release": "497.fc38", "source": "rpm", "version": "2.03" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "490.fc38", "source": "rpm", "version": "3.84" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "490.fc38", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "491.fc38", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "491.fc38", "source": "rpm", "version": "3.43" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": 4, "name": "perl-Pod-Usage", "release": "4.fc38", "source": "rpm", "version": "2.03" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": 5, "name": "perl-Scalar-List-Utils", "release": "490.fc38", "source": "rpm", "version": "1.63" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": 0, "name": "perl-SelectSaver", "release": "497.fc38", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Socket", "release": "2.fc38", "source": "rpm", "version": "2.036" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Storable", "release": "490.fc38", "source": "rpm", "version": "3.26" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": 0, "name": "perl-Symbol", "release": "497.fc38", "source": "rpm", "version": "1.09" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-ANSIColor", "release": "491.fc38", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-Cap", "release": "1.fc38", "source": "rpm", "version": "1.18" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "16.fc38", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "490.fc38", "source": "rpm", "version": "3.31" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-Tabs+Wrap", "release": "1.fc38", "source": "rpm", "version": "2023.0511" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": 2, "name": "perl-Time-Local", "release": "490.fc38", "source": "rpm", "version": "1.300" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "2.fc38", "source": "rpm", "version": "5.17" } ], "perl-base": [ { "arch": "noarch", "epoch": 0, "name": "perl-base", "release": "497.fc38", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "491.fc38", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": 0, "name": "perl-if", "release": "497.fc38", "source": "rpm", "version": "0.61.000" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": 4, "name": "perl-interpreter", "release": "497.fc38", "source": "rpm", "version": "5.36.1" } ], "perl-lib": [ { "arch": "x86_64", "epoch": 0, "name": "perl-lib", "release": "497.fc38", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": null, "name": "perl-libnet", "release": "1.fc38", "source": "rpm", "version": "3.15" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "497.fc38", "source": "rpm", "version": "5.36.1" } ], "perl-locale": [ { "arch": "noarch", "epoch": 0, "name": "perl-locale", "release": "497.fc38", "source": "rpm", "version": "1.10" } ], "perl-mro": [ { "arch": "x86_64", "epoch": 0, "name": "perl-mro", "release": "497.fc38", "source": "rpm", "version": "1.26" } ], "perl-overload": [ { "arch": "noarch", "epoch": 0, "name": "perl-overload", "release": "497.fc38", "source": "rpm", "version": "1.35" } ], "perl-overloading": [ { "arch": "noarch", "epoch": 0, "name": "perl-overloading", "release": "497.fc38", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "1.fc38", "source": "rpm", "version": "0.241" } ], "perl-podlators": [ { "arch": "noarch", "epoch": 1, "name": "perl-podlators", "release": "2.fc38", "source": "rpm", "version": "5.01" } ], "perl-vars": [ { "arch": "noarch", "epoch": 0, "name": "perl-vars", "release": "497.fc38", "source": "rpm", "version": "1.05" } ], "pkgconf": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": null, "name": "pkgconf-m4", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf-pkg-config", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "plymouth": [ { "arch": "x86_64", "epoch": null, "name": "plymouth", "release": "4.fc38", "source": "rpm", "version": "22.02.122" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-core-libs", "release": "4.fc38", "source": "rpm", "version": "22.02.122" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-scripts", "release": "4.fc38", "source": "rpm", "version": "22.02.122" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "polkit": [ { "arch": "x86_64", "epoch": null, "name": "polkit", "release": "3.fc38.1", "source": "rpm", "version": "122" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "3.fc38.1", "source": "rpm", "version": "122" } ], "polkit-pkla-compat": [ { "arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "23.fc38", "source": "rpm", "version": "0.1" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "2.fc38", "source": "rpm", "version": "1.19" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "11.fc38", "source": "rpm", "version": "3.3.17" } ], "protobuf-c": [ { "arch": "x86_64", "epoch": null, "name": "protobuf-c", "release": "4.fc38", "source": "rpm", "version": "1.4.1" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "2.fc38", "source": "rpm", "version": "23.6" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "1.fc38", "source": "rpm", "version": "20230812" } ], "python-pip-wheel": [ { "arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "3.fc38", "source": "rpm", "version": "22.3.1" } ], "python-setuptools-wheel": [ { "arch": "noarch", "epoch": null, "name": "python-setuptools-wheel", "release": "2.fc38", "source": "rpm", "version": "65.5.1" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": null, "name": "python-unversioned-command", "release": "1.fc38", "source": "rpm", "version": "3.11.6" } ], "python3": [ { "arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc38", "source": "rpm", "version": "3.11.6" } ], "python3-attrs": [ { "arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "2.fc38", "source": "rpm", "version": "22.2.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "5.fc38", "source": "rpm", "version": "3.1.2" } ], "python3-cffi": [ { "arch": "x86_64", "epoch": null, "name": "python3-cffi", "release": "4.fc38", "source": "rpm", "version": "1.15.1" } ], "python3-charset-normalizer": [ { "arch": "noarch", "epoch": null, "name": "python3-charset-normalizer", "release": "1.fc38", "source": "rpm", "version": "3.1.0" } ], "python3-configobj": [ { "arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "6.fc38", "source": "rpm", "version": "5.0.8" } ], "python3-cryptography": [ { "arch": "x86_64", "epoch": null, "name": "python3-cryptography", "release": "8.fc38", "source": "rpm", "version": "37.0.2" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "5.fc38", "source": "rpm", "version": "2.8.2" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "2.fc38", "source": "rpm", "version": "1.3.2" } ], "python3-distro": [ { "arch": "noarch", "epoch": null, "name": "python3-distro", "release": "2.fc38", "source": "rpm", "version": "1.8.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "python3-firewall": [ { "arch": "noarch", "epoch": null, "name": "python3-firewall", "release": "1.fc38", "source": "rpm", "version": "1.3.4" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "1.fc38", "source": "rpm", "version": "3.44.1" } ], "python3-gobject-base-noarch": [ { "arch": "noarch", "epoch": null, "name": "python3-gobject-base-noarch", "release": "1.fc38", "source": "rpm", "version": "3.44.1" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc38", "source": "rpm", "version": "0.72.0" } ], "python3-idna": [ { "arch": "noarch", "epoch": null, "name": "python3-idna", "release": "2.fc38", "source": "rpm", "version": "3.4" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "7.fc38", "source": "rpm", "version": "3.0.3" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "22.fc38", "source": "rpm", "version": "1.21" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "8.fc38", "source": "rpm", "version": "2.0" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "2.fc38", "source": "rpm", "version": "4.17.3" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.fc38", "source": "rpm", "version": "0.1.20" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc38", "source": "rpm", "version": "0.72.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc38", "source": "rpm", "version": "3.11.6" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "2.fc38", "source": "rpm", "version": "3.5" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python3-lxml", "release": "3.fc38", "source": "rpm", "version": "4.9.2" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "1.fc38", "source": "rpm", "version": "2.1.2" } ], "python3-netifaces": [ { "arch": "x86_64", "epoch": null, "name": "python3-netifaces", "release": "5.fc38", "source": "rpm", "version": "0.11.0" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": 1, "name": "python3-nftables", "release": "2.fc38", "source": "rpm", "version": "1.0.5" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.fc38", "source": "rpm", "version": "3.2.2" } ], "python3-ply": [ { "arch": "noarch", "epoch": null, "name": "python3-ply", "release": "18.fc38", "source": "rpm", "version": "3.11" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "python3-prettytable": [ { "arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "31.fc38", "source": "rpm", "version": "0.7.2" } ], "python3-pyasn1": [ { "arch": "noarch", "epoch": null, "name": "python3-pyasn1", "release": "12.fc38", "source": "rpm", "version": "0.4.8" } ], "python3-pycparser": [ { "arch": "noarch", "epoch": null, "name": "python3-pycparser", "release": "9.fc38", "source": "rpm", "version": "2.20" } ], "python3-pyrsistent": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "2.fc38", "source": "rpm", "version": "0.19.3" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "4.fc38", "source": "rpm", "version": "3.5" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "16.fc38", "source": "rpm", "version": "1.7.1" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "6.fc38", "source": "rpm", "version": "6.0" } ], "python3-requests": [ { "arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.fc38", "source": "rpm", "version": "2.28.2" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "python3-setools": [ { "arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "2.fc38", "source": "rpm", "version": "65.5.1" } ], "python3-six": [ { "arch": "noarch", "epoch": null, "name": "python3-six", "release": "9.fc38", "source": "rpm", "version": "1.16.0" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "2.fc38", "source": "rpm", "version": "235" } ], "python3-unbound": [ { "arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "1.fc38", "source": "rpm", "version": "1.19.0" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "1.fc38", "source": "rpm", "version": "1.26.18" } ], "python3-urllib3+socks": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3+socks", "release": "1.fc38", "source": "rpm", "version": "1.26.18" } ], "qa-tools": [ { "arch": "noarch", "epoch": null, "name": "qa-tools", "release": "4.fc38", "source": "rpm", "version": "4.1" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "2.fc38", "source": "rpm", "version": "4.09" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "2.fc38", "source": "rpm", "version": "4.09" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "3.fc38", "source": "rpm", "version": "8.2" } ], "realtek-firmware": [ { "arch": "noarch", "epoch": null, "name": "realtek-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.fc38eng", "source": "rpm", "version": "0.4.4" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.fc38eng", "source": "rpm", "version": "0.4.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "1.fc38", "source": "rpm", "version": "6.16" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "33.fc38", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "4.rc2.fc38", "source": "rpm", "version": "1.2.6" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-sequoia": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sequoia", "release": "1.fc38", "source": "rpm", "version": "1.5.0" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "2.fc38", "source": "rpm", "version": "3.2.7" } ], "rsyslog": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "1.fc38", "source": "rpm", "version": "8.2310.0" } ], "rsyslog-gnutls": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog-gnutls", "release": "1.fc38", "source": "rpm", "version": "8.2310.0" } ], "rsyslog-logrotate": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog-logrotate", "release": "1.fc38", "source": "rpm", "version": "8.2310.0" } ], "rtl-sdr": [ { "arch": "x86_64", "epoch": null, "name": "rtl-sdr", "release": "2.fc38", "source": "rpm", "version": "0.6.0^20230403git142325a9" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "12.fc38", "source": "rpm", "version": "4.8" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "1.fc38", "source": "rpm", "version": "38.30" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "1.fc38", "source": "rpm", "version": "38.30" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "2.fc38", "source": "rpm", "version": "2.14.3" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "6.fc38", "source": "rpm", "version": "4.13" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "3.fc38", "source": "rpm", "version": "2.2" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "2.fc38", "source": "rpm", "version": "3.40.1" } ], "sssd-client": [ { "arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "1.fc38", "source": "rpm", "version": "2.9.3" } ], "sssd-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "1.fc38", "source": "rpm", "version": "2.9.3" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "1.fc38", "source": "rpm", "version": "2.9.3" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "1.fc38", "source": "rpm", "version": "2.9.3" } ], "strace": [ { "arch": "x86_64", "epoch": null, "name": "strace", "release": "1.fc38", "source": "rpm", "version": "6.6" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "2.p2.fc38", "source": "rpm", "version": "1.9.13" } ], "sudo-python-plugin": [ { "arch": "x86_64", "epoch": null, "name": "sudo-python-plugin", "release": "2.p2.fc38", "source": "rpm", "version": "1.9.13" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-networkd": [ { "arch": "x86_64", "epoch": null, "name": "systemd-networkd", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-resolved": [ { "arch": "x86_64", "epoch": null, "name": "systemd-resolved", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemtap": [ { "arch": "x86_64", "epoch": null, "name": "systemtap", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-client", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-devel", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-runtime", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "8.fc38", "source": "rpm", "version": "1.34" } ], "tbb": [ { "arch": "x86_64", "epoch": null, "name": "tbb", "release": "16.fc38", "source": "rpm", "version": "2020.3" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "20.fc38", "source": "rpm", "version": "1.9" } ], "tpm2-tools": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tools", "release": "3.fc38", "source": "rpm", "version": "5.5" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss", "release": "3.fc38", "source": "rpm", "version": "4.0.1" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc38", "source": "rpm", "version": "2023c" } ], "udisks2": [ { "arch": "x86_64", "epoch": null, "name": "udisks2", "release": "7.fc38", "source": "rpm", "version": "2.9.4" } ], "unbound-anchor": [ { "arch": "x86_64", "epoch": null, "name": "unbound-anchor", "release": "1.fc38", "source": "rpm", "version": "1.19.0" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "1.fc38", "source": "rpm", "version": "1.19.0" } ], "unzip": [ { "arch": "x86_64", "epoch": null, "name": "unzip", "release": "60.fc38", "source": "rpm", "version": "6.0" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": null, "name": "userspace-rcu", "release": "2.fc38", "source": "rpm", "version": "0.13.2" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": null, "name": "util-linux-core", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-data": [ { "arch": "noarch", "epoch": 2, "name": "vim-data", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": 2, "name": "vim-default-editor", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": 2, "name": "vim-filesystem", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": null, "name": "volume_key-libs", "release": "18.fc38", "source": "rpm", "version": "0.3.12" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "5.fc38", "source": "rpm", "version": "1.21.3" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "39.fc38", "source": "rpm", "version": "2.21" } ], "whois-nls": [ { "arch": "noarch", "epoch": null, "name": "whois-nls", "release": "1.fc38", "source": "rpm", "version": "5.5.18" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "3.fc38", "source": "rpm", "version": "6.1.0" } ], "xkeyboard-config": [ { "arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "1.fc38", "source": "rpm", "version": "2.38" } ], "xxd": [ { "arch": "x86_64", "epoch": 2, "name": "xxd", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "xxhash-libs": [ { "arch": "x86_64", "epoch": null, "name": "xxhash-libs", "release": "1.fc38", "source": "rpm", "version": "0.8.2" } ], "xz": [ { "arch": "x86_64", "epoch": null, "name": "xz", "release": "1.fc38", "source": "rpm", "version": "5.4.1" } ], "xz-devel": [ { "arch": "x86_64", "epoch": null, "name": "xz-devel", "release": "1.fc38", "source": "rpm", "version": "5.4.1" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "1.fc38", "source": "rpm", "version": "5.4.1" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "zchunk-libs": [ { "arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "1.fc38", "source": "rpm", "version": "1.3.2" } ], "zip": [ { "arch": "x86_64", "epoch": null, "name": "zip", "release": "37.fc38", "source": "rpm", "version": "3.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "3.fc38", "source": "rpm", "version": "1.2.13" } ], "zlib-devel": [ { "arch": "x86_64", "epoch": null, "name": "zlib-devel", "release": "3.fc38", "source": "rpm", "version": "1.2.13" } ], "zram-generator": [ { "arch": "x86_64", "epoch": null, "name": "zram-generator", "release": "4.fc38", "source": "rpm", "version": "1.1.2" } ], "zram-generator-defaults": [ { "arch": "noarch", "epoch": null, "name": "zram-generator-defaults", "release": "4.fc38", "source": "rpm", "version": "1.1.2" } ] } }, "changed": false } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:56 Saturday 09 December 2023 09:23:29 +0000 (0:00:00.967) 0:01:02.105 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_version": "8.2310.0" }, "changed": false } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version 1] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:63 Saturday 09 December 2023 09:23:29 +0000 (0:00:00.024) 0:01:02.129 ***** skipping: [sut] => {} TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version 2] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:69 Saturday 09 December 2023 09:23:29 +0000 (0:00:00.019) 0:01:02.149 ***** ok: [sut] => {} MSG: Rsyslog_version is 8.2310.0, which is newer than "8.37.0-7.2". TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:78 Saturday 09 December 2023 09:23:29 +0000 (0:00:00.020) 0:01:02.170 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:86 Saturday 09 December 2023 09:23:29 +0000 (0:00:00.018) 0:01:02.188 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:93 Saturday 09 December 2023 09:23:29 +0000 (0:00:00.219) 0:01:02.408 ***** 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-weekly-ciaof9_xq6/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-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:99 Saturday 09 December 2023 09:23:29 +0000 (0:00:00.225) 0:01:02.633 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate global rule to add to __rsyslog_common_rules] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:108 Saturday 09 December 2023 09:23:29 +0000 (0:00:00.220) 0:01:02.854 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_common_rules": [ { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:131 Saturday 09 December 2023 09:23:29 +0000 (0:00:00.065) 0:01:02.920 ***** skipping: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n defaultNetstreamDriverCAFile="/etc/pki/tls/certs/logging_cert.crt"\n defaultNetstreamDriverCertFile="/etc/pki/tls/certs/logging_cert.crt"\n defaultNetstreamDriverKeyFile="/etc/pki/tls/private/logging_cert.key"\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 defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Initialize list of template results] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:155 Saturday 09 December 2023 09:23:29 +0000 (0:00:00.033) 0:01:02.953 ***** 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 defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:159 Saturday 09 December 2023 09:23:29 +0000 (0:00:00.021) 0:01:02.975 ***** skipping: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n defaultNetstreamDriverCAFile="/etc/pki/tls/certs/logging_cert.crt"\n defaultNetstreamDriverCertFile="/etc/pki/tls/certs/logging_cert.crt"\n defaultNetstreamDriverKeyFile="/etc/pki/tls/private/logging_cert.key"\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 defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:177 Saturday 09 December 2023 09:23:29 +0000 (0:00:00.030) 0:01:03.005 ***** TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:188 Saturday 09 December 2023 09:23:30 +0000 (0:00:00.044) 0:01:03.050 ***** TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Include output sub-vars] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:207 Saturday 09 December 2023 09:23:30 +0000 (0:00:00.019) 0:01:03.069 ***** TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Run output sub-tasks] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:219 Saturday 09 December 2023 09:23:30 +0000 (0:00:00.018) 0:01:03.088 ***** TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog config files not owned by any package] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:232 Saturday 09 December 2023 09:23:30 +0000 (0:00:00.018) 0:01:03.106 ***** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\nfor conf in $( ls \"/etc/rsyslog.d\" ); do\n rstr=$( rpm -qf \"/etc/rsyslog.d/$conf\" 2>&1 || : )\n if [[ \"$rstr\" == *\"not owned by any package\"* ]]; then\n echo \"/etc/rsyslog.d/$conf\"\n fi\ndone\n", "delta": "0:00:00.165206", "end": "2023-12-09 09:23:30.436658", "failed_when_result": false, "rc": 0, "start": "2023-12-09 09:23:30.271452" } STDOUT: /etc/rsyslog.d/00-global.conf /etc/rsyslog.d/05-common-defaults.conf /etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf /etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf /etc/rsyslog.d/10-input-remote-modules-remote_udp.conf /etc/rsyslog.d/10-output-files-modules.conf /etc/rsyslog.d/11-input-remote-remote_ptcp.conf /etc/rsyslog.d/11-input-remote-remote_tcp.conf /etc/rsyslog.d/11-input-remote-remote_udp.conf /etc/rsyslog.d/30-output-files-files_output.conf /etc/rsyslog.d/90-input-basics-system_input.conf TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Purge - remove files not generated by current state] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:249 Saturday 09 December 2023 09:23:30 +0000 (0:00:00.377) 0:01:03.484 ***** changed: [sut] => (item=/etc/rsyslog.d/00-global.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/00-global.conf", "path": "/etc/rsyslog.d/00-global.conf", "state": "absent" } changed: [sut] => (item=/etc/rsyslog.d/05-common-defaults.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/05-common-defaults.conf", "path": "/etc/rsyslog.d/05-common-defaults.conf", "state": "absent" } changed: [sut] => (item=/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", "path": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", "state": "absent" } changed: [sut] => (item=/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", "path": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", "state": "absent" } changed: [sut] => (item=/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf", "path": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf", "state": "absent" } changed: [sut] => (item=/etc/rsyslog.d/10-output-files-modules.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/10-output-files-modules.conf", "path": "/etc/rsyslog.d/10-output-files-modules.conf", "state": "absent" } changed: [sut] => (item=/etc/rsyslog.d/11-input-remote-remote_ptcp.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", "path": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", "state": "absent" } changed: [sut] => (item=/etc/rsyslog.d/11-input-remote-remote_tcp.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", "path": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", "state": "absent" } changed: [sut] => (item=/etc/rsyslog.d/11-input-remote-remote_udp.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/11-input-remote-remote_udp.conf", "path": "/etc/rsyslog.d/11-input-remote-remote_udp.conf", "state": "absent" } changed: [sut] => (item=/etc/rsyslog.d/30-output-files-files_output.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/30-output-files-files_output.conf", "path": "/etc/rsyslog.d/30-output-files-files_output.conf", "state": "absent" } changed: [sut] => (item=/etc/rsyslog.d/90-input-basics-system_input.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/90-input-basics-system_input.conf", "path": "/etc/rsyslog.d/90-input-basics-system_input.conf", "state": "absent" } NOTIFIED HANDLER /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Restart rsyslogd for sut TASK [/WORKDIR/git-weekly-ciaof9_xq6/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-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:273 Saturday 09 December 2023 09:23:32 +0000 (0:00:02.247) 0:01:05.731 ***** TASK [/WORKDIR/git-weekly-ciaof9_xq6/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-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:303 Saturday 09 December 2023 09:23:32 +0000 (0:00:00.018) 0:01:05.750 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local ca_cert file to the target if needed] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:315 Saturday 09 December 2023 09:23:32 +0000 (0:00:00.054) 0:01:05.804 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local cert file to the target if needed] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:331 Saturday 09 December 2023 09:23:32 +0000 (0:00:00.025) 0:01:05.830 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local key file to the target if needed] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:347 Saturday 09 December 2023 09:23:32 +0000 (0:00:00.024) 0:01:05.854 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:363 Saturday 09 December 2023 09:23:32 +0000 (0:00:00.024) 0:01:05.878 ***** changed: [sut] => { "changed": true, "enabled": true, "name": "rsyslog", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2023-12-09 09:23:04 UTC", "ActiveEnterTimestampMonotonic": "720713448", "ActiveExitTimestamp": "Sat 2023-12-09 09:23:22 UTC", "ActiveExitTimestampMonotonic": "738820584", "ActiveState": "inactive", "After": "system.slice sysinit.target basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-09 09:23:03 UTC", "AssertTimestampMonotonic": "719457076", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "1268401000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2023-12-09 09:23:03 UTC", "ConditionTimestampMonotonic": "719457072", "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/", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2023-12-09 09:23:22 UTC", "ExecMainExitTimestampMonotonic": "738955892", "ExecMainPID": "6947", "ExecMainStartTimestamp": "Sat 2023-12-09 09:23:03 UTC", "ExecMainStartTimestampMonotonic": "719465160", "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", "InactiveEnterTimestamp": "Sat 2023-12-09 09:23:22 UTC", "InactiveEnterTimestampMonotonic": "738956106", "InactiveExitTimestamp": "Sat 2023-12-09 09:23:03 UTC", "InactiveExitTimestampMonotonic": "719465672", "InvocationID": "c18de7e8e0b04b768309d7444b80c624", "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": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "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", "MemoryZSwapMax": "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", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "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]", "StateChangeTimestamp": "Sat 2023-12-09 09:23:22 UTC", "StateChangeTimestampMonotonic": "738956106", "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": "4434", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "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": "0" } } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Disable rsyslog service] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:372 Saturday 09 December 2023 09:23:33 +0000 (0:00:00.574) 0:01:06.453 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:381 Saturday 09 December 2023 09:23:33 +0000 (0:00:00.024) 0:01:06.478 ***** skipping: [sut] => {} TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : See if there are any config files] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:395 Saturday 09 December 2023 09:23:33 +0000 (0:00:00.020) 0:01:06.499 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Get mode of rsyslog.conf if it exists] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:402 Saturday 09 December 2023 09:23:33 +0000 (0:00:00.022) 0:01:06.521 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:408 Saturday 09 December 2023 09:23:33 +0000 (0:00:00.021) 0:01:06.542 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } RUNNING HANDLER [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Restart rsyslogd] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/handlers/main.yml:2 Saturday 09 December 2023 09:23:33 +0000 (0:00:00.008) 0:01:06.551 ***** changed: [sut] => { "changed": true, "name": "rsyslog", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2023-12-09 09:23:33 UTC", "ActiveEnterTimestampMonotonic": "749326957", "ActiveExitTimestamp": "Sat 2023-12-09 09:23:22 UTC", "ActiveExitTimestampMonotonic": "738820584", "ActiveState": "active", "After": "system.slice sysinit.target basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-09 09:23:33 UTC", "AssertTimestampMonotonic": "749315120", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "23074000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2023-12-09 09:23:33 UTC", "ConditionTimestampMonotonic": "749315120", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlGroupId": "6507", "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/", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "7811", "ExecMainStartTimestamp": "Sat 2023-12-09 09:23:33 UTC", "ExecMainStartTimestampMonotonic": "749322141", "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=[Sat 2023-12-09 09:23:33 UTC] ; stop_time=[n/a] ; pid=7811 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[Sat 2023-12-09 09:23:33 UTC] ; stop_time=[n/a] ; pid=7811 ; 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", "InactiveEnterTimestamp": "Sat 2023-12-09 09:23:22 UTC", "InactiveEnterTimestampMonotonic": "738956106", "InactiveExitTimestamp": "Sat 2023-12-09 09:23:33 UTC", "InactiveExitTimestampMonotonic": "749322604", "InvocationID": "97ca4cde9b4549aab1c2c44910ca6736", "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": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "7811", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "1159168", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MemoryZSwapMax": "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", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "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]", "StateChangeTimestamp": "Sat 2023-12-09 09:23:33 UTC", "StateChangeTimestampMonotonic": "749326957", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "4434", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "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": "0" } } META: ran handlers TASK [Check ports managed by firewall and selinux] ***************************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/tests_server.yml:135 Saturday 09 December 2023 09:23:34 +0000 (0:00:01.039) 0:01:07.591 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/tests/tasks/check_firewall_selinux.yml for sut TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/tasks/check_firewall_selinux.yml:3 Saturday 09 December 2023 09:23:34 +0000 (0:00:00.062) 0:01:07.653 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check firewall port status (manage - tcp)] ******************************* task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/tasks/check_firewall_selinux.yml:15 Saturday 09 December 2023 09:23:34 +0000 (0:00:00.024) 0:01:07.678 ***** TASK [Check firewall port status (manage - udp)] ******************************* task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/tasks/check_firewall_selinux.yml:24 Saturday 09 December 2023 09:23:34 +0000 (0:00:00.018) 0:01:07.696 ***** TASK [Check associated selinux ports (manage - tcp)] *************************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/tasks/check_firewall_selinux.yml:36 Saturday 09 December 2023 09:23:34 +0000 (0:00:00.017) 0:01:07.714 ***** TASK [Check associated selinux ports (manage - udp)] *************************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/tasks/check_firewall_selinux.yml:46 Saturday 09 December 2023 09:23:34 +0000 (0:00:00.018) 0:01:07.733 ***** TASK [TEST CASE 1; Test the server configuration containing conflicted tls inputs in the remote input] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/tests_server.yml:145 Saturday 09 December 2023 09:23:34 +0000 (0:00:00.017) 0:01:07.751 ***** TASK [linux-system-roles.logging : Set files output if files output is not defined and logging_inputs is not empty] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:8 Saturday 09 December 2023 09:23:34 +0000 (0:00:00.034) 0:01:07.786 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:20 Saturday 09 December 2023 09:23:34 +0000 (0:00:00.022) 0:01:07.808 ***** ok: [sut] => { "ansible_facts": { "rsyslog_outputs": [ { "name": "files_output", "type": "files" } ] }, "changed": false } TASK [linux-system-roles.logging : Set rsyslog_inputs] ************************* task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:27 Saturday 09 December 2023 09:23:34 +0000 (0:00:00.023) 0:01:07.831 ***** ok: [sut] => { "ansible_facts": { "rsyslog_inputs": [ { "name": "system_input", "type": "basics" }, { "name": "remote_tcp_0", "permitted_clients": [ "*.client.com", "*.example.com" ], "pki_authmode": "x509/name", "tcp_ports": [ 6514, 40000, 40001 ], "tls": true, "type": "remote" }, { "name": "remote_tcp_1", "tcp_ports": [ 514, 40010, 40011 ], "tls": true, "type": "remote" }, { "name": "remote_udp", "type": "remote", "udp_ports": [ 514, 40020 ] } ] }, "changed": false } TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:33 Saturday 09 December 2023 09:23:34 +0000 (0:00:00.023) 0:01:07.855 ***** skipping: [sut] => (item={'name': 'files_output', 'type': 'files'}) => { "ansible_loop_var": "item", "changed": false, "item": { "name": "files_output", "type": "files" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Check logging_inputs item in logging_flows.inputs] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:46 Saturday 09 December 2023 09:23:34 +0000 (0:00:00.027) 0:01:07.883 ***** skipping: [sut] => (item={'name': 'flows', 'inputs': ['system_input', 'remote_tcp_0', 'remote_tcp_1', 'remote_udp'], 'outputs': ['files_output']}) => { "ansible_loop_var": "item", "changed": false, "item": { "inputs": [ "system_input", "remote_tcp_0", "remote_tcp_1", "remote_udp" ], "name": "flows", "outputs": [ "files_output" ] }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Gather ports specified in the logging_inputs and outputs vars] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:57 Saturday 09 December 2023 09:23:34 +0000 (0:00:00.027) 0:01:07.910 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:3 Saturday 09 December 2023 09:23:34 +0000 (0:00:00.037) 0:01:07.948 ***** ok: [sut] => { "ansible_facts": { "logging_tls_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_tcp_ports] *************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:7 Saturday 09 December 2023 09:23:34 +0000 (0:00:00.021) 0:01:07.970 ***** ok: [sut] => { "ansible_facts": { "logging_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_tls_udp_ports] *********** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:11 Saturday 09 December 2023 09:23:34 +0000 (0:00:00.021) 0:01:07.991 ***** ok: [sut] => { "ansible_facts": { "logging_tls_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_udp_ports] *************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:15 Saturday 09 December 2023 09:23:35 +0000 (0:00:00.049) 0:01:08.040 ***** ok: [sut] => { "ansible_facts": { "logging_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'port' values] ******************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:24 Saturday 09 December 2023 09:23:35 +0000 (0:00:00.022) 0:01:08.063 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:93 Saturday 09 December 2023 09:23:35 +0000 (0:00:00.022) 0:01:08.085 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:98 Saturday 09 December 2023 09:23:35 +0000 (0:00:00.022) 0:01:08.108 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:103 Saturday 09 December 2023 09:23:35 +0000 (0:00:00.022) 0:01:08.130 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:108 Saturday 09 December 2023 09:23:35 +0000 (0:00:00.022) 0:01:08.152 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:113 Saturday 09 December 2023 09:23:35 +0000 (0:00:00.021) 0:01:08.173 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:118 Saturday 09 December 2023 09:23:35 +0000 (0:00:00.022) 0:01:08.195 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:166 Saturday 09 December 2023 09:23:35 +0000 (0:00:00.021) 0:01:08.217 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:171 Saturday 09 December 2023 09:23:35 +0000 (0:00:00.021) 0:01:08.239 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:177 Saturday 09 December 2023 09:23:35 +0000 (0:00:00.021) 0:01:08.260 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:182 Saturday 09 December 2023 09:23:35 +0000 (0:00:00.022) 0:01:08.283 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:60 Saturday 09 December 2023 09:23:35 +0000 (0:00:00.021) 0:01:08.305 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/firewall.yml for sut TASK [linux-system-roles.logging : Initialize logging_firewall_ports] ********** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/firewall.yml:8 Saturday 09 December 2023 09:23:35 +0000 (0:00:00.039) 0:01:08.344 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/firewall.yml:12 Saturday 09 December 2023 09:23:35 +0000 (0:00:00.020) 0:01:08.365 ***** TASK [linux-system-roles.logging : Add udp ports to logging_firewall_ports] **** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/firewall.yml:20 Saturday 09 December 2023 09:23:35 +0000 (0:00:00.017) 0:01:08.383 ***** TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/firewall.yml:28 Saturday 09 December 2023 09:23:35 +0000 (0:00:00.018) 0:01:08.401 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:63 Saturday 09 December 2023 09:23:35 +0000 (0:00:00.020) 0:01:08.421 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/selinux.yml for sut TASK [linux-system-roles.logging : Initialize logging_selinux_ports] *********** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/selinux.yml:8 Saturday 09 December 2023 09:23:35 +0000 (0:00:00.066) 0:01:08.488 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/selinux.yml:12 Saturday 09 December 2023 09:23:35 +0000 (0:00:00.021) 0:01:08.509 ***** TASK [linux-system-roles.logging : Add tls tcp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/selinux.yml:21 Saturday 09 December 2023 09:23:35 +0000 (0:00:00.018) 0:01:08.528 ***** TASK [linux-system-roles.logging : Add non tls udp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/selinux.yml:30 Saturday 09 December 2023 09:23:35 +0000 (0:00:00.016) 0:01:08.545 ***** TASK [linux-system-roles.logging : Add tls udp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/selinux.yml:39 Saturday 09 December 2023 09:23:35 +0000 (0:00:00.018) 0:01:08.563 ***** TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/selinux.yml:48 Saturday 09 December 2023 09:23:35 +0000 (0:00:00.018) 0:01:08.582 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Generate certificates] ********************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:67 Saturday 09 December 2023 09:23:35 +0000 (0:00:00.022) 0:01:08.604 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/certificate.yml for sut TASK [Generate certificates] *************************************************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/certificate.yml:2 Saturday 09 December 2023 09:23:35 +0000 (0:00:00.045) 0:01:08.650 ***** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 09 December 2023 09:23:35 +0000 (0:00:00.037) 0:01:08.688 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 09 December 2023 09:23:35 +0000 (0:00:00.036) 0:01:08.725 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 09 December 2023 09:23:35 +0000 (0:00:00.026) 0:01:08.751 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 09 December 2023 09:23:35 +0000 (0:00:00.020) 0:01:08.772 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Saturday 09 December 2023 09:23:35 +0000 (0:00:00.021) 0:01:08.794 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 09 December 2023 09:23:35 +0000 (0:00:00.056) 0:01:08.850 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-cryptography python3-dbus python3-pyasn1 TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Saturday 09 December 2023 09:23:38 +0000 (0:00:02.391) 0:01:11.241 ***** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: certmonger TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Saturday 09 December 2023 09:23:40 +0000 (0:00:02.366) 0:01:13.608 ***** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//pre-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Saturday 09 December 2023 09:23:40 +0000 (0:00:00.236) 0:01:13.844 ***** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//post-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Saturday 09 December 2023 09:23:41 +0000 (0:00:00.236) 0:01:14.081 ***** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "enabled": true, "name": "certmonger", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:certmonger_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2023-12-09 09:22:42 UTC", "ActiveEnterTimestampMonotonic": "698521149", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target systemd-journald.socket system.slice dbus-broker.service syslog.target network.target dbus.socket basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-09 09:22:42 UTC", "AssertTimestampMonotonic": "698453711", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedorahosted.certmonger", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "1136559000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2023-12-09 09:22:42 UTC", "ConditionTimestampMonotonic": "698453708", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/certmonger.service", "ControlGroupId": "5199", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "5186", "ExecMainStartTimestamp": "Sat 2023-12-09 09:22:42 UTC", "ExecMainStartTimestampMonotonic": "698461323", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; 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/certmonger.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": "certmonger.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2023-12-09 09:22:42 UTC", "InactiveExitTimestampMonotonic": "698461805", "InvocationID": "d0224d28d77d4a48908821f2ce2dd6b5", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "5186", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "3993600", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/certmonger.pid", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2023-12-09 09:23:27 UTC", "StateChangeTimestampMonotonic": "743615322", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "4434", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Saturday 09 December 2023 09:23:41 +0000 (0:00:00.560) 0:01:14.641 ***** changed: [sut] => (item={'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } } MSG: Certificate requested (update). TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Saturday 09 December 2023 09:23:42 +0000 (0:00:00.846) 0:01:15.488 ***** skipping: [sut] => (item=['cert', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "cert", { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['key', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "key", { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['ca', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "ca", { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } ], "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Saturday 09 December 2023 09:23:42 +0000 (0:00:00.034) 0:01:15.522 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Saturday 09 December 2023 09:23:42 +0000 (0:00:00.046) 0:01:15.569 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Saturday 09 December 2023 09:23:42 +0000 (0:00:00.023) 0:01:15.592 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:73 Saturday 09 December 2023 09:23:42 +0000 (0:00:00.023) 0:01:15.615 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Create rsyslog debug dir] ******************* task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:77 Saturday 09 December 2023 09:23:42 +0000 (0:00:00.024) 0:01:15.640 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Delete debug file] ************************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:83 Saturday 09 December 2023 09:23:42 +0000 (0:00:00.024) 0:01:15.664 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Create rsyslog debug file] ****************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:88 Saturday 09 December 2023 09:23:42 +0000 (0:00:00.025) 0:01:15.690 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:95 Saturday 09 December 2023 09:23:42 +0000 (0:00:00.027) 0:01:15.718 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Populate rsyslog debug file] **************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:99 Saturday 09 December 2023 09:23:42 +0000 (0:00:00.027) 0:01:15.746 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include Rsyslog role] **************************************************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:111 Saturday 09 December 2023 09:23:42 +0000 (0:00:00.025) 0:01:15.771 ***** TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main.yml:4 Saturday 09 December 2023 09:23:42 +0000 (0:00:00.033) 0:01:15.805 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/set_vars.yml for sut TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/set_vars.yml:4 Saturday 09 December 2023 09:23:42 +0000 (0:00:00.031) 0:01:15.837 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Check if system is ostree] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/set_vars.yml:13 Saturday 09 December 2023 09:23:42 +0000 (0:00:00.023) 0:01:15.861 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/set_vars.yml:18 Saturday 09 December 2023 09:23:42 +0000 (0:00:00.018) 0:01:15.879 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/set_vars.yml:22 Saturday 09 December 2023 09:23:42 +0000 (0:00:00.017) 0:01:15.897 ***** ok: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/default.yml) => { "ansible_facts": { "__rsyslog_input_basics": "input_basics.j2" }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/default.yml" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Include /vars/main.yml from /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/set_vars.yml:34 Saturday 09 December 2023 09:23:42 +0000 (0:00:00.047) 0:01:15.945 ***** skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/basics/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/basics/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/ovirt/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/ovirt/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/remote/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/remote/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/elasticsearch/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/elasticsearch/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/forwards/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/forwards/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/remote_files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/remote_files/main.yml", "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Main rsyslog subrole] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main.yml:7 Saturday 09 December 2023 09:23:42 +0000 (0:00:00.049) 0:01:15.994 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml for sut TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Get status of rsyslog packages] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:15 Saturday 09 December 2023 09:23:43 +0000 (0:00:00.072) 0:01:16.066 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset original confs - logging package is absent] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:22 Saturday 09 December 2023 09:23:43 +0000 (0:00:00.026) 0:01:16.093 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:34 Saturday 09 December 2023 09:23:43 +0000 (0:00:00.020) 0:01:16.113 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: ca-certificates iproute rsyslog rsyslog-gnutls TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset erased flag] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:48 Saturday 09 December 2023 09:23:45 +0000 (0:00:02.336) 0:01:18.449 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_erased": false }, "changed": false } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:52 Saturday 09 December 2023 09:23:45 +0000 (0:00:00.019) 0:01:18.468 ***** ok: [sut] => { "ansible_facts": { "packages": { "ModemManager-glib": [ { "arch": "x86_64", "epoch": null, "name": "ModemManager-glib", "release": "1.fc38", "source": "rpm", "version": "1.20.6" } ], "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc38", "source": "rpm", "version": "1.42.8" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc38", "source": "rpm", "version": "1.42.8" } ], "alternatives": [ { "arch": "x86_64", "epoch": null, "name": "alternatives", "release": "1.fc38", "source": "rpm", "version": "1.25" } ], "amd-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "amd-gpu-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "aspell": [ { "arch": "x86_64", "epoch": 12, "name": "aspell", "release": "11.fc38", "source": "rpm", "version": "0.60.8" } ], "aspell-en": [ { "arch": "x86_64", "epoch": 50, "name": "aspell-en", "release": "7.fc38", "source": "rpm", "version": "2020.12.07" } ], "atheros-firmware": [ { "arch": "noarch", "epoch": null, "name": "atheros-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "5.fc38", "source": "rpm", "version": "3.1.2" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "5.fc38", "source": "rpm", "version": "3.1.2" } ], "authselect": [ { "arch": "x86_64", "epoch": null, "name": "authselect", "release": "1.fc38", "source": "rpm", "version": "1.4.3" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "1.fc38", "source": "rpm", "version": "1.4.3" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "22.fc38", "source": "rpm", "version": "0.8" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "15.fc38", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc38", "source": "rpm", "version": "5.2.21" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "17.fc38", "source": "rpm", "version": "1.07.1" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "16.fc38", "source": "rpm", "version": "2.39" } ], "binutils-gold": [ { "arch": "x86_64", "epoch": null, "name": "binutils-gold", "release": "16.fc38", "source": "rpm", "version": "2.39" } ], "bison": [ { "arch": "x86_64", "epoch": null, "name": "bison", "release": "4.fc38", "source": "rpm", "version": "3.8.2" } ], "bluez": [ { "arch": "x86_64", "epoch": null, "name": "bluez", "release": "1.fc38", "source": "rpm", "version": "5.70" } ], "boost-atomic": [ { "arch": "x86_64", "epoch": null, "name": "boost-atomic", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "boost-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "boost-filesystem", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": null, "name": "boost-system", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": null, "name": "boost-thread", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "brcmfmac-firmware": [ { "arch": "noarch", "epoch": null, "name": "brcmfmac-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "13.fc38", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": null, "name": "c-ares", "release": "1.fc38", "source": "rpm", "version": "1.21.0" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "1.0.fc38", "source": "rpm", "version": "2023.2.60_v7.0.306" } ], "certmonger": [ { "arch": "x86_64", "epoch": null, "name": "certmonger", "release": "3.fc38", "source": "rpm", "version": "0.79.17" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "chkconfig": [ { "arch": "x86_64", "epoch": null, "name": "chkconfig", "release": "1.fc38", "source": "rpm", "version": "1.25" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.fc38", "source": "rpm", "version": "4.4" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "3.fc38", "source": "rpm", "version": "0.33" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "12.fc38", "source": "rpm", "version": "9.1" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "12.fc38", "source": "rpm", "version": "9.1" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "14.fc38", "source": "rpm", "version": "2.13" } ], "cpp": [ { "arch": "x86_64", "epoch": null, "name": "cpp", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "1.fc38", "source": "rpm", "version": "2.9.11" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "1.fc38", "source": "rpm", "version": "2.9.11" } ], "createrepo_c": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c", "release": "1.fc38", "source": "rpm", "version": "0.21.1" } ], "createrepo_c-libs": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c-libs", "release": "1.fc38", "source": "rpm", "version": "0.21.1" } ], "crypto-policies": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "1.gita12f7b2.fc38", "source": "rpm", "version": "20230301" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "1.gita12f7b2.fc38", "source": "rpm", "version": "20230301" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "1.fc38", "source": "rpm", "version": "2.6.1" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "5.fc38", "source": "rpm", "version": "8.0.1" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "9.fc38", "source": "rpm", "version": "2.1.28" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "1.fc38", "source": "rpm", "version": "1.14.10" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "1.fc38", "source": "rpm", "version": "33" } ], "dbus-common": [ { "arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "1.fc38", "source": "rpm", "version": "1.14.10" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "1.fc38", "source": "rpm", "version": "1.14.10" } ], "dbus-tools": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-tools", "release": "1.fc38", "source": "rpm", "version": "1.14.10" } ], "deltarpm": [ { "arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "8.fc38", "source": "rpm", "version": "3.6.3" } ], "device-mapper": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-event", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-event-libs", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-persistent-data", "release": "10.fc38", "source": "rpm", "version": "0.9.0" } ], "dhcp-common": [ { "arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "7.P1.fc38", "source": "rpm", "version": "4.4.3" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "1.fc38", "source": "rpm", "version": "3.10" } ], "dnf": [ { "arch": "noarch", "epoch": null, "name": "dnf", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "dnf-utils": [ { "arch": "noarch", "epoch": null, "name": "dnf-utils", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "dosfstools": [ { "arch": "x86_64", "epoch": null, "name": "dosfstools", "release": "6.fc38", "source": "rpm", "version": "4.2" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "5.fc38", "source": "rpm", "version": "059" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "5.fc38", "source": "rpm", "version": "059" } ], "drpm": [ { "arch": "x86_64", "epoch": null, "name": "drpm", "release": "1.fc38", "source": "rpm", "version": "0.5.2" } ], "duktape": [ { "arch": "x86_64", "epoch": null, "name": "duktape", "release": "2.fc38", "source": "rpm", "version": "2.7.0" } ], "dyninst": [ { "arch": "x86_64", "epoch": null, "name": "dyninst", "release": "2.fc38", "source": "rpm", "version": "12.2.0" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "7.fc38", "source": "rpm", "version": "38" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-debuginfod-client-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client-devel", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-devel", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf-devel", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "2.fc38", "source": "rpm", "version": "2.5.0" } ], "fedora-gpg-keys": [ { "arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "38" } ], "fedora-release": [ { "arch": "noarch", "epoch": null, "name": "fedora-release", "release": "36", "source": "rpm", "version": "38" } ], "fedora-release-common": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "36", "source": "rpm", "version": "38" } ], "fedora-release-identity-basic": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-identity-basic", "release": "36", "source": "rpm", "version": "38" } ], "fedora-repos": [ { "arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "1", "source": "rpm", "version": "38" } ], "fedora-repos-modular": [ { "arch": "noarch", "epoch": null, "name": "fedora-repos-modular", "release": "1", "source": "rpm", "version": "38" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "3.fc38", "source": "rpm", "version": "5.44" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "3.fc38", "source": "rpm", "version": "5.44" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "3.fc38", "source": "rpm", "version": "3.18" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "3.fc38", "source": "rpm", "version": "4.9.0" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "1.fc38", "source": "rpm", "version": "1.3.4" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "1.fc38", "source": "rpm", "version": "1.3.4" } ], "flex": [ { "arch": "x86_64", "epoch": null, "name": "flex", "release": "12.fc38", "source": "rpm", "version": "2.6.4" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "fonts-filesystem", "release": "11.fc38", "source": "rpm", "version": "2.0.5" } ], "fuse-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "16.fc38", "source": "rpm", "version": "2.9.9" } ], "fwupd": [ { "arch": "x86_64", "epoch": null, "name": "fwupd", "release": "1.fc38", "source": "rpm", "version": "1.9.9" } ], "fwupd-plugin-modem-manager": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-modem-manager", "release": "1.fc38", "source": "rpm", "version": "1.9.9" } ], "fwupd-plugin-uefi-capsule-data": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-uefi-capsule-data", "release": "1.fc38", "source": "rpm", "version": "1.9.9" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "5.fc38", "source": "rpm", "version": "5.1.1" } ], "gc": [ { "arch": "x86_64", "epoch": null, "name": "gc", "release": "3.fc38", "source": "rpm", "version": "8.2.2" } ], "gcc": [ { "arch": "x86_64", "epoch": null, "name": "gcc", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "3.fc38", "source": "rpm", "version": "1.23" } ], "gdisk": [ { "arch": "x86_64", "epoch": null, "name": "gdisk", "release": "5.fc38", "source": "rpm", "version": "1.0.9" } ], "gettext-envsubst": [ { "arch": "x86_64", "epoch": null, "name": "gettext-envsubst", "release": "2.fc38", "source": "rpm", "version": "0.21.1" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "2.fc38", "source": "rpm", "version": "0.21.1" } ], "gettext-runtime": [ { "arch": "x86_64", "epoch": null, "name": "gettext-runtime", "release": "2.fc38", "source": "rpm", "version": "0.21.1" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "git-core": [ { "arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "git-core-doc": [ { "arch": "noarch", "epoch": null, "name": "git-core-doc", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "2.fc38", "source": "rpm", "version": "2.76.5" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": null, "name": "glibc-devel", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": null, "name": "glibc-gconv-extra", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-headers-x86": [ { "arch": "noarch", "epoch": null, "name": "glibc-headers-x86", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "4.fc38", "source": "rpm", "version": "6.2.1" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "3.fc38", "source": "rpm", "version": "2.4.0" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.fc38", "source": "rpm", "version": "3.8.1" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "1.fc38", "source": "rpm", "version": "1.76.1" } ], "google-noto-fonts-common": [ { "arch": "noarch", "epoch": null, "name": "google-noto-fonts-common", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "google-noto-sans-mono-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-mono-vf-fonts", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "google-noto-sans-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-vf-fonts", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "google-noto-serif-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-serif-vf-fonts", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "6202d9c6", "source": "rpm", "version": "eb10b464" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "5.fc38", "source": "rpm", "version": "1.17.1" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "gpm-libs", "release": "42.fc38", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "3.fc38", "source": "rpm", "version": "3.8" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "11.fc38", "source": "rpm", "version": "1.22.4" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "69.fc38", "source": "rpm", "version": "8.40" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "5.fc38", "source": "rpm", "version": "0.9.1" } ], "guile22": [ { "arch": "x86_64", "epoch": null, "name": "guile22", "release": "7.fc38", "source": "rpm", "version": "2.2.7" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "3.fc38", "source": "rpm", "version": "1.12" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "8.fc38", "source": "rpm", "version": "3.23" } ], "hunspell": [ { "arch": "x86_64", "epoch": null, "name": "hunspell", "release": "3.fc38", "source": "rpm", "version": "1.7.2" } ], "hunspell-en": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en", "release": "3.fc38", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-GB": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-GB", "release": "3.fc38", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-US": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-US", "release": "3.fc38", "source": "rpm", "version": "0.20201207" } ], "hunspell-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "hunspell-filesystem", "release": "3.fc38", "source": "rpm", "version": "1.7.2" } ], "ima-evm-utils": [ { "arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "7.fc38", "source": "rpm", "version": "1.4" } ], "inih": [ { "arch": "x86_64", "epoch": null, "name": "inih", "release": "1.fc38", "source": "rpm", "version": "57" } ], "initscripts": [ { "arch": "x86_64", "epoch": null, "name": "initscripts", "release": "1.fc38", "source": "rpm", "version": "10.19" } ], "initscripts-rename-device": [ { "arch": "x86_64", "epoch": null, "name": "initscripts-rename-device", "release": "1.fc38", "source": "rpm", "version": "10.19" } ], "initscripts-service": [ { "arch": "noarch", "epoch": null, "name": "initscripts-service", "release": "1.fc38", "source": "rpm", "version": "10.19" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "intel-gpu-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "ipcalc": [ { "arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "1.fc38", "source": "rpm", "version": "1.0.3" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "1.fc38", "source": "rpm", "version": "6.4.0" } ], "ipset": [ { "arch": "x86_64", "epoch": null, "name": "ipset", "release": "2.fc38", "source": "rpm", "version": "7.17" } ], "ipset-libs": [ { "arch": "x86_64", "epoch": null, "name": "ipset-libs", "release": "2.fc38", "source": "rpm", "version": "7.17" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "4.fc38.1", "source": "rpm", "version": "1.8.9" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": null, "name": "iptables-nft", "release": "4.fc38.1", "source": "rpm", "version": "1.8.9" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "2.fc38", "source": "rpm", "version": "20221126" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "6.fc38", "source": "rpm", "version": "2.13.1" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": null, "name": "jitterentropy", "release": "4.fc38", "source": "rpm", "version": "3.4.1" } ], "jq": [ { "arch": "x86_64", "epoch": null, "name": "jq", "release": "16.fc38", "source": "rpm", "version": "1.6" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "1.fc38", "source": "rpm", "version": "0.17" } ], "json-glib": [ { "arch": "x86_64", "epoch": null, "name": "json-glib", "release": "4.fc38", "source": "rpm", "version": "1.6.6" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "5.fc38", "source": "rpm", "version": "2.5.1" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "5.fc38", "source": "rpm", "version": "2.5.1" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "5.fc38", "source": "rpm", "version": "2.5.1" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "100.fc38", "source": "rpm", "version": "6.6.3" } ], "kernel-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "100.fc38", "source": "rpm", "version": "6.6.3" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": null, "name": "kernel-devel", "release": "100.fc38", "source": "rpm", "version": "6.6.3" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": null, "name": "kernel-headers", "release": "100.fc38", "source": "rpm", "version": "6.6.3" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "100.fc38", "source": "rpm", "version": "6.6.3" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules-core", "release": "100.fc38", "source": "rpm", "version": "6.6.3" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "6.fc38", "source": "rpm", "version": "1.6.1" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "6.fc38", "source": "rpm", "version": "1.6.1" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "4.fc38", "source": "rpm", "version": "30" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "4.fc38", "source": "rpm", "version": "30" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "2.fc38", "source": "rpm", "version": "0.9.4" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "3.fc38", "source": "rpm", "version": "1.21" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-en", "release": "32.fc38", "source": "rpm", "version": "3.0" } ], "langpacks-core-font-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-font-en", "release": "32.fc38", "source": "rpm", "version": "3.0" } ], "langpacks-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "32.fc38", "source": "rpm", "version": "3.0" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "1.fc38", "source": "rpm", "version": "633" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "6.fc38", "source": "rpm", "version": "2.3.1" } ], "libaio": [ { "arch": "x86_64", "epoch": null, "name": "libaio", "release": "15.fc38", "source": "rpm", "version": "0.3.111" } ], "libarchive": [ { "arch": "x86_64", "epoch": null, "name": "libarchive", "release": "4.fc38", "source": "rpm", "version": "3.6.1" } ], "libargon2": [ { "arch": "x86_64", "epoch": null, "name": "libargon2", "release": "2.fc38", "source": "rpm", "version": "20190702" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "1.fc38", "source": "rpm", "version": "2.5.6" } ], "libatasmart": [ { "arch": "x86_64", "epoch": null, "name": "libatasmart", "release": "24.fc38", "source": "rpm", "version": "0.19" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "6.fc38", "source": "rpm", "version": "2.5.1" } ], "libb2": [ { "arch": "x86_64", "epoch": null, "name": "libb2", "release": "8.fc38", "source": "rpm", "version": "0.98.1" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "53.fc38", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libblockdev": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-crypto", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-fs", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-loop", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mdraid", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-part": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-part", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-swap", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-utils", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libbpf": [ { "arch": "x86_64", "epoch": 2, "name": "libbpf", "release": "2.fc38", "source": "rpm", "version": "1.1.0" } ], "libbrotli": [ { "arch": "x86_64", "epoch": null, "name": "libbrotli", "release": "11.fc38", "source": "rpm", "version": "1.0.9" } ], "libbytesize": [ { "arch": "x86_64", "epoch": null, "name": "libbytesize", "release": "1.fc38", "source": "rpm", "version": "2.10" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "7.fc38", "source": "rpm", "version": "2.48" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "8.fc38", "source": "rpm", "version": "0.8.3" } ], "libcap-ng-python3": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng-python3", "release": "8.fc38", "source": "rpm", "version": "0.8.3" } ], "libcbor": [ { "arch": "x86_64", "epoch": null, "name": "libcbor", "release": "9.fc38", "source": "rpm", "version": "0.7.0" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "53.fc38", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.fc38", "source": "rpm", "version": "0.1.20" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "5.fc38", "source": "rpm", "version": "8.0.1" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "55.fc38", "source": "rpm", "version": "5.3.28" } ], "libdhash": [ { "arch": "x86_64", "epoch": null, "name": "libdhash", "release": "53.fc38", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc38", "source": "rpm", "version": "0.72.0" } ], "libeconf": [ { "arch": "x86_64", "epoch": null, "name": "libeconf", "release": "1.fc38", "source": "rpm", "version": "0.5.2" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "45.20221030cvs.fc38", "source": "rpm", "version": "3.1" } ], "libestr": [ { "arch": "x86_64", "epoch": null, "name": "libestr", "release": "6.fc38", "source": "rpm", "version": "0.1.11" } ], "libev": [ { "arch": "x86_64", "epoch": null, "name": "libev", "release": "7.fc38", "source": "rpm", "version": "4.33" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "8.fc38", "source": "rpm", "version": "2.1.12" } ], "libfastjson": [ { "arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "1.fc38", "source": "rpm", "version": "1.2304.0" } ], "libfdisk": [ { "arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "2.fc38", "source": "rpm", "version": "3.4.4" } ], "libfido2": [ { "arch": "x86_64", "epoch": null, "name": "libfido2", "release": "3.fc38", "source": "rpm", "version": "1.12.0" } ], "libfsverity": [ { "arch": "x86_64", "epoch": null, "name": "libfsverity", "release": "9.fc38", "source": "rpm", "version": "1.4" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "1.fc38", "source": "rpm", "version": "1.10.2" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "1.fc38", "source": "rpm", "version": "1.47" } ], "libgudev": [ { "arch": "x86_64", "epoch": null, "name": "libgudev", "release": "4.fc38", "source": "rpm", "version": "237" } ], "libgusb": [ { "arch": "x86_64", "epoch": null, "name": "libgusb", "release": "1.fc38", "source": "rpm", "version": "0.4.8" } ], "libibverbs": [ { "arch": "x86_64", "epoch": null, "name": "libibverbs", "release": "3.fc38", "source": "rpm", "version": "44.0" } ], "libidn2": [ { "arch": "x86_64", "epoch": null, "name": "libidn2", "release": "2.fc38", "source": "rpm", "version": "2.3.4" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "53.fc38", "source": "rpm", "version": "1.3.1" } ], "libjcat": [ { "arch": "x86_64", "epoch": null, "name": "libjcat", "release": "1.fc38", "source": "rpm", "version": "0.1.13" } ], "libkcapi": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "5.fc38", "source": "rpm", "version": "1.4.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "5.fc38", "source": "rpm", "version": "1.4.0" } ], "libksba": [ { "arch": "x86_64", "epoch": null, "name": "libksba", "release": "1.fc38", "source": "rpm", "version": "1.6.4" } ], "libldb": [ { "arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc38", "source": "rpm", "version": "2.7.2" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "1.fc38", "source": "rpm", "version": "1.8.0" } ], "libmbim": [ { "arch": "x86_64", "epoch": null, "name": "libmbim", "release": "1.fc38", "source": "rpm", "version": "1.28.4" } ], "libmetalink": [ { "arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "30.fc38", "source": "rpm", "version": "0.1.3" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "2.fc38", "source": "rpm", "version": "1.0.5" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "2.fc38", "source": "rpm", "version": "2.15.0" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libmpc": [ { "arch": "x86_64", "epoch": null, "name": "libmpc", "release": "2.fc38", "source": "rpm", "version": "1.3.1" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "5.fc38", "source": "rpm", "version": "1.8" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "1.fc38", "source": "rpm", "version": "1.0.9" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "23.fc38", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "1.rc3.fc38", "source": "rpm", "version": "2.6.3" } ], "libnftnl": [ { "arch": "x86_64", "epoch": null, "name": "libnftnl", "release": "2.fc38", "source": "rpm", "version": "1.2.4" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "2.fc38", "source": "rpm", "version": "1.52.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "3.fc38", "source": "rpm", "version": "3.7.0" } ], "libnsl2": [ { "arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "5.fc38", "source": "rpm", "version": "2.0.0" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "53.fc38", "source": "rpm", "version": "0.2.1" } ], "libpcap": [ { "arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "1.fc38", "source": "rpm", "version": "1.10.4" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.fc38", "source": "rpm", "version": "1.5.7" } ], "libpkgconf": [ { "arch": "x86_64", "epoch": null, "name": "libpkgconf", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "libpsl": [ { "arch": "x86_64", "epoch": null, "name": "libpsl", "release": "2.fc38", "source": "rpm", "version": "0.21.2" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "3.fc38", "source": "rpm", "version": "1.4.5" } ], "libqmi": [ { "arch": "x86_64", "epoch": null, "name": "libqmi", "release": "1.fc38", "source": "rpm", "version": "1.32.4" } ], "libqrtr-glib": [ { "arch": "x86_64", "epoch": null, "name": "libqrtr-glib", "release": "2.fc38", "source": "rpm", "version": "1.2.2" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "53.fc38", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "1.fc38", "source": "rpm", "version": "1.17.0" } ], "libreport-filesystem": [ { "arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc38", "source": "rpm", "version": "2.17.11" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "4.fc38", "source": "rpm", "version": "2.5.3" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "2.fc38", "source": "rpm", "version": "3.5" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "libsigsegv": [ { "arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "4.fc38", "source": "rpm", "version": "2.14" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libsodium": [ { "arch": "x86_64", "epoch": null, "name": "libsodium", "release": "11.fc38", "source": "rpm", "version": "1.0.18" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "1.fc38", "source": "rpm", "version": "0.7.25" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "libssh": [ { "arch": "x86_64", "epoch": null, "name": "libssh", "release": "1.fc38", "source": "rpm", "version": "0.10.5" } ], "libssh-config": [ { "arch": "noarch", "epoch": null, "name": "libssh-config", "release": "1.fc38", "source": "rpm", "version": "0.10.5" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "1.fc38", "source": "rpm", "version": "2.9.3" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "1.fc38", "source": "rpm", "version": "2.9.3" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "1.fc38", "source": "rpm", "version": "2.9.3" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "1.fc38", "source": "rpm", "version": "2.9.3" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "2.fc38", "source": "rpm", "version": "2.4.0" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "2.fc38", "source": "rpm", "version": "4.19.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc38", "source": "rpm", "version": "1.4.8" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc38", "source": "rpm", "version": "0.14.1" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "0.fc38", "source": "rpm", "version": "1.3.4" } ], "libtool-ltdl": [ { "arch": "x86_64", "epoch": null, "name": "libtool-ltdl", "release": "6.fc38", "source": "rpm", "version": "2.4.7" } ], "libudisks2": [ { "arch": "x86_64", "epoch": null, "name": "libudisks2", "release": "7.fc38", "source": "rpm", "version": "2.9.4" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "3.fc38", "source": "rpm", "version": "1.1" } ], "libunistring1.0": [ { "arch": "x86_64", "epoch": null, "name": "libunistring1.0", "release": "1.fc38", "source": "rpm", "version": "1.0" } ], "libusb1": [ { "arch": "x86_64", "epoch": null, "name": "libusb1", "release": "2.fc38", "source": "rpm", "version": "1.0.26" } ], "libuser": [ { "arch": "x86_64", "epoch": null, "name": "libuser", "release": "2.fc38", "source": "rpm", "version": "0.64" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "8.fc38", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "5.fc38", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libev", "release": "5.fc38", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "1.fc38", "source": "rpm", "version": "4.4.36" } ], "libxcrypt-compat": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-compat", "release": "1.fc38", "source": "rpm", "version": "4.4.36" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-devel", "release": "1.fc38", "source": "rpm", "version": "4.4.36" } ], "libxkbcommon": [ { "arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "2.fc38", "source": "rpm", "version": "1.5.0" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "1.fc38", "source": "rpm", "version": "2.10.4" } ], "libxmlb": [ { "arch": "x86_64", "epoch": null, "name": "libxmlb", "release": "1.fc38", "source": "rpm", "version": "0.3.14" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "1.fc38", "source": "rpm", "version": "1.1.39" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "9.fc38", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": null, "name": "libzstd", "release": "1.fc38", "source": "rpm", "version": "1.5.5" } ], "libzstd-devel": [ { "arch": "x86_64", "epoch": null, "name": "libzstd-devel", "release": "1.fc38", "source": "rpm", "version": "1.5.5" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "1.fc38", "source": "rpm", "version": "0.9.31" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "2.fc38", "source": "rpm", "version": "3.21.0" } ], "lsof": [ { "arch": "x86_64", "epoch": null, "name": "lsof", "release": "3.fc38", "source": "rpm", "version": "4.96.3" } ], "lua-libs": [ { "arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "9.fc38", "source": "rpm", "version": "5.4.4" } ], "lvm2": [ { "arch": "x86_64", "epoch": null, "name": "lvm2", "release": "2.fc38", "source": "rpm", "version": "2.03.18" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": null, "name": "lvm2-libs", "release": "2.fc38", "source": "rpm", "version": "2.03.18" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "2.fc38", "source": "rpm", "version": "1.9.4" } ], "m4": [ { "arch": "x86_64", "epoch": null, "name": "m4", "release": "5.fc38", "source": "rpm", "version": "1.4.19" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "1.fc38", "source": "rpm", "version": "4.4.1" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "2.fc38", "source": "rpm", "version": "2.11.2" } ], "mdadm": [ { "arch": "x86_64", "epoch": null, "name": "mdadm", "release": "4.fc38", "source": "rpm", "version": "4.2" } ], "mkpasswd": [ { "arch": "x86_64", "epoch": null, "name": "mkpasswd", "release": "1.fc38", "source": "rpm", "version": "5.5.18" } ], "mokutil": [ { "arch": "x86_64", "epoch": 2, "name": "mokutil", "release": "6.fc38", "source": "rpm", "version": "0.6.0" } ], "mpdecimal": [ { "arch": "x86_64", "epoch": null, "name": "mpdecimal", "release": "6.fc38", "source": "rpm", "version": "2.5.1" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "3.fc38", "source": "rpm", "version": "4.1.1" } ], "mt7xxx-firmware": [ { "arch": "noarch", "epoch": null, "name": "mt7xxx-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "3.20230114.fc38", "source": "rpm", "version": "6.4" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "3.20230114.fc38", "source": "rpm", "version": "6.4" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "3.20230114.fc38", "source": "rpm", "version": "6.4" } ], "net-tools": [ { "arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.65.20160912git.fc38", "source": "rpm", "version": "2.0" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "3.fc38", "source": "rpm", "version": "3.8" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "1.rc3.fc38", "source": "rpm", "version": "2.6.3" } ], "nftables": [ { "arch": "x86_64", "epoch": 1, "name": "nftables", "release": "2.fc38", "source": "rpm", "version": "1.0.5" } ], "npth": [ { "arch": "x86_64", "epoch": null, "name": "npth", "release": "12.fc38", "source": "rpm", "version": "1.6" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "12.fc38", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "ntfs-3g": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g", "release": "2.fc38", "source": "rpm", "version": "2022.10.3" } ], "ntfs-3g-libs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g-libs", "release": "2.fc38", "source": "rpm", "version": "2022.10.3" } ], "ntfsprogs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfsprogs", "release": "2.fc38", "source": "rpm", "version": "2022.10.3" } ], "nvidia-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "nvidia-gpu-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "oniguruma": [ { "arch": "x86_64", "epoch": null, "name": "oniguruma", "release": "1.fc38", "source": "rpm", "version": "6.9.9" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc38", "source": "rpm", "version": "2.6.6" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "17.fc38", "source": "rpm", "version": "9.0p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "17.fc38", "source": "rpm", "version": "9.0p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "17.fc38", "source": "rpm", "version": "9.0p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "2.fc38", "source": "rpm", "version": "3.0.9" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-devel", "release": "2.fc38", "source": "rpm", "version": "3.0.9" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "2.fc38", "source": "rpm", "version": "3.0.9" } ], "openssl-pkcs11": [ { "arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "3.fc38", "source": "rpm", "version": "0.4.12" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "3.fc38", "source": "rpm", "version": "1.81" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "1.fc38", "source": "rpm", "version": "0.25.3" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "1.fc38", "source": "rpm", "version": "0.25.3" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "16.fc38", "source": "rpm", "version": "1.5.2" } ], "pam-libs": [ { "arch": "x86_64", "epoch": null, "name": "pam-libs", "release": "16.fc38", "source": "rpm", "version": "1.5.2" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "11.fc38", "source": "rpm", "version": "3.5" } ], "passwd": [ { "arch": "x86_64", "epoch": null, "name": "passwd", "release": "14.fc38", "source": "rpm", "version": "0.80" } ], "pcre2": [ { "arch": "x86_64", "epoch": null, "name": "pcre2", "release": "1.fc38.1", "source": "rpm", "version": "10.42" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": null, "name": "pcre2-syntax", "release": "1.fc38.1", "source": "rpm", "version": "10.42" } ], "pcsc-lite": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite", "release": "3.fc38", "source": "rpm", "version": "1.9.9" } ], "pcsc-lite-ccid": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-ccid", "release": "1.fc38", "source": "rpm", "version": "1.5.2" } ], "pcsc-lite-libs": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-libs", "release": "3.fc38", "source": "rpm", "version": "1.9.9" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": 0, "name": "perl-AutoLoader", "release": "497.fc38", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": 0, "name": "perl-B", "release": "497.fc38", "source": "rpm", "version": "1.83" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "490.fc38", "source": "rpm", "version": "1.52" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": 0, "name": "perl-Class-Struct", "release": "497.fc38", "source": "rpm", "version": "0.66" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "491.fc38", "source": "rpm", "version": "2.184" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "490.fc38", "source": "rpm", "version": "1.20" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "490.fc38", "source": "rpm", "version": "2.58" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": 0, "name": "perl-DynaLoader", "release": "497.fc38", "source": "rpm", "version": "1.52" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Encode", "release": "493.fc38", "source": "rpm", "version": "3.19" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Errno", "release": "497.fc38", "source": "rpm", "version": "1.36" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "11.fc38", "source": "rpm", "version": "0.17029" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "490.fc38", "source": "rpm", "version": "5.77" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Fcntl", "release": "497.fc38", "source": "rpm", "version": "1.15" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Basename", "release": "497.fc38", "source": "rpm", "version": "2.85" } ], "perl-File-Find": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Find", "release": "497.fc38", "source": "rpm", "version": "1.40" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "490.fc38", "source": "rpm", "version": "2.18" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": 1, "name": "perl-File-Temp", "release": "490.fc38", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-stat", "release": "497.fc38", "source": "rpm", "version": "1.12" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": 0, "name": "perl-FileHandle", "release": "497.fc38", "source": "rpm", "version": "2.03" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": 1, "name": "perl-Getopt-Long", "release": "2.fc38", "source": "rpm", "version": "2.54" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": 0, "name": "perl-Getopt-Std", "release": "497.fc38", "source": "rpm", "version": "1.13" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "2.fc38", "source": "rpm", "version": "0.086" } ], "perl-IO": [ { "arch": "x86_64", "epoch": 0, "name": "perl-IO", "release": "497.fc38", "source": "rpm", "version": "1.50" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "492.fc38", "source": "rpm", "version": "0.41" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "1.fc38", "source": "rpm", "version": "2.081" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": 0, "name": "perl-IPC-Open3", "release": "497.fc38", "source": "rpm", "version": "1.22" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": null, "name": "perl-MIME-Base64", "release": "490.fc38", "source": "rpm", "version": "3.16" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "2.fc38", "source": "rpm", "version": "20221114" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": 0, "name": "perl-NDBM_File", "release": "497.fc38", "source": "rpm", "version": "1.15" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "5.fc38", "source": "rpm", "version": "1.92" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": 0, "name": "perl-POSIX", "release": "497.fc38", "source": "rpm", "version": "2.03" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "490.fc38", "source": "rpm", "version": "3.84" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "490.fc38", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "491.fc38", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "491.fc38", "source": "rpm", "version": "3.43" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": 4, "name": "perl-Pod-Usage", "release": "4.fc38", "source": "rpm", "version": "2.03" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": 5, "name": "perl-Scalar-List-Utils", "release": "490.fc38", "source": "rpm", "version": "1.63" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": 0, "name": "perl-SelectSaver", "release": "497.fc38", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Socket", "release": "2.fc38", "source": "rpm", "version": "2.036" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Storable", "release": "490.fc38", "source": "rpm", "version": "3.26" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": 0, "name": "perl-Symbol", "release": "497.fc38", "source": "rpm", "version": "1.09" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-ANSIColor", "release": "491.fc38", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-Cap", "release": "1.fc38", "source": "rpm", "version": "1.18" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "16.fc38", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "490.fc38", "source": "rpm", "version": "3.31" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-Tabs+Wrap", "release": "1.fc38", "source": "rpm", "version": "2023.0511" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": 2, "name": "perl-Time-Local", "release": "490.fc38", "source": "rpm", "version": "1.300" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "2.fc38", "source": "rpm", "version": "5.17" } ], "perl-base": [ { "arch": "noarch", "epoch": 0, "name": "perl-base", "release": "497.fc38", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "491.fc38", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": 0, "name": "perl-if", "release": "497.fc38", "source": "rpm", "version": "0.61.000" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": 4, "name": "perl-interpreter", "release": "497.fc38", "source": "rpm", "version": "5.36.1" } ], "perl-lib": [ { "arch": "x86_64", "epoch": 0, "name": "perl-lib", "release": "497.fc38", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": null, "name": "perl-libnet", "release": "1.fc38", "source": "rpm", "version": "3.15" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "497.fc38", "source": "rpm", "version": "5.36.1" } ], "perl-locale": [ { "arch": "noarch", "epoch": 0, "name": "perl-locale", "release": "497.fc38", "source": "rpm", "version": "1.10" } ], "perl-mro": [ { "arch": "x86_64", "epoch": 0, "name": "perl-mro", "release": "497.fc38", "source": "rpm", "version": "1.26" } ], "perl-overload": [ { "arch": "noarch", "epoch": 0, "name": "perl-overload", "release": "497.fc38", "source": "rpm", "version": "1.35" } ], "perl-overloading": [ { "arch": "noarch", "epoch": 0, "name": "perl-overloading", "release": "497.fc38", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "1.fc38", "source": "rpm", "version": "0.241" } ], "perl-podlators": [ { "arch": "noarch", "epoch": 1, "name": "perl-podlators", "release": "2.fc38", "source": "rpm", "version": "5.01" } ], "perl-vars": [ { "arch": "noarch", "epoch": 0, "name": "perl-vars", "release": "497.fc38", "source": "rpm", "version": "1.05" } ], "pkgconf": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": null, "name": "pkgconf-m4", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf-pkg-config", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "plymouth": [ { "arch": "x86_64", "epoch": null, "name": "plymouth", "release": "4.fc38", "source": "rpm", "version": "22.02.122" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-core-libs", "release": "4.fc38", "source": "rpm", "version": "22.02.122" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-scripts", "release": "4.fc38", "source": "rpm", "version": "22.02.122" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "polkit": [ { "arch": "x86_64", "epoch": null, "name": "polkit", "release": "3.fc38.1", "source": "rpm", "version": "122" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "3.fc38.1", "source": "rpm", "version": "122" } ], "polkit-pkla-compat": [ { "arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "23.fc38", "source": "rpm", "version": "0.1" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "2.fc38", "source": "rpm", "version": "1.19" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "11.fc38", "source": "rpm", "version": "3.3.17" } ], "protobuf-c": [ { "arch": "x86_64", "epoch": null, "name": "protobuf-c", "release": "4.fc38", "source": "rpm", "version": "1.4.1" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "2.fc38", "source": "rpm", "version": "23.6" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "1.fc38", "source": "rpm", "version": "20230812" } ], "python-pip-wheel": [ { "arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "3.fc38", "source": "rpm", "version": "22.3.1" } ], "python-setuptools-wheel": [ { "arch": "noarch", "epoch": null, "name": "python-setuptools-wheel", "release": "2.fc38", "source": "rpm", "version": "65.5.1" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": null, "name": "python-unversioned-command", "release": "1.fc38", "source": "rpm", "version": "3.11.6" } ], "python3": [ { "arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc38", "source": "rpm", "version": "3.11.6" } ], "python3-attrs": [ { "arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "2.fc38", "source": "rpm", "version": "22.2.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "5.fc38", "source": "rpm", "version": "3.1.2" } ], "python3-cffi": [ { "arch": "x86_64", "epoch": null, "name": "python3-cffi", "release": "4.fc38", "source": "rpm", "version": "1.15.1" } ], "python3-charset-normalizer": [ { "arch": "noarch", "epoch": null, "name": "python3-charset-normalizer", "release": "1.fc38", "source": "rpm", "version": "3.1.0" } ], "python3-configobj": [ { "arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "6.fc38", "source": "rpm", "version": "5.0.8" } ], "python3-cryptography": [ { "arch": "x86_64", "epoch": null, "name": "python3-cryptography", "release": "8.fc38", "source": "rpm", "version": "37.0.2" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "5.fc38", "source": "rpm", "version": "2.8.2" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "2.fc38", "source": "rpm", "version": "1.3.2" } ], "python3-distro": [ { "arch": "noarch", "epoch": null, "name": "python3-distro", "release": "2.fc38", "source": "rpm", "version": "1.8.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "python3-firewall": [ { "arch": "noarch", "epoch": null, "name": "python3-firewall", "release": "1.fc38", "source": "rpm", "version": "1.3.4" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "1.fc38", "source": "rpm", "version": "3.44.1" } ], "python3-gobject-base-noarch": [ { "arch": "noarch", "epoch": null, "name": "python3-gobject-base-noarch", "release": "1.fc38", "source": "rpm", "version": "3.44.1" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc38", "source": "rpm", "version": "0.72.0" } ], "python3-idna": [ { "arch": "noarch", "epoch": null, "name": "python3-idna", "release": "2.fc38", "source": "rpm", "version": "3.4" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "7.fc38", "source": "rpm", "version": "3.0.3" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "22.fc38", "source": "rpm", "version": "1.21" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "8.fc38", "source": "rpm", "version": "2.0" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "2.fc38", "source": "rpm", "version": "4.17.3" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.fc38", "source": "rpm", "version": "0.1.20" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc38", "source": "rpm", "version": "0.72.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc38", "source": "rpm", "version": "3.11.6" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "2.fc38", "source": "rpm", "version": "3.5" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python3-lxml", "release": "3.fc38", "source": "rpm", "version": "4.9.2" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "1.fc38", "source": "rpm", "version": "2.1.2" } ], "python3-netifaces": [ { "arch": "x86_64", "epoch": null, "name": "python3-netifaces", "release": "5.fc38", "source": "rpm", "version": "0.11.0" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": 1, "name": "python3-nftables", "release": "2.fc38", "source": "rpm", "version": "1.0.5" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.fc38", "source": "rpm", "version": "3.2.2" } ], "python3-ply": [ { "arch": "noarch", "epoch": null, "name": "python3-ply", "release": "18.fc38", "source": "rpm", "version": "3.11" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "python3-prettytable": [ { "arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "31.fc38", "source": "rpm", "version": "0.7.2" } ], "python3-pyasn1": [ { "arch": "noarch", "epoch": null, "name": "python3-pyasn1", "release": "12.fc38", "source": "rpm", "version": "0.4.8" } ], "python3-pycparser": [ { "arch": "noarch", "epoch": null, "name": "python3-pycparser", "release": "9.fc38", "source": "rpm", "version": "2.20" } ], "python3-pyrsistent": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "2.fc38", "source": "rpm", "version": "0.19.3" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "4.fc38", "source": "rpm", "version": "3.5" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "16.fc38", "source": "rpm", "version": "1.7.1" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "6.fc38", "source": "rpm", "version": "6.0" } ], "python3-requests": [ { "arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.fc38", "source": "rpm", "version": "2.28.2" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "python3-setools": [ { "arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "2.fc38", "source": "rpm", "version": "65.5.1" } ], "python3-six": [ { "arch": "noarch", "epoch": null, "name": "python3-six", "release": "9.fc38", "source": "rpm", "version": "1.16.0" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "2.fc38", "source": "rpm", "version": "235" } ], "python3-unbound": [ { "arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "1.fc38", "source": "rpm", "version": "1.19.0" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "1.fc38", "source": "rpm", "version": "1.26.18" } ], "python3-urllib3+socks": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3+socks", "release": "1.fc38", "source": "rpm", "version": "1.26.18" } ], "qa-tools": [ { "arch": "noarch", "epoch": null, "name": "qa-tools", "release": "4.fc38", "source": "rpm", "version": "4.1" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "2.fc38", "source": "rpm", "version": "4.09" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "2.fc38", "source": "rpm", "version": "4.09" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "3.fc38", "source": "rpm", "version": "8.2" } ], "realtek-firmware": [ { "arch": "noarch", "epoch": null, "name": "realtek-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.fc38eng", "source": "rpm", "version": "0.4.4" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.fc38eng", "source": "rpm", "version": "0.4.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "1.fc38", "source": "rpm", "version": "6.16" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "33.fc38", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "4.rc2.fc38", "source": "rpm", "version": "1.2.6" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-sequoia": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sequoia", "release": "1.fc38", "source": "rpm", "version": "1.5.0" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "2.fc38", "source": "rpm", "version": "3.2.7" } ], "rsyslog": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "1.fc38", "source": "rpm", "version": "8.2310.0" } ], "rsyslog-gnutls": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog-gnutls", "release": "1.fc38", "source": "rpm", "version": "8.2310.0" } ], "rsyslog-logrotate": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog-logrotate", "release": "1.fc38", "source": "rpm", "version": "8.2310.0" } ], "rtl-sdr": [ { "arch": "x86_64", "epoch": null, "name": "rtl-sdr", "release": "2.fc38", "source": "rpm", "version": "0.6.0^20230403git142325a9" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "12.fc38", "source": "rpm", "version": "4.8" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "1.fc38", "source": "rpm", "version": "38.30" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "1.fc38", "source": "rpm", "version": "38.30" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "2.fc38", "source": "rpm", "version": "2.14.3" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "6.fc38", "source": "rpm", "version": "4.13" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "3.fc38", "source": "rpm", "version": "2.2" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "2.fc38", "source": "rpm", "version": "3.40.1" } ], "sssd-client": [ { "arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "1.fc38", "source": "rpm", "version": "2.9.3" } ], "sssd-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "1.fc38", "source": "rpm", "version": "2.9.3" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "1.fc38", "source": "rpm", "version": "2.9.3" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "1.fc38", "source": "rpm", "version": "2.9.3" } ], "strace": [ { "arch": "x86_64", "epoch": null, "name": "strace", "release": "1.fc38", "source": "rpm", "version": "6.6" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "2.p2.fc38", "source": "rpm", "version": "1.9.13" } ], "sudo-python-plugin": [ { "arch": "x86_64", "epoch": null, "name": "sudo-python-plugin", "release": "2.p2.fc38", "source": "rpm", "version": "1.9.13" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-networkd": [ { "arch": "x86_64", "epoch": null, "name": "systemd-networkd", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-resolved": [ { "arch": "x86_64", "epoch": null, "name": "systemd-resolved", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemtap": [ { "arch": "x86_64", "epoch": null, "name": "systemtap", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-client", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-devel", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-runtime", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "8.fc38", "source": "rpm", "version": "1.34" } ], "tbb": [ { "arch": "x86_64", "epoch": null, "name": "tbb", "release": "16.fc38", "source": "rpm", "version": "2020.3" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "20.fc38", "source": "rpm", "version": "1.9" } ], "tpm2-tools": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tools", "release": "3.fc38", "source": "rpm", "version": "5.5" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss", "release": "3.fc38", "source": "rpm", "version": "4.0.1" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc38", "source": "rpm", "version": "2023c" } ], "udisks2": [ { "arch": "x86_64", "epoch": null, "name": "udisks2", "release": "7.fc38", "source": "rpm", "version": "2.9.4" } ], "unbound-anchor": [ { "arch": "x86_64", "epoch": null, "name": "unbound-anchor", "release": "1.fc38", "source": "rpm", "version": "1.19.0" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "1.fc38", "source": "rpm", "version": "1.19.0" } ], "unzip": [ { "arch": "x86_64", "epoch": null, "name": "unzip", "release": "60.fc38", "source": "rpm", "version": "6.0" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": null, "name": "userspace-rcu", "release": "2.fc38", "source": "rpm", "version": "0.13.2" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": null, "name": "util-linux-core", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-data": [ { "arch": "noarch", "epoch": 2, "name": "vim-data", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": 2, "name": "vim-default-editor", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": 2, "name": "vim-filesystem", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": null, "name": "volume_key-libs", "release": "18.fc38", "source": "rpm", "version": "0.3.12" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "5.fc38", "source": "rpm", "version": "1.21.3" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "39.fc38", "source": "rpm", "version": "2.21" } ], "whois-nls": [ { "arch": "noarch", "epoch": null, "name": "whois-nls", "release": "1.fc38", "source": "rpm", "version": "5.5.18" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "3.fc38", "source": "rpm", "version": "6.1.0" } ], "xkeyboard-config": [ { "arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "1.fc38", "source": "rpm", "version": "2.38" } ], "xxd": [ { "arch": "x86_64", "epoch": 2, "name": "xxd", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "xxhash-libs": [ { "arch": "x86_64", "epoch": null, "name": "xxhash-libs", "release": "1.fc38", "source": "rpm", "version": "0.8.2" } ], "xz": [ { "arch": "x86_64", "epoch": null, "name": "xz", "release": "1.fc38", "source": "rpm", "version": "5.4.1" } ], "xz-devel": [ { "arch": "x86_64", "epoch": null, "name": "xz-devel", "release": "1.fc38", "source": "rpm", "version": "5.4.1" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "1.fc38", "source": "rpm", "version": "5.4.1" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "zchunk-libs": [ { "arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "1.fc38", "source": "rpm", "version": "1.3.2" } ], "zip": [ { "arch": "x86_64", "epoch": null, "name": "zip", "release": "37.fc38", "source": "rpm", "version": "3.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "3.fc38", "source": "rpm", "version": "1.2.13" } ], "zlib-devel": [ { "arch": "x86_64", "epoch": null, "name": "zlib-devel", "release": "3.fc38", "source": "rpm", "version": "1.2.13" } ], "zram-generator": [ { "arch": "x86_64", "epoch": null, "name": "zram-generator", "release": "4.fc38", "source": "rpm", "version": "1.1.2" } ], "zram-generator-defaults": [ { "arch": "noarch", "epoch": null, "name": "zram-generator-defaults", "release": "4.fc38", "source": "rpm", "version": "1.1.2" } ] } }, "changed": false } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:56 Saturday 09 December 2023 09:23:46 +0000 (0:00:00.979) 0:01:19.448 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_version": "8.2310.0" }, "changed": false } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version 1] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:63 Saturday 09 December 2023 09:23:46 +0000 (0:00:00.025) 0:01:19.474 ***** skipping: [sut] => {} TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version 2] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:69 Saturday 09 December 2023 09:23:46 +0000 (0:00:00.019) 0:01:19.493 ***** ok: [sut] => {} MSG: Rsyslog_version is 8.2310.0, which is newer than "8.37.0-7.2". TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:78 Saturday 09 December 2023 09:23:46 +0000 (0:00:00.021) 0:01:19.514 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:86 Saturday 09 December 2023 09:23:46 +0000 (0:00:00.020) 0:01:19.535 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:93 Saturday 09 December 2023 09:23:46 +0000 (0:00:00.223) 0:01:19.759 ***** 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-weekly-ciaof9_xq6/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-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:99 Saturday 09 December 2023 09:23:46 +0000 (0:00:00.224) 0:01:19.983 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate global rule to add to __rsyslog_common_rules] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:108 Saturday 09 December 2023 09:23:47 +0000 (0:00:00.221) 0:01:20.205 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_common_rules": [ { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:131 Saturday 09 December 2023 09:23:47 +0000 (0:00:00.064) 0:01:20.269 ***** changed: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n defaultNetstreamDriverCAFile="/etc/pki/tls/certs/logging_cert.crt"\n defaultNetstreamDriverCertFile="/etc/pki/tls/certs/logging_cert.crt"\n defaultNetstreamDriverKeyFile="/etc/pki/tls/private/logging_cert.key"\n maxMessageSize="8192"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "dest": "/etc/rsyslog.d/00-global.conf", "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n maxMessageSize=\"8192\"\n)\n" }, "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 349, "src": "/root/.ansible/tmp/ansible-tmp-1702113827.3026085-29715-71105332974108/source", "state": "file", "uid": 0 } 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" } changed: [sut] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "md5sum": "67b8db030cbdc1a113a66f29287f3698", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "src": "/root/.ansible/tmp/ansible-tmp-1702113827.8703666-29715-225764235095154/source", "state": "file", "uid": 0 } NOTIFIED HANDLER /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Restart rsyslogd for sut TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Initialize list of template results] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:155 Saturday 09 December 2023 09:23:48 +0000 (0:00:01.143) 0:01:21.413 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113827.3026085-29715-71105332974108/source", "unsafe_writes": false, "validate": null } }, "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 349, "src": "/root/.ansible/tmp/ansible-tmp-1702113827.3026085-29715-71105332974108/source", "state": "file", "uid": 0 }, { "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": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113827.8703666-29715-225764235095154/source", "unsafe_writes": false, "validate": null } }, "md5sum": "67b8db030cbdc1a113a66f29287f3698", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "src": "/root/.ansible/tmp/ansible-tmp-1702113827.8703666-29715-225764235095154/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:159 Saturday 09 December 2023 09:23:48 +0000 (0:00:00.023) 0:01:21.437 ***** skipping: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n defaultNetstreamDriverCAFile="/etc/pki/tls/certs/logging_cert.crt"\n defaultNetstreamDriverCertFile="/etc/pki/tls/certs/logging_cert.crt"\n defaultNetstreamDriverKeyFile="/etc/pki/tls/private/logging_cert.key"\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 defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:177 Saturday 09 December 2023 09:23:48 +0000 (0:00:00.029) 0:01:21.466 ***** ok: [sut] => (item={'name': 'system_input', 'type': 'basics'}) => { "ansible_facts": { "__rsyslog_basics_packages": [] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/basics/main.yml" ], "ansible_loop_var": "input_item", "changed": false, "input_item": { "name": "system_input", "type": "basics" } } ok: [sut] => (item={'name': 'remote_tcp_0', 'type': 'remote', 'tcp_ports': [6514, 40000, 40001], 'tls': True, 'pki_authmode': 'x509/name', 'permitted_clients': ['*.client.com', '*.example.com']}) => { "ansible_facts": { "__rsyslog_remote_packages": [] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/remote/main.yml" ], "ansible_loop_var": "input_item", "changed": false, "input_item": { "name": "remote_tcp_0", "permitted_clients": [ "*.client.com", "*.example.com" ], "pki_authmode": "x509/name", "tcp_ports": [ 6514, 40000, 40001 ], "tls": true, "type": "remote" } } ok: [sut] => (item={'name': 'remote_tcp_1', 'type': 'remote', 'tcp_ports': [514, 40010, 40011], 'tls': True}) => { "ansible_facts": { "__rsyslog_remote_packages": [] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/remote/main.yml" ], "ansible_loop_var": "input_item", "changed": false, "input_item": { "name": "remote_tcp_1", "tcp_ports": [ 514, 40010, 40011 ], "tls": true, "type": "remote" } } ok: [sut] => (item={'name': 'remote_udp', 'type': 'remote', 'udp_ports': [514, 40020]}) => { "ansible_facts": { "__rsyslog_remote_packages": [] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/remote/main.yml" ], "ansible_loop_var": "input_item", "changed": false, "input_item": { "name": "remote_udp", "type": "remote", "udp_ports": [ 514, 40020 ] } } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:188 Saturday 09 December 2023 09:23:48 +0000 (0:00:00.042) 0:01:21.508 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/inputs/basics/main.yml for sut included: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/inputs/remote/main.yml for sut included: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/inputs/remote/main.yml for sut included: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/inputs/remote/main.yml for sut TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update basics input packages] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/inputs/basics/main.yml:3 Saturday 09 December 2023 09:23:48 +0000 (0:00:00.075) 0:01:21.583 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:4 Saturday 09 December 2023 09:23:48 +0000 (0:00:00.035) 0:01:21.619 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:15 Saturday 09 December 2023 09:23:48 +0000 (0:00:00.021) 0:01:21.640 ***** TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:38 Saturday 09 December 2023 09:23:48 +0000 (0:00:00.017) 0:01:21.658 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113827.3026085-29715-71105332974108/source", "unsafe_writes": false, "validate": null } }, "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 349, "src": "/root/.ansible/tmp/ansible-tmp-1702113827.3026085-29715-71105332974108/source", "state": "file", "uid": 0 }, { "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": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113827.8703666-29715-225764235095154/source", "unsafe_writes": false, "validate": null } }, "md5sum": "67b8db030cbdc1a113a66f29287f3698", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "src": "/root/.ansible/tmp/ansible-tmp-1702113827.8703666-29715-225764235095154/source", "state": "file", "uid": 0 } ] }, { "changed": false, "results": [], "skipped": true, "skipped_reason": "No items in the list" } ] }, "changed": false } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:43 Saturday 09 December 2023 09:23:48 +0000 (0:00:00.023) 0:01:21.681 ***** TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Create basics input configuration file /etc/rsyslog.d/input-basics-system_input] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/inputs/basics/main.yml:10 Saturday 09 December 2023 09:23:48 +0000 (0:00:00.019) 0:01:21.701 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:4 Saturday 09 December 2023 09:23:48 +0000 (0:00:00.039) 0:01:21.741 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:15 Saturday 09 December 2023 09:23:48 +0000 (0:00:00.020) 0:01:21.762 ***** changed: [sut] => (item={'name': 'input-basics-system_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'module(load="imuxsock" # provides support for local system logging (e.g. via logger command)\n SysSock.Use="off") # Turn off message reception via local log socket.\nmodule(load="imjournal"\n StateFile="/var/lib/rsyslog/imjournal.state"\n RateLimit.Interval="600"\n PersistStateInterval="10")\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call files_output\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input" }, "md5sum": "3181f3bc2e6f06a5cf0f5b13a63a1aea", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 456, "src": "/root/.ansible/tmp/ansible-tmp-1702113828.890648-29761-123014752313147/source", "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:38 Saturday 09 December 2023 09:23:49 +0000 (0:00:00.668) 0:01:22.430 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113827.3026085-29715-71105332974108/source", "unsafe_writes": false, "validate": null } }, "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 349, "src": "/root/.ansible/tmp/ansible-tmp-1702113827.3026085-29715-71105332974108/source", "state": "file", "uid": 0 }, { "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": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113827.8703666-29715-225764235095154/source", "unsafe_writes": false, "validate": null } }, "md5sum": "67b8db030cbdc1a113a66f29287f3698", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "src": "/root/.ansible/tmp/ansible-tmp-1702113827.8703666-29715-225764235095154/source", "state": "file", "uid": 0 } ] }, { "changed": false, "results": [], "skipped": true, "skipped_reason": "No items in the list" }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1702113828.890648-29761-123014752313147/source", "unsafe_writes": false, "validate": null } }, "md5sum": "3181f3bc2e6f06a5cf0f5b13a63a1aea", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 456, "src": "/root/.ansible/tmp/ansible-tmp-1702113828.890648-29761-123014752313147/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/deploy.yml:43 Saturday 09 December 2023 09:23:49 +0000 (0:00:00.025) 0:01:22.455 ***** skipping: [sut] => (item={'name': 'input-basics-system_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'module(load="imuxsock" # provides support for local system logging (e.g. via logger command)\n SysSock.Use="off") # Turn off message reception via local log socket.\nmodule(load="imjournal"\n StateFile="/var/lib/rsyslog/imjournal.state"\n RateLimit.Interval="600"\n PersistStateInterval="10")\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call files_output\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Ensure Remote inputs contain no conflict connection type] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/inputs/remote/main.yml:20 Saturday 09 December 2023 09:23:49 +0000 (0:00:00.098) 0:01:22.554 ***** skipping: [sut] => (item=[{'name': 'remote_udp', 'type': 'remote', 'udp_ports': [514, 40020]}]) => { "ansible_loop_var": "item", "changed": false, "item": [ { "name": "remote_udp", "type": "remote", "udp_ports": [ 514, 40020 ] } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "item": [], "skip_reason": "Conditional result was False" } failed: [sut] (item=[{'name': 'remote_tcp_0', 'type': 'remote', 'tcp_ports': [6514, 40000, 40001], 'tls': True, 'pki_authmode': 'x509/name', 'permitted_clients': ['*.client.com', '*.example.com']}, {'name': 'remote_tcp_1', 'type': 'remote', 'tcp_ports': [514, 40010, 40011], 'tls': True}]) => { "ansible_loop_var": "item", "changed": false, "item": [ { "name": "remote_tcp_0", "permitted_clients": [ "*.client.com", "*.example.com" ], "pki_authmode": "x509/name", "tcp_ports": [ 6514, 40000, 40001 ], "tls": true, "type": "remote" }, { "name": "remote_tcp_1", "tcp_ports": [ 514, 40010, 40011 ], "tls": true, "type": "remote" } ] } MSG: Error: remote_tcp_0 and remote_tcp_1 conflict. TASK [Expected error] ********************************************************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/tests_server.yml:189 Saturday 09 December 2023 09:23:49 +0000 (0:00:00.045) 0:01:22.600 ***** ok: [sut] => {} MSG: {'results': [{'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', '_ansible_no_log': False, 'item': [{'name': 'remote_udp', 'type': 'remote', 'udp_ports': [514, 40020]}], 'ansible_loop_var': 'item', '_ansible_item_label': [{'name': 'remote_udp', 'type': 'remote', 'udp_ports': [514, 40020]}]}, {'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', '_ansible_no_log': False, 'item': [], 'ansible_loop_var': 'item', '_ansible_item_label': []}, {'failed': True, 'msg': 'Error: remote_tcp_0 and remote_tcp_1 conflict.', '_ansible_no_log': False, 'changed': False, 'item': [{'name': 'remote_tcp_0', 'type': 'remote', 'tcp_ports': [6514, 40000, 40001], 'tls': True, 'pki_authmode': 'x509/name', 'permitted_clients': ['*.client.com', '*.example.com']}, {'name': 'remote_tcp_1', 'type': 'remote', 'tcp_ports': [514, 40010, 40011], 'tls': True}], 'ansible_loop_var': 'item', '_ansible_item_label': [{'name': 'remote_tcp_0', 'type': 'remote', 'tcp_ports': [6514, 40000, 40001], 'tls': True, 'pki_authmode': 'x509/name', 'permitted_clients': ['*.client.com', '*.example.com']}, {'name': 'remote_tcp_1', 'type': 'remote', 'tcp_ports': [514, 40010, 40011], 'tls': True}]}], 'failed': True, 'msg': 'All items completed', 'changed': False} TASK [Ensure the expected error message is issued] ***************************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/tests_server.yml:192 Saturday 09 December 2023 09:23:49 +0000 (0:00:00.021) 0:01:22.621 ***** ok: [sut] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', '_ansible_no_log': False, 'item': [{'name': 'remote_udp', 'type': 'remote', 'udp_ports': [514, 40020]}], 'ansible_loop_var': 'item', '_ansible_item_label': [{'name': 'remote_udp', 'type': 'remote', 'udp_ports': [514, 40020]}]}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": [ { "name": "remote_udp", "type": "remote", "udp_ports": [ 514, 40020 ] } ], "skip_reason": "Conditional result was False", "skipped": true } } MSG: All assertions passed ok: [sut] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', '_ansible_no_log': False, 'item': [], 'ansible_loop_var': 'item', '_ansible_item_label': []}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": [], "skip_reason": "Conditional result was False", "skipped": true } } MSG: All assertions passed ok: [sut] => (item={'failed': True, 'msg': 'Error: remote_tcp_0 and remote_tcp_1 conflict.', '_ansible_no_log': False, 'changed': False, 'item': [{'name': 'remote_tcp_0', 'type': 'remote', 'tcp_ports': [6514, 40000, 40001], 'tls': True, 'pki_authmode': 'x509/name', 'permitted_clients': ['*.client.com', '*.example.com']}, {'name': 'remote_tcp_1', 'type': 'remote', 'tcp_ports': [514, 40010, 40011], 'tls': True}], 'ansible_loop_var': 'item', '_ansible_item_label': [{'name': 'remote_tcp_0', 'type': 'remote', 'tcp_ports': [6514, 40000, 40001], 'tls': True, 'pki_authmode': 'x509/name', 'permitted_clients': ['*.client.com', '*.example.com']}, {'name': 'remote_tcp_1', 'type': 'remote', 'tcp_ports': [514, 40010, 40011], 'tls': True}]}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "failed": true, "item": [ { "name": "remote_tcp_0", "permitted_clients": [ "*.client.com", "*.example.com" ], "pki_authmode": "x509/name", "tcp_ports": [ 6514, 40000, 40001 ], "tls": true, "type": "remote" }, { "name": "remote_tcp_1", "tcp_ports": [ 514, 40010, 40011 ], "tls": true, "type": "remote" } ], "msg": "Error: remote_tcp_0 and remote_tcp_1 conflict." } } MSG: All assertions passed TASK [END TEST CASE 1; Clean up the deployed config] *************************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/tests_server.yml:200 Saturday 09 December 2023 09:23:49 +0000 (0:00:00.031) 0:01:22.653 ***** TASK [linux-system-roles.logging : Set files output if files output is not defined and logging_inputs is not empty] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:8 Saturday 09 December 2023 09:23:49 +0000 (0:00:00.030) 0:01:22.683 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:20 Saturday 09 December 2023 09:23:49 +0000 (0:00:00.022) 0:01:22.706 ***** ok: [sut] => { "ansible_facts": { "rsyslog_outputs": [] }, "changed": false } TASK [linux-system-roles.logging : Set rsyslog_inputs] ************************* task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:27 Saturday 09 December 2023 09:23:49 +0000 (0:00:00.023) 0:01:22.729 ***** ok: [sut] => { "ansible_facts": { "rsyslog_inputs": [] }, "changed": false } TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:33 Saturday 09 December 2023 09:23:49 +0000 (0:00:00.023) 0:01:22.752 ***** TASK [linux-system-roles.logging : Check logging_inputs item in logging_flows.inputs] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:46 Saturday 09 December 2023 09:23:49 +0000 (0:00:00.017) 0:01:22.770 ***** TASK [linux-system-roles.logging : Gather ports specified in the logging_inputs and outputs vars] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:57 Saturday 09 December 2023 09:23:49 +0000 (0:00:00.018) 0:01:22.789 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:3 Saturday 09 December 2023 09:23:49 +0000 (0:00:00.037) 0:01:22.827 ***** ok: [sut] => { "ansible_facts": { "logging_tls_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_tcp_ports] *************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:7 Saturday 09 December 2023 09:23:49 +0000 (0:00:00.052) 0:01:22.879 ***** ok: [sut] => { "ansible_facts": { "logging_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_tls_udp_ports] *********** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:11 Saturday 09 December 2023 09:23:49 +0000 (0:00:00.022) 0:01:22.901 ***** ok: [sut] => { "ansible_facts": { "logging_tls_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_udp_ports] *************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:15 Saturday 09 December 2023 09:23:49 +0000 (0:00:00.022) 0:01:22.923 ***** ok: [sut] => { "ansible_facts": { "logging_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'port' values] ******************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:24 Saturday 09 December 2023 09:23:49 +0000 (0:00:00.021) 0:01:22.945 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:93 Saturday 09 December 2023 09:23:49 +0000 (0:00:00.022) 0:01:22.967 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:98 Saturday 09 December 2023 09:23:49 +0000 (0:00:00.022) 0:01:22.989 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:103 Saturday 09 December 2023 09:23:49 +0000 (0:00:00.021) 0:01:23.011 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:108 Saturday 09 December 2023 09:23:50 +0000 (0:00:00.022) 0:01:23.033 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:113 Saturday 09 December 2023 09:23:50 +0000 (0:00:00.021) 0:01:23.054 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:118 Saturday 09 December 2023 09:23:50 +0000 (0:00:00.022) 0:01:23.076 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:166 Saturday 09 December 2023 09:23:50 +0000 (0:00:00.021) 0:01:23.098 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:171 Saturday 09 December 2023 09:23:50 +0000 (0:00:00.023) 0:01:23.121 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:177 Saturday 09 December 2023 09:23:50 +0000 (0:00:00.022) 0:01:23.143 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:182 Saturday 09 December 2023 09:23:50 +0000 (0:00:00.021) 0:01:23.165 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:60 Saturday 09 December 2023 09:23:50 +0000 (0:00:00.021) 0:01:23.187 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/firewall.yml for sut TASK [linux-system-roles.logging : Initialize logging_firewall_ports] ********** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/firewall.yml:8 Saturday 09 December 2023 09:23:50 +0000 (0:00:00.039) 0:01:23.226 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/firewall.yml:12 Saturday 09 December 2023 09:23:50 +0000 (0:00:00.021) 0:01:23.247 ***** TASK [linux-system-roles.logging : Add udp ports to logging_firewall_ports] **** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/firewall.yml:20 Saturday 09 December 2023 09:23:50 +0000 (0:00:00.017) 0:01:23.265 ***** TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/firewall.yml:28 Saturday 09 December 2023 09:23:50 +0000 (0:00:00.046) 0:01:23.312 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:63 Saturday 09 December 2023 09:23:50 +0000 (0:00:00.022) 0:01:23.334 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/selinux.yml for sut TASK [linux-system-roles.logging : Initialize logging_selinux_ports] *********** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/selinux.yml:8 Saturday 09 December 2023 09:23:50 +0000 (0:00:00.044) 0:01:23.379 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/selinux.yml:12 Saturday 09 December 2023 09:23:50 +0000 (0:00:00.021) 0:01:23.401 ***** TASK [linux-system-roles.logging : Add tls tcp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/selinux.yml:21 Saturday 09 December 2023 09:23:50 +0000 (0:00:00.018) 0:01:23.419 ***** TASK [linux-system-roles.logging : Add non tls udp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/selinux.yml:30 Saturday 09 December 2023 09:23:50 +0000 (0:00:00.017) 0:01:23.437 ***** TASK [linux-system-roles.logging : Add tls udp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/selinux.yml:39 Saturday 09 December 2023 09:23:50 +0000 (0:00:00.018) 0:01:23.456 ***** TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/selinux.yml:48 Saturday 09 December 2023 09:23:50 +0000 (0:00:00.018) 0:01:23.474 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Generate certificates] ********************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:67 Saturday 09 December 2023 09:23:50 +0000 (0:00:00.020) 0:01:23.494 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/certificate.yml for sut TASK [Generate certificates] *************************************************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/certificate.yml:2 Saturday 09 December 2023 09:23:50 +0000 (0:00:00.042) 0:01:23.537 ***** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 09 December 2023 09:23:50 +0000 (0:00:00.036) 0:01:23.574 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 09 December 2023 09:23:50 +0000 (0:00:00.039) 0:01:23.613 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 09 December 2023 09:23:50 +0000 (0:00:00.030) 0:01:23.644 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 09 December 2023 09:23:50 +0000 (0:00:00.029) 0:01:23.673 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Saturday 09 December 2023 09:23:50 +0000 (0:00:00.057) 0:01:23.730 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 09 December 2023 09:23:50 +0000 (0:00:00.059) 0:01:23.790 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-cryptography python3-dbus python3-pyasn1 TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Saturday 09 December 2023 09:23:53 +0000 (0:00:02.333) 0:01:26.123 ***** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: certmonger TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Saturday 09 December 2023 09:23:55 +0000 (0:00:02.351) 0:01:28.474 ***** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//pre-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Saturday 09 December 2023 09:23:55 +0000 (0:00:00.232) 0:01:28.707 ***** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//post-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Saturday 09 December 2023 09:23:55 +0000 (0:00:00.234) 0:01:28.942 ***** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "enabled": true, "name": "certmonger", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:certmonger_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2023-12-09 09:22:42 UTC", "ActiveEnterTimestampMonotonic": "698521149", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target systemd-journald.socket system.slice dbus-broker.service syslog.target network.target dbus.socket basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-09 09:22:42 UTC", "AssertTimestampMonotonic": "698453711", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedorahosted.certmonger", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "1336030000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2023-12-09 09:22:42 UTC", "ConditionTimestampMonotonic": "698453708", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/certmonger.service", "ControlGroupId": "5199", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "5186", "ExecMainStartTimestamp": "Sat 2023-12-09 09:22:42 UTC", "ExecMainStartTimestampMonotonic": "698461323", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; 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/certmonger.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": "certmonger.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2023-12-09 09:22:42 UTC", "InactiveExitTimestampMonotonic": "698461805", "InvocationID": "d0224d28d77d4a48908821f2ce2dd6b5", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "5186", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "4038656", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/certmonger.pid", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2023-12-09 09:23:27 UTC", "StateChangeTimestampMonotonic": "743615322", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "4434", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Saturday 09 December 2023 09:23:56 +0000 (0:00:00.556) 0:01:29.498 ***** changed: [sut] => (item={'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } } MSG: Certificate requested (update). TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Saturday 09 December 2023 09:23:57 +0000 (0:00:00.847) 0:01:30.346 ***** skipping: [sut] => (item=['cert', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "cert", { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['key', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "key", { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['ca', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "ca", { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } ], "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Saturday 09 December 2023 09:23:57 +0000 (0:00:00.033) 0:01:30.380 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Saturday 09 December 2023 09:23:57 +0000 (0:00:00.022) 0:01:30.402 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Saturday 09 December 2023 09:23:57 +0000 (0:00:00.022) 0:01:30.424 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:73 Saturday 09 December 2023 09:23:57 +0000 (0:00:00.022) 0:01:30.447 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Create rsyslog debug dir] ******************* task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:77 Saturday 09 December 2023 09:23:57 +0000 (0:00:00.023) 0:01:30.470 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Delete debug file] ************************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:83 Saturday 09 December 2023 09:23:57 +0000 (0:00:00.022) 0:01:30.492 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Create rsyslog debug file] ****************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:88 Saturday 09 December 2023 09:23:57 +0000 (0:00:00.023) 0:01:30.516 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:95 Saturday 09 December 2023 09:23:57 +0000 (0:00:00.023) 0:01:30.540 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Populate rsyslog debug file] **************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:99 Saturday 09 December 2023 09:23:57 +0000 (0:00:00.022) 0:01:30.562 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include Rsyslog role] **************************************************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/tasks/main.yml:111 Saturday 09 December 2023 09:23:57 +0000 (0:00:00.024) 0:01:30.586 ***** TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main.yml:4 Saturday 09 December 2023 09:23:57 +0000 (0:00:00.031) 0:01:30.618 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/set_vars.yml for sut TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/set_vars.yml:4 Saturday 09 December 2023 09:23:57 +0000 (0:00:00.030) 0:01:30.649 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Check if system is ostree] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/set_vars.yml:13 Saturday 09 December 2023 09:23:57 +0000 (0:00:00.053) 0:01:30.702 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/set_vars.yml:18 Saturday 09 December 2023 09:23:57 +0000 (0:00:00.019) 0:01:30.722 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/set_vars.yml:22 Saturday 09 December 2023 09:23:57 +0000 (0:00:00.019) 0:01:30.742 ***** ok: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/default.yml) => { "ansible_facts": { "__rsyslog_input_basics": "input_basics.j2" }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/default.yml" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Include /vars/main.yml from /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/set_vars.yml:34 Saturday 09 December 2023 09:23:57 +0000 (0:00:00.046) 0:01:30.789 ***** skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/basics/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/basics/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/ovirt/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/ovirt/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/remote/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/inputs/remote/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/elasticsearch/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/elasticsearch/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/forwards/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/forwards/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/remote_files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/vars/outputs/remote_files/main.yml", "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Main rsyslog subrole] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main.yml:7 Saturday 09 December 2023 09:23:57 +0000 (0:00:00.048) 0:01:30.837 ***** included: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml for sut TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Get status of rsyslog packages] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:15 Saturday 09 December 2023 09:23:57 +0000 (0:00:00.044) 0:01:30.882 ***** ok: [sut] => (item=iproute) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "rpm", "-V", "iproute" ], "delta": "0:00:00.035718", "end": "2023-12-09 09:23:58.089162", "failed_when_result": false, "item": "iproute", "rc": 0, "start": "2023-12-09 09:23:58.053444", "warnings": [ "Consider using the yum, dnf or zypper module rather than running 'rpm'. If you need to use command because yum, dnf or zypper is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message." ] } ok: [sut] => (item=rsyslog) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "rpm", "-V", "rsyslog" ], "delta": "0:00:00.049638", "end": "2023-12-09 09:23:58.337345", "failed_when_result": false, "item": "rsyslog", "rc": 0, "start": "2023-12-09 09:23:58.287707", "warnings": [ "Consider using the yum, dnf or zypper module rather than running 'rpm'. If you need to use command because yum, dnf or zypper is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message." ] } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset original confs - logging package is absent] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:22 Saturday 09 December 2023 09:23:58 +0000 (0:00:00.504) 0:01:31.386 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:34 Saturday 09 December 2023 09:23:58 +0000 (0:00:00.023) 0:01:31.410 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: ca-certificates iproute rsyslog rsyslog-gnutls TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset erased flag] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:48 Saturday 09 December 2023 09:24:00 +0000 (0:00:02.348) 0:01:33.758 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_erased": false }, "changed": false } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:52 Saturday 09 December 2023 09:24:00 +0000 (0:00:00.019) 0:01:33.777 ***** ok: [sut] => { "ansible_facts": { "packages": { "ModemManager-glib": [ { "arch": "x86_64", "epoch": null, "name": "ModemManager-glib", "release": "1.fc38", "source": "rpm", "version": "1.20.6" } ], "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc38", "source": "rpm", "version": "1.42.8" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc38", "source": "rpm", "version": "1.42.8" } ], "alternatives": [ { "arch": "x86_64", "epoch": null, "name": "alternatives", "release": "1.fc38", "source": "rpm", "version": "1.25" } ], "amd-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "amd-gpu-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "aspell": [ { "arch": "x86_64", "epoch": 12, "name": "aspell", "release": "11.fc38", "source": "rpm", "version": "0.60.8" } ], "aspell-en": [ { "arch": "x86_64", "epoch": 50, "name": "aspell-en", "release": "7.fc38", "source": "rpm", "version": "2020.12.07" } ], "atheros-firmware": [ { "arch": "noarch", "epoch": null, "name": "atheros-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "5.fc38", "source": "rpm", "version": "3.1.2" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "5.fc38", "source": "rpm", "version": "3.1.2" } ], "authselect": [ { "arch": "x86_64", "epoch": null, "name": "authselect", "release": "1.fc38", "source": "rpm", "version": "1.4.3" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "1.fc38", "source": "rpm", "version": "1.4.3" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "22.fc38", "source": "rpm", "version": "0.8" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "15.fc38", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc38", "source": "rpm", "version": "5.2.21" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "17.fc38", "source": "rpm", "version": "1.07.1" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "16.fc38", "source": "rpm", "version": "2.39" } ], "binutils-gold": [ { "arch": "x86_64", "epoch": null, "name": "binutils-gold", "release": "16.fc38", "source": "rpm", "version": "2.39" } ], "bison": [ { "arch": "x86_64", "epoch": null, "name": "bison", "release": "4.fc38", "source": "rpm", "version": "3.8.2" } ], "bluez": [ { "arch": "x86_64", "epoch": null, "name": "bluez", "release": "1.fc38", "source": "rpm", "version": "5.70" } ], "boost-atomic": [ { "arch": "x86_64", "epoch": null, "name": "boost-atomic", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "boost-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "boost-filesystem", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": null, "name": "boost-system", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": null, "name": "boost-thread", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "brcmfmac-firmware": [ { "arch": "noarch", "epoch": null, "name": "brcmfmac-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "13.fc38", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": null, "name": "c-ares", "release": "1.fc38", "source": "rpm", "version": "1.21.0" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "1.0.fc38", "source": "rpm", "version": "2023.2.60_v7.0.306" } ], "certmonger": [ { "arch": "x86_64", "epoch": null, "name": "certmonger", "release": "3.fc38", "source": "rpm", "version": "0.79.17" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "chkconfig": [ { "arch": "x86_64", "epoch": null, "name": "chkconfig", "release": "1.fc38", "source": "rpm", "version": "1.25" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.fc38", "source": "rpm", "version": "4.4" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "3.fc38", "source": "rpm", "version": "0.33" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "12.fc38", "source": "rpm", "version": "9.1" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "12.fc38", "source": "rpm", "version": "9.1" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "14.fc38", "source": "rpm", "version": "2.13" } ], "cpp": [ { "arch": "x86_64", "epoch": null, "name": "cpp", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "1.fc38", "source": "rpm", "version": "2.9.11" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "1.fc38", "source": "rpm", "version": "2.9.11" } ], "createrepo_c": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c", "release": "1.fc38", "source": "rpm", "version": "0.21.1" } ], "createrepo_c-libs": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c-libs", "release": "1.fc38", "source": "rpm", "version": "0.21.1" } ], "crypto-policies": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "1.gita12f7b2.fc38", "source": "rpm", "version": "20230301" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "1.gita12f7b2.fc38", "source": "rpm", "version": "20230301" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "1.fc38", "source": "rpm", "version": "2.6.1" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "5.fc38", "source": "rpm", "version": "8.0.1" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "9.fc38", "source": "rpm", "version": "2.1.28" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "1.fc38", "source": "rpm", "version": "1.14.10" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "1.fc38", "source": "rpm", "version": "33" } ], "dbus-common": [ { "arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "1.fc38", "source": "rpm", "version": "1.14.10" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "1.fc38", "source": "rpm", "version": "1.14.10" } ], "dbus-tools": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-tools", "release": "1.fc38", "source": "rpm", "version": "1.14.10" } ], "deltarpm": [ { "arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "8.fc38", "source": "rpm", "version": "3.6.3" } ], "device-mapper": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-event", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-event-libs", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-persistent-data", "release": "10.fc38", "source": "rpm", "version": "0.9.0" } ], "dhcp-common": [ { "arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "7.P1.fc38", "source": "rpm", "version": "4.4.3" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "1.fc38", "source": "rpm", "version": "3.10" } ], "dnf": [ { "arch": "noarch", "epoch": null, "name": "dnf", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "dnf-utils": [ { "arch": "noarch", "epoch": null, "name": "dnf-utils", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "dosfstools": [ { "arch": "x86_64", "epoch": null, "name": "dosfstools", "release": "6.fc38", "source": "rpm", "version": "4.2" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "5.fc38", "source": "rpm", "version": "059" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "5.fc38", "source": "rpm", "version": "059" } ], "drpm": [ { "arch": "x86_64", "epoch": null, "name": "drpm", "release": "1.fc38", "source": "rpm", "version": "0.5.2" } ], "duktape": [ { "arch": "x86_64", "epoch": null, "name": "duktape", "release": "2.fc38", "source": "rpm", "version": "2.7.0" } ], "dyninst": [ { "arch": "x86_64", "epoch": null, "name": "dyninst", "release": "2.fc38", "source": "rpm", "version": "12.2.0" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "7.fc38", "source": "rpm", "version": "38" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-debuginfod-client-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client-devel", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-devel", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf-devel", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "2.fc38", "source": "rpm", "version": "2.5.0" } ], "fedora-gpg-keys": [ { "arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "38" } ], "fedora-release": [ { "arch": "noarch", "epoch": null, "name": "fedora-release", "release": "36", "source": "rpm", "version": "38" } ], "fedora-release-common": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "36", "source": "rpm", "version": "38" } ], "fedora-release-identity-basic": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-identity-basic", "release": "36", "source": "rpm", "version": "38" } ], "fedora-repos": [ { "arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "1", "source": "rpm", "version": "38" } ], "fedora-repos-modular": [ { "arch": "noarch", "epoch": null, "name": "fedora-repos-modular", "release": "1", "source": "rpm", "version": "38" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "3.fc38", "source": "rpm", "version": "5.44" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "3.fc38", "source": "rpm", "version": "5.44" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "3.fc38", "source": "rpm", "version": "3.18" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "3.fc38", "source": "rpm", "version": "4.9.0" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "1.fc38", "source": "rpm", "version": "1.3.4" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "1.fc38", "source": "rpm", "version": "1.3.4" } ], "flex": [ { "arch": "x86_64", "epoch": null, "name": "flex", "release": "12.fc38", "source": "rpm", "version": "2.6.4" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "fonts-filesystem", "release": "11.fc38", "source": "rpm", "version": "2.0.5" } ], "fuse-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "16.fc38", "source": "rpm", "version": "2.9.9" } ], "fwupd": [ { "arch": "x86_64", "epoch": null, "name": "fwupd", "release": "1.fc38", "source": "rpm", "version": "1.9.9" } ], "fwupd-plugin-modem-manager": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-modem-manager", "release": "1.fc38", "source": "rpm", "version": "1.9.9" } ], "fwupd-plugin-uefi-capsule-data": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-uefi-capsule-data", "release": "1.fc38", "source": "rpm", "version": "1.9.9" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "5.fc38", "source": "rpm", "version": "5.1.1" } ], "gc": [ { "arch": "x86_64", "epoch": null, "name": "gc", "release": "3.fc38", "source": "rpm", "version": "8.2.2" } ], "gcc": [ { "arch": "x86_64", "epoch": null, "name": "gcc", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "3.fc38", "source": "rpm", "version": "1.23" } ], "gdisk": [ { "arch": "x86_64", "epoch": null, "name": "gdisk", "release": "5.fc38", "source": "rpm", "version": "1.0.9" } ], "gettext-envsubst": [ { "arch": "x86_64", "epoch": null, "name": "gettext-envsubst", "release": "2.fc38", "source": "rpm", "version": "0.21.1" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "2.fc38", "source": "rpm", "version": "0.21.1" } ], "gettext-runtime": [ { "arch": "x86_64", "epoch": null, "name": "gettext-runtime", "release": "2.fc38", "source": "rpm", "version": "0.21.1" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "git-core": [ { "arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "git-core-doc": [ { "arch": "noarch", "epoch": null, "name": "git-core-doc", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "2.fc38", "source": "rpm", "version": "2.76.5" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": null, "name": "glibc-devel", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": null, "name": "glibc-gconv-extra", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-headers-x86": [ { "arch": "noarch", "epoch": null, "name": "glibc-headers-x86", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "4.fc38", "source": "rpm", "version": "6.2.1" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "3.fc38", "source": "rpm", "version": "2.4.0" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.fc38", "source": "rpm", "version": "3.8.1" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "1.fc38", "source": "rpm", "version": "1.76.1" } ], "google-noto-fonts-common": [ { "arch": "noarch", "epoch": null, "name": "google-noto-fonts-common", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "google-noto-sans-mono-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-mono-vf-fonts", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "google-noto-sans-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-vf-fonts", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "google-noto-serif-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-serif-vf-fonts", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "6202d9c6", "source": "rpm", "version": "eb10b464" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "5.fc38", "source": "rpm", "version": "1.17.1" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "gpm-libs", "release": "42.fc38", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "3.fc38", "source": "rpm", "version": "3.8" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "11.fc38", "source": "rpm", "version": "1.22.4" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "69.fc38", "source": "rpm", "version": "8.40" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "5.fc38", "source": "rpm", "version": "0.9.1" } ], "guile22": [ { "arch": "x86_64", "epoch": null, "name": "guile22", "release": "7.fc38", "source": "rpm", "version": "2.2.7" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "3.fc38", "source": "rpm", "version": "1.12" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "8.fc38", "source": "rpm", "version": "3.23" } ], "hunspell": [ { "arch": "x86_64", "epoch": null, "name": "hunspell", "release": "3.fc38", "source": "rpm", "version": "1.7.2" } ], "hunspell-en": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en", "release": "3.fc38", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-GB": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-GB", "release": "3.fc38", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-US": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-US", "release": "3.fc38", "source": "rpm", "version": "0.20201207" } ], "hunspell-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "hunspell-filesystem", "release": "3.fc38", "source": "rpm", "version": "1.7.2" } ], "ima-evm-utils": [ { "arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "7.fc38", "source": "rpm", "version": "1.4" } ], "inih": [ { "arch": "x86_64", "epoch": null, "name": "inih", "release": "1.fc38", "source": "rpm", "version": "57" } ], "initscripts": [ { "arch": "x86_64", "epoch": null, "name": "initscripts", "release": "1.fc38", "source": "rpm", "version": "10.19" } ], "initscripts-rename-device": [ { "arch": "x86_64", "epoch": null, "name": "initscripts-rename-device", "release": "1.fc38", "source": "rpm", "version": "10.19" } ], "initscripts-service": [ { "arch": "noarch", "epoch": null, "name": "initscripts-service", "release": "1.fc38", "source": "rpm", "version": "10.19" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "intel-gpu-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "ipcalc": [ { "arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "1.fc38", "source": "rpm", "version": "1.0.3" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "1.fc38", "source": "rpm", "version": "6.4.0" } ], "ipset": [ { "arch": "x86_64", "epoch": null, "name": "ipset", "release": "2.fc38", "source": "rpm", "version": "7.17" } ], "ipset-libs": [ { "arch": "x86_64", "epoch": null, "name": "ipset-libs", "release": "2.fc38", "source": "rpm", "version": "7.17" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "4.fc38.1", "source": "rpm", "version": "1.8.9" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": null, "name": "iptables-nft", "release": "4.fc38.1", "source": "rpm", "version": "1.8.9" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "2.fc38", "source": "rpm", "version": "20221126" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "6.fc38", "source": "rpm", "version": "2.13.1" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": null, "name": "jitterentropy", "release": "4.fc38", "source": "rpm", "version": "3.4.1" } ], "jq": [ { "arch": "x86_64", "epoch": null, "name": "jq", "release": "16.fc38", "source": "rpm", "version": "1.6" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "1.fc38", "source": "rpm", "version": "0.17" } ], "json-glib": [ { "arch": "x86_64", "epoch": null, "name": "json-glib", "release": "4.fc38", "source": "rpm", "version": "1.6.6" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "5.fc38", "source": "rpm", "version": "2.5.1" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "5.fc38", "source": "rpm", "version": "2.5.1" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "5.fc38", "source": "rpm", "version": "2.5.1" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "100.fc38", "source": "rpm", "version": "6.6.3" } ], "kernel-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "100.fc38", "source": "rpm", "version": "6.6.3" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": null, "name": "kernel-devel", "release": "100.fc38", "source": "rpm", "version": "6.6.3" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": null, "name": "kernel-headers", "release": "100.fc38", "source": "rpm", "version": "6.6.3" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "100.fc38", "source": "rpm", "version": "6.6.3" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules-core", "release": "100.fc38", "source": "rpm", "version": "6.6.3" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "6.fc38", "source": "rpm", "version": "1.6.1" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "6.fc38", "source": "rpm", "version": "1.6.1" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "4.fc38", "source": "rpm", "version": "30" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "4.fc38", "source": "rpm", "version": "30" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "2.fc38", "source": "rpm", "version": "0.9.4" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "3.fc38", "source": "rpm", "version": "1.21" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-en", "release": "32.fc38", "source": "rpm", "version": "3.0" } ], "langpacks-core-font-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-font-en", "release": "32.fc38", "source": "rpm", "version": "3.0" } ], "langpacks-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "32.fc38", "source": "rpm", "version": "3.0" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "1.fc38", "source": "rpm", "version": "633" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "6.fc38", "source": "rpm", "version": "2.3.1" } ], "libaio": [ { "arch": "x86_64", "epoch": null, "name": "libaio", "release": "15.fc38", "source": "rpm", "version": "0.3.111" } ], "libarchive": [ { "arch": "x86_64", "epoch": null, "name": "libarchive", "release": "4.fc38", "source": "rpm", "version": "3.6.1" } ], "libargon2": [ { "arch": "x86_64", "epoch": null, "name": "libargon2", "release": "2.fc38", "source": "rpm", "version": "20190702" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "1.fc38", "source": "rpm", "version": "2.5.6" } ], "libatasmart": [ { "arch": "x86_64", "epoch": null, "name": "libatasmart", "release": "24.fc38", "source": "rpm", "version": "0.19" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "6.fc38", "source": "rpm", "version": "2.5.1" } ], "libb2": [ { "arch": "x86_64", "epoch": null, "name": "libb2", "release": "8.fc38", "source": "rpm", "version": "0.98.1" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "53.fc38", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libblockdev": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-crypto", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-fs", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-loop", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mdraid", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-part": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-part", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-swap", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-utils", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libbpf": [ { "arch": "x86_64", "epoch": 2, "name": "libbpf", "release": "2.fc38", "source": "rpm", "version": "1.1.0" } ], "libbrotli": [ { "arch": "x86_64", "epoch": null, "name": "libbrotli", "release": "11.fc38", "source": "rpm", "version": "1.0.9" } ], "libbytesize": [ { "arch": "x86_64", "epoch": null, "name": "libbytesize", "release": "1.fc38", "source": "rpm", "version": "2.10" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "7.fc38", "source": "rpm", "version": "2.48" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "8.fc38", "source": "rpm", "version": "0.8.3" } ], "libcap-ng-python3": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng-python3", "release": "8.fc38", "source": "rpm", "version": "0.8.3" } ], "libcbor": [ { "arch": "x86_64", "epoch": null, "name": "libcbor", "release": "9.fc38", "source": "rpm", "version": "0.7.0" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "53.fc38", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.fc38", "source": "rpm", "version": "0.1.20" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "5.fc38", "source": "rpm", "version": "8.0.1" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "55.fc38", "source": "rpm", "version": "5.3.28" } ], "libdhash": [ { "arch": "x86_64", "epoch": null, "name": "libdhash", "release": "53.fc38", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc38", "source": "rpm", "version": "0.72.0" } ], "libeconf": [ { "arch": "x86_64", "epoch": null, "name": "libeconf", "release": "1.fc38", "source": "rpm", "version": "0.5.2" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "45.20221030cvs.fc38", "source": "rpm", "version": "3.1" } ], "libestr": [ { "arch": "x86_64", "epoch": null, "name": "libestr", "release": "6.fc38", "source": "rpm", "version": "0.1.11" } ], "libev": [ { "arch": "x86_64", "epoch": null, "name": "libev", "release": "7.fc38", "source": "rpm", "version": "4.33" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "8.fc38", "source": "rpm", "version": "2.1.12" } ], "libfastjson": [ { "arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "1.fc38", "source": "rpm", "version": "1.2304.0" } ], "libfdisk": [ { "arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "2.fc38", "source": "rpm", "version": "3.4.4" } ], "libfido2": [ { "arch": "x86_64", "epoch": null, "name": "libfido2", "release": "3.fc38", "source": "rpm", "version": "1.12.0" } ], "libfsverity": [ { "arch": "x86_64", "epoch": null, "name": "libfsverity", "release": "9.fc38", "source": "rpm", "version": "1.4" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "1.fc38", "source": "rpm", "version": "1.10.2" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "1.fc38", "source": "rpm", "version": "1.47" } ], "libgudev": [ { "arch": "x86_64", "epoch": null, "name": "libgudev", "release": "4.fc38", "source": "rpm", "version": "237" } ], "libgusb": [ { "arch": "x86_64", "epoch": null, "name": "libgusb", "release": "1.fc38", "source": "rpm", "version": "0.4.8" } ], "libibverbs": [ { "arch": "x86_64", "epoch": null, "name": "libibverbs", "release": "3.fc38", "source": "rpm", "version": "44.0" } ], "libidn2": [ { "arch": "x86_64", "epoch": null, "name": "libidn2", "release": "2.fc38", "source": "rpm", "version": "2.3.4" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "53.fc38", "source": "rpm", "version": "1.3.1" } ], "libjcat": [ { "arch": "x86_64", "epoch": null, "name": "libjcat", "release": "1.fc38", "source": "rpm", "version": "0.1.13" } ], "libkcapi": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "5.fc38", "source": "rpm", "version": "1.4.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "5.fc38", "source": "rpm", "version": "1.4.0" } ], "libksba": [ { "arch": "x86_64", "epoch": null, "name": "libksba", "release": "1.fc38", "source": "rpm", "version": "1.6.4" } ], "libldb": [ { "arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc38", "source": "rpm", "version": "2.7.2" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "1.fc38", "source": "rpm", "version": "1.8.0" } ], "libmbim": [ { "arch": "x86_64", "epoch": null, "name": "libmbim", "release": "1.fc38", "source": "rpm", "version": "1.28.4" } ], "libmetalink": [ { "arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "30.fc38", "source": "rpm", "version": "0.1.3" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "2.fc38", "source": "rpm", "version": "1.0.5" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "2.fc38", "source": "rpm", "version": "2.15.0" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libmpc": [ { "arch": "x86_64", "epoch": null, "name": "libmpc", "release": "2.fc38", "source": "rpm", "version": "1.3.1" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "5.fc38", "source": "rpm", "version": "1.8" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "1.fc38", "source": "rpm", "version": "1.0.9" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "23.fc38", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "1.rc3.fc38", "source": "rpm", "version": "2.6.3" } ], "libnftnl": [ { "arch": "x86_64", "epoch": null, "name": "libnftnl", "release": "2.fc38", "source": "rpm", "version": "1.2.4" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "2.fc38", "source": "rpm", "version": "1.52.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "3.fc38", "source": "rpm", "version": "3.7.0" } ], "libnsl2": [ { "arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "5.fc38", "source": "rpm", "version": "2.0.0" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "53.fc38", "source": "rpm", "version": "0.2.1" } ], "libpcap": [ { "arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "1.fc38", "source": "rpm", "version": "1.10.4" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.fc38", "source": "rpm", "version": "1.5.7" } ], "libpkgconf": [ { "arch": "x86_64", "epoch": null, "name": "libpkgconf", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "libpsl": [ { "arch": "x86_64", "epoch": null, "name": "libpsl", "release": "2.fc38", "source": "rpm", "version": "0.21.2" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "3.fc38", "source": "rpm", "version": "1.4.5" } ], "libqmi": [ { "arch": "x86_64", "epoch": null, "name": "libqmi", "release": "1.fc38", "source": "rpm", "version": "1.32.4" } ], "libqrtr-glib": [ { "arch": "x86_64", "epoch": null, "name": "libqrtr-glib", "release": "2.fc38", "source": "rpm", "version": "1.2.2" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "53.fc38", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "1.fc38", "source": "rpm", "version": "1.17.0" } ], "libreport-filesystem": [ { "arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc38", "source": "rpm", "version": "2.17.11" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "4.fc38", "source": "rpm", "version": "2.5.3" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "2.fc38", "source": "rpm", "version": "3.5" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "libsigsegv": [ { "arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "4.fc38", "source": "rpm", "version": "2.14" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libsodium": [ { "arch": "x86_64", "epoch": null, "name": "libsodium", "release": "11.fc38", "source": "rpm", "version": "1.0.18" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "1.fc38", "source": "rpm", "version": "0.7.25" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "libssh": [ { "arch": "x86_64", "epoch": null, "name": "libssh", "release": "1.fc38", "source": "rpm", "version": "0.10.5" } ], "libssh-config": [ { "arch": "noarch", "epoch": null, "name": "libssh-config", "release": "1.fc38", "source": "rpm", "version": "0.10.5" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "1.fc38", "source": "rpm", "version": "2.9.3" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "1.fc38", "source": "rpm", "version": "2.9.3" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "1.fc38", "source": "rpm", "version": "2.9.3" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "1.fc38", "source": "rpm", "version": "2.9.3" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "2.fc38", "source": "rpm", "version": "2.4.0" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "2.fc38", "source": "rpm", "version": "4.19.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc38", "source": "rpm", "version": "1.4.8" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc38", "source": "rpm", "version": "0.14.1" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "0.fc38", "source": "rpm", "version": "1.3.4" } ], "libtool-ltdl": [ { "arch": "x86_64", "epoch": null, "name": "libtool-ltdl", "release": "6.fc38", "source": "rpm", "version": "2.4.7" } ], "libudisks2": [ { "arch": "x86_64", "epoch": null, "name": "libudisks2", "release": "7.fc38", "source": "rpm", "version": "2.9.4" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "3.fc38", "source": "rpm", "version": "1.1" } ], "libunistring1.0": [ { "arch": "x86_64", "epoch": null, "name": "libunistring1.0", "release": "1.fc38", "source": "rpm", "version": "1.0" } ], "libusb1": [ { "arch": "x86_64", "epoch": null, "name": "libusb1", "release": "2.fc38", "source": "rpm", "version": "1.0.26" } ], "libuser": [ { "arch": "x86_64", "epoch": null, "name": "libuser", "release": "2.fc38", "source": "rpm", "version": "0.64" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "8.fc38", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "5.fc38", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libev", "release": "5.fc38", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "1.fc38", "source": "rpm", "version": "4.4.36" } ], "libxcrypt-compat": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-compat", "release": "1.fc38", "source": "rpm", "version": "4.4.36" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-devel", "release": "1.fc38", "source": "rpm", "version": "4.4.36" } ], "libxkbcommon": [ { "arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "2.fc38", "source": "rpm", "version": "1.5.0" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "1.fc38", "source": "rpm", "version": "2.10.4" } ], "libxmlb": [ { "arch": "x86_64", "epoch": null, "name": "libxmlb", "release": "1.fc38", "source": "rpm", "version": "0.3.14" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "1.fc38", "source": "rpm", "version": "1.1.39" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "9.fc38", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": null, "name": "libzstd", "release": "1.fc38", "source": "rpm", "version": "1.5.5" } ], "libzstd-devel": [ { "arch": "x86_64", "epoch": null, "name": "libzstd-devel", "release": "1.fc38", "source": "rpm", "version": "1.5.5" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "1.fc38", "source": "rpm", "version": "0.9.31" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "2.fc38", "source": "rpm", "version": "3.21.0" } ], "lsof": [ { "arch": "x86_64", "epoch": null, "name": "lsof", "release": "3.fc38", "source": "rpm", "version": "4.96.3" } ], "lua-libs": [ { "arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "9.fc38", "source": "rpm", "version": "5.4.4" } ], "lvm2": [ { "arch": "x86_64", "epoch": null, "name": "lvm2", "release": "2.fc38", "source": "rpm", "version": "2.03.18" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": null, "name": "lvm2-libs", "release": "2.fc38", "source": "rpm", "version": "2.03.18" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "2.fc38", "source": "rpm", "version": "1.9.4" } ], "m4": [ { "arch": "x86_64", "epoch": null, "name": "m4", "release": "5.fc38", "source": "rpm", "version": "1.4.19" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "1.fc38", "source": "rpm", "version": "4.4.1" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "2.fc38", "source": "rpm", "version": "2.11.2" } ], "mdadm": [ { "arch": "x86_64", "epoch": null, "name": "mdadm", "release": "4.fc38", "source": "rpm", "version": "4.2" } ], "mkpasswd": [ { "arch": "x86_64", "epoch": null, "name": "mkpasswd", "release": "1.fc38", "source": "rpm", "version": "5.5.18" } ], "mokutil": [ { "arch": "x86_64", "epoch": 2, "name": "mokutil", "release": "6.fc38", "source": "rpm", "version": "0.6.0" } ], "mpdecimal": [ { "arch": "x86_64", "epoch": null, "name": "mpdecimal", "release": "6.fc38", "source": "rpm", "version": "2.5.1" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "3.fc38", "source": "rpm", "version": "4.1.1" } ], "mt7xxx-firmware": [ { "arch": "noarch", "epoch": null, "name": "mt7xxx-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "3.20230114.fc38", "source": "rpm", "version": "6.4" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "3.20230114.fc38", "source": "rpm", "version": "6.4" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "3.20230114.fc38", "source": "rpm", "version": "6.4" } ], "net-tools": [ { "arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.65.20160912git.fc38", "source": "rpm", "version": "2.0" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "3.fc38", "source": "rpm", "version": "3.8" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "1.rc3.fc38", "source": "rpm", "version": "2.6.3" } ], "nftables": [ { "arch": "x86_64", "epoch": 1, "name": "nftables", "release": "2.fc38", "source": "rpm", "version": "1.0.5" } ], "npth": [ { "arch": "x86_64", "epoch": null, "name": "npth", "release": "12.fc38", "source": "rpm", "version": "1.6" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "12.fc38", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "ntfs-3g": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g", "release": "2.fc38", "source": "rpm", "version": "2022.10.3" } ], "ntfs-3g-libs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g-libs", "release": "2.fc38", "source": "rpm", "version": "2022.10.3" } ], "ntfsprogs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfsprogs", "release": "2.fc38", "source": "rpm", "version": "2022.10.3" } ], "nvidia-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "nvidia-gpu-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "oniguruma": [ { "arch": "x86_64", "epoch": null, "name": "oniguruma", "release": "1.fc38", "source": "rpm", "version": "6.9.9" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc38", "source": "rpm", "version": "2.6.6" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "17.fc38", "source": "rpm", "version": "9.0p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "17.fc38", "source": "rpm", "version": "9.0p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "17.fc38", "source": "rpm", "version": "9.0p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "2.fc38", "source": "rpm", "version": "3.0.9" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-devel", "release": "2.fc38", "source": "rpm", "version": "3.0.9" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "2.fc38", "source": "rpm", "version": "3.0.9" } ], "openssl-pkcs11": [ { "arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "3.fc38", "source": "rpm", "version": "0.4.12" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "3.fc38", "source": "rpm", "version": "1.81" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "1.fc38", "source": "rpm", "version": "0.25.3" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "1.fc38", "source": "rpm", "version": "0.25.3" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "16.fc38", "source": "rpm", "version": "1.5.2" } ], "pam-libs": [ { "arch": "x86_64", "epoch": null, "name": "pam-libs", "release": "16.fc38", "source": "rpm", "version": "1.5.2" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "11.fc38", "source": "rpm", "version": "3.5" } ], "passwd": [ { "arch": "x86_64", "epoch": null, "name": "passwd", "release": "14.fc38", "source": "rpm", "version": "0.80" } ], "pcre2": [ { "arch": "x86_64", "epoch": null, "name": "pcre2", "release": "1.fc38.1", "source": "rpm", "version": "10.42" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": null, "name": "pcre2-syntax", "release": "1.fc38.1", "source": "rpm", "version": "10.42" } ], "pcsc-lite": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite", "release": "3.fc38", "source": "rpm", "version": "1.9.9" } ], "pcsc-lite-ccid": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-ccid", "release": "1.fc38", "source": "rpm", "version": "1.5.2" } ], "pcsc-lite-libs": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-libs", "release": "3.fc38", "source": "rpm", "version": "1.9.9" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": 0, "name": "perl-AutoLoader", "release": "497.fc38", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": 0, "name": "perl-B", "release": "497.fc38", "source": "rpm", "version": "1.83" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "490.fc38", "source": "rpm", "version": "1.52" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": 0, "name": "perl-Class-Struct", "release": "497.fc38", "source": "rpm", "version": "0.66" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "491.fc38", "source": "rpm", "version": "2.184" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "490.fc38", "source": "rpm", "version": "1.20" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "490.fc38", "source": "rpm", "version": "2.58" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": 0, "name": "perl-DynaLoader", "release": "497.fc38", "source": "rpm", "version": "1.52" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Encode", "release": "493.fc38", "source": "rpm", "version": "3.19" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Errno", "release": "497.fc38", "source": "rpm", "version": "1.36" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "11.fc38", "source": "rpm", "version": "0.17029" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "490.fc38", "source": "rpm", "version": "5.77" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Fcntl", "release": "497.fc38", "source": "rpm", "version": "1.15" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Basename", "release": "497.fc38", "source": "rpm", "version": "2.85" } ], "perl-File-Find": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Find", "release": "497.fc38", "source": "rpm", "version": "1.40" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "490.fc38", "source": "rpm", "version": "2.18" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": 1, "name": "perl-File-Temp", "release": "490.fc38", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-stat", "release": "497.fc38", "source": "rpm", "version": "1.12" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": 0, "name": "perl-FileHandle", "release": "497.fc38", "source": "rpm", "version": "2.03" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": 1, "name": "perl-Getopt-Long", "release": "2.fc38", "source": "rpm", "version": "2.54" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": 0, "name": "perl-Getopt-Std", "release": "497.fc38", "source": "rpm", "version": "1.13" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "2.fc38", "source": "rpm", "version": "0.086" } ], "perl-IO": [ { "arch": "x86_64", "epoch": 0, "name": "perl-IO", "release": "497.fc38", "source": "rpm", "version": "1.50" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "492.fc38", "source": "rpm", "version": "0.41" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "1.fc38", "source": "rpm", "version": "2.081" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": 0, "name": "perl-IPC-Open3", "release": "497.fc38", "source": "rpm", "version": "1.22" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": null, "name": "perl-MIME-Base64", "release": "490.fc38", "source": "rpm", "version": "3.16" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "2.fc38", "source": "rpm", "version": "20221114" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": 0, "name": "perl-NDBM_File", "release": "497.fc38", "source": "rpm", "version": "1.15" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "5.fc38", "source": "rpm", "version": "1.92" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": 0, "name": "perl-POSIX", "release": "497.fc38", "source": "rpm", "version": "2.03" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "490.fc38", "source": "rpm", "version": "3.84" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "490.fc38", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "491.fc38", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "491.fc38", "source": "rpm", "version": "3.43" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": 4, "name": "perl-Pod-Usage", "release": "4.fc38", "source": "rpm", "version": "2.03" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": 5, "name": "perl-Scalar-List-Utils", "release": "490.fc38", "source": "rpm", "version": "1.63" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": 0, "name": "perl-SelectSaver", "release": "497.fc38", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Socket", "release": "2.fc38", "source": "rpm", "version": "2.036" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Storable", "release": "490.fc38", "source": "rpm", "version": "3.26" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": 0, "name": "perl-Symbol", "release": "497.fc38", "source": "rpm", "version": "1.09" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-ANSIColor", "release": "491.fc38", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-Cap", "release": "1.fc38", "source": "rpm", "version": "1.18" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "16.fc38", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "490.fc38", "source": "rpm", "version": "3.31" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-Tabs+Wrap", "release": "1.fc38", "source": "rpm", "version": "2023.0511" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": 2, "name": "perl-Time-Local", "release": "490.fc38", "source": "rpm", "version": "1.300" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "2.fc38", "source": "rpm", "version": "5.17" } ], "perl-base": [ { "arch": "noarch", "epoch": 0, "name": "perl-base", "release": "497.fc38", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "491.fc38", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": 0, "name": "perl-if", "release": "497.fc38", "source": "rpm", "version": "0.61.000" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": 4, "name": "perl-interpreter", "release": "497.fc38", "source": "rpm", "version": "5.36.1" } ], "perl-lib": [ { "arch": "x86_64", "epoch": 0, "name": "perl-lib", "release": "497.fc38", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": null, "name": "perl-libnet", "release": "1.fc38", "source": "rpm", "version": "3.15" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "497.fc38", "source": "rpm", "version": "5.36.1" } ], "perl-locale": [ { "arch": "noarch", "epoch": 0, "name": "perl-locale", "release": "497.fc38", "source": "rpm", "version": "1.10" } ], "perl-mro": [ { "arch": "x86_64", "epoch": 0, "name": "perl-mro", "release": "497.fc38", "source": "rpm", "version": "1.26" } ], "perl-overload": [ { "arch": "noarch", "epoch": 0, "name": "perl-overload", "release": "497.fc38", "source": "rpm", "version": "1.35" } ], "perl-overloading": [ { "arch": "noarch", "epoch": 0, "name": "perl-overloading", "release": "497.fc38", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "1.fc38", "source": "rpm", "version": "0.241" } ], "perl-podlators": [ { "arch": "noarch", "epoch": 1, "name": "perl-podlators", "release": "2.fc38", "source": "rpm", "version": "5.01" } ], "perl-vars": [ { "arch": "noarch", "epoch": 0, "name": "perl-vars", "release": "497.fc38", "source": "rpm", "version": "1.05" } ], "pkgconf": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": null, "name": "pkgconf-m4", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf-pkg-config", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "plymouth": [ { "arch": "x86_64", "epoch": null, "name": "plymouth", "release": "4.fc38", "source": "rpm", "version": "22.02.122" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-core-libs", "release": "4.fc38", "source": "rpm", "version": "22.02.122" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-scripts", "release": "4.fc38", "source": "rpm", "version": "22.02.122" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "polkit": [ { "arch": "x86_64", "epoch": null, "name": "polkit", "release": "3.fc38.1", "source": "rpm", "version": "122" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "3.fc38.1", "source": "rpm", "version": "122" } ], "polkit-pkla-compat": [ { "arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "23.fc38", "source": "rpm", "version": "0.1" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "2.fc38", "source": "rpm", "version": "1.19" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "11.fc38", "source": "rpm", "version": "3.3.17" } ], "protobuf-c": [ { "arch": "x86_64", "epoch": null, "name": "protobuf-c", "release": "4.fc38", "source": "rpm", "version": "1.4.1" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "2.fc38", "source": "rpm", "version": "23.6" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "1.fc38", "source": "rpm", "version": "20230812" } ], "python-pip-wheel": [ { "arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "3.fc38", "source": "rpm", "version": "22.3.1" } ], "python-setuptools-wheel": [ { "arch": "noarch", "epoch": null, "name": "python-setuptools-wheel", "release": "2.fc38", "source": "rpm", "version": "65.5.1" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": null, "name": "python-unversioned-command", "release": "1.fc38", "source": "rpm", "version": "3.11.6" } ], "python3": [ { "arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc38", "source": "rpm", "version": "3.11.6" } ], "python3-attrs": [ { "arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "2.fc38", "source": "rpm", "version": "22.2.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "5.fc38", "source": "rpm", "version": "3.1.2" } ], "python3-cffi": [ { "arch": "x86_64", "epoch": null, "name": "python3-cffi", "release": "4.fc38", "source": "rpm", "version": "1.15.1" } ], "python3-charset-normalizer": [ { "arch": "noarch", "epoch": null, "name": "python3-charset-normalizer", "release": "1.fc38", "source": "rpm", "version": "3.1.0" } ], "python3-configobj": [ { "arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "6.fc38", "source": "rpm", "version": "5.0.8" } ], "python3-cryptography": [ { "arch": "x86_64", "epoch": null, "name": "python3-cryptography", "release": "8.fc38", "source": "rpm", "version": "37.0.2" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "5.fc38", "source": "rpm", "version": "2.8.2" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "2.fc38", "source": "rpm", "version": "1.3.2" } ], "python3-distro": [ { "arch": "noarch", "epoch": null, "name": "python3-distro", "release": "2.fc38", "source": "rpm", "version": "1.8.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "python3-firewall": [ { "arch": "noarch", "epoch": null, "name": "python3-firewall", "release": "1.fc38", "source": "rpm", "version": "1.3.4" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "1.fc38", "source": "rpm", "version": "3.44.1" } ], "python3-gobject-base-noarch": [ { "arch": "noarch", "epoch": null, "name": "python3-gobject-base-noarch", "release": "1.fc38", "source": "rpm", "version": "3.44.1" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc38", "source": "rpm", "version": "0.72.0" } ], "python3-idna": [ { "arch": "noarch", "epoch": null, "name": "python3-idna", "release": "2.fc38", "source": "rpm", "version": "3.4" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "7.fc38", "source": "rpm", "version": "3.0.3" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "22.fc38", "source": "rpm", "version": "1.21" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "8.fc38", "source": "rpm", "version": "2.0" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "2.fc38", "source": "rpm", "version": "4.17.3" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.fc38", "source": "rpm", "version": "0.1.20" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc38", "source": "rpm", "version": "0.72.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc38", "source": "rpm", "version": "3.11.6" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "2.fc38", "source": "rpm", "version": "3.5" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python3-lxml", "release": "3.fc38", "source": "rpm", "version": "4.9.2" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "1.fc38", "source": "rpm", "version": "2.1.2" } ], "python3-netifaces": [ { "arch": "x86_64", "epoch": null, "name": "python3-netifaces", "release": "5.fc38", "source": "rpm", "version": "0.11.0" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": 1, "name": "python3-nftables", "release": "2.fc38", "source": "rpm", "version": "1.0.5" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.fc38", "source": "rpm", "version": "3.2.2" } ], "python3-ply": [ { "arch": "noarch", "epoch": null, "name": "python3-ply", "release": "18.fc38", "source": "rpm", "version": "3.11" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "python3-prettytable": [ { "arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "31.fc38", "source": "rpm", "version": "0.7.2" } ], "python3-pyasn1": [ { "arch": "noarch", "epoch": null, "name": "python3-pyasn1", "release": "12.fc38", "source": "rpm", "version": "0.4.8" } ], "python3-pycparser": [ { "arch": "noarch", "epoch": null, "name": "python3-pycparser", "release": "9.fc38", "source": "rpm", "version": "2.20" } ], "python3-pyrsistent": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "2.fc38", "source": "rpm", "version": "0.19.3" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "4.fc38", "source": "rpm", "version": "3.5" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "16.fc38", "source": "rpm", "version": "1.7.1" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "6.fc38", "source": "rpm", "version": "6.0" } ], "python3-requests": [ { "arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.fc38", "source": "rpm", "version": "2.28.2" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "python3-setools": [ { "arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "2.fc38", "source": "rpm", "version": "65.5.1" } ], "python3-six": [ { "arch": "noarch", "epoch": null, "name": "python3-six", "release": "9.fc38", "source": "rpm", "version": "1.16.0" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "2.fc38", "source": "rpm", "version": "235" } ], "python3-unbound": [ { "arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "1.fc38", "source": "rpm", "version": "1.19.0" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "1.fc38", "source": "rpm", "version": "1.26.18" } ], "python3-urllib3+socks": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3+socks", "release": "1.fc38", "source": "rpm", "version": "1.26.18" } ], "qa-tools": [ { "arch": "noarch", "epoch": null, "name": "qa-tools", "release": "4.fc38", "source": "rpm", "version": "4.1" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "2.fc38", "source": "rpm", "version": "4.09" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "2.fc38", "source": "rpm", "version": "4.09" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "3.fc38", "source": "rpm", "version": "8.2" } ], "realtek-firmware": [ { "arch": "noarch", "epoch": null, "name": "realtek-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.fc38eng", "source": "rpm", "version": "0.4.4" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.fc38eng", "source": "rpm", "version": "0.4.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "1.fc38", "source": "rpm", "version": "6.16" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "33.fc38", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "4.rc2.fc38", "source": "rpm", "version": "1.2.6" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-sequoia": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sequoia", "release": "1.fc38", "source": "rpm", "version": "1.5.0" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "2.fc38", "source": "rpm", "version": "3.2.7" } ], "rsyslog": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "1.fc38", "source": "rpm", "version": "8.2310.0" } ], "rsyslog-gnutls": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog-gnutls", "release": "1.fc38", "source": "rpm", "version": "8.2310.0" } ], "rsyslog-logrotate": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog-logrotate", "release": "1.fc38", "source": "rpm", "version": "8.2310.0" } ], "rtl-sdr": [ { "arch": "x86_64", "epoch": null, "name": "rtl-sdr", "release": "2.fc38", "source": "rpm", "version": "0.6.0^20230403git142325a9" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "12.fc38", "source": "rpm", "version": "4.8" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "1.fc38", "source": "rpm", "version": "38.30" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "1.fc38", "source": "rpm", "version": "38.30" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "2.fc38", "source": "rpm", "version": "2.14.3" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "6.fc38", "source": "rpm", "version": "4.13" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "3.fc38", "source": "rpm", "version": "2.2" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "2.fc38", "source": "rpm", "version": "3.40.1" } ], "sssd-client": [ { "arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "1.fc38", "source": "rpm", "version": "2.9.3" } ], "sssd-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "1.fc38", "source": "rpm", "version": "2.9.3" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "1.fc38", "source": "rpm", "version": "2.9.3" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "1.fc38", "source": "rpm", "version": "2.9.3" } ], "strace": [ { "arch": "x86_64", "epoch": null, "name": "strace", "release": "1.fc38", "source": "rpm", "version": "6.6" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "2.p2.fc38", "source": "rpm", "version": "1.9.13" } ], "sudo-python-plugin": [ { "arch": "x86_64", "epoch": null, "name": "sudo-python-plugin", "release": "2.p2.fc38", "source": "rpm", "version": "1.9.13" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-networkd": [ { "arch": "x86_64", "epoch": null, "name": "systemd-networkd", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-resolved": [ { "arch": "x86_64", "epoch": null, "name": "systemd-resolved", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemtap": [ { "arch": "x86_64", "epoch": null, "name": "systemtap", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-client", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-devel", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-runtime", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "8.fc38", "source": "rpm", "version": "1.34" } ], "tbb": [ { "arch": "x86_64", "epoch": null, "name": "tbb", "release": "16.fc38", "source": "rpm", "version": "2020.3" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "20.fc38", "source": "rpm", "version": "1.9" } ], "tpm2-tools": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tools", "release": "3.fc38", "source": "rpm", "version": "5.5" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss", "release": "3.fc38", "source": "rpm", "version": "4.0.1" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc38", "source": "rpm", "version": "2023c" } ], "udisks2": [ { "arch": "x86_64", "epoch": null, "name": "udisks2", "release": "7.fc38", "source": "rpm", "version": "2.9.4" } ], "unbound-anchor": [ { "arch": "x86_64", "epoch": null, "name": "unbound-anchor", "release": "1.fc38", "source": "rpm", "version": "1.19.0" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "1.fc38", "source": "rpm", "version": "1.19.0" } ], "unzip": [ { "arch": "x86_64", "epoch": null, "name": "unzip", "release": "60.fc38", "source": "rpm", "version": "6.0" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": null, "name": "userspace-rcu", "release": "2.fc38", "source": "rpm", "version": "0.13.2" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": null, "name": "util-linux-core", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-data": [ { "arch": "noarch", "epoch": 2, "name": "vim-data", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": 2, "name": "vim-default-editor", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": 2, "name": "vim-filesystem", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": null, "name": "volume_key-libs", "release": "18.fc38", "source": "rpm", "version": "0.3.12" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "5.fc38", "source": "rpm", "version": "1.21.3" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "39.fc38", "source": "rpm", "version": "2.21" } ], "whois-nls": [ { "arch": "noarch", "epoch": null, "name": "whois-nls", "release": "1.fc38", "source": "rpm", "version": "5.5.18" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "3.fc38", "source": "rpm", "version": "6.1.0" } ], "xkeyboard-config": [ { "arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "1.fc38", "source": "rpm", "version": "2.38" } ], "xxd": [ { "arch": "x86_64", "epoch": 2, "name": "xxd", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "xxhash-libs": [ { "arch": "x86_64", "epoch": null, "name": "xxhash-libs", "release": "1.fc38", "source": "rpm", "version": "0.8.2" } ], "xz": [ { "arch": "x86_64", "epoch": null, "name": "xz", "release": "1.fc38", "source": "rpm", "version": "5.4.1" } ], "xz-devel": [ { "arch": "x86_64", "epoch": null, "name": "xz-devel", "release": "1.fc38", "source": "rpm", "version": "5.4.1" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "1.fc38", "source": "rpm", "version": "5.4.1" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "zchunk-libs": [ { "arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "1.fc38", "source": "rpm", "version": "1.3.2" } ], "zip": [ { "arch": "x86_64", "epoch": null, "name": "zip", "release": "37.fc38", "source": "rpm", "version": "3.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "3.fc38", "source": "rpm", "version": "1.2.13" } ], "zlib-devel": [ { "arch": "x86_64", "epoch": null, "name": "zlib-devel", "release": "3.fc38", "source": "rpm", "version": "1.2.13" } ], "zram-generator": [ { "arch": "x86_64", "epoch": null, "name": "zram-generator", "release": "4.fc38", "source": "rpm", "version": "1.1.2" } ], "zram-generator-defaults": [ { "arch": "noarch", "epoch": null, "name": "zram-generator-defaults", "release": "4.fc38", "source": "rpm", "version": "1.1.2" } ] } }, "changed": false } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:56 Saturday 09 December 2023 09:24:01 +0000 (0:00:00.945) 0:01:34.722 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_version": "8.2310.0" }, "changed": false } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version 1] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:63 Saturday 09 December 2023 09:24:01 +0000 (0:00:00.025) 0:01:34.748 ***** skipping: [sut] => {} TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version 2] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:69 Saturday 09 December 2023 09:24:01 +0000 (0:00:00.019) 0:01:34.768 ***** ok: [sut] => {} MSG: Rsyslog_version is 8.2310.0, which is newer than "8.37.0-7.2". TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:78 Saturday 09 December 2023 09:24:01 +0000 (0:00:00.020) 0:01:34.789 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:86 Saturday 09 December 2023 09:24:01 +0000 (0:00:00.019) 0:01:34.808 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:93 Saturday 09 December 2023 09:24:02 +0000 (0:00:00.226) 0:01:35.034 ***** 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-weekly-ciaof9_xq6/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-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:99 Saturday 09 December 2023 09:24:02 +0000 (0:00:00.233) 0:01:35.268 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate global rule to add to __rsyslog_common_rules] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:108 Saturday 09 December 2023 09:24:02 +0000 (0:00:00.221) 0:01:35.490 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_common_rules": [ { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:131 Saturday 09 December 2023 09:24:02 +0000 (0:00:00.064) 0:01:35.554 ***** skipping: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n defaultNetstreamDriverCAFile="/etc/pki/tls/certs/logging_cert.crt"\n defaultNetstreamDriverCertFile="/etc/pki/tls/certs/logging_cert.crt"\n defaultNetstreamDriverKeyFile="/etc/pki/tls/private/logging_cert.key"\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 defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Initialize list of template results] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:155 Saturday 09 December 2023 09:24:02 +0000 (0:00:00.033) 0:01:35.587 ***** 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 defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:159 Saturday 09 December 2023 09:24:02 +0000 (0:00:00.021) 0:01:35.609 ***** skipping: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n defaultNetstreamDriverCAFile="/etc/pki/tls/certs/logging_cert.crt"\n defaultNetstreamDriverCertFile="/etc/pki/tls/certs/logging_cert.crt"\n defaultNetstreamDriverKeyFile="/etc/pki/tls/private/logging_cert.key"\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 defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:177 Saturday 09 December 2023 09:24:02 +0000 (0:00:00.030) 0:01:35.640 ***** TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:188 Saturday 09 December 2023 09:24:02 +0000 (0:00:00.018) 0:01:35.659 ***** TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Include output sub-vars] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:207 Saturday 09 December 2023 09:24:02 +0000 (0:00:00.017) 0:01:35.677 ***** TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Run output sub-tasks] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:219 Saturday 09 December 2023 09:24:02 +0000 (0:00:00.018) 0:01:35.695 ***** TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog config files not owned by any package] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:232 Saturday 09 December 2023 09:24:02 +0000 (0:00:00.018) 0:01:35.713 ***** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\nfor conf in $( ls \"/etc/rsyslog.d\" ); do\n rstr=$( rpm -qf \"/etc/rsyslog.d/$conf\" 2>&1 || : )\n if [[ \"$rstr\" == *\"not owned by any package\"* ]]; then\n echo \"/etc/rsyslog.d/$conf\"\n fi\ndone\n", "delta": "0:00:00.050433", "end": "2023-12-09 09:24:02.929694", "failed_when_result": false, "rc": 0, "start": "2023-12-09 09:24:02.879261" } STDOUT: /etc/rsyslog.d/00-global.conf /etc/rsyslog.d/05-common-defaults.conf /etc/rsyslog.d/90-input-basics-system_input.conf TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Purge - remove files not generated by current state] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:249 Saturday 09 December 2023 09:24:02 +0000 (0:00:00.262) 0:01:35.976 ***** changed: [sut] => (item=/etc/rsyslog.d/00-global.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/00-global.conf", "path": "/etc/rsyslog.d/00-global.conf", "state": "absent" } changed: [sut] => (item=/etc/rsyslog.d/05-common-defaults.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/05-common-defaults.conf", "path": "/etc/rsyslog.d/05-common-defaults.conf", "state": "absent" } changed: [sut] => (item=/etc/rsyslog.d/90-input-basics-system_input.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/90-input-basics-system_input.conf", "path": "/etc/rsyslog.d/90-input-basics-system_input.conf", "state": "absent" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/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-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:273 Saturday 09 December 2023 09:24:03 +0000 (0:00:00.662) 0:01:36.638 ***** TASK [/WORKDIR/git-weekly-ciaof9_xq6/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-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:303 Saturday 09 December 2023 09:24:03 +0000 (0:00:00.018) 0:01:36.656 ***** 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-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local ca_cert file to the target if needed] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:315 Saturday 09 December 2023 09:24:03 +0000 (0:00:00.035) 0:01:36.692 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local cert file to the target if needed] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:331 Saturday 09 December 2023 09:24:03 +0000 (0:00:00.024) 0:01:36.717 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local key file to the target if needed] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:347 Saturday 09 December 2023 09:24:03 +0000 (0:00:00.023) 0:01:36.741 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:363 Saturday 09 December 2023 09:24:03 +0000 (0:00:00.024) 0:01:36.765 ***** ok: [sut] => { "changed": false, "enabled": true, "name": "rsyslog", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2023-12-09 09:23:34 UTC", "ActiveEnterTimestampMonotonic": "750467340", "ActiveExitTimestamp": "Sat 2023-12-09 09:23:34 UTC", "ActiveExitTimestampMonotonic": "749990056", "ActiveState": "active", "After": "system.slice sysinit.target basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-09 09:23:34 UTC", "AssertTimestampMonotonic": "750455767", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "43411000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2023-12-09 09:23:34 UTC", "ConditionTimestampMonotonic": "750455767", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlGroupId": "6549", "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/", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "7834", "ExecMainStartTimestamp": "Sat 2023-12-09 09:23:34 UTC", "ExecMainStartTimestampMonotonic": "750463222", "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=[Sat 2023-12-09 09:23:34 UTC] ; stop_time=[n/a] ; pid=7834 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[Sat 2023-12-09 09:23:34 UTC] ; stop_time=[n/a] ; pid=7834 ; 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", "InactiveEnterTimestamp": "Sat 2023-12-09 09:23:34 UTC", "InactiveEnterTimestampMonotonic": "750451162", "InactiveExitTimestamp": "Sat 2023-12-09 09:23:34 UTC", "InactiveExitTimestampMonotonic": "750463686", "InvocationID": "4530c6d048634f6cad686b9f9a7f986f", "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": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "7834", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "1224704", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MemoryZSwapMax": "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", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "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]", "StateChangeTimestamp": "Sat 2023-12-09 09:23:34 UTC", "StateChangeTimestampMonotonic": "750467340", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "4434", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "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": "0" } } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Disable rsyslog service] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:372 Saturday 09 December 2023 09:24:04 +0000 (0:00:00.547) 0:01:37.313 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:381 Saturday 09 December 2023 09:24:04 +0000 (0:00:00.021) 0:01:37.335 ***** skipping: [sut] => {} TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : See if there are any config files] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:395 Saturday 09 December 2023 09:24:04 +0000 (0:00:00.019) 0:01:37.354 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Get mode of rsyslog.conf if it exists] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:402 Saturday 09 December 2023 09:24:04 +0000 (0:00:00.020) 0:01:37.375 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:408 Saturday 09 December 2023 09:24:04 +0000 (0:00:00.020) 0:01:37.395 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stop tracking certificate] *********************************************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/tests_server.yml:214 Saturday 09 December 2023 09:24:04 +0000 (0:00:00.020) 0:01:37.416 ***** ok: [sut] => { "changed": false, "cmd": [ "getcert", "stop-tracking", "-f", "/etc/pki/tls/certs/logging_cert.crt" ], "delta": "0:00:00.034075", "end": "2023-12-09 09:24:04.613312", "rc": 0, "start": "2023-12-09 09:24:04.579237" } STDOUT: Request "20231209092243" removed. TASK [Clean up pki files] ****************************************************** task path: /WORKDIR/git-weekly-ciaof9_xq6/tests/tests_server.yml:218 Saturday 09 December 2023 09:24:04 +0000 (0:00:00.241) 0:01:37.658 ***** changed: [sut] => (item=/etc/pki/tls/certs/logging_cert.crt) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/certs/logging_cert.crt", "path": "/etc/pki/tls/certs/logging_cert.crt", "state": "absent" } changed: [sut] => (item=/etc/pki/tls/private/logging_cert.key) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/private/logging_cert.key", "path": "/etc/pki/tls/private/logging_cert.key", "state": "absent" } ok: [sut] => (item=/etc/pki/tls/certs/logging_cert.crt) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/pki/tls/certs/logging_cert.crt", "path": "/etc/pki/tls/certs/logging_cert.crt", "state": "absent" } RUNNING HANDLER [/WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Restart rsyslogd] *** task path: /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/handlers/main.yml:2 Saturday 09 December 2023 09:24:05 +0000 (0:00:00.593) 0:01:38.251 ***** changed: [sut] => { "changed": true, "name": "rsyslog", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2023-12-09 09:23:34 UTC", "ActiveEnterTimestampMonotonic": "750467340", "ActiveExitTimestamp": "Sat 2023-12-09 09:23:34 UTC", "ActiveExitTimestampMonotonic": "749990056", "ActiveState": "active", "After": "system.slice sysinit.target basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-09 09:23:34 UTC", "AssertTimestampMonotonic": "750455767", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "46603000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2023-12-09 09:23:34 UTC", "ConditionTimestampMonotonic": "750455767", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlGroupId": "6549", "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/", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "7834", "ExecMainStartTimestamp": "Sat 2023-12-09 09:23:34 UTC", "ExecMainStartTimestampMonotonic": "750463222", "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=[Sat 2023-12-09 09:23:34 UTC] ; stop_time=[n/a] ; pid=7834 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[Sat 2023-12-09 09:23:34 UTC] ; stop_time=[n/a] ; pid=7834 ; 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", "InactiveEnterTimestamp": "Sat 2023-12-09 09:23:34 UTC", "InactiveEnterTimestampMonotonic": "750451162", "InactiveExitTimestamp": "Sat 2023-12-09 09:23:34 UTC", "InactiveExitTimestampMonotonic": "750463686", "InvocationID": "4530c6d048634f6cad686b9f9a7f986f", "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": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "7834", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "1236992", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MemoryZSwapMax": "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", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "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]", "StateChangeTimestamp": "Sat 2023-12-09 09:23:34 UTC", "StateChangeTimestampMonotonic": "750467340", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "4434", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "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": "0" } } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=207 changed=34 unreachable=0 failed=0 skipped=260 rescued=1 ignored=0 Saturday 09 December 2023 09:24:06 +0000 (0:00:00.825) 0:01:39.077 ***** =============================================================================== fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed -- 12.91s /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 fedora.linux_system_roles.certificate : Ensure provider packages are installed -- 11.86s /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages --- 4.78s /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:34 ----------- /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages --- 4.48s /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:34 ----------- /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Restart rsyslogd --- 3.96s /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/handlers/main.yml:2 -------------- /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset original confs - logging package is absent --- 3.64s /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:22 ----------- fedora.linux_system_roles.certificate : Ensure certificate requests ----- 3.61s /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Install lsof ------------------------------------------------------------ 3.22s /WORKDIR/git-weekly-ciaof9_xq6/tests/tests_server.yml:84 ---------------------- fedora.linux_system_roles.certificate : Ensure provider service is running --- 2.90s /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages --- 2.35s /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:34 ----------- /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages --- 2.34s /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:34 ----------- /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Purge - remove files not generated by current state --- 2.25s /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:249 ---------- Gathering Facts --------------------------------------------------------- 1.98s /WORKDIR/git-weekly-ciaof9_xq6/tests/tests_server.yml:11 ---------------------- /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service --- 1.39s /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:363 ---------- /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d --- 1.22s /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:131 ---------- /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d --- 1.14s /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:131 ---------- /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts --- 1.10s /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:52 ----------- fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists --- 1.09s /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists --- 1.01s /WORKDIR/git-weekly-ciaof9_xq6/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 /WORKDIR/git-weekly-ciaof9_xq6/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts --- 0.98s /WORKDIR/git-weekly-ciaof9_xq6/roles/rsyslog/tasks/main_core.yml:52 ----------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: Consider using the yum, dnf or zypper module rather than running 'rpm'. If you need to use command because yum, dnf or zypper is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ---^---^---^---^---^---