# 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_imuxsock_files.yml ********************************************* 1 plays in /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/tests_imuxsock_files.yml PLAY [TEST CASE 0; Ensure that the role runs with parameters with the simplest configuration using imuxsock instead of imjournal] *** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/tests_imuxsock_files.yml:31 Thursday 16 May 2024 19:14:48 +0000 (0:00:00.012) 0:00:00.012 ********** ok: [sut] META: ran handlers TASK [Deploy config to output into local files] ******************************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/tests_imuxsock_files.yml:39 Thursday 16 May 2024 19:14:49 +0000 (0:00:00.733) 0:00:00.745 ********** TASK [linux-system-roles.logging : Set files output if files output is not defined and logging_inputs is not empty] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/main.yml:8 Thursday 16 May 2024 19:14:49 +0000 (0:00:00.023) 0:00:00.769 ********** ok: [sut] => { "ansible_facts": { "__rsyslog_output_files": [ { "name": "default_files", "type": "files" } ] }, "changed": false } TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/main.yml:20 Thursday 16 May 2024 19:14:49 +0000 (0:00:00.024) 0:00:00.793 ********** ok: [sut] => { "ansible_facts": { "rsyslog_outputs": [ { "name": "default_files", "type": "files" } ] }, "changed": false } TASK [linux-system-roles.logging : Set rsyslog_inputs] ************************* task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/main.yml:27 Thursday 16 May 2024 19:14:49 +0000 (0:00:00.021) 0:00:00.815 ********** ok: [sut] => { "ansible_facts": { "rsyslog_inputs": [ { "name": "basic_input", "type": "basics", "use_imuxsock": true } ] }, "changed": false } TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/main.yml:33 Thursday 16 May 2024 19:14:49 +0000 (0:00:00.020) 0:00:00.836 ********** TASK [linux-system-roles.logging : Check logging_inputs item in logging_flows.inputs] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/main.yml:46 Thursday 16 May 2024 19:14:49 +0000 (0:00:00.016) 0:00:00.852 ********** TASK [linux-system-roles.logging : Gather ports specified in the logging_inputs and outputs vars] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/main.yml:57 Thursday 16 May 2024 19:14:49 +0000 (0:00:00.016) 0:00:00.868 ********** included: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:3 Thursday 16 May 2024 19:14:49 +0000 (0:00:00.028) 0:00:00.896 ********** ok: [sut] => { "ansible_facts": { "logging_tls_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_tcp_ports] *************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:7 Thursday 16 May 2024 19:14:49 +0000 (0:00:00.019) 0:00:00.916 ********** ok: [sut] => { "ansible_facts": { "logging_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_tls_udp_ports] *********** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:11 Thursday 16 May 2024 19:14:49 +0000 (0:00:00.019) 0:00:00.936 ********** ok: [sut] => { "ansible_facts": { "logging_tls_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_udp_ports] *************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:15 Thursday 16 May 2024 19:14:49 +0000 (0:00:00.019) 0:00:00.955 ********** ok: [sut] => { "ansible_facts": { "logging_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'port' values] ******************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:24 Thursday 16 May 2024 19:14:49 +0000 (0:00:00.019) 0:00:00.975 ********** 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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:93 Thursday 16 May 2024 19:14:49 +0000 (0:00:00.018) 0:00:00.993 ********** 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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:98 Thursday 16 May 2024 19:14:49 +0000 (0:00:00.019) 0:00:01.013 ********** 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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:103 Thursday 16 May 2024 19:14:49 +0000 (0:00:00.019) 0:00:01.032 ********** 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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:108 Thursday 16 May 2024 19:14:49 +0000 (0:00:00.019) 0:00:01.051 ********** 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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:113 Thursday 16 May 2024 19:14:49 +0000 (0:00:00.019) 0:00:01.071 ********** 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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:118 Thursday 16 May 2024 19:14:49 +0000 (0:00:00.019) 0:00:01.090 ********** 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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:166 Thursday 16 May 2024 19:14:49 +0000 (0:00:00.033) 0:00:01.124 ********** 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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:171 Thursday 16 May 2024 19:14:49 +0000 (0:00:00.036) 0:00:01.160 ********** 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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:177 Thursday 16 May 2024 19:14:49 +0000 (0:00:00.019) 0:00:01.180 ********** 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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:182 Thursday 16 May 2024 19:14:49 +0000 (0:00:00.019) 0:00:01.200 ********** 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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/main.yml:60 Thursday 16 May 2024 19:14:49 +0000 (0:00:00.019) 0:00:01.219 ********** included: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/firewall.yml for sut TASK [linux-system-roles.logging : Initialize logging_firewall_ports] ********** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/firewall.yml:8 Thursday 16 May 2024 19:14:49 +0000 (0:00:00.028) 0:00:01.248 ********** 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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/firewall.yml:12 Thursday 16 May 2024 19:14:49 +0000 (0:00:00.018) 0:00:01.266 ********** TASK [linux-system-roles.logging : Add udp ports to logging_firewall_ports] **** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/firewall.yml:20 Thursday 16 May 2024 19:14:49 +0000 (0:00:00.017) 0:00:01.283 ********** TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/firewall.yml:28 Thursday 16 May 2024 19:14:49 +0000 (0:00:00.015) 0:00:01.299 ********** 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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/main.yml:63 Thursday 16 May 2024 19:14:49 +0000 (0:00:00.018) 0:00:01.318 ********** included: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/selinux.yml for sut TASK [linux-system-roles.logging : Initialize logging_selinux_ports] *********** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/selinux.yml:8 Thursday 16 May 2024 19:14:49 +0000 (0:00:00.033) 0:00:01.351 ********** 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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/selinux.yml:12 Thursday 16 May 2024 19:14:49 +0000 (0:00:00.019) 0:00:01.371 ********** TASK [linux-system-roles.logging : Add tls tcp ports to logging_selinux_ports] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/selinux.yml:21 Thursday 16 May 2024 19:14:49 +0000 (0:00:00.015) 0:00:01.387 ********** TASK [linux-system-roles.logging : Add non tls udp ports to logging_selinux_ports] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/selinux.yml:30 Thursday 16 May 2024 19:14:49 +0000 (0:00:00.015) 0:00:01.403 ********** TASK [linux-system-roles.logging : Add tls udp ports to logging_selinux_ports] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/selinux.yml:39 Thursday 16 May 2024 19:14:49 +0000 (0:00:00.015) 0:00:01.418 ********** TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/selinux.yml:48 Thursday 16 May 2024 19:14:49 +0000 (0:00:00.015) 0:00:01.434 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Generate certificates] ********************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/main.yml:67 Thursday 16 May 2024 19:14:49 +0000 (0:00:00.018) 0:00:01.453 ********** included: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/certificate.yml for sut TASK [Generate certificates] *************************************************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/certificate.yml:2 Thursday 16 May 2024 19:14:49 +0000 (0:00:00.031) 0:00:01.484 ********** 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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/main.yml:73 Thursday 16 May 2024 19:14:49 +0000 (0:00:00.021) 0:00:01.506 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Create rsyslog debug dir] ******************* task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/main.yml:77 Thursday 16 May 2024 19:14:49 +0000 (0:00:00.021) 0:00:01.527 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Delete debug file] ************************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/main.yml:83 Thursday 16 May 2024 19:14:50 +0000 (0:00:00.021) 0:00:01.549 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Create rsyslog debug file] ****************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/main.yml:88 Thursday 16 May 2024 19:14:50 +0000 (0:00:00.020) 0:00:01.570 ********** 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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/main.yml:95 Thursday 16 May 2024 19:14:50 +0000 (0:00:00.020) 0:00:01.590 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Populate rsyslog debug file] **************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/main.yml:99 Thursday 16 May 2024 19:14:50 +0000 (0:00:00.020) 0:00:01.611 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include Rsyslog role] **************************************************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/main.yml:111 Thursday 16 May 2024 19:14:50 +0000 (0:00:00.021) 0:00:01.632 ********** TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Set platform/version specific variables] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main.yml:4 Thursday 16 May 2024 19:14:50 +0000 (0:00:00.033) 0:00:01.665 ********** included: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/set_vars.yml for sut TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/set_vars.yml:4 Thursday 16 May 2024 19:14:50 +0000 (0:00:00.011) 0:00:01.677 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Check if system is ostree] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/set_vars.yml:13 Thursday 16 May 2024 19:14:50 +0000 (0:00:00.009) 0:00:01.687 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/set_vars.yml:18 Thursday 16 May 2024 19:14:50 +0000 (0:00:00.252) 0:00:01.939 ********** ok: [sut] => { "ansible_facts": { "__logging_is_ostree": false }, "changed": false } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Set platform/version specific variables] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/set_vars.yml:22 Thursday 16 May 2024 19:14:50 +0000 (0:00:00.012) 0:00:01.952 ********** ok: [sut] => (item=/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/default.yml) => { "ansible_facts": { "__rsyslog_input_basics": "input_basics.j2" }, "ansible_included_var_files": [ "/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/default.yml" } skipping: [sut] => (item=/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/CentOS_8.yml", "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Include /vars/main.yml from /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/set_vars.yml:34 Thursday 16 May 2024 19:14:50 +0000 (0:00:00.025) 0:00:01.978 ********** skipping: [sut] => (item=/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/inputs/basics/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/inputs/basics/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/inputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/inputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/inputs/ovirt/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/inputs/ovirt/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/inputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/inputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/inputs/remote/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/inputs/remote/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/outputs/elasticsearch/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/outputs/elasticsearch/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/outputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/outputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/outputs/forwards/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/outputs/forwards/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/outputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/outputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/outputs/remote_files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/outputs/remote_files/main.yml", "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Main rsyslog subrole] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main.yml:7 Thursday 16 May 2024 19:14:50 +0000 (0:00:00.038) 0:00:02.016 ********** included: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml for sut TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Get status of rsyslog packages] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:15 Thursday 16 May 2024 19:14:50 +0000 (0:00:00.077) 0:00:02.093 ********** 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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset original confs - logging package is absent] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:22 Thursday 16 May 2024 19:14:50 +0000 (0:00:00.015) 0:00:02.108 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:34 Thursday 16 May 2024 19:14:50 +0000 (0:00:00.008) 0:00:02.117 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset erased flag] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:48 Thursday 16 May 2024 19:14:53 +0000 (0:00:02.887) 0:00:05.005 ********** ok: [sut] => { "ansible_facts": { "__rsyslog_erased": false }, "changed": false } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:52 Thursday 16 May 2024 19:14:53 +0000 (0:00:00.008) 0:00:05.014 ********** ok: [sut] => { "ansible_facts": { "packages": { "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "15.el8", "source": "rpm", "version": "1.40.16" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "15.el8", "source": "rpm", "version": "1.40.16" } ], "NetworkManager-team": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-team", "release": "15.el8", "source": "rpm", "version": "1.40.16" } ], "NetworkManager-tui": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-tui", "release": "15.el8", "source": "rpm", "version": "1.40.16" } ], "acl": [ { "arch": "x86_64", "epoch": null, "name": "acl", "release": "3.el8", "source": "rpm", "version": "2.2.53" } ], "aspell": [ { "arch": "x86_64", "epoch": 12, "name": "aspell", "release": "22.el8", "source": "rpm", "version": "0.60.6.1" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "1.el8", "source": "rpm", "version": "3.1.2" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "1.el8", "source": "rpm", "version": "3.1.2" } ], "authselect": [ { "arch": "x86_64", "epoch": null, "name": "authselect", "release": "2.el8", "source": "rpm", "version": "1.2.6" } ], "authselect-compat": [ { "arch": "x86_64", "epoch": null, "name": "authselect-compat", "release": "2.el8", "source": "rpm", "version": "1.2.6" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "2.el8", "source": "rpm", "version": "1.2.6" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "27.el8", "source": "rpm", "version": "0.7" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "5.el8", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "5.el8", "source": "rpm", "version": "4.4.20" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "5.el8", "source": "rpm", "version": "1.07.1" } ], "beakerlib": [ { "arch": "noarch", "epoch": null, "name": "beakerlib", "release": "1.el8bkr", "source": "rpm", "version": "1.29.3" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": null, "name": "beakerlib-redhat", "release": "33.el8bkr", "source": "rpm", "version": "1" } ], "bind-export-libs": [ { "arch": "x86_64", "epoch": 32, "name": "bind-export-libs", "release": "13.el8", "source": "rpm", "version": "9.11.36" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "123.el8", "source": "rpm", "version": "2.30" } ], "biosdevname": [ { "arch": "x86_64", "epoch": null, "name": "biosdevname", "release": "2.el8", "source": "rpm", "version": "0.7.3" } ], "bison": [ { "arch": "x86_64", "epoch": null, "name": "bison", "release": "10.el8", "source": "rpm", "version": "3.0.4" } ], "boost-atomic": [ { "arch": "x86_64", "epoch": null, "name": "boost-atomic", "release": "13.el8", "source": "rpm", "version": "1.66.0" } ], "boost-chrono": [ { "arch": "x86_64", "epoch": null, "name": "boost-chrono", "release": "13.el8", "source": "rpm", "version": "1.66.0" } ], "boost-date-time": [ { "arch": "x86_64", "epoch": null, "name": "boost-date-time", "release": "13.el8", "source": "rpm", "version": "1.66.0" } ], "boost-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "boost-filesystem", "release": "13.el8", "source": "rpm", "version": "1.66.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": null, "name": "boost-system", "release": "13.el8", "source": "rpm", "version": "1.66.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": null, "name": "boost-thread", "release": "13.el8", "source": "rpm", "version": "1.66.0" } ], "boost-timer": [ { "arch": "x86_64", "epoch": null, "name": "boost-timer", "release": "13.el8", "source": "rpm", "version": "1.66.0" } ], "brotli": [ { "arch": "x86_64", "epoch": null, "name": "brotli", "release": "3.el8", "source": "rpm", "version": "1.0.6" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "26.el8", "source": "rpm", "version": "1.0.6" } ], "c-ares": [ { "arch": "x86_64", "epoch": null, "name": "c-ares", "release": "10.el8", "source": "rpm", "version": "1.13.0" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "80.0.el8", "source": "rpm", "version": "2023.2.60_v7.0.306" } ], "centos-gpg-keys": [ { "arch": "noarch", "epoch": 1, "name": "centos-gpg-keys", "release": "6.el8", "source": "rpm", "version": "8" } ], "centos-stream-release": [ { "arch": "noarch", "epoch": null, "name": "centos-stream-release", "release": "1.el8", "source": "rpm", "version": "8.6" } ], "centos-stream-repos": [ { "arch": "noarch", "epoch": null, "name": "centos-stream-repos", "release": "6.el8", "source": "rpm", "version": "8" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.el8", "source": "rpm", "version": "2.9" } ], "chkconfig": [ { "arch": "x86_64", "epoch": null, "name": "chkconfig", "release": "1.el8", "source": "rpm", "version": "1.19.2" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.el8", "source": "rpm", "version": "4.5" } ], "cloud-init": [ { "arch": "noarch", "epoch": null, "name": "cloud-init", "release": "7.el8", "source": "rpm", "version": "23.4" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "0.el8", "source": "rpm", "version": "0.33" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "15.el8", "source": "rpm", "version": "8.30" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "15.el8", "source": "rpm", "version": "8.30" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "11.el8", "source": "rpm", "version": "2.12" } ], "cpp": [ { "arch": "x86_64", "epoch": null, "name": "cpp", "release": "21.el8", "source": "rpm", "version": "8.5.0" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "15.el8", "source": "rpm", "version": "2.9.6" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "15.el8", "source": "rpm", "version": "2.9.6" } ], "createrepo_c": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c", "release": "6.el8", "source": "rpm", "version": "0.17.7" } ], "createrepo_c-libs": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c-libs", "release": "6.el8", "source": "rpm", "version": "0.17.7" } ], "cronie": [ { "arch": "x86_64", "epoch": null, "name": "cronie", "release": "10.el8", "source": "rpm", "version": "1.5.2" } ], "cronie-anacron": [ { "arch": "x86_64", "epoch": null, "name": "cronie-anacron", "release": "10.el8", "source": "rpm", "version": "1.5.2" } ], "crontabs": [ { "arch": "noarch", "epoch": null, "name": "crontabs", "release": "17.20190603git.el8", "source": "rpm", "version": "1.11" } ], "crypto-policies": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "1.git3177e06.el8", "source": "rpm", "version": "20230731" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "1.git3177e06.el8", "source": "rpm", "version": "20230731" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "7.el8", "source": "rpm", "version": "2.3.7" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "34.el8", "source": "rpm", "version": "7.61.1" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "6.el8_5", "source": "rpm", "version": "2.1.27" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "26.el8", "source": "rpm", "version": "1.12.8" } ], "dbus-common": [ { "arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "26.el8", "source": "rpm", "version": "1.12.8" } ], "dbus-daemon": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-daemon", "release": "26.el8", "source": "rpm", "version": "1.12.8" } ], "dbus-glib": [ { "arch": "x86_64", "epoch": null, "name": "dbus-glib", "release": "2.el8", "source": "rpm", "version": "0.110" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "26.el8", "source": "rpm", "version": "1.12.8" } ], "dbus-tools": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-tools", "release": "26.el8", "source": "rpm", "version": "1.12.8" } ], "device-mapper": [ { "arch": "x86_64", "epoch": 8, "name": "device-mapper", "release": "14.el8", "source": "rpm", "version": "1.02.181" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": 8, "name": "device-mapper-libs", "release": "14.el8", "source": "rpm", "version": "1.02.181" } ], "dhcp-client": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "49.el8", "source": "rpm", "version": "4.3.6" } ], "dhcp-common": [ { "arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "49.el8", "source": "rpm", "version": "4.3.6" } ], "dhcp-libs": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-libs", "release": "49.el8", "source": "rpm", "version": "4.3.6" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "6.el8", "source": "rpm", "version": "3.6" } ], "dmidecode": [ { "arch": "x86_64", "epoch": 1, "name": "dmidecode", "release": "4.el8", "source": "rpm", "version": "3.3" } ], "dnf": [ { "arch": "noarch", "epoch": null, "name": "dnf", "release": "20.el8", "source": "rpm", "version": "4.7.0" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "20.el8", "source": "rpm", "version": "4.7.0" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "25.el8", "source": "rpm", "version": "4.0.21" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "233.git20240115.el8", "source": "rpm", "version": "049" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "233.git20240115.el8", "source": "rpm", "version": "049" } ], "dracut-network": [ { "arch": "x86_64", "epoch": null, "name": "dracut-network", "release": "233.git20240115.el8", "source": "rpm", "version": "049" } ], "dracut-squash": [ { "arch": "x86_64", "epoch": null, "name": "dracut-squash", "release": "233.git20240115.el8", "source": "rpm", "version": "049" } ], "drpm": [ { "arch": "x86_64", "epoch": null, "name": "drpm", "release": "3.el8", "source": "rpm", "version": "0.4.1" } ], "dyninst": [ { "arch": "x86_64", "epoch": null, "name": "dyninst", "release": "1.el8", "source": "rpm", "version": "12.1.0" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "5.el8", "source": "rpm", "version": "1.45.6" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "5.el8", "source": "rpm", "version": "1.45.6" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "4.el8", "source": "rpm", "version": "37" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client", "release": "2.el8", "source": "rpm", "version": "0.190" } ], "elfutils-debuginfod-client-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client-devel", "release": "2.el8", "source": "rpm", "version": "0.190" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "2.el8", "source": "rpm", "version": "0.190" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-devel", "release": "2.el8", "source": "rpm", "version": "0.190" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "2.el8", "source": "rpm", "version": "0.190" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf-devel", "release": "2.el8", "source": "rpm", "version": "0.190" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "2.el8", "source": "rpm", "version": "0.190" } ], "emacs-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "emacs-filesystem", "release": "11.el8", "source": "rpm", "version": "26.1" } ], "epel-release": [ { "arch": "noarch", "epoch": null, "name": "epel-release", "release": "19.el8", "source": "rpm", "version": "8" } ], "ethtool": [ { "arch": "x86_64", "epoch": 2, "name": "ethtool", "release": "2.el8", "source": "rpm", "version": "5.13" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "13.el8", "source": "rpm", "version": "2.2.5" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "26.el8", "source": "rpm", "version": "5.33" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "26.el8", "source": "rpm", "version": "5.33" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "6.el8", "source": "rpm", "version": "3.8" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "22.el8", "source": "rpm", "version": "4.6.0" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "4.el8", "source": "rpm", "version": "0.9.11" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "4.el8", "source": "rpm", "version": "0.9.11" } ], "flex": [ { "arch": "x86_64", "epoch": null, "name": "flex", "release": "9.el8", "source": "rpm", "version": "2.6.1" } ], "freetype": [ { "arch": "x86_64", "epoch": null, "name": "freetype", "release": "9.el8", "source": "rpm", "version": "2.9.1" } ], "fuse-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "19.el8", "source": "rpm", "version": "2.9.7" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "4.el8", "source": "rpm", "version": "4.2.1" } ], "gcc": [ { "arch": "x86_64", "epoch": null, "name": "gcc", "release": "21.el8", "source": "rpm", "version": "8.5.0" } ], "gdbm": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm", "release": "2.el8", "source": "rpm", "version": "1.18" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "2.el8", "source": "rpm", "version": "1.18" } ], "gdisk": [ { "arch": "x86_64", "epoch": null, "name": "gdisk", "release": "11.el8", "source": "rpm", "version": "1.0.3" } ], "geolite2-city": [ { "arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "1.el8", "source": "rpm", "version": "20180605" } ], "geolite2-country": [ { "arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "1.el8", "source": "rpm", "version": "20180605" } ], "gettext": [ { "arch": "x86_64", "epoch": null, "name": "gettext", "release": "17.el8", "source": "rpm", "version": "0.19.8.1" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "17.el8", "source": "rpm", "version": "0.19.8.1" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "1.el8", "source": "rpm", "version": "2.43.0" } ], "git-core": [ { "arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.el8", "source": "rpm", "version": "2.43.0" } ], "git-core-doc": [ { "arch": "noarch", "epoch": null, "name": "git-core-doc", "release": "1.el8", "source": "rpm", "version": "2.43.0" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "163.el8", "source": "rpm", "version": "2.56.4" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "251.el8", "source": "rpm", "version": "2.28" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "251.el8", "source": "rpm", "version": "2.28" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": null, "name": "glibc-devel", "release": "251.el8", "source": "rpm", "version": "2.28" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": null, "name": "glibc-gconv-extra", "release": "251.el8", "source": "rpm", "version": "2.28" } ], "glibc-headers": [ { "arch": "x86_64", "epoch": null, "name": "glibc-headers", "release": "251.el8", "source": "rpm", "version": "2.28" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "251.el8", "source": "rpm", "version": "2.28" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "12.el8", "source": "rpm", "version": "6.1.2" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "3.el8", "source": "rpm", "version": "2.2.20" } ], "gnupg2-smime": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "3.el8", "source": "rpm", "version": "2.2.20" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "8.el8.1", "source": "rpm", "version": "3.6.16" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "1.el8", "source": "rpm", "version": "1.56.1" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "5ccc5b19", "source": "rpm", "version": "8483c65d" }, { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "5cf7cefb", "source": "rpm", "version": "2f86d6a1" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "12.el8", "source": "rpm", "version": "1.13.1" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "gpm-libs", "release": "17.el8", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "6.el8", "source": "rpm", "version": "3.1" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "18.el8", "source": "rpm", "version": "1.22.3" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "129.el8", "source": "rpm", "version": "2.02" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "129.el8", "source": "rpm", "version": "2.02" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "129.el8", "source": "rpm", "version": "2.02" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "129.el8", "source": "rpm", "version": "2.02" } ], "grub2-tools-extra": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-extra", "release": "129.el8", "source": "rpm", "version": "2.02" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "129.el8", "source": "rpm", "version": "2.02" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "48.el8", "source": "rpm", "version": "8.40" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "21.el8", "source": "rpm", "version": "0.8.0" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "13.el8", "source": "rpm", "version": "1.9" } ], "hardlink": [ { "arch": "x86_64", "epoch": 1, "name": "hardlink", "release": "6.el8", "source": "rpm", "version": "1.3" } ], "hdparm": [ { "arch": "x86_64", "epoch": null, "name": "hdparm", "release": "4.el8", "source": "rpm", "version": "9.54" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "7.el8.0.1", "source": "rpm", "version": "3.20" } ], "hwdata": [ { "arch": "noarch", "epoch": null, "name": "hwdata", "release": "8.22.el8", "source": "rpm", "version": "0.314" } ], "ima-evm-utils": [ { "arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "12.el8", "source": "rpm", "version": "1.3.2" } ], "info": [ { "arch": "x86_64", "epoch": null, "name": "info", "release": "7.el8_5", "source": "rpm", "version": "6.5" } ], "initscripts": [ { "arch": "x86_64", "epoch": null, "name": "initscripts", "release": "1.el8", "source": "rpm", "version": "10.00.18" } ], "ipcalc": [ { "arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "4.el8", "source": "rpm", "version": "0.2.4" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "5.el8", "source": "rpm", "version": "6.2.0" } ], "iprutils": [ { "arch": "x86_64", "epoch": null, "name": "iprutils", "release": "1.el8", "source": "rpm", "version": "2.4.19" } ], "ipset": [ { "arch": "x86_64", "epoch": null, "name": "ipset", "release": "1.el8", "source": "rpm", "version": "7.1" } ], "ipset-libs": [ { "arch": "x86_64", "epoch": null, "name": "ipset-libs", "release": "1.el8", "source": "rpm", "version": "7.1" } ], "iptables": [ { "arch": "x86_64", "epoch": null, "name": "iptables", "release": "11.el8", "source": "rpm", "version": "1.8.5" } ], "iptables-ebtables": [ { "arch": "x86_64", "epoch": null, "name": "iptables-ebtables", "release": "11.el8", "source": "rpm", "version": "1.8.5" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "11.el8", "source": "rpm", "version": "1.8.5" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "11.el8", "source": "rpm", "version": "20180629" } ], "irqbalance": [ { "arch": "x86_64", "epoch": 2, "name": "irqbalance", "release": "1.el8", "source": "rpm", "version": "1.9.2" } ], "isl": [ { "arch": "x86_64", "epoch": null, "name": "isl", "release": "6.el8", "source": "rpm", "version": "0.16.1" } ], "iwl100-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl100-firmware", "release": "121.el8.1", "source": "rpm", "version": "39.31.5.1" } ], "iwl1000-firmware": [ { "arch": "noarch", "epoch": 1, "name": "iwl1000-firmware", "release": "121.el8.1", "source": "rpm", "version": "39.31.5.1" } ], "iwl105-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl105-firmware", "release": "121.el8.1", "source": "rpm", "version": "18.168.6.1" } ], "iwl135-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl135-firmware", "release": "121.el8.1", "source": "rpm", "version": "18.168.6.1" } ], "iwl2000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl2000-firmware", "release": "121.el8.1", "source": "rpm", "version": "18.168.6.1" } ], "iwl2030-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl2030-firmware", "release": "121.el8.1", "source": "rpm", "version": "18.168.6.1" } ], "iwl3160-firmware": [ { "arch": "noarch", "epoch": 1, "name": "iwl3160-firmware", "release": "121.el8.1", "source": "rpm", "version": "25.30.13.0" } ], "iwl5000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl5000-firmware", "release": "121.el8.1", "source": "rpm", "version": "8.83.5.1_1" } ], "iwl5150-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl5150-firmware", "release": "121.el8.1", "source": "rpm", "version": "8.24.2.2" } ], "iwl6000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6000-firmware", "release": "121.el8.1", "source": "rpm", "version": "9.221.4.1" } ], "iwl6000g2a-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6000g2a-firmware", "release": "121.el8.1", "source": "rpm", "version": "18.168.6.1" } ], "iwl6050-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6050-firmware", "release": "121.el8.1", "source": "rpm", "version": "41.28.5.1" } ], "iwl7260-firmware": [ { "arch": "noarch", "epoch": 1, "name": "iwl7260-firmware", "release": "121.el8.1", "source": "rpm", "version": "25.30.13.0" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "1.el8", "source": "rpm", "version": "2.14" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "3.el8", "source": "rpm", "version": "0.13.1" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "11.el8", "source": "rpm", "version": "2.0.4" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "11.el8", "source": "rpm", "version": "2.0.4" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "11.el8", "source": "rpm", "version": "2.0.4" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "552.el8", "source": "rpm", "version": "4.18.0" } ], "kernel-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "552.el8", "source": "rpm", "version": "4.18.0" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": null, "name": "kernel-devel", "release": "552.el8", "source": "rpm", "version": "4.18.0" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": null, "name": "kernel-headers", "release": "552.el8", "source": "rpm", "version": "4.18.0" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "552.el8", "source": "rpm", "version": "4.18.0" } ], "kernel-tools": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools", "release": "552.el8", "source": "rpm", "version": "4.18.0" } ], "kernel-tools-libs": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools-libs", "release": "552.el8", "source": "rpm", "version": "4.18.0" } ], "kexec-tools": [ { "arch": "x86_64", "epoch": null, "name": "kexec-tools", "release": "14.el8", "source": "rpm", "version": "2.0.26" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "9.el8", "source": "rpm", "version": "1.5.10" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "9.el8", "source": "rpm", "version": "1.5.10" } ], "keyutils-libs-devel": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs-devel", "release": "9.el8", "source": "rpm", "version": "1.5.10" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "20.el8", "source": "rpm", "version": "25" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "20.el8", "source": "rpm", "version": "25" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "41.el8", "source": "rpm", "version": "0.8.4" } ], "krb5-devel": [ { "arch": "x86_64", "epoch": null, "name": "krb5-devel", "release": "26.el8", "source": "rpm", "version": "1.18.2" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "26.el8", "source": "rpm", "version": "1.18.2" } ], "langpacks-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "12.el8", "source": "rpm", "version": "1.0" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "2.el8", "source": "rpm", "version": "530" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "3.el8", "source": "rpm", "version": "2.2.53" } ], "libarchive": [ { "arch": "x86_64", "epoch": null, "name": "libarchive", "release": "5.el8", "source": "rpm", "version": "3.3.3" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "3.el8", "source": "rpm", "version": "2.5.1" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "3.el8", "source": "rpm", "version": "2.4.48" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "40.el8", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "46.el8", "source": "rpm", "version": "2.32.1" } ], "libbpf": [ { "arch": "x86_64", "epoch": null, "name": "libbpf", "release": "1.el8", "source": "rpm", "version": "0.5.0" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "5.el8", "source": "rpm", "version": "2.48" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "1.el8", "source": "rpm", "version": "0.7.11" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "40.el8", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "5.el8", "source": "rpm", "version": "1.45.6" } ], "libcom_err-devel": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err-devel", "release": "5.el8", "source": "rpm", "version": "1.45.6" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.el8", "source": "rpm", "version": "0.1.18" } ], "libcroco": [ { "arch": "x86_64", "epoch": null, "name": "libcroco", "release": "4.el8_2.1", "source": "rpm", "version": "0.6.12" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "34.el8", "source": "rpm", "version": "7.61.1" } ], "libdaemon": [ { "arch": "x86_64", "epoch": null, "name": "libdaemon", "release": "15.el8", "source": "rpm", "version": "0.14" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "42.el8_4", "source": "rpm", "version": "5.3.28" } ], "libdb-utils": [ { "arch": "x86_64", "epoch": null, "name": "libdb-utils", "release": "42.el8_4", "source": "rpm", "version": "5.3.28" } ], "libdhash": [ { "arch": "x86_64", "epoch": null, "name": "libdhash", "release": "40.el8", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "19.el8", "source": "rpm", "version": "0.63.0" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "23.20170329cvs.el8", "source": "rpm", "version": "3.1" } ], "libestr": [ { "arch": "x86_64", "epoch": null, "name": "libestr", "release": "3.el8", "source": "rpm", "version": "0.1.10" } ], "libev": [ { "arch": "x86_64", "epoch": null, "name": "libev", "release": "6.el8", "source": "rpm", "version": "4.24" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "5.el8", "source": "rpm", "version": "2.1.8" } ], "libfastjson": [ { "arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "2.el8", "source": "rpm", "version": "0.99.9" } ], "libfdisk": [ { "arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "46.el8", "source": "rpm", "version": "2.32.1" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "24.el8", "source": "rpm", "version": "3.1" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "21.el8", "source": "rpm", "version": "8.5.0" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "7.el8", "source": "rpm", "version": "1.8.5" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "21.el8", "source": "rpm", "version": "8.5.0" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "1.el8", "source": "rpm", "version": "1.31" } ], "libibverbs": [ { "arch": "x86_64", "epoch": null, "name": "libibverbs", "release": "1.el8", "source": "rpm", "version": "48.0" } ], "libidn2": [ { "arch": "x86_64", "epoch": null, "name": "libidn2", "release": "1.el8", "source": "rpm", "version": "2.2.0" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "40.el8", "source": "rpm", "version": "1.3.1" } ], "libkadm5": [ { "arch": "x86_64", "epoch": null, "name": "libkadm5", "release": "26.el8", "source": "rpm", "version": "1.18.2" } ], "libkcapi": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "2.el8", "source": "rpm", "version": "1.4.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "2.el8", "source": "rpm", "version": "1.4.0" } ], "libksba": [ { "arch": "x86_64", "epoch": null, "name": "libksba", "release": "9.el8", "source": "rpm", "version": "1.3.5" } ], "libldb": [ { "arch": "x86_64", "epoch": null, "name": "libldb", "release": "0.el8", "source": "rpm", "version": "2.8.0" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "10.el8.1", "source": "rpm", "version": "1.2.0" } ], "libmetalink": [ { "arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "7.el8", "source": "rpm", "version": "0.1.3" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "6.el8", "source": "rpm", "version": "1.0.4" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "1.el8", "source": "rpm", "version": "2.13.0" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "46.el8", "source": "rpm", "version": "2.32.1" } ], "libmpc": [ { "arch": "x86_64", "epoch": null, "name": "libmpc", "release": "9.1.el8", "source": "rpm", "version": "1.1.0" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "6.el8", "source": "rpm", "version": "1.7" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "5.el8", "source": "rpm", "version": "1.0.6" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "13.el8", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "59.el8", "source": "rpm", "version": "2.3.3" } ], "libnftnl": [ { "arch": "x86_64", "epoch": null, "name": "libnftnl", "release": "3.el8", "source": "rpm", "version": "1.2.2" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "5.el8", "source": "rpm", "version": "1.33.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "1.el8", "source": "rpm", "version": "3.7.0" } ], "libnl3-cli": [ { "arch": "x86_64", "epoch": null, "name": "libnl3-cli", "release": "1.el8", "source": "rpm", "version": "3.7.0" } ], "libnsl2": [ { "arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "2.20180605git4a062cf.el8", "source": "rpm", "version": "1.2.0" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "40.el8", "source": "rpm", "version": "0.2.1" } ], "libpcap": [ { "arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "5.el8", "source": "rpm", "version": "1.9.1" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.el8", "source": "rpm", "version": "1.5.0" } ], "libpkgconf": [ { "arch": "x86_64", "epoch": null, "name": "libpkgconf", "release": "1.el8", "source": "rpm", "version": "1.4.2" } ], "libpng": [ { "arch": "x86_64", "epoch": 2, "name": "libpng", "release": "5.el8", "source": "rpm", "version": "1.6.34" } ], "libpsl": [ { "arch": "x86_64", "epoch": null, "name": "libpsl", "release": "6.el8", "source": "rpm", "version": "0.20.2" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "6.el8", "source": "rpm", "version": "1.4.4" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "40.el8", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "5.el8", "source": "rpm", "version": "1.14.2" } ], "libreport-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "libreport-filesystem", "release": "15.el8", "source": "rpm", "version": "2.9.5" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "1.el8", "source": "rpm", "version": "2.5.2" } ], "libsecret": [ { "arch": "x86_64", "epoch": null, "name": "libsecret", "release": "1.el8", "source": "rpm", "version": "0.18.6" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "8.el8", "source": "rpm", "version": "2.9" } ], "libselinux-devel": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-devel", "release": "8.el8", "source": "rpm", "version": "2.9" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "8.el8", "source": "rpm", "version": "2.9" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "9.el8", "source": "rpm", "version": "2.9" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "3.el8", "source": "rpm", "version": "2.9" } ], "libsepol-devel": [ { "arch": "x86_64", "epoch": null, "name": "libsepol-devel", "release": "3.el8", "source": "rpm", "version": "2.9" } ], "libsigsegv": [ { "arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "5.el8", "source": "rpm", "version": "2.11" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "46.el8", "source": "rpm", "version": "2.32.1" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "6.el8", "source": "rpm", "version": "0.7.20" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "5.el8", "source": "rpm", "version": "1.45.6" } ], "libssh": [ { "arch": "x86_64", "epoch": null, "name": "libssh", "release": "14.el8", "source": "rpm", "version": "0.9.6" } ], "libssh-config": [ { "arch": "noarch", "epoch": null, "name": "libssh-config", "release": "14.el8", "source": "rpm", "version": "0.9.6" } ], "libsss_autofs": [ { "arch": "x86_64", "epoch": null, "name": "libsss_autofs", "release": "2.el8", "source": "rpm", "version": "2.9.4" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "2.el8", "source": "rpm", "version": "2.9.4" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "2.el8", "source": "rpm", "version": "2.9.4" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "2.el8", "source": "rpm", "version": "2.9.4" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "2.el8", "source": "rpm", "version": "2.9.4" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "21.el8", "source": "rpm", "version": "8.5.0" } ], "libsysfs": [ { "arch": "x86_64", "epoch": null, "name": "libsysfs", "release": "25.el8", "source": "rpm", "version": "2.1.0" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "0.el8", "source": "rpm", "version": "2.4.1" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "4.el8", "source": "rpm", "version": "4.13" } ], "libtdb": [ { "arch": "x86_64", "epoch": null, "name": "libtdb", "release": "0.el8", "source": "rpm", "version": "1.4.9" } ], "libteam": [ { "arch": "x86_64", "epoch": null, "name": "libteam", "release": "4.el8", "source": "rpm", "version": "1.31" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "0.el8", "source": "rpm", "version": "0.16.0" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "10.el8", "source": "rpm", "version": "1.1.4" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "3.el8", "source": "rpm", "version": "0.9.9" } ], "libusbx": [ { "arch": "x86_64", "epoch": null, "name": "libusbx", "release": "4.el8", "source": "rpm", "version": "1.0.23" } ], "libuser": [ { "arch": "x86_64", "epoch": null, "name": "libuser", "release": "25.el8", "source": "rpm", "version": "0.62" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "14.el8", "source": "rpm", "version": "1.1.6" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "46.el8", "source": "rpm", "version": "2.32.1" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "2.el8", "source": "rpm", "version": "0.3.2" } ], "libverto-devel": [ { "arch": "x86_64", "epoch": null, "name": "libverto-devel", "release": "2.el8", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libev", "release": "2.el8", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "6.el8", "source": "rpm", "version": "4.1.1" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-devel", "release": "6.el8", "source": "rpm", "version": "4.1.1" } ], "libxkbcommon": [ { "arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "1.el8", "source": "rpm", "version": "0.9.1" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "18.el8", "source": "rpm", "version": "2.9.7" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "6.el8", "source": "rpm", "version": "1.1.32" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "5.el8", "source": "rpm", "version": "0.1.7" } ], "libzstd": [ { "arch": "x86_64", "epoch": null, "name": "libzstd", "release": "1.el8", "source": "rpm", "version": "1.4.4" } ], "libzstd-devel": [ { "arch": "x86_64", "epoch": null, "name": "libzstd-devel", "release": "1.el8", "source": "rpm", "version": "1.4.4" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "121.gitb3132c18.el8", "source": "rpm", "version": "20240111" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "2.el8", "source": "rpm", "version": "0.9.24" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "6.el8", "source": "rpm", "version": "3.14.0" } ], "lshw": [ { "arch": "x86_64", "epoch": null, "name": "lshw", "release": "6.el8", "source": "rpm", "version": "B.02.19.2" } ], "lsscsi": [ { "arch": "x86_64", "epoch": null, "name": "lsscsi", "release": "3.el8", "source": "rpm", "version": "0.32" } ], "lua-libs": [ { "arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "12.el8", "source": "rpm", "version": "5.3.4" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "3.el8_4", "source": "rpm", "version": "1.8.3" } ], "lzo": [ { "arch": "x86_64", "epoch": null, "name": "lzo", "release": "14.el8", "source": "rpm", "version": "2.08" } ], "m4": [ { "arch": "x86_64", "epoch": null, "name": "m4", "release": "7.el8", "source": "rpm", "version": "1.4.18" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "11.el8", "source": "rpm", "version": "4.2.1" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "18.el8", "source": "rpm", "version": "2.7.6.1" } ], "memstrack": [ { "arch": "x86_64", "epoch": null, "name": "memstrack", "release": "2.el8", "source": "rpm", "version": "0.2.5" } ], "microcode_ctl": [ { "arch": "x86_64", "epoch": 4, "name": "microcode_ctl", "release": "2.el8", "source": "rpm", "version": "20230808" } ], "mokutil": [ { "arch": "x86_64", "epoch": 1, "name": "mokutil", "release": "12.el8", "source": "rpm", "version": "0.3.0" } ], "mozjs60": [ { "arch": "x86_64", "epoch": null, "name": "mozjs60", "release": "4.el8", "source": "rpm", "version": "60.9.0" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "1.el8", "source": "rpm", "version": "3.1.6" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "10.20180224.el8", "source": "rpm", "version": "6.1" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "10.20180224.el8", "source": "rpm", "version": "6.1" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "10.20180224.el8", "source": "rpm", "version": "6.1" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "7.el8", "source": "rpm", "version": "3.4.1" } ], "newt": [ { "arch": "x86_64", "epoch": null, "name": "newt", "release": "11.el8", "source": "rpm", "version": "0.52.20" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "59.el8", "source": "rpm", "version": "2.3.3" } ], "nftables": [ { "arch": "x86_64", "epoch": 1, "name": "nftables", "release": "4.el8", "source": "rpm", "version": "1.0.4" } ], "npth": [ { "arch": "x86_64", "epoch": null, "name": "npth", "release": "4.el8", "source": "rpm", "version": "1.5" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "1.el8", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "6.el8", "source": "rpm", "version": "3.90.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "6.el8", "source": "rpm", "version": "3.90.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "6.el8", "source": "rpm", "version": "3.90.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "6.el8", "source": "rpm", "version": "3.90.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "6.el8", "source": "rpm", "version": "3.90.0" } ], "numactl-libs": [ { "arch": "x86_64", "epoch": null, "name": "numactl-libs", "release": "4.el8", "source": "rpm", "version": "2.0.16" } ], "oddjob": [ { "arch": "x86_64", "epoch": null, "name": "oddjob", "release": "3.el8", "source": "rpm", "version": "0.34.7" } ], "oddjob-mkhomedir": [ { "arch": "x86_64", "epoch": null, "name": "oddjob-mkhomedir", "release": "3.el8", "source": "rpm", "version": "0.34.7" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "18.el8", "source": "rpm", "version": "2.4.46" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "24.el8", "source": "rpm", "version": "8.0p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "24.el8", "source": "rpm", "version": "8.0p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "24.el8", "source": "rpm", "version": "8.0p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "12.el8", "source": "rpm", "version": "1.1.1k" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-devel", "release": "12.el8", "source": "rpm", "version": "1.1.1k" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "12.el8", "source": "rpm", "version": "1.1.1k" } ], "openssl-pkcs11": [ { "arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "3.el8", "source": "rpm", "version": "0.4.10" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "9.el8", "source": "rpm", "version": "1.74" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "2.el8", "source": "rpm", "version": "0.23.22" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "2.el8", "source": "rpm", "version": "0.23.22" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "33.el8", "source": "rpm", "version": "1.3.1" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "39.el8", "source": "rpm", "version": "3.2" } ], "passwd": [ { "arch": "x86_64", "epoch": null, "name": "passwd", "release": "4.el8", "source": "rpm", "version": "0.80" } ], "pciutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "pciutils-libs", "release": "3.el8", "source": "rpm", "version": "3.7.0" } ], "pcre": [ { "arch": "x86_64", "epoch": null, "name": "pcre", "release": "6.el8", "source": "rpm", "version": "8.42" } ], "pcre2": [ { "arch": "x86_64", "epoch": null, "name": "pcre2", "release": "3.el8", "source": "rpm", "version": "10.32" } ], "pcre2-devel": [ { "arch": "x86_64", "epoch": null, "name": "pcre2-devel", "release": "3.el8", "source": "rpm", "version": "10.32" } ], "pcre2-utf16": [ { "arch": "x86_64", "epoch": null, "name": "pcre2-utf16", "release": "3.el8", "source": "rpm", "version": "10.32" } ], "pcre2-utf32": [ { "arch": "x86_64", "epoch": null, "name": "pcre2-utf32", "release": "3.el8", "source": "rpm", "version": "10.32" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "396.el8", "source": "rpm", "version": "1.42" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "399.el8", "source": "rpm", "version": "2.167" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "395.el8", "source": "rpm", "version": "1.17" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "396.el8", "source": "rpm", "version": "2.55" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Encode", "release": "3.el8", "source": "rpm", "version": "2.97" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Errno", "release": "422.el8", "source": "rpm", "version": "1.28" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "2.el8", "source": "rpm", "version": "0.17025" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "396.el8", "source": "rpm", "version": "5.72" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "2.el8", "source": "rpm", "version": "2.15" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Temp", "release": "1.el8", "source": "rpm", "version": "0.230.600" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": 1, "name": "perl-Getopt-Long", "release": "4.el8", "source": "rpm", "version": "2.50" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "1.el8", "source": "rpm", "version": "2.43.0" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "3.el8", "source": "rpm", "version": "0.074" } ], "perl-IO": [ { "arch": "x86_64", "epoch": 0, "name": "perl-IO", "release": "422.el8", "source": "rpm", "version": "1.38" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "5.el8", "source": "rpm", "version": "0.39" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "4.module_el8+339+1ec643e0", "source": "rpm", "version": "2.066" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": null, "name": "perl-MIME-Base64", "release": "396.el8", "source": "rpm", "version": "3.15" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "7.module_el8+645+9d809f8c", "source": "rpm", "version": "20160104" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "2.module_el8+339+1ec643e0", "source": "rpm", "version": "1.88" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "1.el8", "source": "rpm", "version": "3.74" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "395.el8", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "396.el8", "source": "rpm", "version": "3.28" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "395.el8", "source": "rpm", "version": "3.35" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": 4, "name": "perl-Pod-Usage", "release": "395.el8", "source": "rpm", "version": "1.69" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": 3, "name": "perl-Scalar-List-Utils", "release": "2.el8", "source": "rpm", "version": "1.49" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Socket", "release": "3.el8", "source": "rpm", "version": "2.027" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Storable", "release": "3.el8", "source": "rpm", "version": "3.11" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-ANSIColor", "release": "396.el8", "source": "rpm", "version": "4.06" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-Cap", "release": "395.el8", "source": "rpm", "version": "1.17" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "7.el8", "source": "rpm", "version": "2.37" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "395.el8", "source": "rpm", "version": "3.30" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-Tabs+Wrap", "release": "395.el8", "source": "rpm", "version": "2013.0523" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": 1, "name": "perl-Time-Local", "release": "1.el8", "source": "rpm", "version": "1.280" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "3.el8", "source": "rpm", "version": "1.73" } ], "perl-Unicode-Normalize": [ { "arch": "x86_64", "epoch": null, "name": "perl-Unicode-Normalize", "release": "396.el8", "source": "rpm", "version": "1.25" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "396.el8", "source": "rpm", "version": "1.33" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": 4, "name": "perl-interpreter", "release": "422.el8", "source": "rpm", "version": "5.26.3" } ], "perl-libnet": [ { "arch": "noarch", "epoch": null, "name": "perl-libnet", "release": "3.el8", "source": "rpm", "version": "3.11" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "422.el8", "source": "rpm", "version": "5.26.3" } ], "perl-macros": [ { "arch": "x86_64", "epoch": 4, "name": "perl-macros", "release": "422.el8", "source": "rpm", "version": "5.26.3" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "1.el8", "source": "rpm", "version": "0.237" } ], "perl-podlators": [ { "arch": "noarch", "epoch": null, "name": "perl-podlators", "release": "1.el8", "source": "rpm", "version": "4.11" } ], "perl-threads": [ { "arch": "x86_64", "epoch": 1, "name": "perl-threads", "release": "2.el8", "source": "rpm", "version": "2.21" } ], "perl-threads-shared": [ { "arch": "x86_64", "epoch": null, "name": "perl-threads-shared", "release": "2.el8", "source": "rpm", "version": "1.58" } ], "pigz": [ { "arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.el8", "source": "rpm", "version": "2.4" } ], "pinentry": [ { "arch": "x86_64", "epoch": null, "name": "pinentry", "release": "2.el8", "source": "rpm", "version": "1.1.0" } ], "pkgconf": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf", "release": "1.el8", "source": "rpm", "version": "1.4.2" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": null, "name": "pkgconf-m4", "release": "1.el8", "source": "rpm", "version": "1.4.2" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf-pkg-config", "release": "1.el8", "source": "rpm", "version": "1.4.2" } ], "platform-python": [ { "arch": "x86_64", "epoch": null, "name": "platform-python", "release": "59.el8", "source": "rpm", "version": "3.6.8" } ], "platform-python-pip": [ { "arch": "noarch", "epoch": null, "name": "platform-python-pip", "release": "24.el8", "source": "rpm", "version": "9.0.3" } ], "platform-python-setuptools": [ { "arch": "noarch", "epoch": null, "name": "platform-python-setuptools", "release": "7.el8", "source": "rpm", "version": "39.2.0" } ], "plymouth": [ { "arch": "x86_64", "epoch": null, "name": "plymouth", "release": "11.20200615git1e36e30.el8", "source": "rpm", "version": "0.9.4" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-core-libs", "release": "11.20200615git1e36e30.el8", "source": "rpm", "version": "0.9.4" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-scripts", "release": "11.20200615git1e36e30.el8", "source": "rpm", "version": "0.9.4" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "24.el8", "source": "rpm", "version": "2.9" } ], "polkit": [ { "arch": "x86_64", "epoch": null, "name": "polkit", "release": "15.el8", "source": "rpm", "version": "0.115" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "15.el8", "source": "rpm", "version": "0.115" } ], "polkit-pkla-compat": [ { "arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "12.el8", "source": "rpm", "version": "0.1" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "1.el8", "source": "rpm", "version": "1.18" } ], "prefixdevname": [ { "arch": "x86_64", "epoch": null, "name": "prefixdevname", "release": "6.el8", "source": "rpm", "version": "0.1.0" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "14.el8", "source": "rpm", "version": "3.3.15" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "5.el8", "source": "rpm", "version": "23.1" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "1.el8", "source": "rpm", "version": "20180723" } ], "python3-audit": [ { "arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "1.el8", "source": "rpm", "version": "3.1.2" } ], "python3-babel": [ { "arch": "noarch", "epoch": null, "name": "python3-babel", "release": "7.el8", "source": "rpm", "version": "2.5.1" } ], "python3-cffi": [ { "arch": "x86_64", "epoch": null, "name": "python3-cffi", "release": "6.el8", "source": "rpm", "version": "1.11.5" } ], "python3-chardet": [ { "arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "7.el8", "source": "rpm", "version": "3.0.4" } ], "python3-configobj": [ { "arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "11.el8", "source": "rpm", "version": "5.0.6" } ], "python3-cryptography": [ { "arch": "x86_64", "epoch": null, "name": "python3-cryptography", "release": "7.el8", "source": "rpm", "version": "3.2.1" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "6.el8", "source": "rpm", "version": "2.6.1" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "15.el8", "source": "rpm", "version": "1.2.4" } ], "python3-decorator": [ { "arch": "noarch", "epoch": null, "name": "python3-decorator", "release": "2.el8", "source": "rpm", "version": "4.2.1" } ], "python3-dnf": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "20.el8", "source": "rpm", "version": "4.7.0" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "25.el8", "source": "rpm", "version": "4.0.21" } ], "python3-firewall": [ { "arch": "noarch", "epoch": null, "name": "python3-firewall", "release": "4.el8", "source": "rpm", "version": "0.9.11" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "2.el8", "source": "rpm", "version": "3.28.3" } ], "python3-gpg": [ { "arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "12.el8", "source": "rpm", "version": "1.13.1" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "19.el8", "source": "rpm", "version": "0.63.0" } ], "python3-html5lib": [ { "arch": "noarch", "epoch": 1, "name": "python3-html5lib", "release": "6.el8", "source": "rpm", "version": "0.999999999" } ], "python3-idna": [ { "arch": "noarch", "epoch": null, "name": "python3-idna", "release": "5.el8", "source": "rpm", "version": "2.5" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "4.el8", "source": "rpm", "version": "2.10.1" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "2.el8", "source": "rpm", "version": "1.21" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "11.el8", "source": "rpm", "version": "1.10" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "4.el8", "source": "rpm", "version": "2.6.0" } ], "python3-jwt": [ { "arch": "noarch", "epoch": null, "name": "python3-jwt", "release": "2.el8", "source": "rpm", "version": "1.6.1" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.el8", "source": "rpm", "version": "0.1.18" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "19.el8", "source": "rpm", "version": "0.63.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "59.el8", "source": "rpm", "version": "3.6.8" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "8.el8", "source": "rpm", "version": "2.9" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "9.el8", "source": "rpm", "version": "2.9" } ], "python3-linux-procfs": [ { "arch": "noarch", "epoch": null, "name": "python3-linux-procfs", "release": "1.el8", "source": "rpm", "version": "0.7.3" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python3-lxml", "release": "4.el8", "source": "rpm", "version": "4.2.3" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "19.el8", "source": "rpm", "version": "0.23" } ], "python3-netifaces": [ { "arch": "x86_64", "epoch": null, "name": "python3-netifaces", "release": "4.el8", "source": "rpm", "version": "0.10.6" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": 1, "name": "python3-nftables", "release": "4.el8", "source": "rpm", "version": "1.0.4" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.el8", "source": "rpm", "version": "2.1.0" } ], "python3-perf": [ { "arch": "x86_64", "epoch": null, "name": "python3-perf", "release": "552.el8", "source": "rpm", "version": "4.18.0" } ], "python3-pip": [ { "arch": "noarch", "epoch": null, "name": "python3-pip", "release": "24.el8", "source": "rpm", "version": "9.0.3" } ], "python3-pip-wheel": [ { "arch": "noarch", "epoch": null, "name": "python3-pip-wheel", "release": "24.el8", "source": "rpm", "version": "9.0.3" } ], "python3-ply": [ { "arch": "noarch", "epoch": null, "name": "python3-ply", "release": "9.el8", "source": "rpm", "version": "3.9" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "24.el8", "source": "rpm", "version": "2.9" } ], "python3-prettytable": [ { "arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "14.el8", "source": "rpm", "version": "0.7.2" } ], "python3-pycparser": [ { "arch": "noarch", "epoch": null, "name": "python3-pycparser", "release": "14.el8", "source": "rpm", "version": "2.14" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "9.el8", "source": "rpm", "version": "3.1.1" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "3.el8", "source": "rpm", "version": "1.6.8" } ], "python3-pytz": [ { "arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "11.el8", "source": "rpm", "version": "2017.2" } ], "python3-pyudev": [ { "arch": "noarch", "epoch": null, "name": "python3-pyudev", "release": "7.el8", "source": "rpm", "version": "0.21.0" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "12.el8", "source": "rpm", "version": "3.12" } ], "python3-requests": [ { "arch": "noarch", "epoch": null, "name": "python3-requests", "release": "4.el8", "source": "rpm", "version": "2.20.0" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "31.el8", "source": "rpm", "version": "4.14.3" } ], "python3-setools": [ { "arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "5.el8", "source": "rpm", "version": "4.3.0" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "7.el8", "source": "rpm", "version": "39.2.0" } ], "python3-setuptools-wheel": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools-wheel", "release": "7.el8", "source": "rpm", "version": "39.2.0" } ], "python3-six": [ { "arch": "noarch", "epoch": null, "name": "python3-six", "release": "8.el8", "source": "rpm", "version": "1.11.0" } ], "python3-slip": [ { "arch": "noarch", "epoch": null, "name": "python3-slip", "release": "13.el8", "source": "rpm", "version": "0.6.4" } ], "python3-slip-dbus": [ { "arch": "noarch", "epoch": null, "name": "python3-slip-dbus", "release": "13.el8", "source": "rpm", "version": "0.6.4" } ], "python3-syspurpose": [ { "arch": "x86_64", "epoch": null, "name": "python3-syspurpose", "release": "1.el8", "source": "rpm", "version": "1.28.42" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "8.el8", "source": "rpm", "version": "234" } ], "python3-unbound": [ { "arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "5.el8", "source": "rpm", "version": "1.16.2" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "7.el8", "source": "rpm", "version": "1.24.2" } ], "python3-webencodings": [ { "arch": "noarch", "epoch": null, "name": "python3-webencodings", "release": "6.el8", "source": "rpm", "version": "0.5.1" } ], "python36": [ { "arch": "x86_64", "epoch": null, "name": "python36", "release": "39.module_el8+762+77bd8591", "source": "rpm", "version": "3.6.8" } ], "qa-tools": [ { "arch": "noarch", "epoch": null, "name": "qa-tools", "release": "4.el8", "source": "rpm", "version": "4.1" } ], "qemu-guest-agent": [ { "arch": "x86_64", "epoch": 15, "name": "qemu-guest-agent", "release": "49.module_el8+991+097e156d", "source": "rpm", "version": "6.2.0" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "14.el8", "source": "rpm", "version": "4.04" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "14.el8", "source": "rpm", "version": "4.04" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "10.el8", "source": "rpm", "version": "7.0" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.el8bkr", "source": "rpm", "version": "0.4.4" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.el8bkr", "source": "rpm", "version": "0.4.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "1.el8", "source": "rpm", "version": "6.16" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "22.el8", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "10.el8", "source": "rpm", "version": "1.2.5" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "31.el8", "source": "rpm", "version": "4.14.3" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "31.el8", "source": "rpm", "version": "4.14.3" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "31.el8", "source": "rpm", "version": "4.14.3" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "31.el8", "source": "rpm", "version": "4.14.3" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "31.el8", "source": "rpm", "version": "4.14.3" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "19.el8.1", "source": "rpm", "version": "3.1.3" } ], "rsyslog": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "15.el8", "source": "rpm", "version": "8.2102.0" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "5.el8", "source": "rpm", "version": "4.5" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "139.el8", "source": "rpm", "version": "3.14.3" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "139.el8", "source": "rpm", "version": "3.14.3" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "11.el8", "source": "rpm", "version": "2.12.2" } ], "sg3_utils": [ { "arch": "x86_64", "epoch": null, "name": "sg3_utils", "release": "6.el8", "source": "rpm", "version": "1.44" } ], "sg3_utils-libs": [ { "arch": "x86_64", "epoch": null, "name": "sg3_utils-libs", "release": "6.el8", "source": "rpm", "version": "1.44" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "22.el8", "source": "rpm", "version": "4.6" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "4.el8", "source": "rpm", "version": "1.9" } ], "slang": [ { "arch": "x86_64", "epoch": null, "name": "slang", "release": "3.el8", "source": "rpm", "version": "2.3.2" } ], "snappy": [ { "arch": "x86_64", "epoch": null, "name": "snappy", "release": "3.el8", "source": "rpm", "version": "1.1.8" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "19.el8", "source": "rpm", "version": "3.26.0" } ], "squashfs-tools": [ { "arch": "x86_64", "epoch": null, "name": "squashfs-tools", "release": "21.el8", "source": "rpm", "version": "4.3" } ], "sssd-client": [ { "arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "2.el8", "source": "rpm", "version": "2.9.4" } ], "sssd-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "2.el8", "source": "rpm", "version": "2.9.4" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "2.el8", "source": "rpm", "version": "2.9.4" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "2.el8", "source": "rpm", "version": "2.9.4" } ], "strace": [ { "arch": "x86_64", "epoch": null, "name": "strace", "release": "2.el8", "source": "rpm", "version": "5.18" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "1.el8", "source": "rpm", "version": "1.9.5p2" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "82.el8", "source": "rpm", "version": "239" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "82.el8", "source": "rpm", "version": "239" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "82.el8", "source": "rpm", "version": "239" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "82.el8", "source": "rpm", "version": "239" } ], "systemtap": [ { "arch": "x86_64", "epoch": null, "name": "systemtap", "release": "3.el8", "source": "rpm", "version": "4.9" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-client", "release": "3.el8", "source": "rpm", "version": "4.9" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-devel", "release": "3.el8", "source": "rpm", "version": "4.9" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-runtime", "release": "3.el8", "source": "rpm", "version": "4.9" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "9.el8", "source": "rpm", "version": "1.30" } ], "tbb": [ { "arch": "x86_64", "epoch": null, "name": "tbb", "release": "9.el8", "source": "rpm", "version": "2018.2" } ], "teamd": [ { "arch": "x86_64", "epoch": null, "name": "teamd", "release": "4.el8", "source": "rpm", "version": "1.31" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "3.el8", "source": "rpm", "version": "1.9" } ], "timedatex": [ { "arch": "x86_64", "epoch": null, "name": "timedatex", "release": "3.el8", "source": "rpm", "version": "0.5" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss", "release": "6.el8", "source": "rpm", "version": "2.3.2" } ], "trousers": [ { "arch": "x86_64", "epoch": null, "name": "trousers", "release": "2.el8", "source": "rpm", "version": "0.3.15" } ], "trousers-lib": [ { "arch": "x86_64", "epoch": null, "name": "trousers-lib", "release": "2.el8", "source": "rpm", "version": "0.3.15" } ], "tuned": [ { "arch": "noarch", "epoch": null, "name": "tuned", "release": "4.el8", "source": "rpm", "version": "2.22.1" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.el8", "source": "rpm", "version": "2024a" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "5.el8", "source": "rpm", "version": "1.16.2" } ], "unzip": [ { "arch": "x86_64", "epoch": null, "name": "unzip", "release": "46.el8", "source": "rpm", "version": "6.0" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "46.el8", "source": "rpm", "version": "2.32.1" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "19.el8.4", "source": "rpm", "version": "8.0.1763" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "19.el8.4", "source": "rpm", "version": "8.0.1763" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": 2, "name": "vim-filesystem", "release": "19.el8.4", "source": "rpm", "version": "8.0.1763" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "19.el8.4", "source": "rpm", "version": "8.0.1763" } ], "virt-what": [ { "arch": "x86_64", "epoch": null, "name": "virt-what", "release": "4.el8", "source": "rpm", "version": "1.25" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "11.el8", "source": "rpm", "version": "1.19.5" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "20.el8", "source": "rpm", "version": "2.21" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "12.el8", "source": "rpm", "version": "5.0.0" } ], "xkeyboard-config": [ { "arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "1.el8", "source": "rpm", "version": "2.28" } ], "xz": [ { "arch": "x86_64", "epoch": null, "name": "xz", "release": "4.el8", "source": "rpm", "version": "5.2.4" } ], "xz-devel": [ { "arch": "x86_64", "epoch": null, "name": "xz-devel", "release": "4.el8", "source": "rpm", "version": "5.2.4" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "4.el8", "source": "rpm", "version": "5.2.4" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "20.el8", "source": "rpm", "version": "4.7.0" } ], "yum-utils": [ { "arch": "noarch", "epoch": null, "name": "yum-utils", "release": "25.el8", "source": "rpm", "version": "4.0.21" } ], "zip": [ { "arch": "x86_64", "epoch": null, "name": "zip", "release": "23.el8", "source": "rpm", "version": "3.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "25.el8", "source": "rpm", "version": "1.2.11" } ], "zlib-devel": [ { "arch": "x86_64", "epoch": null, "name": "zlib-devel", "release": "25.el8", "source": "rpm", "version": "1.2.11" } ] } }, "changed": false } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:56 Thursday 16 May 2024 19:14:55 +0000 (0:00:01.629) 0:00:06.643 ********** ok: [sut] => { "ansible_facts": { "__rsyslog_version": "8.2102.0" }, "changed": false } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version 1] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:63 Thursday 16 May 2024 19:14:55 +0000 (0:00:00.039) 0:00:06.682 ********** skipping: [sut] => {} TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version 2] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:69 Thursday 16 May 2024 19:14:55 +0000 (0:00:00.024) 0:00:06.706 ********** ok: [sut] => {} MSG: Rsyslog_version is 8.2102.0, which is newer than "8.37.0-7.2". TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:78 Thursday 16 May 2024 19:14:55 +0000 (0:00:00.024) 0:00:06.730 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:86 Thursday 16 May 2024 19:14:55 +0000 (0:00:00.021) 0:00:06.751 ********** 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": 31, "state": "directory", "uid": 0 } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:93 Thursday 16 May 2024 19:14:55 +0000 (0:00:00.321) 0:00:07.073 ********** 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": 29, "state": "directory", "uid": 0 } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/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-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:99 Thursday 16 May 2024 19:14:55 +0000 (0:00:00.228) 0:00:07.301 ********** 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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate global rule to add to __rsyslog_common_rules] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:108 Thursday 16 May 2024 19:14:55 +0000 (0:00:00.231) 0:00:07.532 ********** ok: [sut] => { "ansible_facts": { "__rsyslog_common_rules": [ { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" } ] }, "changed": false } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:131 Thursday 16 May 2024 19:14:56 +0000 (0:00:00.058) 0:00:07.591 ********** changed: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n maxMessageSize="8192"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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 maxMessageSize=\"8192\"\n)\n" }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1715886896.0885434-17893-173922933205730/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-1715886896.764053-17893-14868628766675/source", "state": "file", "uid": 0 } NOTIFIED HANDLER /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Restart rsyslogd for sut TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Initialize list of template results] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:155 Thursday 16 May 2024 19:14:57 +0000 (0:00:01.307) 0:00:08.898 ********** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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 maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1715886896.0885434-17893-173922933205730/source", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1715886896.0885434-17893-173922933205730/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-1715886896.764053-17893-14868628766675/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-1715886896.764053-17893-14868628766675/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:159 Thursday 16 May 2024 19:14:57 +0000 (0:00:00.026) 0:00:08.924 ********** skipping: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n maxMessageSize="8192"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:177 Thursday 16 May 2024 19:14:57 +0000 (0:00:00.035) 0:00:08.960 ********** ok: [sut] => (item={'name': 'basic_input', 'type': 'basics', 'use_imuxsock': True}) => { "ansible_facts": { "__rsyslog_basics_packages": [] }, "ansible_included_var_files": [ "/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/inputs/basics/main.yml" ], "ansible_loop_var": "input_item", "changed": false, "input_item": { "name": "basic_input", "type": "basics", "use_imuxsock": true } } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:188 Thursday 16 May 2024 19:14:57 +0000 (0:00:00.028) 0:00:08.988 ********** included: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/inputs/basics/main.yml for sut TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update basics input packages] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/inputs/basics/main.yml:3 Thursday 16 May 2024 19:14:57 +0000 (0:00:00.051) 0:00:09.040 ********** included: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/deploy.yml:4 Thursday 16 May 2024 19:14:57 +0000 (0:00:00.037) 0:00:09.077 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/deploy.yml:15 Thursday 16 May 2024 19:14:57 +0000 (0:00:00.024) 0:00:09.102 ********** TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/deploy.yml:38 Thursday 16 May 2024 19:14:57 +0000 (0:00:00.020) 0:00:09.123 ********** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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 maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1715886896.0885434-17893-173922933205730/source", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1715886896.0885434-17893-173922933205730/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-1715886896.764053-17893-14868628766675/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-1715886896.764053-17893-14868628766675/source", "state": "file", "uid": 0 } ] }, { "changed": false, "results": [], "skipped": true, "skipped_reason": "No items in the list" } ] }, "changed": false } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/deploy.yml:43 Thursday 16 May 2024 19:14:57 +0000 (0:00:00.024) 0:00:09.147 ********** TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Create basics input configuration file /etc/rsyslog.d/input-basics-basic_input] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/inputs/basics/main.yml:10 Thursday 16 May 2024 19:14:57 +0000 (0:00:00.019) 0:00:09.166 ********** included: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/deploy.yml:4 Thursday 16 May 2024 19:14:57 +0000 (0:00:00.037) 0:00:09.204 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/deploy.yml:15 Thursday 16 May 2024 19:14:57 +0000 (0:00:00.020) 0:00:09.225 ********** changed: [sut] => (item={'name': 'input-basics-basic_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'module(load="imuxsock" # provides support for local system logging (e.g. via logger command)\n SysSock.RateLimit.Interval="0"\n SysSock.Use="on") # Turn on message reception via local log socket.\ninput(type="imuxsock" socket="/dev/log")\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call default_files\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "2199c9f3df0a3bc29689a5c6fa5c67b0e3733214", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.RateLimit.Interval=\"0\"\n SysSock.Use=\"on\") # Turn on message reception via local log socket.\ninput(type=\"imuxsock\" socket=\"/dev/log\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call default_files\n}\n" } ], "state": "present", "type": "input" }, "md5sum": "1c1d40a8f77b7c06bd3e38cc0a68d7dd", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 393, "src": "/root/.ansible/tmp/ansible-tmp-1715886897.839378-17933-27016106587900/source", "state": "file", "uid": 0 } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/deploy.yml:38 Thursday 16 May 2024 19:14:58 +0000 (0:00:00.718) 0:00:09.944 ********** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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 maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1715886896.0885434-17893-173922933205730/source", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1715886896.0885434-17893-173922933205730/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-1715886896.764053-17893-14868628766675/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-1715886896.764053-17893-14868628766675/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": "2199c9f3df0a3bc29689a5c6fa5c67b0e3733214", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.RateLimit.Interval=\"0\"\n SysSock.Use=\"on\") # Turn on message reception via local log socket.\ninput(type=\"imuxsock\" socket=\"/dev/log\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call default_files\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "2199c9f3df0a3bc29689a5c6fa5c67b0e3733214", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1715886897.839378-17933-27016106587900/source", "unsafe_writes": false, "validate": null } }, "md5sum": "1c1d40a8f77b7c06bd3e38cc0a68d7dd", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 393, "src": "/root/.ansible/tmp/ansible-tmp-1715886897.839378-17933-27016106587900/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/deploy.yml:43 Thursday 16 May 2024 19:14:58 +0000 (0:00:00.049) 0:00:09.993 ********** skipping: [sut] => (item={'name': 'input-basics-basic_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'module(load="imuxsock" # provides support for local system logging (e.g. via logger command)\n SysSock.RateLimit.Interval="0"\n SysSock.Use="on") # Turn on message reception via local log socket.\ninput(type="imuxsock" socket="/dev/log")\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call default_files\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "input-basics-basic_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.RateLimit.Interval=\"0\"\n SysSock.Use=\"on\") # Turn on message reception via local log socket.\ninput(type=\"imuxsock\" socket=\"/dev/log\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call default_files\n}\n" } ], "state": "present", "type": "input" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Include output sub-vars] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:207 Thursday 16 May 2024 19:14:58 +0000 (0:00:00.093) 0:00:10.087 ********** ok: [sut] => (item={'name': 'default_files', '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-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/outputs/files/main.yml" ], "ansible_loop_var": "output_item", "changed": false, "output_item": { "name": "default_files", "type": "files" } } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Run output sub-tasks] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:219 Thursday 16 May 2024 19:14:58 +0000 (0:00:00.028) 0:00:10.115 ********** included: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/outputs/files/main.yml for sut TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/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-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/outputs/files/main.yml:3 Thursday 16 May 2024 19:14:58 +0000 (0:00:00.044) 0:00:10.159 ********** included: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/deploy.yml:4 Thursday 16 May 2024 19:14:58 +0000 (0:00:00.034) 0:00:10.194 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/deploy.yml:15 Thursday 16 May 2024 19:14:58 +0000 (0:00:00.020) 0:00:10.215 ********** 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-1715886898.7147202-17956-89337050250000/source", "state": "file", "uid": 0 } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/deploy.yml:38 Thursday 16 May 2024 19:14:59 +0000 (0:00:00.603) 0:00:10.819 ********** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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 maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1715886896.0885434-17893-173922933205730/source", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1715886896.0885434-17893-173922933205730/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-1715886896.764053-17893-14868628766675/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-1715886896.764053-17893-14868628766675/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": "2199c9f3df0a3bc29689a5c6fa5c67b0e3733214", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.RateLimit.Interval=\"0\"\n SysSock.Use=\"on\") # Turn on message reception via local log socket.\ninput(type=\"imuxsock\" socket=\"/dev/log\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call default_files\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "2199c9f3df0a3bc29689a5c6fa5c67b0e3733214", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1715886897.839378-17933-27016106587900/source", "unsafe_writes": false, "validate": null } }, "md5sum": "1c1d40a8f77b7c06bd3e38cc0a68d7dd", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 393, "src": "/root/.ansible/tmp/ansible-tmp-1715886897.839378-17933-27016106587900/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-1715886898.7147202-17956-89337050250000/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-1715886898.7147202-17956-89337050250000/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/deploy.yml:43 Thursday 16 May 2024 19:14:59 +0000 (0:00:00.027) 0:00:10.846 ********** 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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration file /etc/rsyslog.d/output-files-default_files] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/outputs/files/main.yml:11 Thursday 16 May 2024 19:14:59 +0000 (0:00:00.028) 0:00:10.874 ********** included: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/deploy.yml:4 Thursday 16 May 2024 19:14:59 +0000 (0:00:00.036) 0:00:10.911 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/deploy.yml:15 Thursday 16 May 2024 19:14:59 +0000 (0:00:00.020) 0:00:10.931 ********** changed: [sut] => (item={'name': 'output-files-default_files', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="default_files") {\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": "6b34ddb09de551bdabe9619872f9bfc26e0cf895", "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-files-default_files", "sections": [ { "options": "ruleset(name=\"default_files\") {\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": "195c9e71899ab3144d7cea0e8b70c0df", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1152, "src": "/root/.ansible/tmp/ansible-tmp-1715886899.4926324-17974-263389469835051/source", "state": "file", "uid": 0 } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/deploy.yml:38 Thursday 16 May 2024 19:15:00 +0000 (0:00:00.653) 0:00:11.585 ********** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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 maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1715886896.0885434-17893-173922933205730/source", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1715886896.0885434-17893-173922933205730/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-1715886896.764053-17893-14868628766675/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-1715886896.764053-17893-14868628766675/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": "2199c9f3df0a3bc29689a5c6fa5c67b0e3733214", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.RateLimit.Interval=\"0\"\n SysSock.Use=\"on\") # Turn on message reception via local log socket.\ninput(type=\"imuxsock\" socket=\"/dev/log\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call default_files\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "2199c9f3df0a3bc29689a5c6fa5c67b0e3733214", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1715886897.839378-17933-27016106587900/source", "unsafe_writes": false, "validate": null } }, "md5sum": "1c1d40a8f77b7c06bd3e38cc0a68d7dd", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 393, "src": "/root/.ansible/tmp/ansible-tmp-1715886897.839378-17933-27016106587900/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-1715886898.7147202-17956-89337050250000/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-1715886898.7147202-17956-89337050250000/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "6b34ddb09de551bdabe9619872f9bfc26e0cf895", "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-default_files", "sections": [ { "options": "ruleset(name=\"default_files\") {\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": "6b34ddb09de551bdabe9619872f9bfc26e0cf895", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-files-default_files.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-1715886899.4926324-17974-263389469835051/source", "unsafe_writes": false, "validate": null } }, "md5sum": "195c9e71899ab3144d7cea0e8b70c0df", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1152, "src": "/root/.ansible/tmp/ansible-tmp-1715886899.4926324-17974-263389469835051/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/deploy.yml:43 Thursday 16 May 2024 19:15:00 +0000 (0:00:00.026) 0:00:11.611 ********** skipping: [sut] => (item={'name': 'output-files-default_files', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="default_files") {\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-default_files", "sections": [ { "options": "ruleset(name=\"default_files\") {\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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog config files not owned by any package] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:232 Thursday 16 May 2024 19:15:00 +0000 (0:00:00.061) 0:00:11.673 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Purge - remove files not generated by current state] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:249 Thursday 16 May 2024 19:15:00 +0000 (0:00:00.020) 0:00:11.694 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/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-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:273 Thursday 16 May 2024 19:15:00 +0000 (0:00:00.024) 0:00:11.718 ********** TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/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-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:303 Thursday 16 May 2024 19:15:00 +0000 (0:00:00.017) 0:00:11.736 ********** 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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local ca_cert file to the target if needed] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:315 Thursday 16 May 2024 19:15:00 +0000 (0:00:00.034) 0:00:11.770 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local cert file to the target if needed] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:331 Thursday 16 May 2024 19:15:00 +0000 (0:00:00.024) 0:00:11.794 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local key file to the target if needed] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:347 Thursday 16 May 2024 19:15:00 +0000 (0:00:00.024) 0:00:11.819 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:363 Thursday 16 May 2024 19:15:00 +0000 (0:00:00.024) 0:00:11.843 ********** ok: [sut] => { "changed": false, "enabled": true, "name": "rsyslog", "state": "started", "status": { "ActiveEnterTimestamp": "Thu 2024-05-16 19:00:36 UTC", "ActiveEnterTimestampMonotonic": "37665409", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice network.target sysinit.target syslog.socket network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-05-16 19:00:36 UTC", "AssertTimestampMonotonic": "37292496", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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_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", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-05-16 19:00:36 UTC", "ConditionTimestampMonotonic": "37292494", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "1024", "ExecMainStartTimestamp": "Thu 2024-05-16 19:00:36 UTC", "ExecMainStartTimestampMonotonic": "37294869", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Thu 2024-05-16 19:00:36 UTC] ; stop_time=[n/a] ; pid=1024 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2024-05-16 19:00:36 UTC", "InactiveExitTimestampMonotonic": "37294933", "InvocationID": "5334920e02b343d48b9767c00d2c54b4", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "1024", "MemoryAccounting": "yes", "MemoryCurrent": "4472832", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "rsyslog.service syslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "yes", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "yes", "ProtectHome": "read-only", "ProtectKernelModules": "yes", "ProtectKernelTunables": "yes", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "net", "RestrictRealtime": "no", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2024-05-16 19:00:36 UTC", "StateChangeTimestampMonotonic": "37665409", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "0", "SystemCallFilter": "~_sysctl adjtimex afs_syscall bdflush break clock_adjtime clock_settime create_module delete_module finit_module ftime get_kernel_syms getpmsg gtty idle init_module ioperm iopl kexec_file_load kexec_load lock lookup_dcookie modify_ldt mpx pciconfig_iobase pciconfig_read pciconfig_write perf_event_open process_vm_readv process_vm_writev prof profil ptrace putpmsg query_module reboot rtas security settimeofday sgetmask ssetmask stime stty subpage_prot swapoff swapon switch_endian sysfs tuxcall ulimit uselib ustat vm86 vm86old vserver", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "22406", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "TriggeredBy": "syslog.socket", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network.target network-online.target", "WatchdogTimestamp": "Thu 2024-05-16 19:00:36 UTC", "WatchdogTimestampMonotonic": "37665405", "WatchdogUSec": "0" } } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Disable rsyslog service] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:372 Thursday 16 May 2024 19:15:00 +0000 (0:00:00.521) 0:00:12.365 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:381 Thursday 16 May 2024 19:15:00 +0000 (0:00:00.020) 0:00:12.385 ********** skipping: [sut] => {} TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : See if there are any config files] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:395 Thursday 16 May 2024 19:15:00 +0000 (0:00:00.020) 0:00:12.406 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Get mode of rsyslog.conf if it exists] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:402 Thursday 16 May 2024 19:15:00 +0000 (0:00:00.025) 0:00:12.431 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715886036.4853706, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c450afe3bb63a9b0245c69580549cba5c99995d9", "ctime": 1713854674.001, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 929742, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1686145546.0, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 3295, "uid": 0, "version": "1011491241", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:408 Thursday 16 May 2024 19:15:01 +0000 (0:00:00.240) 0:00:12.672 ********** 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-1715886901.1647086-18020-266335854293769/source", "state": "file", "uid": 0 } RUNNING HANDLER [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Restart rsyslogd] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/handlers/main.yml:2 Thursday 16 May 2024 19:15:01 +0000 (0:00:00.594) 0:00:13.266 ********** changed: [sut] => { "changed": true, "name": "rsyslog", "state": "started", "status": { "ActiveEnterTimestamp": "Thu 2024-05-16 19:00:36 UTC", "ActiveEnterTimestampMonotonic": "37665409", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice network.target sysinit.target syslog.socket network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-05-16 19:00:36 UTC", "AssertTimestampMonotonic": "37292496", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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_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", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-05-16 19:00:36 UTC", "ConditionTimestampMonotonic": "37292494", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "1024", "ExecMainStartTimestamp": "Thu 2024-05-16 19:00:36 UTC", "ExecMainStartTimestampMonotonic": "37294869", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Thu 2024-05-16 19:00:36 UTC] ; stop_time=[n/a] ; pid=1024 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2024-05-16 19:00:36 UTC", "InactiveExitTimestampMonotonic": "37294933", "InvocationID": "5334920e02b343d48b9767c00d2c54b4", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "1024", "MemoryAccounting": "yes", "MemoryCurrent": "4468736", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "rsyslog.service syslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "yes", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "yes", "ProtectHome": "read-only", "ProtectKernelModules": "yes", "ProtectKernelTunables": "yes", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "net", "RestrictRealtime": "no", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2024-05-16 19:00:36 UTC", "StateChangeTimestampMonotonic": "37665409", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "0", "SystemCallFilter": "~_sysctl adjtimex afs_syscall bdflush break clock_adjtime clock_settime create_module delete_module finit_module ftime get_kernel_syms getpmsg gtty idle init_module ioperm iopl kexec_file_load kexec_load lock lookup_dcookie modify_ldt mpx pciconfig_iobase pciconfig_read pciconfig_write perf_event_open process_vm_readv process_vm_writev prof profil ptrace putpmsg query_module reboot rtas security settimeofday sgetmask ssetmask stime stty subpage_prot swapoff swapon switch_endian sysfs tuxcall ulimit uselib ustat vm86 vm86old vserver", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "22406", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "TriggeredBy": "syslog.socket", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network.target network-online.target", "WatchdogTimestamp": "Thu 2024-05-16 19:00:36 UTC", "WatchdogTimestampMonotonic": "37665405", "WatchdogUSec": "0" } } META: ran handlers TASK [Ensure config file size and counts] ************************************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/tests_imuxsock_files.yml:55 Thursday 16 May 2024 19:15:02 +0000 (0:00:00.778) 0:00:14.045 ********** included: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/tasks/check_daemon_config_files.yml for sut TASK [Get info of /etc/rsyslog.conf] ******************************************* task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/tasks/check_daemon_config_files.yml:2 Thursday 16 May 2024 19:15:02 +0000 (0:00:00.033) 0:00:14.078 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715886902.455634, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5fe705203b62f654be0460d9893da023dbffb94d", "ctime": 1715886901.6636329, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 52429121, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1715886901.4476326, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 131, "uid": 0, "version": "1624382152", "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-imuxsock_fail_when_errors0rfmkae9/tests/tasks/check_daemon_config_files.yml:7 Thursday 16 May 2024 19:15:02 +0000 (0:00:00.224) 0:00:14.303 ********** ok: [sut] => { "changed": false, "examined": 6, "files": [ { "atime": 1715886036.4897037, "ctime": 1713856046.7713678, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 2274048, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1710402018.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": 1715886902.455634, "ctime": 1715886896.6576252, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 16777537, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1715886896.3546247, "nlink": 1, "path": "/etc/rsyslog.d/00-global.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 137, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1715886902.455634, "ctime": 1715886897.257626, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 23068993, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1715886897.038626, "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": 1715886902.455634, "ctime": 1715886898.3296278, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 29360322, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1715886898.1096275, "nlink": 1, "path": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 393, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1715886902.455634, "ctime": 1715886899.202629, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 35651905, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1715886898.9766288, "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": 1715886902.455634, "ctime": 1715886899.9706302, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 41943361, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1715886899.75263, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-default_files.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1152, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 6 } TASK [Check rsyslog.conf size (less)] ****************************************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/tasks/check_daemon_config_files.yml:13 Thursday 16 May 2024 19:15:03 +0000 (0:00:00.306) 0:00:14.609 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check rsyslog.conf size (more)] ****************************************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/tasks/check_daemon_config_files.yml:18 Thursday 16 May 2024 19:15:03 +0000 (0:00:00.022) 0:00:14.632 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check file counts in rsyslog.d] ****************************************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/tasks/check_daemon_config_files.yml:23 Thursday 16 May 2024 19:15:03 +0000 (0:00:00.019) 0:00:14.652 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check conf files exist] ************************************************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/tasks/check_daemon_config_files.yml:27 Thursday 16 May 2024 19:15:03 +0000 (0:00:00.019) 0:00:14.672 ********** ok: [sut] => (item=/etc/rsyslog.d/30-output-files-default_files.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/rsyslog.d/30-output-files-default_files.conf", "stat": { "atime": 1715886902.455634, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6b34ddb09de551bdabe9619872f9bfc26e0cf895", "ctime": 1715886899.9706302, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 41943361, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1715886899.75263, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-default_files.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1152, "uid": 0, "version": "4082948674", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check rsyslog errors] **************************************************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/tasks/check_daemon_config_files.yml:35 Thursday 16 May 2024 19:15:03 +0000 (0:00:00.244) 0:00:14.916 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check output to messages line] ******************************************* task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/tests_imuxsock_files.yml:64 Thursday 16 May 2024 19:15:03 +0000 (0:00:00.061) 0:00:14.978 ********** ok: [sut] => { "changed": false, "cmd": [ "/bin/grep", "\\\\*.info;mail.none;authpriv.none;cron.none.*/var/log/messages", "/etc/rsyslog.d/30-output-files-default_files.conf" ], "delta": "0:00:00.003425", "end": "2024-05-16 19:15:03.667390", "rc": 0, "start": "2024-05-16 19:15:03.663965" } STDOUT: *.info;mail.none;authpriv.none;cron.none /var/log/messages TASK [Ensure logger message is logged in a file] ******************************* task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/tests_imuxsock_files.yml:71 Thursday 16 May 2024 19:15:03 +0000 (0:00:00.267) 0:00:15.245 ********** included: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/tasks/test_logger.yml for sut TASK [Run logger to generate a test log message] ******************************* task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/tasks/test_logger.yml:7 Thursday 16 May 2024 19:15:03 +0000 (0:00:00.034) 0:00:15.280 ********** ok: [sut] => { "changed": false, "cmd": [ "/bin/logger", "-i", "-p", "local6.info", "-t", "testTag0", "testMessage0" ], "delta": "0:00:00.004548", "end": "2024-05-16 19:15:03.924108", "rc": 0, "start": "2024-05-16 19:15:03.919560" } TASK [Check the test log message in /var/log/messages] ************************* task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/tasks/test_logger.yml:13 Thursday 16 May 2024 19:15:03 +0000 (0:00:00.223) 0:00:15.503 ********** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/bin/grep", "testMessage0", "/var/log/messages" ], "delta": "0:00:00.003922", "end": "2024-05-16 19:15:04.144145", "rc": 0, "start": "2024-05-16 19:15:04.140223" } STDOUT: 2024-05-16T19:15:03.923677+00:00 f0eafd91-1496-4e65-bb70-40c3e592629b testTag0[11003]: testMessage0 TASK [Get content of /var/log/messages] **************************************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/tests_imuxsock_files.yml:77 Thursday 16 May 2024 19:15:04 +0000 (0:00:00.226) 0:00:15.729 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/var/log/messages" ], "delta": "0:00:01.004481", "end": "2024-05-16 19:15:05.368053", "rc": 0, "start": "2024-05-16 19:15:04.363572" } STDOUT: Apr 23 03:12:40 vm-10-0-185-131 platform-python[51790]: ansible-ansible.legacy.command Invoked with chdir=/usr/tmp/1mt-img_gen _raw_params=. ./func.sh; truncate_logs _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None executable=None creates=None removes=None stdin=None Apr 23 03:12:43 vm-10-0-185-131 platform-python[51816]: ansible-ansible.legacy.command Invoked with chdir=/usr/tmp/1mt-img_gen _raw_params=. ./func.sh; clean_temps _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None executable=None creates=None removes=None stdin=None Apr 23 03:12:46 vm-10-0-185-131 platform-python[51842]: ansible-file Invoked with path=/root/.bash_history state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Apr 23 03:12:49 vm-10-0-185-131 platform-python[51904]: ansible-ansible.legacy.stat Invoked with path=/etc/machine-id follow=False get_checksum=True checksum_algorithm=sha1 get_mime=True get_attributes=True Apr 23 03:12:50 vm-10-0-185-131 platform-python[51963]: ansible-ansible.legacy.copy Invoked with force=True dest=/etc/machine-id src=/root/.ansible/tmp/ansible-tmp-1713856368.9071722-6289-43414708029781/source _original_basename=tmpve8k7bls follow=False checksum=da39a3ee5e6b4b0d3255bfef95601890afd80709 backup=False unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Apr 23 03:12:58 vm-10-0-185-131 platform-python[52004]: ansible-ansible.legacy.command Invoked with chdir=/usr/tmp/1mt-img_gen _raw_params=. ./func.sh; restore_selinux_context _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None executable=None creates=None removes=None stdin=None Apr 23 03:14:02 vm-10-0-185-131 platform-python[52026]: ansible-file Invoked with path=/usr/tmp/1mt-img_gen state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Apr 23 03:14:05 vm-10-0-185-131 platform-python[52046]: ansible-file Invoked with path=/root/.compose state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Apr 23 03:14:05 vm-10-0-185-131 platform-python[52066]: ansible-file Invoked with path=/root/.buildroot state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Apr 23 03:14:06 vm-10-0-185-131 platform-python[52086]: ansible-file Invoked with path=/root/.tree_type state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Apr 23 03:14:07 vm-10-0-185-131 platform-python[52106]: ansible-file Invoked with path=/root/.support state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Apr 23 03:14:07 vm-10-0-185-131 platform-python[52126]: ansible-file Invoked with path=/root/.postfix state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Apr 23 03:14:16 vm-10-0-185-131 platform-python[52146]: ansible-ansible.legacy.command Invoked with _raw_params=/sbin/shutdown -h +1 _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Apr 23 03:14:16 vm-10-0-185-131 systemd-logind[569]: Creating /run/nologin, blocking further logins... Apr 23 03:15:15 vm-10-0-185-131 systemd[1]: session-7.scope: Succeeded. Apr 23 03:15:15 vm-10-0-185-131 systemd-logind[569]: Session 7 logged out. Waiting for processes to exit. Apr 23 03:15:15 vm-10-0-185-131 systemd-logind[569]: Removed session 7. May 16 14:59:59 ip-10-31-10-83 kernel: Command line: BOOT_IMAGE=(hd0,msdos1)/boot/vmlinuz-4.18.0-552.el8.x86_64 root=UUID=c0e1a7ed-0246-4adf-9b50-4d02e249c905 ro crashkernel=auto net.ifnames=0 rhgb quiet May 16 14:59:59 ip-10-31-10-83 kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' May 16 14:59:59 ip-10-31-10-83 kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' May 16 14:59:59 ip-10-31-10-83 kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' May 16 14:59:59 ip-10-31-10-83 kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 May 16 14:59:59 ip-10-31-10-83 kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. May 16 14:59:59 ip-10-31-10-83 kernel: signal: max sigframe size: 1776 May 16 14:59:59 ip-10-31-10-83 kernel: BIOS-provided physical RAM map: May 16 14:59:59 ip-10-31-10-83 kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable May 16 14:59:59 ip-10-31-10-83 kernel: BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved May 16 14:59:59 ip-10-31-10-83 kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved May 16 14:59:59 ip-10-31-10-83 kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000efffffff] usable May 16 14:59:59 ip-10-31-10-83 kernel: BIOS-e820: [mem 0x00000000fc000000-0x00000000ffffffff] reserved May 16 14:59:59 ip-10-31-10-83 kernel: NX (Execute Disable) protection: active May 16 14:59:59 ip-10-31-10-83 kernel: SMBIOS 2.7 present. May 16 14:59:59 ip-10-31-10-83 kernel: DMI: Xen HVM domU, BIOS 4.11.amazon 08/24/2006 May 16 14:59:59 ip-10-31-10-83 kernel: Hypervisor detected: Xen HVM May 16 14:59:59 ip-10-31-10-83 kernel: Xen version 4.11. May 16 14:59:59 ip-10-31-10-83 kernel: Netfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated NICs. May 16 14:59:59 ip-10-31-10-83 kernel: Blkfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated disks.#012You might have to change the root device#012from /dev/hd[a-d] to /dev/xvd[a-d]#012in your root= kernel command line option May 16 14:59:59 ip-10-31-10-83 kernel: tsc: Detected 2899.998 MHz processor May 16 14:59:59 ip-10-31-10-83 kernel: last_pfn = 0xf0000 max_arch_pfn = 0x400000000 May 16 14:59:59 ip-10-31-10-83 kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT May 16 14:59:59 ip-10-31-10-83 kernel: found SMP MP-table at [mem 0x000fbb70-0x000fbb7f] May 16 14:59:59 ip-10-31-10-83 kernel: Using GB pages for direct mapping May 16 14:59:59 ip-10-31-10-83 kernel: RAMDISK: [mem 0x3441e000-0x36206fff] May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: Early table checksum verification disabled May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: RSDP 0x00000000000EA020 000024 (v02 Xen ) May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: XSDT 0x00000000FC00D4F0 00005C (v01 Xen HVM 00000000 HVML 00000000) May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: FACP 0x00000000FC00D3F0 0000F4 (v04 Xen HVM 00000000 HVML 00000000) May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: DSDT 0x00000000FC001000 00BD14 (v02 Xen HVM 00000000 INTL 20090123) May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: FACS 0x00000000FC00D2F0 000040 May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: FACS 0x00000000FC00D2F0 000040 May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: SSDT 0x00000000FC00CD20 000033 (v02 Xen HVM 00000000 INTL 20090123) May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: SSDT 0x00000000FC00CD60 000031 (v02 Xen HVM 00000000 INTL 20090123) May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: APIC 0x00000000FC00CDA0 0000D8 (v02 Xen HVM 00000000 HVML 00000000) May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: HPET 0x00000000FC00D280 000038 (v01 Xen HVM 00000000 HVML 00000000) May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: WAET 0x00000000FC00D2C0 000028 (v01 Xen HVM 00000000 HVML 00000000) May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: Reserving FACP table memory at [mem 0xfc00d3f0-0xfc00d4e3] May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: Reserving DSDT table memory at [mem 0xfc001000-0xfc00cd13] May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: Reserving FACS table memory at [mem 0xfc00d2f0-0xfc00d32f] May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: Reserving FACS table memory at [mem 0xfc00d2f0-0xfc00d32f] May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: Reserving SSDT table memory at [mem 0xfc00cd20-0xfc00cd52] May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: Reserving SSDT table memory at [mem 0xfc00cd60-0xfc00cd90] May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: Reserving APIC table memory at [mem 0xfc00cda0-0xfc00ce77] May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: Reserving HPET table memory at [mem 0xfc00d280-0xfc00d2b7] May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: Reserving WAET table memory at [mem 0xfc00d2c0-0xfc00d2e7] May 16 14:59:59 ip-10-31-10-83 kernel: No NUMA configuration found May 16 14:59:59 ip-10-31-10-83 kernel: Faking a node at [mem 0x0000000000000000-0x00000000efffffff] May 16 14:59:59 ip-10-31-10-83 kernel: NODE_DATA(0) allocated [mem 0xeffd5000-0xefffffff] May 16 14:59:59 ip-10-31-10-83 kernel: Using crashkernel=auto, the size chosen is a best effort estimation. May 16 14:59:59 ip-10-31-10-83 kernel: Reserving 192MB of memory at 3632MB for crashkernel (System RAM: 3839MB) May 16 14:59:59 ip-10-31-10-83 kernel: Zone ranges: May 16 14:59:59 ip-10-31-10-83 kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff] May 16 14:59:59 ip-10-31-10-83 kernel: DMA32 [mem 0x0000000001000000-0x00000000efffffff] May 16 14:59:59 ip-10-31-10-83 kernel: Normal empty May 16 14:59:59 ip-10-31-10-83 kernel: Device empty May 16 14:59:59 ip-10-31-10-83 kernel: Movable zone start for each node May 16 14:59:59 ip-10-31-10-83 kernel: Early memory node ranges May 16 14:59:59 ip-10-31-10-83 kernel: node 0: [mem 0x0000000000001000-0x000000000009dfff] May 16 14:59:59 ip-10-31-10-83 kernel: node 0: [mem 0x0000000000100000-0x00000000efffffff] May 16 14:59:59 ip-10-31-10-83 kernel: Zeroed struct page in unavailable ranges: 99 pages May 16 14:59:59 ip-10-31-10-83 kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000000efffffff] May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: PM-Timer IO Port: 0xb008 May 16 14:59:59 ip-10-31-10-83 kernel: IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-47 May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 low level) May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 low level) May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 low level) May 16 14:59:59 ip-10-31-10-83 kernel: Using ACPI (MADT) for SMP configuration information May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000 May 16 14:59:59 ip-10-31-10-83 kernel: TSC deadline timer available May 16 14:59:59 ip-10-31-10-83 kernel: smpboot: Allowing 15 CPUs, 13 hotplug CPUs May 16 14:59:59 ip-10-31-10-83 kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff] May 16 14:59:59 ip-10-31-10-83 kernel: PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff] May 16 14:59:59 ip-10-31-10-83 kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff] May 16 14:59:59 ip-10-31-10-83 kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff] May 16 14:59:59 ip-10-31-10-83 kernel: [mem 0xf0000000-0xfbffffff] available for PCI devices May 16 14:59:59 ip-10-31-10-83 kernel: Booting paravirtualized kernel on Xen HVM May 16 14:59:59 ip-10-31-10-83 kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns May 16 14:59:59 ip-10-31-10-83 kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:15 nr_cpu_ids:15 nr_node_ids:1 May 16 14:59:59 ip-10-31-10-83 kernel: percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144 May 16 14:59:59 ip-10-31-10-83 kernel: PV qspinlock hash table entries: 256 (order: 0, 4096 bytes, linear) May 16 14:59:59 ip-10-31-10-83 kernel: Built 1 zonelists, mobility grouping on. Total pages: 967424 May 16 14:59:59 ip-10-31-10-83 kernel: Policy zone: DMA32 May 16 14:59:59 ip-10-31-10-83 kernel: Kernel command line: BOOT_IMAGE=(hd0,msdos1)/boot/vmlinuz-4.18.0-552.el8.x86_64 root=UUID=c0e1a7ed-0246-4adf-9b50-4d02e249c905 ro crashkernel=auto net.ifnames=0 rhgb quiet May 16 14:59:59 ip-10-31-10-83 kernel: Specific versions of hardware are certified with Red Hat Enterprise Linux 8. Please see the list of hardware certified with Red Hat Enterprise Linux 8 at https://catalog.redhat.com. May 16 14:59:59 ip-10-31-10-83 kernel: Memory: 261120K/3931764K available (14339K kernel code, 5957K rwdata, 8568K rodata, 2820K init, 13792K bss, 346740K reserved, 0K cma-reserved) May 16 14:59:59 ip-10-31-10-83 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=15, Nodes=1 May 16 14:59:59 ip-10-31-10-83 kernel: Kernel/User page tables isolation: enabled May 16 14:59:59 ip-10-31-10-83 kernel: ftrace: allocating 41053 entries in 161 pages May 16 14:59:59 ip-10-31-10-83 kernel: ftrace: allocated 161 pages with 3 groups May 16 14:59:59 ip-10-31-10-83 kernel: rcu: Hierarchical RCU implementation. May 16 14:59:59 ip-10-31-10-83 kernel: rcu: #011RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=15. May 16 14:59:59 ip-10-31-10-83 kernel: #011Rude variant of Tasks RCU enabled. May 16 14:59:59 ip-10-31-10-83 kernel: #011Tracing variant of Tasks RCU enabled. May 16 14:59:59 ip-10-31-10-83 kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies. May 16 14:59:59 ip-10-31-10-83 kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=15 May 16 14:59:59 ip-10-31-10-83 kernel: NR_IRQS: 524544, nr_irqs: 952, preallocated irqs: 16 May 16 14:59:59 ip-10-31-10-83 kernel: xen:events: Using 2-level ABI May 16 14:59:59 ip-10-31-10-83 kernel: xen:events: Xen HVM callback vector for event delivery is enabled May 16 14:59:59 ip-10-31-10-83 kernel: random: crng done (trusting CPU's manufacturer) May 16 14:59:59 ip-10-31-10-83 kernel: Console: colour VGA+ 80x25 May 16 14:59:59 ip-10-31-10-83 kernel: printk: console [tty0] enabled May 16 14:59:59 ip-10-31-10-83 kernel: Cannot get hvm parameter CONSOLE_EVTCHN (18): -22! May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: Core revision 20220331 May 16 14:59:59 ip-10-31-10-83 kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 30580167144 ns May 16 14:59:59 ip-10-31-10-83 kernel: APIC: Switch to symmetric I/O mode setup May 16 14:59:59 ip-10-31-10-83 kernel: x2apic: IRQ remapping doesn't support X2APIC mode May 16 14:59:59 ip-10-31-10-83 kernel: Switched APIC routing to physical flat. May 16 14:59:59 ip-10-31-10-83 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0 May 16 14:59:59 ip-10-31-10-83 kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x29cd4133323, max_idle_ns: 440795296220 ns May 16 14:59:59 ip-10-31-10-83 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5799.99 BogoMIPS (lpj=2899998) May 16 14:59:59 ip-10-31-10-83 kernel: pid_max: default: 32768 minimum: 301 May 16 14:59:59 ip-10-31-10-83 kernel: LSM: Security Framework initializing May 16 14:59:59 ip-10-31-10-83 kernel: Yama: becoming mindful. May 16 14:59:59 ip-10-31-10-83 kernel: SELinux: Initializing. May 16 14:59:59 ip-10-31-10-83 kernel: LSM support for eBPF active May 16 14:59:59 ip-10-31-10-83 kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc) May 16 14:59:59 ip-10-31-10-83 kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc) May 16 14:59:59 ip-10-31-10-83 kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, vmalloc) May 16 14:59:59 ip-10-31-10-83 kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, vmalloc) May 16 14:59:59 ip-10-31-10-83 kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024 May 16 14:59:59 ip-10-31-10-83 kernel: Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4 May 16 14:59:59 ip-10-31-10-83 kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization May 16 14:59:59 ip-10-31-10-83 kernel: Spectre V2 : Mitigation: Retpolines May 16 14:59:59 ip-10-31-10-83 kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch May 16 14:59:59 ip-10-31-10-83 kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT May 16 14:59:59 ip-10-31-10-83 kernel: Speculative Store Bypass: Vulnerable May 16 14:59:59 ip-10-31-10-83 kernel: MDS: Vulnerable: Clear CPU buffers attempted, no microcode May 16 14:59:59 ip-10-31-10-83 kernel: MMIO Stale Data: Vulnerable: Clear CPU buffers attempted, no microcode May 16 14:59:59 ip-10-31-10-83 kernel: Freeing SMP alternatives memory: 36K May 16 14:59:59 ip-10-31-10-83 kernel: clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns May 16 14:59:59 ip-10-31-10-83 kernel: installing Xen timer for CPU 0 May 16 14:59:59 ip-10-31-10-83 kernel: smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz (family: 0x6, model: 0x3f, stepping: 0x2) May 16 14:59:59 ip-10-31-10-83 kernel: cpu 0 spinlock event irq 53 May 16 14:59:59 ip-10-31-10-83 kernel: Performance Events: unsupported p6 CPU model 63 no PMU driver, software events only. May 16 14:59:59 ip-10-31-10-83 kernel: rcu: Hierarchical SRCU implementation. May 16 14:59:59 ip-10-31-10-83 kernel: NMI watchdog: Perf NMI watchdog permanently disabled May 16 14:59:59 ip-10-31-10-83 kernel: smp: Bringing up secondary CPUs ... May 16 14:59:59 ip-10-31-10-83 kernel: installing Xen timer for CPU 1 May 16 14:59:59 ip-10-31-10-83 kernel: x86: Booting SMP configuration: May 16 14:59:59 ip-10-31-10-83 kernel: .... node #0, CPUs: #1 May 16 14:59:59 ip-10-31-10-83 kernel: cpu 1 spinlock event irq 59 May 16 14:59:59 ip-10-31-10-83 kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details. May 16 14:59:59 ip-10-31-10-83 kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details. May 16 14:59:59 ip-10-31-10-83 kernel: smp: Brought up 1 node, 2 CPUs May 16 14:59:59 ip-10-31-10-83 kernel: smpboot: Max logical packages: 8 May 16 14:59:59 ip-10-31-10-83 kernel: smpboot: Total of 2 processors activated (11599.99 BogoMIPS) May 16 14:59:59 ip-10-31-10-83 kernel: node 0 deferred pages initialised in 12ms May 16 14:59:59 ip-10-31-10-83 kernel: devtmpfs: initialized May 16 14:59:59 ip-10-31-10-83 kernel: x86/mm: Memory block size: 128MB May 16 14:59:59 ip-10-31-10-83 kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns May 16 14:59:59 ip-10-31-10-83 kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, vmalloc) May 16 14:59:59 ip-10-31-10-83 kernel: pinctrl core: initialized pinctrl subsystem May 16 14:59:59 ip-10-31-10-83 kernel: NET: Registered protocol family 16 May 16 14:59:59 ip-10-31-10-83 kernel: DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations May 16 14:59:59 ip-10-31-10-83 kernel: DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations May 16 14:59:59 ip-10-31-10-83 kernel: DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations May 16 14:59:59 ip-10-31-10-83 kernel: audit: initializing netlink subsys (disabled) May 16 14:59:59 ip-10-31-10-83 kernel: audit: type=2000 audit(1715885999.717:1): state=initialized audit_enabled=0 res=1 May 16 14:59:59 ip-10-31-10-83 kernel: cpuidle: using governor menu May 16 14:59:59 ip-10-31-10-83 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 May 16 14:59:59 ip-10-31-10-83 kernel: PCI: Using configuration type 1 for base access May 16 14:59:59 ip-10-31-10-83 kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages May 16 14:59:59 ip-10-31-10-83 kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages May 16 14:59:59 ip-10-31-10-83 kernel: cryptd: max_cpu_qlen set to 1000 May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: Added _OSI(Module Device) May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: Added _OSI(Processor Device) May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: Added _OSI(3.0 _SCP Extensions) May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: Added _OSI(Processor Aggregator Device) May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: 3 ACPI AML tables successfully acquired and loaded May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: Interpreter enabled May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: PM: (supports S0 S3 S4 S5) May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: Using IOAPIC for interrupt routing May 16 14:59:59 ip-10-31-10-83 kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: Enabled 2 GPEs in block 00 to 0F May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) May 16 14:59:59 ip-10-31-10-83 kernel: acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI EDR HPX-Type3] May 16 14:59:59 ip-10-31-10-83 kernel: acpi PNP0A03:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI] May 16 14:59:59 ip-10-31-10-83 kernel: acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. May 16 14:59:59 ip-10-31-10-83 kernel: acpiphp: Slot [0] registered May 16 14:59:59 ip-10-31-10-83 kernel: acpiphp: Slot [3] registered May 16 14:59:59 ip-10-31-10-83 kernel: acpiphp: Slot [4] registered May 16 14:59:59 ip-10-31-10-83 kernel: acpiphp: Slot [5] registered May 16 14:59:59 ip-10-31-10-83 kernel: acpiphp: Slot [6] registered May 16 14:59:59 ip-10-31-10-83 kernel: acpiphp: Slot [7] registered May 16 14:59:59 ip-10-31-10-83 kernel: acpiphp: Slot [8] registered May 16 14:59:59 ip-10-31-10-83 kernel: acpiphp: Slot [9] registered May 16 14:59:59 ip-10-31-10-83 kernel: acpiphp: Slot [10] registered May 16 14:59:59 ip-10-31-10-83 kernel: acpiphp: Slot [11] registered May 16 14:59:59 ip-10-31-10-83 kernel: acpiphp: Slot [12] registered May 16 14:59:59 ip-10-31-10-83 kernel: acpiphp: Slot [13] registered May 16 14:59:59 ip-10-31-10-83 kernel: acpiphp: Slot [14] registered May 16 14:59:59 ip-10-31-10-83 kernel: acpiphp: Slot [15] registered May 16 14:59:59 ip-10-31-10-83 kernel: acpiphp: Slot [16] registered May 16 14:59:59 ip-10-31-10-83 kernel: acpiphp: Slot [17] registered May 16 14:59:59 ip-10-31-10-83 kernel: acpiphp: Slot [18] registered May 16 14:59:59 ip-10-31-10-83 kernel: acpiphp: Slot [19] registered May 16 14:59:59 ip-10-31-10-83 kernel: acpiphp: Slot [20] registered May 16 14:59:59 ip-10-31-10-83 kernel: acpiphp: Slot [21] registered May 16 14:59:59 ip-10-31-10-83 kernel: acpiphp: Slot [22] registered May 16 14:59:59 ip-10-31-10-83 kernel: acpiphp: Slot [23] registered May 16 14:59:59 ip-10-31-10-83 kernel: acpiphp: Slot [24] registered May 16 14:59:59 ip-10-31-10-83 kernel: acpiphp: Slot [25] registered May 16 14:59:59 ip-10-31-10-83 kernel: acpiphp: Slot [26] registered May 16 14:59:59 ip-10-31-10-83 kernel: acpiphp: Slot [27] registered May 16 14:59:59 ip-10-31-10-83 kernel: acpiphp: Slot [28] registered May 16 14:59:59 ip-10-31-10-83 kernel: acpiphp: Slot [29] registered May 16 14:59:59 ip-10-31-10-83 kernel: acpiphp: Slot [30] registered May 16 14:59:59 ip-10-31-10-83 kernel: acpiphp: Slot [31] registered May 16 14:59:59 ip-10-31-10-83 kernel: PCI host bridge to bus 0000:00 May 16 14:59:59 ip-10-31-10-83 kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] May 16 14:59:59 ip-10-31-10-83 kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] May 16 14:59:59 ip-10-31-10-83 kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] May 16 14:59:59 ip-10-31-10-83 kernel: pci_bus 0000:00: root bus resource [mem 0xf0000000-0xffffffff window] May 16 14:59:59 ip-10-31-10-83 kernel: pci_bus 0000:00: root bus resource [bus 00-ff] May 16 14:59:59 ip-10-31-10-83 kernel: pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 May 16 14:59:59 ip-10-31-10-83 kernel: pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 May 16 14:59:59 ip-10-31-10-83 kernel: pci 0000:00:01.1: [8086:7010] type 00 class 0x010180 May 16 14:59:59 ip-10-31-10-83 kernel: pci 0000:00:01.1: reg 0x20: [io 0xc000-0xc00f] May 16 14:59:59 ip-10-31-10-83 kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] May 16 14:59:59 ip-10-31-10-83 kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] May 16 14:59:59 ip-10-31-10-83 kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] May 16 14:59:59 ip-10-31-10-83 kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] May 16 14:59:59 ip-10-31-10-83 kernel: * Found PM-Timer Bug on the chipset. Due to workarounds for a bug,#012* this clock source is slow. Consider trying other clock sources May 16 14:59:59 ip-10-31-10-83 kernel: pci 0000:00:01.3: [8086:7113] type 00 class 0x068000 May 16 14:59:59 ip-10-31-10-83 kernel: pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI May 16 14:59:59 ip-10-31-10-83 kernel: pci 0000:00:02.0: [1013:00b8] type 00 class 0x030000 May 16 14:59:59 ip-10-31-10-83 kernel: pci 0000:00:02.0: reg 0x10: [mem 0xf8000000-0xf9ffffff pref] May 16 14:59:59 ip-10-31-10-83 kernel: pci 0000:00:02.0: reg 0x14: [mem 0xfbfff000-0xfbffffff] May 16 14:59:59 ip-10-31-10-83 kernel: pci 0000:00:1f.0: [5853:0001] type 00 class 0xff8000 May 16 14:59:59 ip-10-31-10-83 kernel: pci 0000:00:1f.0: reg 0x10: [io 0xc100-0xc1ff] May 16 14:59:59 ip-10-31-10-83 kernel: pci 0000:00:1f.0: reg 0x14: [mem 0xfa000000-0xfaffffff pref] May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 5 May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 10 May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 11 May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 5 May 16 14:59:59 ip-10-31-10-83 kernel: xen:balloon: Initialising balloon driver May 16 14:59:59 ip-10-31-10-83 kernel: iommu: Default domain type: Passthrough May 16 14:59:59 ip-10-31-10-83 kernel: SCSI subsystem initialized May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: bus type USB registered May 16 14:59:59 ip-10-31-10-83 kernel: usbcore: registered new interface driver usbfs May 16 14:59:59 ip-10-31-10-83 kernel: usbcore: registered new interface driver hub May 16 14:59:59 ip-10-31-10-83 kernel: usbcore: registered new device driver usb May 16 14:59:59 ip-10-31-10-83 kernel: pps_core: LinuxPPS API ver. 1 registered May 16 14:59:59 ip-10-31-10-83 kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti May 16 14:59:59 ip-10-31-10-83 kernel: PTP clock support registered May 16 14:59:59 ip-10-31-10-83 kernel: EDAC MC: Ver: 3.0.0 May 16 14:59:59 ip-10-31-10-83 kernel: PCI: Using ACPI for IRQ routing May 16 14:59:59 ip-10-31-10-83 kernel: NetLabel: Initializing May 16 14:59:59 ip-10-31-10-83 kernel: NetLabel: domain hash size = 128 May 16 14:59:59 ip-10-31-10-83 kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO May 16 14:59:59 ip-10-31-10-83 kernel: NetLabel: unlabeled traffic allowed by default May 16 14:59:59 ip-10-31-10-83 kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device May 16 14:59:59 ip-10-31-10-83 kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none May 16 14:59:59 ip-10-31-10-83 kernel: pci 0000:00:02.0: vgaarb: bridge control possible May 16 14:59:59 ip-10-31-10-83 kernel: vgaarb: loaded May 16 14:59:59 ip-10-31-10-83 kernel: HPET: 3 timers in total, 0 timers will be used for per-cpu timer May 16 14:59:59 ip-10-31-10-83 kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 May 16 14:59:59 ip-10-31-10-83 kernel: hpet0: 3 comparators, 64-bit 62.500000 MHz counter May 16 14:59:59 ip-10-31-10-83 kernel: clocksource: Switched to clocksource xen May 16 14:59:59 ip-10-31-10-83 kernel: VFS: Disk quotas dquot_6.6.0 May 16 14:59:59 ip-10-31-10-83 kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) May 16 14:59:59 ip-10-31-10-83 kernel: pnp: PnP ACPI init May 16 14:59:59 ip-10-31-10-83 kernel: system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved May 16 14:59:59 ip-10-31-10-83 kernel: system 00:01: [io 0x08a0-0x08a3] has been reserved May 16 14:59:59 ip-10-31-10-83 kernel: system 00:01: [io 0x0cc0-0x0ccf] has been reserved May 16 14:59:59 ip-10-31-10-83 kernel: system 00:01: [io 0x04d0-0x04d1] has been reserved May 16 14:59:59 ip-10-31-10-83 kernel: system 00:07: [io 0x10c0-0x1141] has been reserved May 16 14:59:59 ip-10-31-10-83 kernel: system 00:07: [io 0xb044-0xb047] has been reserved May 16 14:59:59 ip-10-31-10-83 kernel: pnp: PnP ACPI: found 8 devices May 16 14:59:59 ip-10-31-10-83 kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns May 16 14:59:59 ip-10-31-10-83 kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] May 16 14:59:59 ip-10-31-10-83 kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] May 16 14:59:59 ip-10-31-10-83 kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] May 16 14:59:59 ip-10-31-10-83 kernel: pci_bus 0000:00: resource 7 [mem 0xf0000000-0xffffffff window] May 16 14:59:59 ip-10-31-10-83 kernel: NET: Registered protocol family 2 May 16 14:59:59 ip-10-31-10-83 kernel: IP idents hash table entries: 65536 (order: 7, 524288 bytes, vmalloc) May 16 14:59:59 ip-10-31-10-83 kernel: tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, vmalloc) May 16 14:59:59 ip-10-31-10-83 kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes, vmalloc) May 16 14:59:59 ip-10-31-10-83 kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes, vmalloc) May 16 14:59:59 ip-10-31-10-83 kernel: TCP: Hash tables configured (established 32768 bind 32768) May 16 14:59:59 ip-10-31-10-83 kernel: MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, vmalloc) May 16 14:59:59 ip-10-31-10-83 kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes, vmalloc) May 16 14:59:59 ip-10-31-10-83 kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, vmalloc) May 16 14:59:59 ip-10-31-10-83 kernel: NET: Registered protocol family 1 May 16 14:59:59 ip-10-31-10-83 kernel: NET: Registered protocol family 44 May 16 14:59:59 ip-10-31-10-83 kernel: pci 0000:00:00.0: Limiting direct PCI/PCI transfers May 16 14:59:59 ip-10-31-10-83 kernel: pci 0000:00:01.0: PIIX3: Enabling Passive Release May 16 14:59:59 ip-10-31-10-83 kernel: pci 0000:00:01.0: Activating ISA DMA hang workarounds May 16 14:59:59 ip-10-31-10-83 kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] May 16 14:59:59 ip-10-31-10-83 kernel: PCI: CLS 0 bytes, default 64 May 16 14:59:59 ip-10-31-10-83 kernel: Unpacking initramfs... May 16 14:59:59 ip-10-31-10-83 kernel: Freeing initrd memory: 30628K May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: bus type thunderbolt registered May 16 14:59:59 ip-10-31-10-83 kernel: Initialise system trusted keyrings May 16 14:59:59 ip-10-31-10-83 kernel: Key type blacklist registered May 16 14:59:59 ip-10-31-10-83 kernel: workingset: timestamp_bits=36 max_order=20 bucket_order=0 May 16 14:59:59 ip-10-31-10-83 kernel: zbud: loaded May 16 14:59:59 ip-10-31-10-83 kernel: pstore: using deflate compression May 16 14:59:59 ip-10-31-10-83 kernel: Platform Keyring initialized May 16 14:59:59 ip-10-31-10-83 kernel: NET: Registered protocol family 38 May 16 14:59:59 ip-10-31-10-83 kernel: Key type asymmetric registered May 16 14:59:59 ip-10-31-10-83 kernel: Asymmetric key parser 'x509' registered May 16 14:59:59 ip-10-31-10-83 kernel: Running certificate verification selftests May 16 14:59:59 ip-10-31-10-83 kernel: Loaded X.509 cert 'Certificate verification self-testing key: f58703bb33ce1b73ee02eccdee5b8817518fe3db' May 16 14:59:59 ip-10-31-10-83 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) May 16 14:59:59 ip-10-31-10-83 kernel: io scheduler mq-deadline registered May 16 14:59:59 ip-10-31-10-83 kernel: io scheduler kyber registered May 16 14:59:59 ip-10-31-10-83 kernel: io scheduler bfq registered May 16 14:59:59 ip-10-31-10-83 kernel: atomic64_test: passed for x86-64 platform with CX8 and with SSE May 16 14:59:59 ip-10-31-10-83 kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 May 16 14:59:59 ip-10-31-10-83 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: Power Button [PWRF] May 16 14:59:59 ip-10-31-10-83 kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1 May 16 14:59:59 ip-10-31-10-83 kernel: ACPI: Sleep Button [SLPF] May 16 14:59:59 ip-10-31-10-83 kernel: xen:grant_table: Grant tables using version 1 layout May 16 14:59:59 ip-10-31-10-83 kernel: Grant table initialized May 16 14:59:59 ip-10-31-10-83 kernel: Cannot get hvm parameter CONSOLE_EVTCHN (18): -22! May 16 14:59:59 ip-10-31-10-83 kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled May 16 14:59:59 ip-10-31-10-83 kernel: 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A May 16 14:59:59 ip-10-31-10-83 kernel: Non-volatile memory driver v1.3 May 16 14:59:59 ip-10-31-10-83 kernel: rdac: device handler registered May 16 14:59:59 ip-10-31-10-83 kernel: hp_sw: device handler registered May 16 14:59:59 ip-10-31-10-83 kernel: emc: device handler registered May 16 14:59:59 ip-10-31-10-83 kernel: alua: device handler registered May 16 14:59:59 ip-10-31-10-83 kernel: libphy: Fixed MDIO Bus: probed May 16 14:59:59 ip-10-31-10-83 kernel: usbcore: registered new interface driver usbserial_generic May 16 14:59:59 ip-10-31-10-83 kernel: usbserial: USB Serial support registered for generic May 16 14:59:59 ip-10-31-10-83 kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 May 16 14:59:59 ip-10-31-10-83 kernel: i8042: Warning: Keylock active May 16 14:59:59 ip-10-31-10-83 kernel: serio: i8042 KBD port at 0x60,0x64 irq 1 May 16 14:59:59 ip-10-31-10-83 kernel: serio: i8042 AUX port at 0x60,0x64 irq 12 May 16 14:59:59 ip-10-31-10-83 kernel: mousedev: PS/2 mouse device common for all mice May 16 14:59:59 ip-10-31-10-83 kernel: rtc_cmos 00:02: registered as rtc0 May 16 14:59:59 ip-10-31-10-83 kernel: rtc_cmos 00:02: alarms up to one day, 114 bytes nvram, hpet irqs May 16 14:59:59 ip-10-31-10-83 kernel: intel_pstate: CPU model not supported May 16 14:59:59 ip-10-31-10-83 kernel: hid: raw HID events driver (C) Jiri Kosina May 16 14:59:59 ip-10-31-10-83 kernel: usbcore: registered new interface driver usbhid May 16 14:59:59 ip-10-31-10-83 kernel: usbhid: USB HID core driver May 16 14:59:59 ip-10-31-10-83 kernel: drop_monitor: Initializing network drop monitor service May 16 14:59:59 ip-10-31-10-83 kernel: Initializing XFRM netlink socket May 16 14:59:59 ip-10-31-10-83 kernel: NET: Registered protocol family 10 May 16 14:59:59 ip-10-31-10-83 kernel: Segment Routing with IPv6 May 16 14:59:59 ip-10-31-10-83 kernel: NET: Registered protocol family 17 May 16 14:59:59 ip-10-31-10-83 kernel: mpls_gso: MPLS GSO support May 16 14:59:59 ip-10-31-10-83 kernel: AVX2 version of gcm_enc/dec engaged. May 16 14:59:59 ip-10-31-10-83 kernel: AES CTR mode by8 optimization enabled May 16 14:59:59 ip-10-31-10-83 kernel: sched_clock: Marking stable (663648104, 0)->(16143846160, -15480198056) May 16 14:59:59 ip-10-31-10-83 kernel: registered taskstats version 1 May 16 14:59:59 ip-10-31-10-83 kernel: Loading compiled-in X.509 certificates May 16 14:59:59 ip-10-31-10-83 kernel: Loaded X.509 cert 'Red Hat Enterprise Linux kernel signing key: b8c8c7a1297a11ed2e36e7913cdfd6f59248d125' May 16 14:59:59 ip-10-31-10-83 kernel: Loaded X.509 cert 'Red Hat Enterprise Linux Driver Update Program (key 3): bf57f3e87362bc7229d9f465321773dfd1f77a80' May 16 14:59:59 ip-10-31-10-83 kernel: Loaded X.509 cert 'Red Hat Enterprise Linux kpatch signing key: 4d38fd864ebe18c5f0b72e3852e2014c3a676fc8' May 16 14:59:59 ip-10-31-10-83 kernel: zswap: loaded using pool lzo/zbud May 16 14:59:59 ip-10-31-10-83 kernel: page_owner is disabled May 16 14:59:59 ip-10-31-10-83 kernel: Key type big_key registered May 16 14:59:59 ip-10-31-10-83 kernel: Key type encrypted registered May 16 14:59:59 ip-10-31-10-83 kernel: ima: No TPM chip found, activating TPM-bypass! May 16 14:59:59 ip-10-31-10-83 kernel: ima: Allocated hash algorithm: sha256 May 16 14:59:59 ip-10-31-10-83 kernel: ima: No architecture policies found May 16 14:59:59 ip-10-31-10-83 kernel: evm: Initialising EVM extended attributes: May 16 14:59:59 ip-10-31-10-83 kernel: evm: security.selinux May 16 14:59:59 ip-10-31-10-83 kernel: evm: security.ima May 16 14:59:59 ip-10-31-10-83 kernel: evm: security.capability May 16 14:59:59 ip-10-31-10-83 kernel: evm: HMAC attrs: 0x1 May 16 14:59:59 ip-10-31-10-83 kernel: xenbus_probe_frontend: Device with no driver: device/vbd/768 May 16 14:59:59 ip-10-31-10-83 kernel: xenbus_probe_frontend: Device with no driver: device/vif/0 May 16 14:59:59 ip-10-31-10-83 kernel: rtc_cmos 00:02: setting system clock to 2024-05-16 18:59:59 UTC (1715885999) May 16 14:59:59 ip-10-31-10-83 kernel: Freeing unused decrypted memory: 2028K May 16 14:59:59 ip-10-31-10-83 kernel: Freeing unused kernel image (initmem) memory: 2820K May 16 14:59:59 ip-10-31-10-83 kernel: Write protecting the kernel read-only data: 26624k May 16 14:59:59 ip-10-31-10-83 kernel: Freeing unused kernel image (text/rodata gap) memory: 2016K May 16 14:59:59 ip-10-31-10-83 kernel: Freeing unused kernel image (rodata/data gap) memory: 1672K May 16 14:59:59 ip-10-31-10-83 systemd: systemd 239 (239-82.el8) running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=legacy) May 16 14:59:59 ip-10-31-10-83 systemd: Detected virtualization xen. May 16 14:59:59 ip-10-31-10-83 systemd: Detected architecture x86-64. May 16 14:59:59 ip-10-31-10-83 systemd: Running in initial RAM disk. May 16 14:59:59 ip-10-31-10-83 systemd: Set hostname to . May 16 14:59:59 ip-10-31-10-83 systemd: Listening on Journal Socket (/dev/log). May 16 14:59:59 ip-10-31-10-83 systemd: Listening on Journal Socket. May 16 14:59:59 ip-10-31-10-83 systemd: Starting Journal Service... May 16 14:59:59 ip-10-31-10-83 systemd: Started Memstrack Anylazing Service. May 16 14:59:59 ip-10-31-10-83 systemd: Listening on udev Kernel Socket. May 16 14:59:59 ip-10-31-10-83 systemd-journald[216]: Journal started May 16 14:59:59 ip-10-31-10-83 systemd-journald[216]: Runtime journal (/run/log/journal/986f4bd3443144f587333835ad551ff4) is 8.0M, max 176.9M, 168.9M free. May 16 14:59:59 ip-10-31-10-83 systemd[1]: memstrack.service: Succeeded. May 16 14:59:59 ip-10-31-10-83 systemd[1]: systemd-vconsole-setup.service: Succeeded. May 16 14:59:59 ip-10-31-10-83 systemd[1]: Started Setup Virtual Console. May 16 14:59:59 ip-10-31-10-83 systemd[1]: Starting dracut cmdline hook... May 16 14:59:59 ip-10-31-10-83 dracut-cmdline[247]: dracut-8 dracut-049-233.git20240115.el8 May 16 14:59:59 ip-10-31-10-83 dracut-cmdline[247]: Using kernel command line parameters: BOOT_IMAGE=(hd0,msdos1)/boot/vmlinuz-4.18.0-552.el8.x86_64 root=UUID=c0e1a7ed-0246-4adf-9b50-4d02e249c905 ro crashkernel=auto net.ifnames=0 rhgb quiet May 16 14:59:59 ip-10-31-10-83 systemd[1]: Started dracut cmdline hook. May 16 14:59:59 ip-10-31-10-83 systemd[1]: Starting dracut pre-udev hook... May 16 14:59:59 ip-10-31-10-83 kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2 May 16 14:59:59 ip-10-31-10-83 systemd[1]: Started dracut pre-udev hook. May 16 14:59:59 ip-10-31-10-83 systemd[1]: Starting udev Kernel Device Manager... May 16 15:00:00 ip-10-31-10-83 systemd-udevd[310]: Network interface NamePolicy= disabled on kernel command line, ignoring. May 16 15:00:00 ip-10-31-10-83 systemd[1]: Started udev Kernel Device Manager. May 16 15:00:00 ip-10-31-10-83 systemd[1]: Starting udev Coldplug all Devices... May 16 15:00:00 ip-10-31-10-83 systemd[1]: Mounting Kernel Configuration File System... May 16 15:00:00 ip-10-31-10-83 systemd[1]: Mounted Kernel Configuration File System. May 16 15:00:00 ip-10-31-10-83 systemd[1]: Started udev Coldplug all Devices. May 16 15:00:00 ip-10-31-10-83 systemd[1]: Starting Show Plymouth Boot Screen... May 16 15:00:00 ip-10-31-10-83 systemd[1]: Reached target System Initialization. May 16 15:00:00 ip-10-31-10-83 systemd[1]: Starting dracut initqueue hook... May 16 15:00:00 ip-10-31-10-83 systemd[1]: Received SIGRTMIN+20 from PID 339 (plymouthd). May 16 15:00:00 ip-10-31-10-83 systemd[1]: Started Show Plymouth Boot Screen. May 16 15:00:00 ip-10-31-10-83 systemd[1]: Reached target Paths. May 16 15:00:00 ip-10-31-10-83 systemd[1]: Started Forward Password Requests to Plymouth Directory Watch. May 16 15:00:00 ip-10-31-10-83 systemd[1]: Reached target Basic System. May 16 15:00:00 ip-10-31-10-83 kernel: xen_netfront: Initialising Xen virtual ethernet driver May 16 15:00:00 ip-10-31-10-83 systemd-udevd[345]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. May 16 15:00:00 ip-10-31-10-83 kernel: Invalid max_queues (4), will use default max: 2. May 16 15:00:00 ip-10-31-10-83 kernel: blkfront: xvda: barrier or flush: disabled; persistent grants: disabled; indirect descriptors: enabled; May 16 15:00:00 ip-10-31-10-83 kernel: xvda: xvda1 May 16 15:00:00 ip-10-31-10-83 kernel: ACPI: bus type drm_connector registered May 16 15:00:00 ip-10-31-10-83 kernel: scsi host0: ata_piix May 16 15:00:00 ip-10-31-10-83 kernel: scsi host1: ata_piix May 16 15:00:00 ip-10-31-10-83 kernel: ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc000 irq 14 May 16 15:00:00 ip-10-31-10-83 kernel: ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc008 irq 15 May 16 15:00:00 ip-10-31-10-83 kernel: cirrus 0000:00:02.0: vgaarb: deactivate vga console May 16 15:00:00 ip-10-31-10-83 systemd-udevd[348]: Using default interface naming scheme 'rhel-8.0'. May 16 15:00:00 ip-10-31-10-83 systemd-udevd[348]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. May 16 15:00:00 ip-10-31-10-83 kernel: tsc: Refined TSC clocksource calibration: 2899.992 MHz May 16 15:00:00 ip-10-31-10-83 kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29cd3ba7722, max_idle_ns: 440795345580 ns May 16 15:00:00 ip-10-31-10-83 kernel: Console: switching to colour dummy device 80x25 May 16 15:00:00 ip-10-31-10-83 kernel: [drm] Initialized cirrus 2.0.0 2019 for 0000:00:02.0 on minor 0 May 16 15:00:00 ip-10-31-10-83 kernel: fbcon: cirrusdrmfb (fb0) is primary device May 16 15:00:00 ip-10-31-10-83 kernel: cirrus 0000:00:02.0: [drm] drm_plane_enable_fb_damage_clips() not called May 16 15:00:00 ip-10-31-10-83 kernel: Console: switching to colour frame buffer device 128x48 May 16 15:00:00 ip-10-31-10-83 kernel: cirrus 0000:00:02.0: [drm] fb0: cirrusdrmfb frame buffer device May 16 15:00:00 ip-10-31-10-83 kernel: input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input4 May 16 15:00:01 ip-10-31-10-83 systemd[1]: Found device /dev/disk/by-uuid/c0e1a7ed-0246-4adf-9b50-4d02e249c905. May 16 15:00:01 ip-10-31-10-83 systemd[1]: Reached target Initrd Root Device. May 16 15:00:01 ip-10-31-10-83 systemd[1]: Started dracut initqueue hook. May 16 15:00:01 ip-10-31-10-83 systemd[1]: Starting File System Check on /dev/disk/by-uuid/c0e1a7ed-0246-4adf-9b50-4d02e249c905... May 16 15:00:01 ip-10-31-10-83 systemd[1]: Reached target Remote File Systems (Pre). May 16 15:00:01 ip-10-31-10-83 systemd[1]: Reached target Remote File Systems. May 16 15:00:01 ip-10-31-10-83 systemd-fsck[382]: /usr/sbin/fsck.xfs: XFS file system. May 16 15:00:01 ip-10-31-10-83 systemd[1]: Started File System Check on /dev/disk/by-uuid/c0e1a7ed-0246-4adf-9b50-4d02e249c905. May 16 15:00:01 ip-10-31-10-83 systemd[1]: Mounting /sysroot... May 16 15:00:01 ip-10-31-10-83 kernel: SGI XFS with ACLs, security attributes, quota, no debug enabled May 16 15:00:01 ip-10-31-10-83 kernel: XFS (xvda1): Mounting V5 Filesystem May 16 15:00:02 ip-10-31-10-83 kernel: XFS (xvda1): Ending clean mount May 16 15:00:02 ip-10-31-10-83 systemd[1]: Mounted /sysroot. May 16 15:00:02 ip-10-31-10-83 systemd[1]: Reached target Initrd Root File System. May 16 15:00:02 ip-10-31-10-83 systemd[1]: Starting Reload Configuration from the Real Root... May 16 15:00:02 ip-10-31-10-83 systemd[1]: Reloading. May 16 15:00:02 ip-10-31-10-83 systemd[1]: initrd-parse-etc.service: Succeeded. May 16 15:00:02 ip-10-31-10-83 systemd[1]: Started Reload Configuration from the Real Root. May 16 15:00:02 ip-10-31-10-83 systemd[1]: Reached target Initrd File Systems. May 16 15:00:02 ip-10-31-10-83 systemd[1]: Reached target Initrd Default Target. May 16 15:00:02 ip-10-31-10-83 systemd[1]: Starting dracut pre-pivot and cleanup hook... May 16 15:00:02 ip-10-31-10-83 systemd[1]: Started dracut pre-pivot and cleanup hook. May 16 15:00:02 ip-10-31-10-83 systemd[1]: Starting Cleaning Up and Shutting Down Daemons... May 16 15:00:02 ip-10-31-10-83 systemd[1]: Starting Setup Virtual Console... May 16 15:00:02 ip-10-31-10-83 systemd[1]: dracut-pre-pivot.service: Succeeded. May 16 15:00:02 ip-10-31-10-83 systemd[1]: Stopped dracut pre-pivot and cleanup hook. May 16 15:00:02 ip-10-31-10-83 systemd[1]: Stopped target Initrd Default Target. May 16 15:00:02 ip-10-31-10-83 systemd[1]: Stopped target Remote File Systems. May 16 15:00:02 ip-10-31-10-83 systemd[1]: Stopped target Timers. May 16 15:00:02 ip-10-31-10-83 systemd[1]: Stopped target Remote File Systems (Pre). May 16 15:00:02 ip-10-31-10-83 systemd[1]: dracut-initqueue.service: Succeeded. May 16 15:00:02 ip-10-31-10-83 systemd[1]: Stopped dracut initqueue hook. May 16 15:00:02 ip-10-31-10-83 systemd[1]: Stopped target Basic System. May 16 15:00:02 ip-10-31-10-83 systemd[1]: Stopped target Paths. May 16 15:00:02 ip-10-31-10-83 systemd[1]: Stopped target System Initialization. May 16 15:00:02 ip-10-31-10-83 systemd[1]: systemd-udev-trigger.service: Succeeded. May 16 15:00:02 ip-10-31-10-83 systemd[1]: Stopped udev Coldplug all Devices. May 16 15:00:02 ip-10-31-10-83 systemd[1]: systemd-tmpfiles-setup.service: Succeeded. May 16 15:00:02 ip-10-31-10-83 systemd[1]: Stopped Create Volatile Files and Directories. May 16 15:00:02 ip-10-31-10-83 systemd[1]: Stopped target Local File Systems. May 16 15:00:02 ip-10-31-10-83 systemd[1]: Stopping udev Kernel Device Manager... May 16 15:00:02 ip-10-31-10-83 systemd[1]: systemd-sysctl.service: Succeeded. May 16 15:00:02 ip-10-31-10-83 systemd[1]: Stopped Apply Kernel Variables. May 16 15:00:02 ip-10-31-10-83 systemd[1]: Stopped target Swap. May 16 15:00:02 ip-10-31-10-83 systemd[1]: Stopped target Initrd Root Device. May 16 15:00:02 ip-10-31-10-83 systemd[1]: Starting Plymouth switch root service... May 16 15:00:02 ip-10-31-10-83 systemd[1]: Stopped target Sockets. May 16 15:00:02 ip-10-31-10-83 systemd[1]: Stopped target Slices. May 16 15:00:02 ip-10-31-10-83 systemd[1]: systemd-udevd.service: Succeeded. May 16 15:00:02 ip-10-31-10-83 systemd[1]: Stopped udev Kernel Device Manager. May 16 15:00:02 ip-10-31-10-83 systemd[1]: initrd-cleanup.service: Succeeded. May 16 15:00:02 ip-10-31-10-83 systemd[1]: Started Cleaning Up and Shutting Down Daemons. May 16 15:00:02 ip-10-31-10-83 systemd[1]: dracut-pre-udev.service: Succeeded. May 16 15:00:02 ip-10-31-10-83 systemd[1]: Stopped dracut pre-udev hook. May 16 15:00:02 ip-10-31-10-83 systemd[1]: dracut-cmdline.service: Succeeded. May 16 15:00:02 ip-10-31-10-83 systemd[1]: Stopped dracut cmdline hook. May 16 15:00:02 ip-10-31-10-83 systemd[1]: systemd-tmpfiles-setup-dev.service: Succeeded. May 16 15:00:02 ip-10-31-10-83 systemd[1]: Stopped Create Static Device Nodes in /dev. May 16 15:00:02 ip-10-31-10-83 systemd[1]: kmod-static-nodes.service: Succeeded. May 16 15:00:02 ip-10-31-10-83 systemd[1]: Stopped Create list of required static device nodes for the current kernel. May 16 15:00:02 ip-10-31-10-83 systemd[1]: systemd-udevd-control.socket: Succeeded. May 16 15:00:02 ip-10-31-10-83 systemd[1]: Closed udev Control Socket. May 16 15:00:02 ip-10-31-10-83 systemd[1]: systemd-udevd-kernel.socket: Succeeded. May 16 15:00:02 ip-10-31-10-83 systemd[1]: Closed udev Kernel Socket. May 16 15:00:02 ip-10-31-10-83 systemd[1]: Starting Cleanup udevd DB... May 16 15:00:02 ip-10-31-10-83 systemd[1]: initrd-udevadm-cleanup-db.service: Succeeded. May 16 15:00:02 ip-10-31-10-83 systemd[1]: Started Cleanup udevd DB. May 16 15:00:02 ip-10-31-10-83 systemd[1]: systemd-vconsole-setup.service: Succeeded. May 16 15:00:02 ip-10-31-10-83 systemd[1]: Started Setup Virtual Console. May 16 15:00:02 ip-10-31-10-83 systemd[1]: Reached target Switch Root. May 16 15:00:03 ip-10-31-10-83 systemd[1]: Started Plymouth switch root service. May 16 15:00:03 ip-10-31-10-83 systemd[1]: Starting Switch Root... May 16 15:00:03 ip-10-31-10-83 systemd[1]: Switching root. May 16 15:00:03 ip-10-31-10-83 systemd-journald[216]: Journal stopped May 16 15:00:13 ip-10-31-10-83 kernel: printk: systemd: 16 output lines suppressed due to ratelimiting May 16 15:00:13 ip-10-31-10-83 kernel: audit: type=1404 audit(1715886007.573:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1 May 16 15:00:13 ip-10-31-10-83 kernel: SELinux: policy capability network_peer_controls=1 May 16 15:00:13 ip-10-31-10-83 kernel: SELinux: policy capability open_perms=1 May 16 15:00:13 ip-10-31-10-83 kernel: SELinux: policy capability extended_socket_class=1 May 16 15:00:13 ip-10-31-10-83 kernel: SELinux: policy capability always_check_network=0 May 16 15:00:13 ip-10-31-10-83 kernel: SELinux: policy capability cgroup_seclabel=1 May 16 15:00:13 ip-10-31-10-83 kernel: SELinux: policy capability nnp_nosuid_transition=1 May 16 15:00:13 ip-10-31-10-83 kernel: audit: type=1403 audit(1715886008.935:3): auid=4294967295 ses=4294967295 lsm=selinux res=1 May 16 15:00:13 ip-10-31-10-83 systemd: Successfully loaded SELinux policy in 1.436581s. May 16 15:00:13 ip-10-31-10-83 systemd: Relabelled /dev, /run and /sys/fs/cgroup in 17.830ms. May 16 15:00:13 ip-10-31-10-83 systemd: systemd 239 (239-82.el8) running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=legacy) May 16 15:00:13 ip-10-31-10-83 systemd: Detected virtualization xen. May 16 15:00:13 ip-10-31-10-83 systemd: Detected architecture x86-64. May 16 15:00:13 ip-10-31-10-83 systemd: Set hostname to . May 16 15:00:13 ip-10-31-10-83 systemd: Initializing machine ID from random generator. May 16 15:00:13 ip-10-31-10-83 systemd: Installed transient /etc/machine-id file. May 16 15:00:13 ip-10-31-10-83 systemd: initrd-switch-root.service: Succeeded. May 16 15:00:13 ip-10-31-10-83 systemd: Stopped Switch Root. May 16 15:00:13 ip-10-31-10-83 systemd: systemd-journald.service: Service has no hold-off time (RestartSec=0), scheduling restart. May 16 15:00:13 ip-10-31-10-83 systemd: systemd-journald.service: Scheduled restart job, restart counter is at 1. May 16 15:00:13 ip-10-31-10-83 systemd-journald[500]: Journal started May 16 15:00:13 ip-10-31-10-83 systemd-journald[500]: Runtime journal (/run/log/journal/595c9008f1844a1bb8bc7612ade15208) is 8.0M, max 176.9M, 168.9M free. May 16 15:00:13 ip-10-31-10-83 systemd[1]: systemd-journald.service: Succeeded. May 16 15:00:13 ip-10-31-10-83 systemd[1]: Mounted Huge Pages File System. May 16 15:00:13 ip-10-31-10-83 systemd[1]: Mounted Kernel Debug File System. May 16 15:00:13 ip-10-31-10-83 systemd[1]: Mounted POSIX Message Queue File System. May 16 15:00:13 ip-10-31-10-83 systemd[1]: Started Remount Root and Kernel File Systems. May 16 15:00:13 ip-10-31-10-83 systemd[1]: Starting Load/Save Random Seed... May 16 15:00:13 ip-10-31-10-83 systemd[1]: Starting Flush Journal to Persistent Storage... May 16 15:00:13 ip-10-31-10-83 systemd[1]: Starting Create Static Device Nodes in /dev... May 16 15:00:13 ip-10-31-10-83 systemd-journald[500]: Runtime journal (/run/log/journal/595c9008f1844a1bb8bc7612ade15208) is 8.0M, max 176.9M, 168.9M free. May 16 15:00:13 ip-10-31-10-83 systemd[1]: Started Flush Journal to Persistent Storage. May 16 15:00:13 ip-10-31-10-83 systemd[1]: Started Load/Save Random Seed. May 16 15:00:14 ip-10-31-10-83 systemd[1]: Started udev Coldplug all Devices. May 16 15:00:14 ip-10-31-10-83 systemd[1]: Started Apply Kernel Variables. May 16 15:00:14 ip-10-31-10-83 systemd[1]: systemd-vconsole-setup.service: Succeeded. May 16 15:00:14 ip-10-31-10-83 systemd[1]: Started Setup Virtual Console. May 16 15:00:14 ip-10-31-10-83 systemd[1]: Started Create Static Device Nodes in /dev. May 16 15:00:14 ip-10-31-10-83 systemd[1]: Starting udev Kernel Device Manager... May 16 15:00:14 ip-10-31-10-83 systemd[1]: Reached target Local File Systems (Pre). May 16 15:00:14 ip-10-31-10-83 systemd[1]: Reached target Local File Systems. May 16 15:00:14 ip-10-31-10-83 systemd[1]: Starting Import network configuration from initramfs... May 16 15:00:14 ip-10-31-10-83 systemd[1]: Starting Tell Plymouth To Write Out Runtime Data... May 16 15:00:14 ip-10-31-10-83 systemd[1]: Starting Commit a transient machine-id on disk... May 16 15:00:14 ip-10-31-10-83 systemd[1]: etc-machine\x2did.mount: Succeeded. May 16 15:00:14 ip-10-31-10-83 systemd[1]: Started Commit a transient machine-id on disk. May 16 15:00:14 ip-10-31-10-83 systemd[1]: Received SIGRTMIN+20 from PID 339 (plymouthd). May 16 15:00:14 ip-10-31-10-83 systemd[1]: Started Tell Plymouth To Write Out Runtime Data. May 16 15:00:14 ip-10-31-10-83 systemd[1]: Started Import network configuration from initramfs. May 16 15:00:14 ip-10-31-10-83 systemd[1]: Starting Create Volatile Files and Directories... May 16 15:00:15 ip-10-31-10-83 systemd-udevd[533]: Network interface NamePolicy= disabled on kernel command line, ignoring. May 16 15:00:15 ip-10-31-10-83 systemd[1]: Started Create Volatile Files and Directories. May 16 15:00:15 ip-10-31-10-83 systemd[1]: Mounting RPC Pipe File System... May 16 15:00:15 ip-10-31-10-83 systemd[1]: Starting RPC Bind... May 16 15:00:15 ip-10-31-10-83 systemd[1]: Starting Security Auditing Service... May 16 15:00:15 ip-10-31-10-83 auditd[558]: No plugins found, not dispatching events May 16 15:00:15 ip-10-31-10-83 auditd[558]: Init complete, auditd 3.1.2 listening for events (startup state enable) May 16 15:00:15 ip-10-31-10-83 systemd[1]: Started udev Kernel Device Manager. May 16 15:00:15 ip-10-31-10-83 kernel: RPC: Registered named UNIX socket transport module. May 16 15:00:15 ip-10-31-10-83 kernel: RPC: Registered udp transport module. May 16 15:00:15 ip-10-31-10-83 kernel: RPC: Registered tcp transport module. May 16 15:00:15 ip-10-31-10-83 kernel: RPC: Registered tcp NFSv4.1 backchannel transport module. May 16 15:00:15 ip-10-31-10-83 systemd[1]: Mounted RPC Pipe File System. May 16 15:00:15 ip-10-31-10-83 systemd[1]: Reached target rpc_pipefs.target. May 16 15:00:15 ip-10-31-10-83 systemd[1]: Started RPC Bind. May 16 15:00:15 ip-10-31-10-83 kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5 May 16 15:00:15 ip-10-31-10-83 kernel: piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr May 16 15:00:15 ip-10-31-10-83 systemd-udevd[574]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. May 16 15:00:15 ip-10-31-10-83 kernel: RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 655360 ms ovfl timer May 16 15:00:15 ip-10-31-10-83 augenrules[561]: /sbin/augenrules: No change May 16 15:00:16 ip-10-31-10-83 augenrules[605]: No rules May 16 15:00:16 ip-10-31-10-83 augenrules[605]: enabled 1 May 16 15:00:16 ip-10-31-10-83 augenrules[605]: failure 1 May 16 15:00:16 ip-10-31-10-83 augenrules[605]: pid 558 May 16 15:00:16 ip-10-31-10-83 augenrules[605]: rate_limit 0 May 16 15:00:16 ip-10-31-10-83 augenrules[605]: backlog_limit 8192 May 16 15:00:16 ip-10-31-10-83 augenrules[605]: lost 0 May 16 15:00:16 ip-10-31-10-83 augenrules[605]: backlog 2 May 16 15:00:16 ip-10-31-10-83 augenrules[605]: backlog_wait_time 60000 May 16 15:00:16 ip-10-31-10-83 augenrules[605]: backlog_wait_time_actual 0 May 16 15:00:16 ip-10-31-10-83 augenrules[605]: enabled 1 May 16 15:00:16 ip-10-31-10-83 augenrules[605]: failure 1 May 16 15:00:16 ip-10-31-10-83 augenrules[605]: pid 558 May 16 15:00:16 ip-10-31-10-83 augenrules[605]: rate_limit 0 May 16 15:00:16 ip-10-31-10-83 augenrules[605]: backlog_limit 8192 May 16 15:00:16 ip-10-31-10-83 augenrules[605]: lost 0 May 16 15:00:16 ip-10-31-10-83 augenrules[605]: backlog 6 May 16 15:00:16 ip-10-31-10-83 augenrules[605]: backlog_wait_time 60000 May 16 15:00:16 ip-10-31-10-83 augenrules[605]: backlog_wait_time_actual 0 May 16 15:00:16 ip-10-31-10-83 augenrules[605]: enabled 1 May 16 15:00:16 ip-10-31-10-83 augenrules[605]: failure 1 May 16 15:00:16 ip-10-31-10-83 augenrules[605]: pid 558 May 16 15:00:16 ip-10-31-10-83 augenrules[605]: rate_limit 0 May 16 15:00:16 ip-10-31-10-83 augenrules[605]: backlog_limit 8192 May 16 15:00:16 ip-10-31-10-83 augenrules[605]: lost 0 May 16 15:00:16 ip-10-31-10-83 augenrules[605]: backlog 4 May 16 15:00:16 ip-10-31-10-83 augenrules[605]: backlog_wait_time 60000 May 16 15:00:16 ip-10-31-10-83 augenrules[605]: backlog_wait_time_actual 0 May 16 15:00:16 ip-10-31-10-83 systemd[1]: Started Security Auditing Service. May 16 15:00:16 ip-10-31-10-83 systemd[1]: Starting Update UTMP about System Boot/Shutdown... May 16 15:00:16 ip-10-31-10-83 systemd[1]: Started Update UTMP about System Boot/Shutdown. May 16 15:00:16 ip-10-31-10-83 systemd[1]: Reached target System Initialization. May 16 15:00:16 ip-10-31-10-83 systemd[1]: Listening on D-Bus System Message Bus Socket. May 16 15:00:16 ip-10-31-10-83 systemd[1]: Listening on SSSD Kerberos Cache Manager responder socket. May 16 15:00:16 ip-10-31-10-83 systemd[1]: Reached target Sockets. May 16 15:00:16 ip-10-31-10-83 systemd[1]: Reached target Basic System. May 16 15:00:16 ip-10-31-10-83 kernel: EDAC sbridge: Ver: 1.1.2 May 16 15:00:16 ip-10-31-10-83 systemd[1]: Starting NTP client/server... May 16 15:00:16 ip-10-31-10-83 systemd[1]: Started irqbalance daemon. May 16 15:00:16 ip-10-31-10-83 systemd[1]: Started D-Bus System Message Bus. May 16 15:00:16 ip-10-31-10-83 systemd[1]: Reached target sshd-keygen.target. May 16 15:00:16 ip-10-31-10-83 systemd[1]: Starting Initial cloud-init job (pre-networking)... May 16 15:00:16 ip-10-31-10-83 systemd[1]: Started Hardware RNG Entropy Gatherer Daemon. May 16 15:00:16 ip-10-31-10-83 systemd[1]: Reached target User and Group Name Lookups. May 16 15:00:16 ip-10-31-10-83 systemd[1]: Starting Login Service... May 16 15:00:16 ip-10-31-10-83 systemd[1]: Started dnf makecache --timer. May 16 15:00:16 ip-10-31-10-83 systemd[1]: Started Daily Cleanup of Temporary Directories. May 16 15:00:16 ip-10-31-10-83 systemd[1]: Starting Restore /run/initramfs on shutdown... May 16 15:00:16 ip-10-31-10-83 systemd[1]: Started daily update of the root trust anchor for DNSSEC. May 16 15:00:16 ip-10-31-10-83 systemd[1]: Reached target Timers. May 16 15:00:16 ip-10-31-10-83 systemd[1]: Starting update of the root trust anchor for DNSSEC validation in unbound... May 16 15:00:16 ip-10-31-10-83 systemd-logind[623]: New seat seat0. May 16 15:00:16 ip-10-31-10-83 systemd-logind[623]: Watching system buttons on /dev/input/event0 (Power Button) May 16 15:00:16 ip-10-31-10-83 systemd-logind[623]: Watching system buttons on /dev/input/event1 (Sleep Button) May 16 15:00:16 ip-10-31-10-83 systemd-logind[623]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard) May 16 15:00:16 ip-10-31-10-83 chronyd[628]: chronyd version 4.5 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG) May 16 15:00:16 ip-10-31-10-83 systemd-udevd[575]: Using default interface naming scheme 'rhel-8.0'. May 16 15:00:16 ip-10-31-10-83 chronyd[628]: Loaded 0 symmetric keys May 16 15:00:16 ip-10-31-10-83 chronyd[628]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift May 16 15:00:16 ip-10-31-10-83 systemd-udevd[575]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. May 16 15:00:16 ip-10-31-10-83 chronyd[628]: Using right/UTC timezone to obtain leap second data May 16 15:00:16 ip-10-31-10-83 systemd[1]: Started Login Service. May 16 15:00:16 ip-10-31-10-83 systemd[1]: Started Restore /run/initramfs on shutdown. May 16 15:00:16 ip-10-31-10-83 systemd[1]: Started NTP client/server. May 16 15:00:17 ip-10-31-10-83 rngd[622]: Disabling 7: PKCS11 Entropy generator (pkcs11) May 16 15:00:17 ip-10-31-10-83 rngd[622]: Disabling 5: NIST Network Entropy Beacon (nist) May 16 15:00:17 ip-10-31-10-83 rngd[622]: Disabling 9: Qrypt quantum entropy beacon (qrypt) May 16 15:00:17 ip-10-31-10-83 rngd[622]: Initializing available sources May 16 15:00:17 ip-10-31-10-83 rngd[622]: [hwrng ]: Initialization Failed May 16 15:00:17 ip-10-31-10-83 rngd[622]: [rdrand]: Enabling RDRAND rng support May 16 15:00:17 ip-10-31-10-83 rngd[622]: [rdrand]: Initialized May 16 15:00:17 ip-10-31-10-83 rngd[622]: [jitter]: JITTER timeout set to 5 sec May 16 15:00:17 ip-10-31-10-83 rngd[622]: [jitter]: Initializing AES buffer May 16 15:00:17 ip-10-31-10-83 systemd[1]: unbound-anchor.service: Succeeded. May 16 15:00:17 ip-10-31-10-83 systemd[1]: Started update of the root trust anchor for DNSSEC validation in unbound. May 16 15:00:22 ip-10-31-10-83 rngd[622]: [jitter]: Unable to obtain AES key, disabling JITTER source May 16 15:00:22 ip-10-31-10-83 rngd[622]: [jitter]: Initialization Failed May 16 15:00:22 ip-10-31-10-83 rngd[622]: Process privileges have been dropped to 2:2 May 16 15:00:25 ip-10-31-10-83 dhclient[644]: Internet Systems Consortium DHCP Client 4.3.6 May 16 15:00:25 ip-10-31-10-83 dhclient[644]: Copyright 2004-2017 Internet Systems Consortium. May 16 15:00:25 ip-10-31-10-83 dhclient[644]: All rights reserved. May 16 15:00:25 ip-10-31-10-83 dhclient[644]: For info, please visit https://www.isc.org/software/dhcp/ May 16 15:00:25 ip-10-31-10-83 dhclient[644]: May 16 15:00:25 ip-10-31-10-83 dhclient[644]: Listening on LPF/eth0/12:0a:f4:34:2d:59 May 16 15:00:25 ip-10-31-10-83 dhclient[644]: Sending on LPF/eth0/12:0a:f4:34:2d:59 May 16 15:00:25 ip-10-31-10-83 dhclient[644]: Sending on Socket/fallback May 16 15:00:25 ip-10-31-10-83 dhclient[644]: Created duid "\000\004Y\\\220\010\361\204J\033\270\274v\022\255\341R\010". May 16 15:00:25 ip-10-31-10-83 dhclient[644]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6 (xid=0xacc26857) May 16 15:00:25 ip-10-31-10-83 dhclient[644]: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0xacc26857) May 16 15:00:25 ip-10-31-10-83 dhclient[644]: DHCPOFFER from 10.31.8.1 May 16 15:00:25 ip-10-31-10-83 dhclient[644]: DHCPACK from 10.31.8.1 (xid=0xacc26857) May 16 15:00:25 ip-10-31-10-83 dhclient[644]: bound to 10.31.10.83 -- renewal in 1422 seconds. May 16 15:00:26 ip-10-31-10-83 dbus-daemon[620]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.3' (uid=0 pid=659 comm="hostnamectl set-hostname ip-10-31-10-83.us-east-1." label="system_u:system_r:cloud_init_t:s0") May 16 15:00:26 ip-10-31-10-83 systemd[1]: Starting Hostname Service... May 16 15:00:26 ip-10-31-10-83 dbus-daemon[620]: [system] Successfully activated service 'org.freedesktop.hostname1' May 16 15:00:26 ip-10-31-10-83 systemd[1]: Started Hostname Service. May 16 15:00:26 ip-10-31-10-83 systemd-hostnamed[660]: Changed static host name to 'ip-10-31-10-83.us-east-1.aws.redhat.com' May 16 15:00:26 ip-10-31-10-83 systemd-hostnamed[660]: Changed host name to 'ip-10-31-10-83.us-east-1.aws.redhat.com' May 16 15:00:26 ip-10-31-10-83 cloud-init[642]: Cloud-init v. 23.4-7.el8 running 'init-local' at Thu, 16 May 2024 19:00:24 +0000. Up 26.16 seconds. May 16 15:00:26 ip-10-31-10-83 systemd[1]: Started Initial cloud-init job (pre-networking). May 16 15:00:26 ip-10-31-10-83 systemd[1]: Reached target Network (Pre). May 16 15:00:26 ip-10-31-10-83 systemd[1]: Starting Network Manager... May 16 15:00:27 ip-10-31-10-83 NetworkManager[665]: [1715886027.1790] NetworkManager (version 1.40.16-15.el8) is starting... (boot:4dfc54ec-1a2b-4d47-a50a-af37fe636f01) May 16 15:00:27 ip-10-31-10-83 NetworkManager[665]: [1715886027.1808] Read config: /etc/NetworkManager/NetworkManager.conf (run: 15-carrier-timeout.conf) May 16 15:00:27 ip-10-31-10-83 systemd[1]: Started Network Manager. May 16 15:00:27 ip-10-31-10-83 systemd[1]: Starting Network Manager Wait Online... May 16 15:00:27 ip-10-31-10-83 systemd[1]: Reached target Network. May 16 15:00:27 ip-10-31-10-83 systemd[1]: Starting Dynamic System Tuning Daemon... May 16 15:00:27 ip-10-31-10-83 systemd[1]: Starting GSSAPI Proxy Daemon... May 16 15:00:27 ip-10-31-10-83 NetworkManager[665]: [1715886027.1910] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager" May 16 15:00:27 ip-10-31-10-83 systemd[1]: Started GSSAPI Proxy Daemon. May 16 15:00:27 ip-10-31-10-83 systemd[1]: Reached target NFS client services. May 16 15:00:27 ip-10-31-10-83 systemd[1]: Reached target Remote File Systems (Pre). May 16 15:00:27 ip-10-31-10-83 systemd[1]: Reached target Remote File Systems. May 16 15:00:27 ip-10-31-10-83 NetworkManager[665]: [1715886027.2467] manager[0x55d9592b6080]: monitoring kernel firmware directory '/lib/firmware'. May 16 15:00:27 ip-10-31-10-83 NetworkManager[665]: [1715886027.2495] hostname: hostname: using hostnamed May 16 15:00:27 ip-10-31-10-83 NetworkManager[665]: [1715886027.2496] hostname: static hostname changed from (none) to "ip-10-31-10-83.us-east-1.aws.redhat.com" May 16 15:00:27 ip-10-31-10-83 NetworkManager[665]: [1715886027.2500] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink May 16 15:00:27 ip-10-31-10-83 NetworkManager[665]: [1715886027.2602] Loaded device plugin: NMTeamFactory (/usr/lib64/NetworkManager/1.40.16-15.el8/libnm-device-plugin-team.so) May 16 15:00:27 ip-10-31-10-83 NetworkManager[665]: [1715886027.2603] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file May 16 15:00:27 ip-10-31-10-83 NetworkManager[665]: [1715886027.2604] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file May 16 15:00:27 ip-10-31-10-83 NetworkManager[665]: [1715886027.2606] manager: Networking is enabled by state file May 16 15:00:27 ip-10-31-10-83 dbus-daemon[620]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=665 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0") May 16 15:00:27 ip-10-31-10-83 systemd[1]: Starting Network Manager Script Dispatcher Service... May 16 15:00:27 ip-10-31-10-83 NetworkManager[665]: [1715886027.2718] settings: Loaded settings plugin: ifcfg-rh ("/usr/lib64/NetworkManager/1.40.16-15.el8/libnm-settings-plugin-ifcfg-rh.so") May 16 15:00:27 ip-10-31-10-83 NetworkManager[665]: [1715886027.2718] settings: Loaded settings plugin: keyfile (internal) May 16 15:00:27 ip-10-31-10-83 NetworkManager[665]: [1715886027.2792] dhcp: init: Using DHCP client 'internal' May 16 15:00:27 ip-10-31-10-83 NetworkManager[665]: [1715886027.2793] device (lo): carrier: link connected May 16 15:00:27 ip-10-31-10-83 NetworkManager[665]: [1715886027.2796] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1) May 16 15:00:27 ip-10-31-10-83 NetworkManager[665]: [1715886027.2806] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2) May 16 15:00:27 ip-10-31-10-83 NetworkManager[665]: [1715886027.2809] device (eth0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external') May 16 15:00:27 ip-10-31-10-83 kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready May 16 15:00:27 ip-10-31-10-83 NetworkManager[665]: [1715886027.2827] device (eth0): carrier: link connected May 16 15:00:27 ip-10-31-10-83 NetworkManager[665]: [1715886027.2829] device (eth0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed') May 16 15:00:27 ip-10-31-10-83 NetworkManager[665]: [1715886027.2835] policy: auto-activating connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) May 16 15:00:27 ip-10-31-10-83 NetworkManager[665]: [1715886027.2840] device (eth0): Activation: starting connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) May 16 15:00:27 ip-10-31-10-83 NetworkManager[665]: [1715886027.2841] device (eth0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') May 16 15:00:27 ip-10-31-10-83 NetworkManager[665]: [1715886027.2844] manager: NetworkManager state is now CONNECTING May 16 15:00:27 ip-10-31-10-83 NetworkManager[665]: [1715886027.2845] device (eth0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') May 16 15:00:27 ip-10-31-10-83 NetworkManager[665]: [1715886027.2851] device (eth0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') May 16 15:00:27 ip-10-31-10-83 NetworkManager[665]: [1715886027.2859] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds) May 16 15:00:27 ip-10-31-10-83 NetworkManager[665]: [1715886027.2873] dhcp4 (eth0): state changed new lease, address=10.31.10.83 May 16 15:00:27 ip-10-31-10-83 NetworkManager[665]: [1715886027.2877] policy: set 'System eth0' (eth0) as default for IPv4 routing and DNS May 16 15:00:27 ip-10-31-10-83 dbus-daemon[620]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.5' (uid=0 pid=665 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0") May 16 15:00:27 ip-10-31-10-83 dbus-daemon[620]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found. May 16 15:00:27 ip-10-31-10-83 NetworkManager[665]: [1715886027.2946] device (eth0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed') May 16 15:00:27 ip-10-31-10-83 dbus-daemon[620]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' May 16 15:00:27 ip-10-31-10-83 systemd[1]: Started Network Manager Script Dispatcher Service. May 16 15:00:27 ip-10-31-10-83 NetworkManager[665]: [1715886027.5165] device (eth0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed') May 16 15:00:27 ip-10-31-10-83 NetworkManager[665]: [1715886027.5168] device (eth0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed') May 16 15:00:27 ip-10-31-10-83 NetworkManager[665]: [1715886027.5172] manager: NetworkManager state is now CONNECTED_SITE May 16 15:00:27 ip-10-31-10-83 NetworkManager[665]: [1715886027.5175] device (eth0): Activation: successful, device activated. May 16 15:00:27 ip-10-31-10-83 NetworkManager[665]: [1715886027.5180] manager: NetworkManager state is now CONNECTED_GLOBAL May 16 15:00:27 ip-10-31-10-83 NetworkManager[665]: [1715886027.5185] manager: startup complete May 16 15:00:27 ip-10-31-10-83 systemd[1]: Started Network Manager Wait Online. May 16 15:00:27 ip-10-31-10-83 systemd[1]: Starting Initial cloud-init job (metadata service crawler)... May 16 15:00:27 ip-10-31-10-83 chronyd[628]: Added source 10.2.32.37 May 16 15:00:27 ip-10-31-10-83 chronyd[628]: Added source 10.2.32.38 May 16 15:00:27 ip-10-31-10-83 chronyd[628]: Added source 10.11.160.238 May 16 15:00:27 ip-10-31-10-83 chronyd[628]: Added source 10.18.100.10 May 16 15:00:28 ip-10-31-10-83 dbus-daemon[620]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.9' (uid=0 pid=669 comm="/usr/libexec/platform-python -Es /usr/sbin/tuned -" label="system_u:system_r:tuned_t:s0") May 16 15:00:28 ip-10-31-10-83 systemd[1]: Starting Authorization Manager... May 16 15:00:28 ip-10-31-10-83 systemd[1]: Started Dynamic System Tuning Daemon. May 16 15:00:28 ip-10-31-10-83 cloud-init[859]: Cloud-init v. 23.4-7.el8 running 'init' at Thu, 16 May 2024 19:00:28 +0000. Up 29.23 seconds. May 16 15:00:28 ip-10-31-10-83 cloud-init[859]: ci-info: +++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ May 16 15:00:28 ip-10-31-10-83 cloud-init[859]: ci-info: +--------+------+------------------------------+---------------+--------+-------------------+ May 16 15:00:28 ip-10-31-10-83 cloud-init[859]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | May 16 15:00:28 ip-10-31-10-83 cloud-init[859]: ci-info: +--------+------+------------------------------+---------------+--------+-------------------+ May 16 15:00:28 ip-10-31-10-83 cloud-init[859]: ci-info: | eth0 | True | 10.31.10.83 | 255.255.252.0 | global | 12:0a:f4:34:2d:59 | May 16 15:00:28 ip-10-31-10-83 cloud-init[859]: ci-info: | eth0 | True | fe80::100a:f4ff:fe34:2d59/64 | . | link | 12:0a:f4:34:2d:59 | May 16 15:00:28 ip-10-31-10-83 cloud-init[859]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . | May 16 15:00:28 ip-10-31-10-83 cloud-init[859]: ci-info: | lo | True | ::1/128 | . | host | . | May 16 15:00:28 ip-10-31-10-83 cloud-init[859]: ci-info: +--------+------+------------------------------+---------------+--------+-------------------+ May 16 15:00:28 ip-10-31-10-83 cloud-init[859]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++ May 16 15:00:28 ip-10-31-10-83 cloud-init[859]: ci-info: +-------+-------------+-----------+---------------+-----------+-------+ May 16 15:00:28 ip-10-31-10-83 cloud-init[859]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | May 16 15:00:28 ip-10-31-10-83 cloud-init[859]: ci-info: +-------+-------------+-----------+---------------+-----------+-------+ May 16 15:00:28 ip-10-31-10-83 cloud-init[859]: ci-info: | 0 | 0.0.0.0 | 10.31.8.1 | 0.0.0.0 | eth0 | UG | May 16 15:00:28 ip-10-31-10-83 cloud-init[859]: ci-info: | 1 | 10.31.8.0 | 0.0.0.0 | 255.255.252.0 | eth0 | U | May 16 15:00:28 ip-10-31-10-83 cloud-init[859]: ci-info: +-------+-------------+-----------+---------------+-----------+-------+ May 16 15:00:28 ip-10-31-10-83 cloud-init[859]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++ May 16 15:00:28 ip-10-31-10-83 cloud-init[859]: ci-info: +-------+-------------+---------+-----------+-------+ May 16 15:00:28 ip-10-31-10-83 cloud-init[859]: ci-info: | Route | Destination | Gateway | Interface | Flags | May 16 15:00:28 ip-10-31-10-83 cloud-init[859]: ci-info: +-------+-------------+---------+-----------+-------+ May 16 15:00:28 ip-10-31-10-83 cloud-init[859]: ci-info: | 1 | fe80::/64 | :: | eth0 | U | May 16 15:00:28 ip-10-31-10-83 cloud-init[859]: ci-info: | 3 | multicast | :: | eth0 | U | May 16 15:00:28 ip-10-31-10-83 cloud-init[859]: ci-info: +-------+-------------+---------+-----------+-------+ May 16 15:00:28 ip-10-31-10-83 cloud-init[859]: 2024-05-16 19:00:28,288 - __init__.py[WARNING]: Unhandled non-multipart (text/x-not-multipart) userdata: 'b'~/.citool.d/post-install'...' May 16 15:00:28 ip-10-31-10-83 polkitd[937]: Started polkitd version 0.115 May 16 15:00:28 ip-10-31-10-83 dbus-daemon[620]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' May 16 15:00:28 ip-10-31-10-83 systemd[1]: Started Authorization Manager. May 16 15:00:33 ip-10-31-10-83 chronyd[628]: Selected source 5.161.111.190 (2.centos.pool.ntp.org) May 16 15:00:33 ip-10-31-10-83 chronyd[628]: System clock TAI offset set to 37 seconds May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: Generating public/private rsa key pair. May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: The key fingerprint is: May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: SHA256:YEHz+zdlL7uFzchNxuaQMub73TSAhLoT4NrpZGQKwxQ root@ip-10-31-10-83.us-east-1.aws.redhat.com May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: The key's randomart image is: May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: +---[RSA 3072]----+ May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: | E .+ | May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: | . + . | May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: | . .o .. . | May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: |o ....... . o | May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: | + + oS .+.= =| May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: | o * . o. o *.& | May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: | o = o . + =.O| May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: | + . . o *o| May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: | . ..+.o| May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: +----[SHA256]-----+ May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: Generating public/private dsa key pair. May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: The key fingerprint is: May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: SHA256:pABhJ6xI+eMTjTlznqoTqrYQnPYHQdayFB8gnWgo6gU root@ip-10-31-10-83.us-east-1.aws.redhat.com May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: The key's randomart image is: May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: +---[DSA 1024]----+ May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: |.oO**. | May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: |oE=O... | May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: |*.+.B. . | May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: |= .@.+ o | May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: |o+o.B o S | May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: |.+.o.o | May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: |o ..o. | May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: |oo .. | May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: |+o+ | May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: +----[SHA256]-----+ May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: Generating public/private ecdsa key pair. May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: The key fingerprint is: May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: SHA256:1xvz1VCj1utIszHWGevUUxlgc8XMMKeztDIk7mIJBB8 root@ip-10-31-10-83.us-east-1.aws.redhat.com May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: The key's randomart image is: May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: +---[ECDSA 256]---+ May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: | . E ++O=| May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: | o . . ==B| May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: | o . .o=+.| May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: | . . +...=O| May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: | . S o **oB+| May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: | . + oBX..| May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: | + . .o.o | May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: | . . | May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: | | May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: +----[SHA256]-----+ May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: Generating public/private ed25519 key pair. May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: The key fingerprint is: May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: SHA256:eCV2GXvSa+CDOAy24ZIoC5MeoHXh82/+qd6zTdwtsMc root@ip-10-31-10-83.us-east-1.aws.redhat.com May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: The key's randomart image is: May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: +--[ED25519 256]--+ May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: | . . | May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: | . . = | May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: |. . B o B o | May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: |o+ = B + * + . | May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: |B.o o * S o + | May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: |+o.. + + = . | May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: |.. o + E .| May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: | o ..+ . . | May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: | .+o=o. | May 16 15:00:36 ip-10-31-10-83 cloud-init[859]: +----[SHA256]-----+ May 16 15:00:36 ip-10-31-10-83 systemd[1]: Started Initial cloud-init job (metadata service crawler). May 16 15:00:36 ip-10-31-10-83 systemd[1]: Starting OpenSSH server daemon... May 16 15:00:36 ip-10-31-10-83 systemd[1]: Reached target Cloud-config availability. May 16 15:00:36 ip-10-31-10-83 systemd[1]: Reached target Network is Online. May 16 15:00:36 ip-10-31-10-83 systemd[1]: Starting System Logging Service... May 16 15:00:36 ip-10-31-10-83 systemd[1]: Starting Notify NFS peers of a restart... May 16 15:00:36 ip-10-31-10-83 systemd[1]: Starting Crash recovery kernel arming... May 16 15:00:36 ip-10-31-10-83 systemd[1]: Starting Apply the settings specified in cloud-config... May 16 15:00:36 ip-10-31-10-83 systemd[1]: Starting The restraint harness.... May 16 15:00:36 ip-10-31-10-83 systemd[1]: Started OpenSSH server daemon. May 16 15:00:36 ip-10-31-10-83 systemd[1]: Started The restraint harness.. May 16 15:00:36 ip-10-31-10-83 sm-notify[1025]: Version 2.3.3 starting May 16 15:00:36 ip-10-31-10-83 systemd[1]: Started Notify NFS peers of a restart. May 16 15:00:36 ip-10-31-10-83 restraintd[1036]: Listening on http://localhost:8081 May 16 15:00:36 ip-10-31-10-83 rsyslogd[1024]: [origin software="rsyslogd" swVersion="8.2102.0-15.el8" x-pid="1024" x-info="https://www.rsyslog.com"] start May 16 15:00:36 ip-10-31-10-83 systemd[1]: Started System Logging Service. May 16 15:00:36 ip-10-31-10-83 rsyslogd[1024]: imjournal: journal files changed, reloading... [v8.2102.0-15.el8 try https://www.rsyslog.com/e/0 ] May 16 15:00:36 ip-10-31-10-83 kdumpctl[1030]: kdump: Detected change(s) in the following file(s): /etc/fstab May 16 15:00:36 ip-10-31-10-83 cloud-init[1270]: Cloud-init v. 23.4-7.el8 running 'modules:config' at Thu, 16 May 2024 19:00:36 +0000. Up 37.94 seconds. May 16 15:00:36 ip-10-31-10-83 systemd[1]: Started Apply the settings specified in cloud-config. May 16 15:00:36 ip-10-31-10-83 systemd[1]: Starting Execute cloud user/final scripts... May 16 15:00:36 ip-10-31-10-83 systemd[1]: Starting Permit User Sessions... May 16 15:00:36 ip-10-31-10-83 systemd[1]: Started Permit User Sessions. May 16 15:00:36 ip-10-31-10-83 systemd[1]: Starting Hold until boot process finishes up... May 16 15:00:36 ip-10-31-10-83 systemd[1]: Starting Terminate Plymouth Boot Screen... May 16 15:00:37 ip-10-31-10-83 systemd[1]: Started Command Scheduler. May 16 15:00:37 ip-10-31-10-83 systemd[1]: Received SIGRTMIN+21 from PID 339 (plymouthd). May 16 15:00:37 ip-10-31-10-83 systemd[1]: Received SIGRTMIN+21 from PID 339 (n/a). May 16 15:00:37 ip-10-31-10-83 systemd[1]: Started Terminate Plymouth Boot Screen. May 16 15:00:37 ip-10-31-10-83 systemd[1]: Started Hold until boot process finishes up. May 16 15:00:37 ip-10-31-10-83 systemd[1]: Started Getty on tty1. May 16 15:00:37 ip-10-31-10-83 systemd[1]: Reached target Login Prompts. May 16 15:00:37 ip-10-31-10-83 systemd[1]: Reached target Multi-User System. May 16 15:00:37 ip-10-31-10-83 systemd[1]: Starting Update UTMP about System Runlevel Changes... May 16 15:00:37 ip-10-31-10-83 systemd[1]: systemd-update-utmp-runlevel.service: Succeeded. May 16 15:00:37 ip-10-31-10-83 systemd[1]: Started Update UTMP about System Runlevel Changes. May 16 15:00:37 ip-10-31-10-83 cloud-init[1335]: ############################################################# May 16 15:00:37 ip-10-31-10-83 cloud-init[1354]: -----BEGIN SSH HOST KEY FINGERPRINTS----- May 16 15:00:37 ip-10-31-10-83 cloud-init[1356]: 1024 SHA256:pABhJ6xI+eMTjTlznqoTqrYQnPYHQdayFB8gnWgo6gU root@ip-10-31-10-83.us-east-1.aws.redhat.com (DSA) May 16 15:00:37 ip-10-31-10-83 cloud-init[1358]: 256 SHA256:1xvz1VCj1utIszHWGevUUxlgc8XMMKeztDIk7mIJBB8 root@ip-10-31-10-83.us-east-1.aws.redhat.com (ECDSA) May 16 15:00:37 ip-10-31-10-83 cloud-init[1362]: 256 SHA256:eCV2GXvSa+CDOAy24ZIoC5MeoHXh82/+qd6zTdwtsMc root@ip-10-31-10-83.us-east-1.aws.redhat.com (ED25519) May 16 15:00:37 ip-10-31-10-83 cloud-init[1364]: 3072 SHA256:YEHz+zdlL7uFzchNxuaQMub73TSAhLoT4NrpZGQKwxQ root@ip-10-31-10-83.us-east-1.aws.redhat.com (RSA) May 16 15:00:37 ip-10-31-10-83 cloud-init[1365]: -----END SSH HOST KEY FINGERPRINTS----- May 16 15:00:37 ip-10-31-10-83 cloud-init[1366]: ############################################################# May 16 15:00:37 ip-10-31-10-83 cloud-init[1292]: Cloud-init v. 23.4-7.el8 running 'modules:final' at Thu, 16 May 2024 19:00:37 +0000. Up 38.67 seconds. May 16 15:00:37 ip-10-31-10-83 cloud-init[1292]: Cloud-init v. 23.4-7.el8 finished at Thu, 16 May 2024 19:00:37 +0000. Datasource DataSourceEc2Local. Up 39.01 seconds May 16 15:00:37 ip-10-31-10-83 kdumpctl[1030]: kdump: Rebuilding /boot/initramfs-4.18.0-552.el8.x86_64kdump.img May 16 15:00:37 ip-10-31-10-83 systemd[1]: Started Execute cloud user/final scripts. May 16 15:00:37 ip-10-31-10-83 systemd[1]: Reached target Cloud-init target. May 16 15:00:38 ip-10-31-10-83 systemd[1]: NetworkManager-dispatcher.service: Succeeded. May 16 15:00:38 ip-10-31-10-83 dracut[1584]: dracut-049-233.git20240115.el8 May 16 15:00:39 ip-10-31-10-83 dracut[1586]: Executing: /usr/bin/dracut --add kdumpbase --quiet --hostonly --hostonly-cmdline --hostonly-i18n --hostonly-mode strict --hostonly-nics -o "plymouth dash resume ifcfg earlykdump" --compress=xz --mount "/dev/disk/by-uuid/c0e1a7ed-0246-4adf-9b50-4d02e249c905 /sysroot xfs rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota,nofail,x-systemd.before=initrd-fs.target" --no-hostonly-default-device -f /boot/initramfs-4.18.0-552.el8.x86_64kdump.img 4.18.0-552.el8.x86_64 May 16 15:00:39 ip-10-31-10-83 dracut[1586]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! May 16 15:00:39 ip-10-31-10-83 dracut[1586]: dracut module 'ifcfg' will not be installed, because it's in the list to be omitted! May 16 15:00:39 ip-10-31-10-83 dracut[1586]: dracut module 'plymouth' will not be installed, because it's in the list to be omitted! May 16 15:00:39 ip-10-31-10-83 dracut[1586]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found! May 16 15:00:39 ip-10-31-10-83 dracut[1586]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found! May 16 15:00:39 ip-10-31-10-83 dracut[1586]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found! May 16 15:00:40 ip-10-31-10-83 dracut[1586]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! May 16 15:00:40 ip-10-31-10-83 dracut[1586]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! May 16 15:00:40 ip-10-31-10-83 dracut[1586]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! May 16 15:00:40 ip-10-31-10-83 dracut[1586]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! May 16 15:00:40 ip-10-31-10-83 dracut[1586]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! May 16 15:00:40 ip-10-31-10-83 dracut[1586]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! May 16 15:00:40 ip-10-31-10-83 dracut[1586]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! May 16 15:00:40 ip-10-31-10-83 dracut[1586]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! May 16 15:00:40 ip-10-31-10-83 dracut[1586]: dracut module 'resume' will not be installed, because it's in the list to be omitted! May 16 15:00:40 ip-10-31-10-83 dracut[1586]: dracut module 'earlykdump' will not be installed, because it's in the list to be omitted! May 16 15:00:40 ip-10-31-10-83 dracut[1586]: memstrack is available May 16 15:00:40 ip-10-31-10-83 dracut[1586]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! May 16 15:00:40 ip-10-31-10-83 dracut[1586]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found! May 16 15:00:40 ip-10-31-10-83 dracut[1586]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found! May 16 15:00:40 ip-10-31-10-83 dracut[1586]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found! May 16 15:00:40 ip-10-31-10-83 dracut[1586]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! May 16 15:00:40 ip-10-31-10-83 dracut[1586]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! May 16 15:00:40 ip-10-31-10-83 dracut[1586]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! May 16 15:00:40 ip-10-31-10-83 dracut[1586]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! May 16 15:00:40 ip-10-31-10-83 dracut[1586]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! May 16 15:00:40 ip-10-31-10-83 dracut[1586]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! May 16 15:00:40 ip-10-31-10-83 dracut[1586]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! May 16 15:00:40 ip-10-31-10-83 dracut[1586]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! May 16 15:00:41 ip-10-31-10-83 dracut[1586]: *** Including module: bash *** May 16 15:00:41 ip-10-31-10-83 dracut[1586]: *** Including module: systemd *** May 16 15:00:41 ip-10-31-10-83 dracut[1586]: *** Including module: systemd-initrd *** May 16 15:00:41 ip-10-31-10-83 dracut[1586]: *** Including module: watchdog-modules *** May 16 15:00:41 ip-10-31-10-83 dracut[1586]: *** Including module: nss-softokn *** May 16 15:00:41 ip-10-31-10-83 dracut[1586]: *** Including module: rngd *** May 16 15:00:41 ip-10-31-10-83 dracut[1586]: *** Including module: i18n *** May 16 15:00:41 ip-10-31-10-83 dracut[1586]: *** Including module: drm *** May 16 15:00:42 ip-10-31-10-83 dracut[1586]: *** Including module: prefixdevname *** May 16 15:00:42 ip-10-31-10-83 dracut[1586]: *** Including module: kernel-modules *** May 16 15:00:43 ip-10-31-10-83 dracut[1586]: *** Including module: kernel-modules-extra *** May 16 15:00:43 ip-10-31-10-83 dracut[1586]: *** Including module: fstab-sys *** May 16 15:00:43 ip-10-31-10-83 dracut[1586]: *** Including module: rootfs-block *** May 16 15:00:43 ip-10-31-10-83 dracut[1586]: *** Including module: terminfo *** May 16 15:00:43 ip-10-31-10-83 dracut[1586]: *** Including module: udev-rules *** May 16 15:00:43 ip-10-31-10-83 dracut[1586]: Skipping udev rule: 91-permissions.rules May 16 15:00:43 ip-10-31-10-83 dracut[1586]: Skipping udev rule: 80-drivers-modprobe.rules May 16 15:00:43 ip-10-31-10-83 dracut[1586]: *** Including module: biosdevname *** May 16 15:00:43 ip-10-31-10-83 dracut[1586]: *** Including module: dracut-systemd *** May 16 15:00:43 ip-10-31-10-83 dracut[1586]: *** Including module: usrmount *** May 16 15:00:43 ip-10-31-10-83 dracut[1586]: *** Including module: base *** May 16 15:00:43 ip-10-31-10-83 dracut[1586]: *** Including module: fs-lib *** May 16 15:00:43 ip-10-31-10-83 dracut[1586]: *** Including module: kdumpbase *** May 16 15:00:43 ip-10-31-10-83 dracut[1586]: *** Including module: memstrack *** May 16 15:00:43 ip-10-31-10-83 dracut[1586]: *** Including module: microcode_ctl-fw_dir_override *** May 16 15:00:43 ip-10-31-10-83 dracut[1586]: microcode_ctl module: mangling fw_dir May 16 15:00:43 ip-10-31-10-83 dracut[1586]: microcode_ctl: reset fw_dir to "/lib/firmware/updates /lib/firmware" May 16 15:00:44 ip-10-31-10-83 dracut[1586]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel"... May 16 15:00:44 ip-10-31-10-83 dracut[1586]: microcode_ctl: intel: caveats check for kernel version "4.18.0-552.el8.x86_64" passed, adding "/usr/share/microcode_ctl/ucode_with_caveats/intel" to fw_dir variable May 16 15:00:44 ip-10-31-10-83 dracut[1586]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-2d-07"... May 16 15:00:44 ip-10-31-10-83 dracut[1586]: microcode_ctl: configuration "intel-06-2d-07" is ignored May 16 15:00:44 ip-10-31-10-83 dracut[1586]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4e-03"... May 16 15:00:44 ip-10-31-10-83 dracut[1586]: microcode_ctl: configuration "intel-06-4e-03" is ignored May 16 15:00:44 ip-10-31-10-83 dracut[1586]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01"... May 16 15:00:44 ip-10-31-10-83 dracut[1586]: microcode_ctl: configuration "intel-06-4f-01" is ignored May 16 15:00:44 ip-10-31-10-83 dracut[1586]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-55-04"... May 16 15:00:44 ip-10-31-10-83 dracut[1586]: microcode_ctl: configuration "intel-06-55-04" is ignored May 16 15:00:44 ip-10-31-10-83 dracut[1586]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-5e-03"... May 16 15:00:44 ip-10-31-10-83 dracut[1586]: microcode_ctl: configuration "intel-06-5e-03" is ignored May 16 15:00:44 ip-10-31-10-83 dracut[1586]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8c-01"... May 16 15:00:44 ip-10-31-10-83 dracut[1586]: microcode_ctl: configuration "intel-06-8c-01" is ignored May 16 15:00:44 ip-10-31-10-83 dracut[1586]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-0xca"... May 16 15:00:44 ip-10-31-10-83 dracut[1586]: microcode_ctl: configuration "intel-06-8e-9e-0x-0xca" is ignored May 16 15:00:44 ip-10-31-10-83 dracut[1586]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-dell"... May 16 15:00:44 ip-10-31-10-83 dracut[1586]: microcode_ctl: configuration "intel-06-8e-9e-0x-dell" is ignored May 16 15:00:44 ip-10-31-10-83 dracut[1586]: microcode_ctl: final fw_dir: "/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware" May 16 15:00:44 ip-10-31-10-83 dracut[1586]: *** Including module: shutdown *** May 16 15:00:44 ip-10-31-10-83 dracut[1586]: *** Including module: squash *** May 16 15:00:44 ip-10-31-10-83 dracut[1586]: *** Including modules done *** May 16 15:00:45 ip-10-31-10-83 dracut[1586]: *** Installing kernel module dependencies *** May 16 15:00:45 ip-10-31-10-83 dracut[1586]: *** Installing kernel module dependencies done *** May 16 15:00:45 ip-10-31-10-83 dracut[1586]: *** Resolving executable dependencies *** May 16 15:00:47 ip-10-31-10-83 dracut[1586]: *** Resolving executable dependencies done*** May 16 15:00:47 ip-10-31-10-83 dracut[1586]: *** Hardlinking files *** May 16 15:00:48 ip-10-31-10-83 dracut[1586]: *** Hardlinking files done *** May 16 15:00:48 ip-10-31-10-83 dracut[1586]: *** Generating early-microcode cpio image *** May 16 15:00:48 ip-10-31-10-83 dracut[1586]: *** Constructing GenuineIntel.bin *** May 16 15:00:48 ip-10-31-10-83 dracut[1586]: *** Constructing GenuineIntel.bin *** May 16 15:00:48 ip-10-31-10-83 dracut[1586]: *** Store current command line parameters *** May 16 15:00:48 ip-10-31-10-83 dracut[1586]: Stored kernel commandline: May 16 15:00:48 ip-10-31-10-83 dracut[1586]: No dracut internal kernel commandline stored in the initramfs May 16 15:00:48 ip-10-31-10-83 dracut[1586]: *** Install squash loader *** May 16 15:00:48 ip-10-31-10-83 dracut[1586]: *** Stripping files *** May 16 15:00:48 ip-10-31-10-83 dracut[1586]: *** Stripping files done *** May 16 15:00:48 ip-10-31-10-83 dracut[1586]: *** Squashing the files inside the initramfs *** May 16 15:00:57 ip-10-31-10-83 systemd[1]: systemd-hostnamed.service: Succeeded. May 16 15:01:00 ip-10-31-10-83 dracut[1586]: *** Squashing the files inside the initramfs done *** May 16 15:01:00 ip-10-31-10-83 dracut[1586]: *** Creating image file '/boot/initramfs-4.18.0-552.el8.x86_64kdump.img' *** May 16 15:01:00 ip-10-31-10-83 dracut[1586]: *** Creating initramfs image file '/boot/initramfs-4.18.0-552.el8.x86_64kdump.img' done *** May 16 15:01:01 ip-10-31-10-83 kdumpctl[1030]: kdump: kexec: loaded kdump kernel May 16 15:01:01 ip-10-31-10-83 kdumpctl[1030]: kdump: Starting kdump: [OK] May 16 15:01:01 ip-10-31-10-83 systemd[1]: Started Crash recovery kernel arming. May 16 15:01:01 ip-10-31-10-83 systemd[1]: Startup finished in 682ms (kernel) + 7.946s (initrd) + 53.926s (userspace) = 1min 2.555s. May 16 15:02:51 ip-10-31-10-83 systemd[1]: Created slice User Slice of UID 0. May 16 15:02:51 ip-10-31-10-83 systemd[1]: Starting User runtime directory /run/user/0... May 16 15:02:51 ip-10-31-10-83 systemd-logind[623]: New session 1 of user root. May 16 15:02:51 ip-10-31-10-83 systemd[1]: Started User runtime directory /run/user/0. May 16 15:02:51 ip-10-31-10-83 systemd[1]: Starting User Manager for UID 0... May 16 15:02:52 ip-10-31-10-83 systemd[5089]: Reached target Timers. May 16 15:02:52 ip-10-31-10-83 systemd[5089]: Starting D-Bus User Message Bus Socket. May 16 15:02:52 ip-10-31-10-83 systemd[5089]: Reached target Paths. May 16 15:02:52 ip-10-31-10-83 systemd[5089]: Listening on D-Bus User Message Bus Socket. May 16 15:02:52 ip-10-31-10-83 systemd[5089]: Reached target Sockets. May 16 15:02:52 ip-10-31-10-83 systemd[5089]: Reached target Basic System. May 16 15:02:52 ip-10-31-10-83 systemd[5089]: Reached target Default. May 16 15:02:52 ip-10-31-10-83 systemd[5089]: Startup finished in 224ms. May 16 15:02:52 ip-10-31-10-83 systemd[1]: Started User Manager for UID 0. May 16 15:02:52 ip-10-31-10-83 systemd[1]: Started Session 1 of user root. May 16 15:02:52 ip-10-31-10-83 systemd[1]: session-1.scope: Succeeded. May 16 15:02:52 ip-10-31-10-83 systemd-logind[623]: Session 1 logged out. Waiting for processes to exit. May 16 15:02:52 ip-10-31-10-83 systemd-logind[623]: Removed session 1. May 16 15:02:54 ip-10-31-10-83 systemd-logind[623]: New session 3 of user root. May 16 15:02:54 ip-10-31-10-83 systemd[1]: Started Session 3 of user root. May 16 15:02:54 ip-10-31-10-83 systemd[1]: session-3.scope: Succeeded. May 16 15:02:54 ip-10-31-10-83 systemd-logind[623]: Session 3 logged out. Waiting for processes to exit. May 16 15:02:54 ip-10-31-10-83 systemd-logind[623]: Removed session 3. May 16 15:02:55 ip-10-31-10-83 systemd-logind[623]: New session 4 of user root. May 16 15:02:55 ip-10-31-10-83 systemd[1]: Started Session 4 of user root. May 16 15:02:55 ip-10-31-10-83 systemd[1]: session-4.scope: Succeeded. May 16 15:02:55 ip-10-31-10-83 systemd-logind[623]: Session 4 logged out. Waiting for processes to exit. May 16 15:02:55 ip-10-31-10-83 systemd-logind[623]: Removed session 4. May 16 15:02:55 ip-10-31-10-83 systemd-logind[623]: New session 5 of user root. May 16 15:02:55 ip-10-31-10-83 systemd[1]: Started Session 5 of user root. May 16 15:02:55 ip-10-31-10-83 systemd[1]: session-5.scope: Succeeded. May 16 15:02:55 ip-10-31-10-83 systemd-logind[623]: Session 5 logged out. Waiting for processes to exit. May 16 15:02:55 ip-10-31-10-83 systemd-logind[623]: Removed session 5. May 16 15:02:56 ip-10-31-10-83 systemd[1]: Started Session 6 of user root. May 16 15:02:56 ip-10-31-10-83 systemd-logind[623]: New session 6 of user root. May 16 15:03:26 ip-10-31-10-83 platform-python[5308]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d May 16 15:03:28 ip-10-31-10-83 platform-python[5355]: ansible-service_facts Invoked May 16 15:03:30 ip-10-31-10-83 platform-python[5461]: ansible-ansible.legacy.command Invoked with _raw_params=rpm -qa _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:03:31 ip-10-31-10-83 platform-python[5482]: ansible-stat Invoked with path=/etc/yum.repos.d/qa-tools.repo follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 May 16 15:03:32 ip-10-31-10-83 platform-python[5504]: ansible-ansible.legacy.command Invoked with _raw_params=curl -sLI --connect-timeout 5 -w '%{response_code}' http://liver2.lab.eng.brq.redhat.com/repo/ | grep ^200 _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:03:33 ip-10-31-10-83 platform-python[5528]: ansible-ansible.legacy.dnf Invoked with name=['ca-certificates'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None May 16 15:03:36 ip-10-31-10-83 platform-python[5549]: ansible-ansible.legacy.dnf Invoked with name=['curl'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None May 16 15:03:38 ip-10-31-10-83 platform-python[5570]: ansible-ansible.legacy.command Invoked with _raw_params=curl -skL -o /etc/pki/ca-trust/source/anchors/Current-IT-Root-CAs.pem https://certs.corp.redhat.com/certs/Current-IT-Root-CAs.pem _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:03:39 ip-10-31-10-83 platform-python[5592]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c 'update-ca-trust' _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:03:40 ip-10-31-10-83 platform-python[5619]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c 'update-ca-trust extract' _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:03:41 ip-10-31-10-83 platform-python[5646]: ansible-ansible.legacy.command Invoked with _raw_params=curl -v https://gitlab.cee.redhat.com _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:03:41 ip-10-31-10-83 platform-python[5668]: ansible-ansible.legacy.command Invoked with _raw_params=curl -v https://beaker.engineering.redhat.com/ _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:03:42 ip-10-31-10-83 platform-python[5690]: ansible-file Invoked with path=/etc/yum.repos.d/CentOS-Media.repo state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None May 16 15:03:43 ip-10-31-10-83 platform-python[5710]: ansible-file Invoked with path=/etc/yum.repos.d/CentOS-Linux-Media.repo state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None May 16 15:03:43 ip-10-31-10-83 platform-python[5730]: ansible-file Invoked with path=/etc/yum.repos.d/CentOS-Stream-Media.repo state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None May 16 15:03:43 ip-10-31-10-83 platform-python[5750]: ansible-file Invoked with path=/etc/yum.repos.d/beaker-client-testing.repo state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None May 16 15:03:43 ip-10-31-10-83 platform-python[5770]: ansible-stat Invoked with path=/etc/yum.repos.d/beaker-client.repo follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 May 16 15:03:44 ip-10-31-10-83 platform-python[5792]: ansible-replace Invoked with path=/etc/yum.repos.d/beaker-client.repo regexp=7|\$releasever replace=8 backup=False encoding=utf-8 unsafe_writes=False after=None before=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None May 16 15:03:44 ip-10-31-10-83 platform-python[5812]: ansible-stat Invoked with path=/etc/yum.repos.d/beaker-client.repo follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 May 16 15:03:44 ip-10-31-10-83 platform-python[5834]: ansible-community.general.ini_file Invoked with path=/etc/yum.repos.d/beaker-client.repo section=beaker-client option=skip_if_unavailable value=1 backup=False state=present exclusive=True no_extra_spaces=False ignore_spaces=False allow_no_value=False modify_inactive_option=True create=True follow=False unsafe_writes=False values=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None May 16 15:03:44 ip-10-31-10-83 platform-python[5854]: ansible-ansible.legacy.command Invoked with _raw_params=for repofile in $(ls -1 /etc/yum.repos.d/); do#012 echo "# vvvvv $repofile vvvvv vvvvv";#012 cat "/etc/yum.repos.d/$repofile";#012 echo "# ^^^^^ ^^^^^ ^^^^^ ^^^^^";#012 echo "";#012done#012 _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:03:45 ip-10-31-10-83 platform-python[5897]: ansible-ansible.legacy.command Invoked with _raw_params=yum -q repolist _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:03:45 ip-10-31-10-83 platform-python[5919]: ansible-stat Invoked with path=/etc/yum.repos.d/baseos-ci.repo follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 May 16 15:03:46 ip-10-31-10-83 platform-python[5939]: ansible-ansible.legacy.command Invoked with _raw_params=for repofile in $(ls -1 /etc/yum.repos.d/); do#012 echo "# vvvvv $repofile vvvvv vvvvv";#012 cat "/etc/yum.repos.d/$repofile";#012 echo "# ^^^^^ ^^^^^ ^^^^^ ^^^^^";#012 echo "";#012done#012 _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:03:46 ip-10-31-10-83 platform-python[5982]: ansible-ansible.legacy.command Invoked with _raw_params=yum -q repolist _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:03:47 ip-10-31-10-83 platform-python[6004]: ansible-ansible.legacy.command Invoked with _raw_params=for repofile in $(ls -1 /etc/yum.repos.d/); do#012 echo "# vvvvv $repofile vvvvv vvvvv";#012 cat "/etc/yum.repos.d/$repofile";#012 echo "# ^^^^^ ^^^^^ ^^^^^ ^^^^^";#012 echo "";#012done#012 _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:03:47 ip-10-31-10-83 platform-python[6047]: ansible-ansible.legacy.command Invoked with _raw_params=yum -q repolist _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:03:48 ip-10-31-10-83 platform-python[6069]: ansible-ansible.legacy.command Invoked with _raw_params=yum repolist --enablerepo '*' | grep -q rhel-buildroot _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:03:48 ip-10-31-10-83 platform-python[6093]: ansible-ansible.legacy.command Invoked with _raw_params=for repofile in $(ls -1 /etc/yum.repos.d/); do#012 echo "# vvvvv $repofile vvvvv vvvvv";#012 cat "/etc/yum.repos.d/$repofile";#012 echo "# ^^^^^ ^^^^^ ^^^^^ ^^^^^";#012 echo "";#012done#012 _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:03:48 ip-10-31-10-83 chronyd[628]: Received KoD RATE from 44.4.53.1 May 16 15:03:48 ip-10-31-10-83 platform-python[6136]: ansible-ansible.legacy.command Invoked with _raw_params=yum -q repolist _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:03:49 ip-10-31-10-83 platform-python[6158]: ansible-ansible.legacy.command Invoked with _raw_params=for repofile in $(ls -1 /etc/yum.repos.d/); do#012 echo "# vvvvv $repofile vvvvv vvvvv";#012 cat "/etc/yum.repos.d/$repofile";#012 echo "# ^^^^^ ^^^^^ ^^^^^ ^^^^^";#012 echo "";#012done#012 _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:03:49 ip-10-31-10-83 platform-python[6201]: ansible-ansible.legacy.command Invoked with _raw_params=yum -q repolist _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:03:50 ip-10-31-10-83 platform-python[6223]: ansible-ansible.legacy.command Invoked with _raw_params=dnf clean all --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:03:50 ip-10-31-10-83 platform-python[6245]: ansible-ansible.legacy.command Invoked with _raw_params=dnf makecache --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:06:17 ip-10-31-10-83 platform-python[6432]: ansible-ansible.legacy.dnf Invoked with name=['createrepo'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None May 16 15:06:25 ip-10-31-10-83 systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. May 16 15:06:25 ip-10-31-10-83 systemd[1]: cgroup compatibility translation between legacy and unified hierarchy settings activated. See cgroup-compat debug messages for details. May 16 15:06:25 ip-10-31-10-83 systemd[1]: Starting man-db-cache-update.service... May 16 15:06:26 ip-10-31-10-83 platform-python[6467]: ansible-ansible.legacy.dnf Invoked with name=['make'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None May 16 15:06:27 ip-10-31-10-83 systemd[1]: man-db-cache-update.service: Succeeded. May 16 15:06:27 ip-10-31-10-83 systemd[1]: Started man-db-cache-update.service. May 16 15:06:27 ip-10-31-10-83 systemd[1]: run-r48820107b42043d7a7b5baf4876d65a5.service: Succeeded. May 16 15:06:28 ip-10-31-10-83 platform-python[6541]: ansible-ansible.legacy.dnf Invoked with name=['parted'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None May 16 15:06:31 ip-10-31-10-83 platform-python[6562]: ansible-ansible.legacy.dnf Invoked with name=['psmisc'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None May 16 15:06:34 ip-10-31-10-83 platform-python[6583]: ansible-ansible.legacy.dnf Invoked with name=['chrony'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None May 16 15:06:36 ip-10-31-10-83 platform-python[6604]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c "chronyc sources" _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:06:37 ip-10-31-10-83 platform-python[6625]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c "chronyc sources | grep redhat | grep -v util.phx2.redhat || chronyc add server clock.corp.redhat.com iburst" _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:06:38 ip-10-31-10-83 platform-python[6649]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c "chronyc sources" _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:06:38 ip-10-31-10-83 platform-python[6670]: ansible-ansible.legacy.command Invoked with _raw_params=chronyc waitsync 5 _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:06:39 ip-10-31-10-83 platform-python[6691]: ansible-ansible.legacy.command Invoked with _raw_params=setenforce 0; timedatectl set-timezone UTC; setenforce 1 _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:06:39 ip-10-31-10-83 dbus-daemon[620]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.34' (uid=0 pid=6695 comm="timedatectl set-timezone UTC " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023") May 16 15:06:39 ip-10-31-10-83 systemd[1]: Starting System clock and RTC settings service... May 16 15:06:39 ip-10-31-10-83 dbus-daemon[620]: [system] Successfully activated service 'org.freedesktop.timedate1' May 16 15:06:39 ip-10-31-10-83 systemd[1]: Started System clock and RTC settings service. May 16 15:06:39 ip-10-31-10-83 dbus-daemon[620]: [system] Reloaded configuration May 16 15:06:39 ip-10-31-10-83 platform-python[6720]: ansible-yum_repository Invoked with state=present name=beaker-tasks description=Beaker tasks baseurl=['http://beaker.engineering.redhat.com/rpms/'] gpgcheck=False enabled=True reposdir=/etc/yum.repos.d unsafe_writes=False bandwidth=None cost=None deltarpm_metadata_percentage=None deltarpm_percentage=None enablegroups=None exclude=None failovermethod=None file=None gpgcakey=None gpgkey=None module_hotfixes=None http_caching=None include=None includepkgs=None ip_resolve=None keepalive=None keepcache=None metadata_expire=None metadata_expire_filter=None metalink=None mirrorlist=None mirrorlist_expire=None params=None password=NOT_LOGGING_PARAMETER priority=None protect=None proxy=None proxy_password=NOT_LOGGING_PARAMETER proxy_username=None repo_gpgcheck=None retries=None s3_enabled=None skip_if_unavailable=None sslcacert=None ssl_check_cert_permissions=None sslclientcert=None sslclientkey=None sslverify=None throttle=None timeout=None ui_repoid_vars=None username=None async=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None May 16 15:06:40 ip-10-31-10-83 platform-python[6740]: ansible-user Invoked with name=root update_password=always password=NOT_LOGGING_PARAMETER state=present non_unique=False force=False remove=False create_home=True system=False move_home=False append=False ssh_key_bits=0 ssh_key_type=rsa ssh_key_comment=ansible-generated on ip-10-31-10-83.us-east-1.aws.redhat.com uid=None group=None groups=None comment=None home=None shell=None login_class=None password_expire_max=None password_expire_min=None hidden=None seuser=None skeleton=None generate_ssh_key=None ssh_key_file=None ssh_key_passphrase=NOT_LOGGING_PARAMETER expires=None password_lock=None local=None profile=None authorization=None role=None umask=None May 16 15:06:41 ip-10-31-10-83 platform-python[6771]: ansible-lineinfile Invoked with dest=/etc/ssh/sshd_config regexp=#?PasswordAuthentication (?:yes|no) line=PasswordAuthentication yes state=present path=/etc/ssh/sshd_config backrefs=False create=False backup=False firstmatch=False unsafe_writes=False search_string=None insertafter=None insertbefore=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None May 16 15:06:41 ip-10-31-10-83 platform-python[6791]: ansible-lineinfile Invoked with dest=/etc/ssh/sshd_config line=PermitRootLogin yes state=present path=/etc/ssh/sshd_config backrefs=False create=False backup=False firstmatch=False unsafe_writes=False regexp=None search_string=None insertafter=None insertbefore=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None May 16 15:06:41 ip-10-31-10-83 platform-python[6811]: ansible-file Invoked with path=/var/lib/tft state=directory recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None May 16 15:06:41 ip-10-31-10-83 platform-python[6831]: ansible-stat Invoked with path=/var/lib/tft/lib.sh follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 May 16 15:06:42 ip-10-31-10-83 platform-python[6893]: ansible-ansible.legacy.stat Invoked with path=/var/lib/tft/lib.sh follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True May 16 15:06:42 ip-10-31-10-83 platform-python[6950]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1715886401.8093474-15830-255469159264170/source dest=/var/lib/tft/lib.sh owner=root group=root mode=u=rx,go= follow=False _original_basename=lib.sh.j2 checksum=af779f2a149bc6695c9d2d1622342e81371886ab backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None May 16 15:06:42 ip-10-31-10-83 platform-python[6991]: ansible-stat Invoked with path=/usr/local/bin/ci-extendtesttime.sh follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 May 16 15:06:43 ip-10-31-10-83 platform-python[7053]: ansible-ansible.legacy.stat Invoked with path=/usr/local/bin/ci-extendtesttime.sh follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True May 16 15:06:43 ip-10-31-10-83 platform-python[7110]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1715886402.7858145-15843-271860604835396/source dest=/usr/local/bin/ci-extendtesttime.sh owner=root group=root mode=u=rx,go= follow=False _original_basename=ci-extendtesttime.sh.j2 checksum=2d0f6c296873c17e8b22c9490b000973b2a8a350 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None May 16 15:06:43 ip-10-31-10-83 platform-python[7151]: ansible-stat Invoked with path=/usr/bin/extendtesttime.sh follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 May 16 15:06:43 ip-10-31-10-83 platform-python[7171]: ansible-stat Invoked with path=/usr/local/bin/ci-return2pool.sh follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 May 16 15:06:44 ip-10-31-10-83 platform-python[7233]: ansible-ansible.legacy.stat Invoked with path=/usr/local/bin/ci-return2pool.sh follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True May 16 15:06:44 ip-10-31-10-83 platform-python[7290]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1715886403.862364-15863-141618815606508/source dest=/usr/local/bin/ci-return2pool.sh owner=root group=root mode=u=rx,go= follow=False _original_basename=ci-return2pool.sh.j2 checksum=f77cae3b2a729c60bcb0c01c82bf347f13a9b2c5 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None May 16 15:06:44 ip-10-31-10-83 platform-python[7331]: ansible-stat Invoked with path=/etc/motd follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 May 16 15:06:44 ip-10-31-10-83 platform-python[7395]: ansible-ansible.legacy.stat Invoked with path=/root/.guest-metadata.json follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True May 16 15:06:45 ip-10-31-10-83 platform-python[7452]: ansible-ansible.legacy.copy Invoked with dest=/root/.guest-metadata.json owner=root group=root mode=u=rw,go= src=/root/.ansible/tmp/ansible-tmp-1715886404.698039-15878-260209131347039/source _original_basename=tmp2ordsm8r follow=False checksum=bf21a9e8fbc5a3846fb05b4fa0859e0917b2202f backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None May 16 15:06:45 ip-10-31-10-83 platform-python[7493]: ansible-ansible.legacy.command Invoked with _raw_params=curl -sLI --connect-timeout 5 -w '%{response_code}' http://169.254.169.254/latest/meta-data/instance-id | grep ^200 _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:06:45 ip-10-31-10-83 platform-python[7516]: ansible-hostname Invoked with name=f0eafd91-1496-4e65-bb70-40c3e592629b.testing-farm use=None May 16 15:06:45 ip-10-31-10-83 dbus-daemon[620]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.36' (uid=0 pid=7522 comm="/usr/bin/hostnamectl --transient status " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023") May 16 15:06:46 ip-10-31-10-83 systemd[1]: Starting Hostname Service... May 16 15:06:46 ip-10-31-10-83 dbus-daemon[620]: [system] Successfully activated service 'org.freedesktop.hostname1' May 16 15:06:46 ip-10-31-10-83 systemd[1]: Started Hostname Service. May 16 15:06:46 ip-10-31-10-83 systemd-hostnamed[7523]: Changed static host name to 'f0eafd91-1496-4e65-bb70-40c3e592629b.testing-farm' May 16 15:06:46 ip-10-31-10-83 NetworkManager[665]: [1715886406.3259] hostname: static hostname changed from "ip-10-31-10-83.us-east-1.aws.redhat.com" to "f0eafd91-1496-4e65-bb70-40c3e592629b.testing-farm" May 16 15:06:46 ip-10-31-10-83 dbus-daemon[620]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=665 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0") May 16 15:06:46 ip-10-31-10-83 systemd[1]: Starting Network Manager Script Dispatcher Service... May 16 15:06:46 ip-10-31-10-83 NetworkManager[665]: [1715886406.3424] policy: set-hostname: set hostname to 'f0eafd91-1496-4e65-bb70-40c3e592629b.testing-farm' (from system configuration) May 16 15:06:46 ip-10-31-10-83 systemd-hostnamed[7523]: Changed host name to 'f0eafd91-1496-4e65-bb70-40c3e592629b.testing-farm' May 16 15:06:46 ip-10-31-10-83 dbus-daemon[620]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' May 16 15:06:46 ip-10-31-10-83 systemd[1]: Started Network Manager Script Dispatcher Service. May 16 15:06:46 ip-10-31-10-83 platform-python[7557]: ansible-ansible.legacy.command Invoked with _raw_params=ping -4 -c1 -W10 $(hostname) _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:06:47 ip-10-31-10-83 platform-python[7580]: ansible-file Invoked with path=/var/log/messages state=touch recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None May 16 15:06:47 ip-10-31-10-83 platform-python[7600]: ansible-ansible.legacy.command Invoked with _raw_params=setsebool nis_enabled on _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:06:47 ip-10-31-10-83 setsebool[7602]: The nis_enabled policy boolean was changed to on by root May 16 15:06:47 ip-10-31-10-83 dbus-daemon[620]: [system] Reloaded configuration May 16 15:06:47 ip-10-31-10-83 platform-python[7621]: ansible-stat Invoked with path=/usr/bin/rstrnt-package follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 May 16 15:06:47 ip-10-31-10-83 platform-python[7643]: ansible-ansible.legacy.command Invoked with _raw_params=sed -e 's/rpm -q $package/rpm -q --whatprovides $package/' -i /usr/bin/rstrnt-package _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:06:48 ip-10-31-10-83 platform-python[7664]: ansible-stat Invoked with path=/var/lib/restraint follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 May 16 15:06:48 ip-10-31-10-83 platform-python[7686]: ansible-file Invoked with path=/var/lib/restraint/avc_since state=touch recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None May 16 15:06:48 ip-10-31-10-83 platform-python[7706]: ansible-stat Invoked with path=/usr/share/beakerlib/beakerlib.sh follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 May 16 15:06:49 ip-10-31-10-83 platform-python[7728]: ansible-file Invoked with dest=/usr/lib/beakerlib state=directory path=/usr/lib/beakerlib recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None May 16 15:06:49 ip-10-31-10-83 platform-python[7748]: ansible-file Invoked with dest=/usr/share/rhts-library state=directory path=/usr/share/rhts-library recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None May 16 15:06:49 ip-10-31-10-83 platform-python[7768]: ansible-file Invoked with src=/usr/share/beakerlib/beakerlib.sh dest=/usr/lib/beakerlib/beakerlib.sh state=link path=/usr/lib/beakerlib/beakerlib.sh recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None May 16 15:06:49 ip-10-31-10-83 platform-python[7788]: ansible-file Invoked with src=/usr/share/beakerlib/beakerlib.sh dest=/usr/share/rhts-library/rhtslib.sh state=link path=/usr/share/rhts-library/rhtslib.sh recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None May 16 15:06:49 ip-10-31-10-83 platform-python[7808]: ansible-ansible.legacy.command Invoked with _raw_params=mv /var/log/audit/audit.log /var/log/audit/audit.log.bak _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:06:50 ip-10-31-10-83 platform-python[7829]: ansible-ansible.legacy.command Invoked with _raw_params=/usr/sbin/service auditd restart _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:06:50 ip-10-31-10-83 auditd[558]: The audit daemon is exiting. May 16 15:06:50 ip-10-31-10-83 kernel: audit: type=1305 audit(1715886410.321:709): op=set audit_pid=0 old=558 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 May 16 15:06:50 ip-10-31-10-83 systemd[1]: auditd.service: Succeeded. May 16 15:06:50 ip-10-31-10-83 kernel: audit: type=1131 audit(1715886410.328:710): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=auditd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' May 16 15:06:52 ip-10-31-10-83 systemd[1]: Starting Security Auditing Service... May 16 15:06:52 ip-10-31-10-83 auditd[7851]: No plugins found, not dispatching events May 16 15:06:52 ip-10-31-10-83 auditd[7851]: Init complete, auditd 3.1.2 listening for events (startup state enable) May 16 15:06:52 ip-10-31-10-83 augenrules[7854]: /sbin/augenrules: No change May 16 15:06:52 ip-10-31-10-83 augenrules[7864]: No rules May 16 15:06:52 ip-10-31-10-83 augenrules[7864]: enabled 1 May 16 15:06:52 ip-10-31-10-83 augenrules[7864]: failure 1 May 16 15:06:52 ip-10-31-10-83 augenrules[7864]: pid 7851 May 16 15:06:52 ip-10-31-10-83 augenrules[7864]: rate_limit 0 May 16 15:06:52 ip-10-31-10-83 augenrules[7864]: backlog_limit 8192 May 16 15:06:52 ip-10-31-10-83 augenrules[7864]: lost 0 May 16 15:06:52 ip-10-31-10-83 augenrules[7864]: backlog 0 May 16 15:06:52 ip-10-31-10-83 augenrules[7864]: backlog_wait_time 60000 May 16 15:06:52 ip-10-31-10-83 augenrules[7864]: backlog_wait_time_actual 0 May 16 15:06:52 ip-10-31-10-83 augenrules[7864]: enabled 1 May 16 15:06:52 ip-10-31-10-83 augenrules[7864]: failure 1 May 16 15:06:52 ip-10-31-10-83 augenrules[7864]: pid 7851 May 16 15:06:52 ip-10-31-10-83 augenrules[7864]: rate_limit 0 May 16 15:06:52 ip-10-31-10-83 augenrules[7864]: backlog_limit 8192 May 16 15:06:52 ip-10-31-10-83 augenrules[7864]: lost 0 May 16 15:06:52 ip-10-31-10-83 augenrules[7864]: backlog 4 May 16 15:06:52 ip-10-31-10-83 augenrules[7864]: backlog_wait_time 60000 May 16 15:06:52 ip-10-31-10-83 augenrules[7864]: backlog_wait_time_actual 0 May 16 15:06:52 ip-10-31-10-83 augenrules[7864]: enabled 1 May 16 15:06:52 ip-10-31-10-83 augenrules[7864]: failure 1 May 16 15:06:52 ip-10-31-10-83 augenrules[7864]: pid 7851 May 16 15:06:52 ip-10-31-10-83 augenrules[7864]: rate_limit 0 May 16 15:06:52 ip-10-31-10-83 augenrules[7864]: backlog_limit 8192 May 16 15:06:52 ip-10-31-10-83 augenrules[7864]: lost 0 May 16 15:06:52 ip-10-31-10-83 augenrules[7864]: backlog 4 May 16 15:06:52 ip-10-31-10-83 augenrules[7864]: backlog_wait_time 60000 May 16 15:06:52 ip-10-31-10-83 augenrules[7864]: backlog_wait_time_actual 0 May 16 15:06:52 ip-10-31-10-83 systemd[1]: Started Security Auditing Service. May 16 15:06:52 ip-10-31-10-83 platform-python[7889]: ansible-stat Invoked with path=/etc/NetworkManager/conf.d follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 May 16 15:06:52 ip-10-31-10-83 platform-python[7953]: ansible-ansible.legacy.stat Invoked with path=/etc/NetworkManager/conf.d/99-zzz-tft-workaround-dns-default.conf follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True May 16 15:06:53 ip-10-31-10-83 platform-python[8010]: ansible-ansible.legacy.copy Invoked with dest=/etc/NetworkManager/conf.d/99-zzz-tft-workaround-dns-default.conf src=/root/.ansible/tmp/ansible-tmp-1715886412.6315727-15963-95857393658586/source _original_basename=tmplz53lzx2 follow=False checksum=0145f3ae57eef5aa08bbb678fedbb3edd001cd2d backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None May 16 15:06:53 ip-10-31-10-83 platform-python[8051]: ansible-ansible.legacy.command Invoked with _raw_params=for repofile in $(ls -1 /etc/yum.repos.d/); do#012 echo "# vvvvv $repofile vvvvv vvvvv";#012 cat "/etc/yum.repos.d/$repofile";#012 echo "# ^^^^^ ^^^^^ ^^^^^ ^^^^^";#012 echo "";#012done#012 _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:06:53 ip-10-31-10-83 platform-python[8094]: ansible-ansible.legacy.command Invoked with _raw_params=yum -q repolist _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:06:55 ip-10-31-10-83 platform-python[8116]: ansible-ansible.legacy.command Invoked with _raw_params=dnf config-manager --set-enabled ha _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:06:56 ip-10-31-10-83 platform-python[8138]: ansible-ansible.legacy.command Invoked with _raw_params=dnf clean all --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:06:56 ip-10-31-10-83 systemd[1]: NetworkManager-dispatcher.service: Succeeded. May 16 15:06:56 ip-10-31-10-83 platform-python[8162]: ansible-ansible.legacy.command Invoked with _raw_params=dnf makecache --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:07:09 ip-10-31-10-83 systemd[1]: timedatex.service: Succeeded. May 16 15:07:16 ip-10-31-10-83 systemd[1]: systemd-hostnamed.service: Succeeded. May 16 15:09:21 ip-10-31-10-83 platform-python[8392]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d May 16 15:09:22 ip-10-31-10-83 platform-python[8439]: ansible-service_facts Invoked May 16 15:09:24 ip-10-31-10-83 platform-python[8545]: ansible-ansible.legacy.command Invoked with _raw_params=rpm -qa _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:09:26 ip-10-31-10-83 platform-python[8566]: ansible-ansible.legacy.command Invoked with _raw_params=if [ $(find /etc/yum.repos.d/ -name 'epel.repo' | wc -l ) -gt 0 ]; then dnf config-manager --set-disabled epel; fi#012 _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:09:27 ip-10-31-10-83 platform-python[8592]: ansible-ansible.legacy.command Invoked with _raw_params=dnf clean all --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:09:27 ip-10-31-10-83 platform-python[8614]: ansible-ansible.legacy.command Invoked with _raw_params=dnf makecache --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:11:55 ip-10-31-10-83 platform-python[8839]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d May 16 15:11:55 ip-10-31-10-83 platform-python[8886]: ansible-service_facts Invoked May 16 15:11:57 ip-10-31-10-83 platform-python[8992]: ansible-ansible.legacy.command Invoked with _raw_params=rpm -qa _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:12:00 ip-10-31-10-83 platform-python[9052]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d May 16 15:12:01 ip-10-31-10-83 platform-python[9099]: ansible-ansible.legacy.dnf Invoked with name=['ca-certificates'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None May 16 15:12:03 ip-10-31-10-83 platform-python[9120]: ansible-ansible.legacy.dnf Invoked with name=['curl'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None May 16 15:12:06 ip-10-31-10-83 platform-python[9141]: ansible-ansible.legacy.command Invoked with _raw_params=curl -skL -o /etc/pki/ca-trust/source/anchors/Current-IT-Root-CAs.pem https://certs.corp.redhat.com/certs/Current-IT-Root-CAs.pem _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:12:07 ip-10-31-10-83 platform-python[9163]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c 'update-ca-trust' _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:12:08 ip-10-31-10-83 platform-python[9190]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c 'update-ca-trust extract' _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:12:09 ip-10-31-10-83 platform-python[9217]: ansible-ansible.legacy.command Invoked with _raw_params=curl -v https://gitlab.cee.redhat.com _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:12:09 ip-10-31-10-83 platform-python[9239]: ansible-ansible.legacy.command Invoked with _raw_params=curl -v https://beaker.engineering.redhat.com/ _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:12:10 ip-10-31-10-83 platform-python[9261]: ansible-service_facts Invoked May 16 15:12:12 ip-10-31-10-83 platform-python[9367]: ansible-ansible.legacy.command Invoked with _raw_params=rpm -qa _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:12:14 ip-10-31-10-83 platform-python[9388]: ansible-service_facts Invoked May 16 15:12:16 ip-10-31-10-83 platform-python[9494]: ansible-ansible.legacy.command Invoked with _raw_params=rpm -qa _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:12:17 ip-10-31-10-83 platform-python[9515]: ansible-ansible.legacy.command Invoked with _raw_params=for repofile in $(ls -1 /etc/yum.repos.d/); do#012 echo "# vvvvv $repofile vvvvv vvvvv";#012 cat "/etc/yum.repos.d/$repofile";#012 echo "# ^^^^^ ^^^^^ ^^^^^ ^^^^^";#012 echo "";#012done#012 _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:12:17 ip-10-31-10-83 platform-python[9558]: ansible-ansible.legacy.command Invoked with _raw_params=yum -q repolist _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:12:19 ip-10-31-10-83 platform-python[9580]: ansible-ansible.legacy.command Invoked with _raw_params=dnf clean all --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:12:21 ip-10-31-10-83 platform-python[9602]: ansible-ansible.legacy.command Invoked with _raw_params=dnf makecache --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 16 15:14:48 ip-10-31-10-83 platform-python[9826]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=* fact_path=/etc/ansible/facts.d May 16 15:14:50 ip-10-31-10-83 platform-python[9871]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 May 16 15:14:51 ip-10-31-10-83 platform-python[9891]: ansible-dnf Invoked with name=['iproute', 'rsyslog'] state=present allow_downgrade=False autoremove=False bugfix=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True lock_timeout=30 conf_file=None disable_excludes=None download_dir=None list=None releasever=None May 16 15:14:53 ip-10-31-10-83 platform-python[9911]: ansible-package_facts Invoked with manager=['auto'] strategy=first May 16 15:14:55 ip-10-31-10-83 platform-python[9933]: ansible-file Invoked with state=directory path=/etc/rsyslog.d mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None May 16 15:14:55 ip-10-31-10-83 platform-python[9953]: ansible-file Invoked with state=directory path=/var/lib/rsyslog mode=0700 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None May 16 15:14:55 ip-10-31-10-83 platform-python[9973]: ansible-file Invoked with state=directory path=/var/log owner=root group=root mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None May 16 15:14:56 ip-10-31-10-83 platform-python[10035]: ansible-stat Invoked with path=/etc/rsyslog.d/00-global.conf follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True May 16 15:14:56 ip-10-31-10-83 platform-python[10092]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1715886896.0885434-17893-173922933205730/source dest=/etc/rsyslog.d/00-global.conf owner=root group=root mode=0644 follow=False _original_basename=rules.conf.j2 checksum=01785a86b4dbac8d6fa956de9fe2565e9b46e79b backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None regexp=None delimiter=None May 16 15:14:56 ip-10-31-10-83 platform-python[10175]: ansible-stat Invoked with path=/etc/rsyslog.d/05-common-defaults.conf follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True May 16 15:14:57 ip-10-31-10-83 platform-python[10232]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1715886896.764053-17893-14868628766675/source dest=/etc/rsyslog.d/05-common-defaults.conf owner=root group=root mode=0644 follow=False _original_basename=rules.conf.j2 checksum=cd87491589393ab4a5f556a614493c4c27a80733 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None regexp=None delimiter=None May 16 15:14:58 ip-10-31-10-83 platform-python[10315]: ansible-stat Invoked with path=/etc/rsyslog.d/90-input-basics-basic_input.conf follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True May 16 15:14:58 ip-10-31-10-83 platform-python[10372]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1715886897.839378-17933-27016106587900/source dest=/etc/rsyslog.d/90-input-basics-basic_input.conf owner=root group=root mode=0644 follow=False _original_basename=rules.conf.j2 checksum=2199c9f3df0a3bc29689a5c6fa5c67b0e3733214 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None regexp=None delimiter=None May 16 15:14:58 ip-10-31-10-83 platform-python[10455]: ansible-stat Invoked with path=/etc/rsyslog.d/10-output-files-modules.conf follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True May 16 15:14:59 ip-10-31-10-83 platform-python[10512]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1715886898.7147202-17956-89337050250000/source dest=/etc/rsyslog.d/10-output-files-modules.conf owner=root group=root mode=0644 follow=False _original_basename=rules.conf.j2 checksum=bcf2fc3de5f51237535db7e7c8faf735f0c5adf8 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None regexp=None delimiter=None May 16 15:14:59 ip-10-31-10-83 platform-python[10595]: ansible-stat Invoked with path=/etc/rsyslog.d/30-output-files-default_files.conf follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True May 16 15:14:59 ip-10-31-10-83 platform-python[10652]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1715886899.4926324-17974-263389469835051/source dest=/etc/rsyslog.d/30-output-files-default_files.conf owner=root group=root mode=0644 follow=False _original_basename=rules.conf.j2 checksum=6b34ddb09de551bdabe9619872f9bfc26e0cf895 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None regexp=None delimiter=None May 16 15:15:00 ip-10-31-10-83 platform-python[10693]: ansible-systemd Invoked with name=rsyslog enabled=True state=started daemon_reload=False daemon_reexec=False no_block=False force=None masked=None user=None scope=None May 16 15:15:00 ip-10-31-10-83 systemd[1]: Starting Cleanup of Temporary Directories... May 16 15:15:00 ip-10-31-10-83 systemd[1]: systemd-tmpfiles-clean.service: Succeeded. May 16 15:15:00 ip-10-31-10-83 systemd[1]: Started Cleanup of Temporary Directories. May 16 15:15:01 ip-10-31-10-83 platform-python[10721]: ansible-stat Invoked with path=/etc/rsyslog.conf follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 May 16 15:15:01 ip-10-31-10-83 platform-python[10785]: ansible-stat Invoked with path=/etc/rsyslog.conf follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True May 16 15:15:01 ip-10-31-10-83 platform-python[10844]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1715886901.1647086-18020-266335854293769/source dest=/etc/rsyslog.conf mode=0644 follow=False _original_basename=rsyslog.conf.j2 checksum=5fe705203b62f654be0460d9893da023dbffb94d backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None regexp=None delimiter=None May 16 15:15:02 ip-10-31-10-83 platform-python[10885]: ansible-systemd Invoked with name=rsyslog state=restarted daemon_reload=False daemon_reexec=False no_block=False enabled=None force=None masked=None user=None scope=None 2024-05-16T19:15:02.457726+00:00 f0eafd91-1496-4e65-bb70-40c3e592629b rsyslogd: [origin software="rsyslogd" swVersion="8.2102.0-15.el8" x-pid="10892" x-info="https://www.rsyslog.com"] start 2024-05-16T19:15:03.923677+00:00 f0eafd91-1496-4e65-bb70-40c3e592629b testTag0[11003]: testMessage0 TASK [Ensure no errors in /var/log/messages] *********************************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/tests_imuxsock_files.yml:82 Thursday 16 May 2024 19:15:05 +0000 (0:00:01.230) 0:00:16.959 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check ports managed by firewall and selinux] ***************************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/tests_imuxsock_files.yml:86 Thursday 16 May 2024 19:15:05 +0000 (0:00:00.021) 0:00:16.981 ********** included: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/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-imuxsock_fail_when_errors0rfmkae9/tests/tasks/check_firewall_selinux.yml:3 Thursday 16 May 2024 19:15:05 +0000 (0:00:00.036) 0:00:17.018 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check firewall port status (manage - tcp)] ******************************* task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/tasks/check_firewall_selinux.yml:15 Thursday 16 May 2024 19:15:05 +0000 (0:00:00.046) 0:00:17.064 ********** TASK [Check firewall port status (manage - udp)] ******************************* task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/tasks/check_firewall_selinux.yml:24 Thursday 16 May 2024 19:15:05 +0000 (0:00:00.017) 0:00:17.082 ********** TASK [Check associated selinux ports (manage - tcp)] *************************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/tasks/check_firewall_selinux.yml:36 Thursday 16 May 2024 19:15:05 +0000 (0:00:00.017) 0:00:17.100 ********** TASK [Check associated selinux ports (manage - udp)] *************************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/tasks/check_firewall_selinux.yml:46 Thursday 16 May 2024 19:15:05 +0000 (0:00:00.017) 0:00:17.117 ********** TASK [END TEST CASE 0; Clean up the deployed config] *************************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/tests_imuxsock_files.yml:89 Thursday 16 May 2024 19:15:05 +0000 (0:00:00.017) 0:00:17.135 ********** TASK [linux-system-roles.logging : Set files output if files output is not defined and logging_inputs is not empty] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/main.yml:8 Thursday 16 May 2024 19:15:05 +0000 (0:00:00.045) 0:00:17.181 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/main.yml:20 Thursday 16 May 2024 19:15:05 +0000 (0:00:00.023) 0:00:17.204 ********** ok: [sut] => { "ansible_facts": { "rsyslog_outputs": [ { "name": "default_files", "type": "files" } ] }, "changed": false } TASK [linux-system-roles.logging : Set rsyslog_inputs] ************************* task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/main.yml:27 Thursday 16 May 2024 19:15:05 +0000 (0:00:00.022) 0:00:17.227 ********** ok: [sut] => { "ansible_facts": { "rsyslog_inputs": [] }, "changed": false } TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/main.yml:33 Thursday 16 May 2024 19:15:05 +0000 (0:00:00.021) 0:00:17.249 ********** TASK [linux-system-roles.logging : Check logging_inputs item in logging_flows.inputs] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/main.yml:46 Thursday 16 May 2024 19:15:05 +0000 (0:00:00.017) 0:00:17.267 ********** TASK [linux-system-roles.logging : Gather ports specified in the logging_inputs and outputs vars] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/main.yml:57 Thursday 16 May 2024 19:15:05 +0000 (0:00:00.017) 0:00:17.284 ********** included: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:3 Thursday 16 May 2024 19:15:05 +0000 (0:00:00.037) 0:00:17.321 ********** ok: [sut] => { "ansible_facts": { "logging_tls_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_tcp_ports] *************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:7 Thursday 16 May 2024 19:15:05 +0000 (0:00:00.022) 0:00:17.344 ********** ok: [sut] => { "ansible_facts": { "logging_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_tls_udp_ports] *********** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:11 Thursday 16 May 2024 19:15:05 +0000 (0:00:00.021) 0:00:17.366 ********** ok: [sut] => { "ansible_facts": { "logging_tls_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_udp_ports] *************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:15 Thursday 16 May 2024 19:15:05 +0000 (0:00:00.020) 0:00:17.386 ********** ok: [sut] => { "ansible_facts": { "logging_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'port' values] ******************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:24 Thursday 16 May 2024 19:15:05 +0000 (0:00:00.021) 0:00:17.408 ********** 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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:93 Thursday 16 May 2024 19:15:05 +0000 (0:00:00.019) 0:00:17.428 ********** 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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:98 Thursday 16 May 2024 19:15:05 +0000 (0:00:00.046) 0:00:17.474 ********** 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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:103 Thursday 16 May 2024 19:15:05 +0000 (0:00:00.021) 0:00:17.496 ********** 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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:108 Thursday 16 May 2024 19:15:05 +0000 (0:00:00.021) 0:00:17.517 ********** 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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:113 Thursday 16 May 2024 19:15:05 +0000 (0:00:00.020) 0:00:17.538 ********** 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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:118 Thursday 16 May 2024 19:15:06 +0000 (0:00:00.021) 0:00:17.560 ********** 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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:166 Thursday 16 May 2024 19:15:06 +0000 (0:00:00.021) 0:00:17.581 ********** 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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:171 Thursday 16 May 2024 19:15:06 +0000 (0:00:00.021) 0:00:17.602 ********** 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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:177 Thursday 16 May 2024 19:15:06 +0000 (0:00:00.021) 0:00:17.624 ********** 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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:182 Thursday 16 May 2024 19:15:06 +0000 (0:00:00.020) 0:00:17.644 ********** 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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/main.yml:60 Thursday 16 May 2024 19:15:06 +0000 (0:00:00.021) 0:00:17.666 ********** included: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/firewall.yml for sut TASK [linux-system-roles.logging : Initialize logging_firewall_ports] ********** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/firewall.yml:8 Thursday 16 May 2024 19:15:06 +0000 (0:00:00.039) 0:00:17.705 ********** 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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/firewall.yml:12 Thursday 16 May 2024 19:15:06 +0000 (0:00:00.021) 0:00:17.727 ********** TASK [linux-system-roles.logging : Add udp ports to logging_firewall_ports] **** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/firewall.yml:20 Thursday 16 May 2024 19:15:06 +0000 (0:00:00.021) 0:00:17.748 ********** TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/firewall.yml:28 Thursday 16 May 2024 19:15:06 +0000 (0:00:00.019) 0:00:17.768 ********** 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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/main.yml:63 Thursday 16 May 2024 19:15:06 +0000 (0:00:00.021) 0:00:17.790 ********** included: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/selinux.yml for sut TASK [linux-system-roles.logging : Initialize logging_selinux_ports] *********** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/selinux.yml:8 Thursday 16 May 2024 19:15:06 +0000 (0:00:00.041) 0:00:17.832 ********** 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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/selinux.yml:12 Thursday 16 May 2024 19:15:06 +0000 (0:00:00.021) 0:00:17.853 ********** TASK [linux-system-roles.logging : Add tls tcp ports to logging_selinux_ports] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/selinux.yml:21 Thursday 16 May 2024 19:15:06 +0000 (0:00:00.017) 0:00:17.870 ********** TASK [linux-system-roles.logging : Add non tls udp ports to logging_selinux_ports] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/selinux.yml:30 Thursday 16 May 2024 19:15:06 +0000 (0:00:00.043) 0:00:17.914 ********** TASK [linux-system-roles.logging : Add tls udp ports to logging_selinux_ports] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/selinux.yml:39 Thursday 16 May 2024 19:15:06 +0000 (0:00:00.017) 0:00:17.932 ********** TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/selinux.yml:48 Thursday 16 May 2024 19:15:06 +0000 (0:00:00.018) 0:00:17.950 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Generate certificates] ********************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/main.yml:67 Thursday 16 May 2024 19:15:06 +0000 (0:00:00.021) 0:00:17.972 ********** included: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/certificate.yml for sut TASK [Generate certificates] *************************************************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/certificate.yml:2 Thursday 16 May 2024 19:15:06 +0000 (0:00:00.045) 0:00:18.017 ********** 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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/main.yml:73 Thursday 16 May 2024 19:15:06 +0000 (0:00:00.021) 0:00:18.039 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Create rsyslog debug dir] ******************* task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/main.yml:77 Thursday 16 May 2024 19:15:06 +0000 (0:00:00.023) 0:00:18.062 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Delete debug file] ************************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/main.yml:83 Thursday 16 May 2024 19:15:06 +0000 (0:00:00.022) 0:00:18.085 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Create rsyslog debug file] ****************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/main.yml:88 Thursday 16 May 2024 19:15:06 +0000 (0:00:00.023) 0:00:18.108 ********** 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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/main.yml:95 Thursday 16 May 2024 19:15:06 +0000 (0:00:00.021) 0:00:18.130 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Populate rsyslog debug file] **************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/main.yml:99 Thursday 16 May 2024 19:15:06 +0000 (0:00:00.022) 0:00:18.153 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include Rsyslog role] **************************************************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/tasks/main.yml:111 Thursday 16 May 2024 19:15:06 +0000 (0:00:00.023) 0:00:18.176 ********** TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Set platform/version specific variables] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main.yml:4 Thursday 16 May 2024 19:15:06 +0000 (0:00:00.030) 0:00:18.207 ********** included: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/set_vars.yml for sut TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/set_vars.yml:4 Thursday 16 May 2024 19:15:06 +0000 (0:00:00.029) 0:00:18.236 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Check if system is ostree] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/set_vars.yml:13 Thursday 16 May 2024 19:15:06 +0000 (0:00:00.023) 0:00:18.259 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/set_vars.yml:18 Thursday 16 May 2024 19:15:06 +0000 (0:00:00.019) 0:00:18.279 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Set platform/version specific variables] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/set_vars.yml:22 Thursday 16 May 2024 19:15:06 +0000 (0:00:00.019) 0:00:18.298 ********** ok: [sut] => (item=/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/default.yml) => { "ansible_facts": { "__rsyslog_input_basics": "input_basics.j2" }, "ansible_included_var_files": [ "/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/default.yml" } skipping: [sut] => (item=/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/CentOS_8.yml", "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Include /vars/main.yml from /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/set_vars.yml:34 Thursday 16 May 2024 19:15:06 +0000 (0:00:00.149) 0:00:18.448 ********** skipping: [sut] => (item=/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/inputs/basics/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/inputs/basics/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/inputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/inputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/inputs/ovirt/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/inputs/ovirt/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/inputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/inputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/inputs/remote/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/inputs/remote/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/outputs/elasticsearch/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/outputs/elasticsearch/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/outputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/outputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/outputs/forwards/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/outputs/forwards/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/outputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/outputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/outputs/remote_files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/outputs/remote_files/main.yml", "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Main rsyslog subrole] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main.yml:7 Thursday 16 May 2024 19:15:06 +0000 (0:00:00.052) 0:00:18.500 ********** included: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml for sut TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Get status of rsyslog packages] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:15 Thursday 16 May 2024 19:15:07 +0000 (0:00:00.050) 0:00:18.551 ********** ok: [sut] => (item=iproute) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "rpm", "-V", "iproute" ], "delta": "0:00:00.393526", "end": "2024-05-16 19:15:07.610916", "failed_when_result": false, "item": "iproute", "rc": 0, "start": "2024-05-16 19:15:07.217390", "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.735902", "end": "2024-05-16 19:15:08.554368", "failed_when_result": false, "item": "rsyslog", "rc": 1, "start": "2024-05-16 19:15:07.818466", "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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset original confs - logging package is absent] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:22 Thursday 16 May 2024 19:15:08 +0000 (0:00:01.582) 0:00:20.133 ********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Removed: dhcp-client-12:4.3.6-49.el8.x86_64", "Removed: cloud-init-23.4-7.el8.noarch", "Removed: dracut-network-049-233.git20240115.el8.x86_64", "Removed: rsyslog-8.2102.0-15.el8.x86_64", "Removed: tuned-2.22.1-4.el8.noarch", "Removed: beakerlib-1.29.3-1.el8bkr.noarch", "Removed: beakerlib-redhat-1-33.el8bkr.noarch", "Removed: iproute-6.2.0-5.el8.x86_64", "Removed: kexec-tools-2.0.26-14.el8.x86_64" ] } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:34 Thursday 16 May 2024 19:15:14 +0000 (0:00:05.997) 0:00:26.131 ********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: iproute-6.2.0-5.el8.x86_64", "Installed: rsyslog-8.2102.0-15.el8.x86_64" ] } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset erased flag] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:48 Thursday 16 May 2024 19:15:19 +0000 (0:00:04.604) 0:00:30.736 ********** ok: [sut] => { "ansible_facts": { "__rsyslog_erased": false }, "changed": false } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:52 Thursday 16 May 2024 19:15:19 +0000 (0:00:00.018) 0:00:30.754 ********** ok: [sut] => { "ansible_facts": { "packages": { "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "15.el8", "source": "rpm", "version": "1.40.16" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "15.el8", "source": "rpm", "version": "1.40.16" } ], "NetworkManager-team": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-team", "release": "15.el8", "source": "rpm", "version": "1.40.16" } ], "NetworkManager-tui": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-tui", "release": "15.el8", "source": "rpm", "version": "1.40.16" } ], "acl": [ { "arch": "x86_64", "epoch": null, "name": "acl", "release": "3.el8", "source": "rpm", "version": "2.2.53" } ], "aspell": [ { "arch": "x86_64", "epoch": 12, "name": "aspell", "release": "22.el8", "source": "rpm", "version": "0.60.6.1" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "1.el8", "source": "rpm", "version": "3.1.2" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "1.el8", "source": "rpm", "version": "3.1.2" } ], "authselect": [ { "arch": "x86_64", "epoch": null, "name": "authselect", "release": "2.el8", "source": "rpm", "version": "1.2.6" } ], "authselect-compat": [ { "arch": "x86_64", "epoch": null, "name": "authselect-compat", "release": "2.el8", "source": "rpm", "version": "1.2.6" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "2.el8", "source": "rpm", "version": "1.2.6" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "27.el8", "source": "rpm", "version": "0.7" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "5.el8", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "5.el8", "source": "rpm", "version": "4.4.20" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "5.el8", "source": "rpm", "version": "1.07.1" } ], "bind-export-libs": [ { "arch": "x86_64", "epoch": 32, "name": "bind-export-libs", "release": "13.el8", "source": "rpm", "version": "9.11.36" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "123.el8", "source": "rpm", "version": "2.30" } ], "biosdevname": [ { "arch": "x86_64", "epoch": null, "name": "biosdevname", "release": "2.el8", "source": "rpm", "version": "0.7.3" } ], "bison": [ { "arch": "x86_64", "epoch": null, "name": "bison", "release": "10.el8", "source": "rpm", "version": "3.0.4" } ], "boost-atomic": [ { "arch": "x86_64", "epoch": null, "name": "boost-atomic", "release": "13.el8", "source": "rpm", "version": "1.66.0" } ], "boost-chrono": [ { "arch": "x86_64", "epoch": null, "name": "boost-chrono", "release": "13.el8", "source": "rpm", "version": "1.66.0" } ], "boost-date-time": [ { "arch": "x86_64", "epoch": null, "name": "boost-date-time", "release": "13.el8", "source": "rpm", "version": "1.66.0" } ], "boost-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "boost-filesystem", "release": "13.el8", "source": "rpm", "version": "1.66.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": null, "name": "boost-system", "release": "13.el8", "source": "rpm", "version": "1.66.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": null, "name": "boost-thread", "release": "13.el8", "source": "rpm", "version": "1.66.0" } ], "boost-timer": [ { "arch": "x86_64", "epoch": null, "name": "boost-timer", "release": "13.el8", "source": "rpm", "version": "1.66.0" } ], "brotli": [ { "arch": "x86_64", "epoch": null, "name": "brotli", "release": "3.el8", "source": "rpm", "version": "1.0.6" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "26.el8", "source": "rpm", "version": "1.0.6" } ], "c-ares": [ { "arch": "x86_64", "epoch": null, "name": "c-ares", "release": "10.el8", "source": "rpm", "version": "1.13.0" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "80.0.el8", "source": "rpm", "version": "2023.2.60_v7.0.306" } ], "centos-gpg-keys": [ { "arch": "noarch", "epoch": 1, "name": "centos-gpg-keys", "release": "6.el8", "source": "rpm", "version": "8" } ], "centos-stream-release": [ { "arch": "noarch", "epoch": null, "name": "centos-stream-release", "release": "1.el8", "source": "rpm", "version": "8.6" } ], "centos-stream-repos": [ { "arch": "noarch", "epoch": null, "name": "centos-stream-repos", "release": "6.el8", "source": "rpm", "version": "8" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.el8", "source": "rpm", "version": "2.9" } ], "chkconfig": [ { "arch": "x86_64", "epoch": null, "name": "chkconfig", "release": "1.el8", "source": "rpm", "version": "1.19.2" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.el8", "source": "rpm", "version": "4.5" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "0.el8", "source": "rpm", "version": "0.33" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "15.el8", "source": "rpm", "version": "8.30" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "15.el8", "source": "rpm", "version": "8.30" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "11.el8", "source": "rpm", "version": "2.12" } ], "cpp": [ { "arch": "x86_64", "epoch": null, "name": "cpp", "release": "21.el8", "source": "rpm", "version": "8.5.0" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "15.el8", "source": "rpm", "version": "2.9.6" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "15.el8", "source": "rpm", "version": "2.9.6" } ], "createrepo_c": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c", "release": "6.el8", "source": "rpm", "version": "0.17.7" } ], "createrepo_c-libs": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c-libs", "release": "6.el8", "source": "rpm", "version": "0.17.7" } ], "cronie": [ { "arch": "x86_64", "epoch": null, "name": "cronie", "release": "10.el8", "source": "rpm", "version": "1.5.2" } ], "cronie-anacron": [ { "arch": "x86_64", "epoch": null, "name": "cronie-anacron", "release": "10.el8", "source": "rpm", "version": "1.5.2" } ], "crontabs": [ { "arch": "noarch", "epoch": null, "name": "crontabs", "release": "17.20190603git.el8", "source": "rpm", "version": "1.11" } ], "crypto-policies": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "1.git3177e06.el8", "source": "rpm", "version": "20230731" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "1.git3177e06.el8", "source": "rpm", "version": "20230731" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "7.el8", "source": "rpm", "version": "2.3.7" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "34.el8", "source": "rpm", "version": "7.61.1" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "6.el8_5", "source": "rpm", "version": "2.1.27" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "26.el8", "source": "rpm", "version": "1.12.8" } ], "dbus-common": [ { "arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "26.el8", "source": "rpm", "version": "1.12.8" } ], "dbus-daemon": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-daemon", "release": "26.el8", "source": "rpm", "version": "1.12.8" } ], "dbus-glib": [ { "arch": "x86_64", "epoch": null, "name": "dbus-glib", "release": "2.el8", "source": "rpm", "version": "0.110" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "26.el8", "source": "rpm", "version": "1.12.8" } ], "dbus-tools": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-tools", "release": "26.el8", "source": "rpm", "version": "1.12.8" } ], "device-mapper": [ { "arch": "x86_64", "epoch": 8, "name": "device-mapper", "release": "14.el8", "source": "rpm", "version": "1.02.181" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": 8, "name": "device-mapper-libs", "release": "14.el8", "source": "rpm", "version": "1.02.181" } ], "dhcp-common": [ { "arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "49.el8", "source": "rpm", "version": "4.3.6" } ], "dhcp-libs": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-libs", "release": "49.el8", "source": "rpm", "version": "4.3.6" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "6.el8", "source": "rpm", "version": "3.6" } ], "dmidecode": [ { "arch": "x86_64", "epoch": 1, "name": "dmidecode", "release": "4.el8", "source": "rpm", "version": "3.3" } ], "dnf": [ { "arch": "noarch", "epoch": null, "name": "dnf", "release": "20.el8", "source": "rpm", "version": "4.7.0" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "20.el8", "source": "rpm", "version": "4.7.0" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "25.el8", "source": "rpm", "version": "4.0.21" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "233.git20240115.el8", "source": "rpm", "version": "049" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "233.git20240115.el8", "source": "rpm", "version": "049" } ], "dracut-squash": [ { "arch": "x86_64", "epoch": null, "name": "dracut-squash", "release": "233.git20240115.el8", "source": "rpm", "version": "049" } ], "drpm": [ { "arch": "x86_64", "epoch": null, "name": "drpm", "release": "3.el8", "source": "rpm", "version": "0.4.1" } ], "dyninst": [ { "arch": "x86_64", "epoch": null, "name": "dyninst", "release": "1.el8", "source": "rpm", "version": "12.1.0" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "5.el8", "source": "rpm", "version": "1.45.6" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "5.el8", "source": "rpm", "version": "1.45.6" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "4.el8", "source": "rpm", "version": "37" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client", "release": "2.el8", "source": "rpm", "version": "0.190" } ], "elfutils-debuginfod-client-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client-devel", "release": "2.el8", "source": "rpm", "version": "0.190" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "2.el8", "source": "rpm", "version": "0.190" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-devel", "release": "2.el8", "source": "rpm", "version": "0.190" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "2.el8", "source": "rpm", "version": "0.190" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf-devel", "release": "2.el8", "source": "rpm", "version": "0.190" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "2.el8", "source": "rpm", "version": "0.190" } ], "emacs-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "emacs-filesystem", "release": "11.el8", "source": "rpm", "version": "26.1" } ], "epel-release": [ { "arch": "noarch", "epoch": null, "name": "epel-release", "release": "19.el8", "source": "rpm", "version": "8" } ], "ethtool": [ { "arch": "x86_64", "epoch": 2, "name": "ethtool", "release": "2.el8", "source": "rpm", "version": "5.13" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "13.el8", "source": "rpm", "version": "2.2.5" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "26.el8", "source": "rpm", "version": "5.33" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "26.el8", "source": "rpm", "version": "5.33" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "6.el8", "source": "rpm", "version": "3.8" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "22.el8", "source": "rpm", "version": "4.6.0" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "4.el8", "source": "rpm", "version": "0.9.11" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "4.el8", "source": "rpm", "version": "0.9.11" } ], "flex": [ { "arch": "x86_64", "epoch": null, "name": "flex", "release": "9.el8", "source": "rpm", "version": "2.6.1" } ], "freetype": [ { "arch": "x86_64", "epoch": null, "name": "freetype", "release": "9.el8", "source": "rpm", "version": "2.9.1" } ], "fuse-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "19.el8", "source": "rpm", "version": "2.9.7" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "4.el8", "source": "rpm", "version": "4.2.1" } ], "gcc": [ { "arch": "x86_64", "epoch": null, "name": "gcc", "release": "21.el8", "source": "rpm", "version": "8.5.0" } ], "gdbm": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm", "release": "2.el8", "source": "rpm", "version": "1.18" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "2.el8", "source": "rpm", "version": "1.18" } ], "gdisk": [ { "arch": "x86_64", "epoch": null, "name": "gdisk", "release": "11.el8", "source": "rpm", "version": "1.0.3" } ], "geolite2-city": [ { "arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "1.el8", "source": "rpm", "version": "20180605" } ], "geolite2-country": [ { "arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "1.el8", "source": "rpm", "version": "20180605" } ], "gettext": [ { "arch": "x86_64", "epoch": null, "name": "gettext", "release": "17.el8", "source": "rpm", "version": "0.19.8.1" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "17.el8", "source": "rpm", "version": "0.19.8.1" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "1.el8", "source": "rpm", "version": "2.43.0" } ], "git-core": [ { "arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.el8", "source": "rpm", "version": "2.43.0" } ], "git-core-doc": [ { "arch": "noarch", "epoch": null, "name": "git-core-doc", "release": "1.el8", "source": "rpm", "version": "2.43.0" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "163.el8", "source": "rpm", "version": "2.56.4" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "251.el8", "source": "rpm", "version": "2.28" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "251.el8", "source": "rpm", "version": "2.28" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": null, "name": "glibc-devel", "release": "251.el8", "source": "rpm", "version": "2.28" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": null, "name": "glibc-gconv-extra", "release": "251.el8", "source": "rpm", "version": "2.28" } ], "glibc-headers": [ { "arch": "x86_64", "epoch": null, "name": "glibc-headers", "release": "251.el8", "source": "rpm", "version": "2.28" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "251.el8", "source": "rpm", "version": "2.28" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "12.el8", "source": "rpm", "version": "6.1.2" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "3.el8", "source": "rpm", "version": "2.2.20" } ], "gnupg2-smime": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "3.el8", "source": "rpm", "version": "2.2.20" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "8.el8.1", "source": "rpm", "version": "3.6.16" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "1.el8", "source": "rpm", "version": "1.56.1" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "5ccc5b19", "source": "rpm", "version": "8483c65d" }, { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "5cf7cefb", "source": "rpm", "version": "2f86d6a1" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "12.el8", "source": "rpm", "version": "1.13.1" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "gpm-libs", "release": "17.el8", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "6.el8", "source": "rpm", "version": "3.1" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "18.el8", "source": "rpm", "version": "1.22.3" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "129.el8", "source": "rpm", "version": "2.02" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "129.el8", "source": "rpm", "version": "2.02" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "129.el8", "source": "rpm", "version": "2.02" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "129.el8", "source": "rpm", "version": "2.02" } ], "grub2-tools-extra": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-extra", "release": "129.el8", "source": "rpm", "version": "2.02" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "129.el8", "source": "rpm", "version": "2.02" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "48.el8", "source": "rpm", "version": "8.40" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "21.el8", "source": "rpm", "version": "0.8.0" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "13.el8", "source": "rpm", "version": "1.9" } ], "hardlink": [ { "arch": "x86_64", "epoch": 1, "name": "hardlink", "release": "6.el8", "source": "rpm", "version": "1.3" } ], "hdparm": [ { "arch": "x86_64", "epoch": null, "name": "hdparm", "release": "4.el8", "source": "rpm", "version": "9.54" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "7.el8.0.1", "source": "rpm", "version": "3.20" } ], "hwdata": [ { "arch": "noarch", "epoch": null, "name": "hwdata", "release": "8.22.el8", "source": "rpm", "version": "0.314" } ], "ima-evm-utils": [ { "arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "12.el8", "source": "rpm", "version": "1.3.2" } ], "info": [ { "arch": "x86_64", "epoch": null, "name": "info", "release": "7.el8_5", "source": "rpm", "version": "6.5" } ], "initscripts": [ { "arch": "x86_64", "epoch": null, "name": "initscripts", "release": "1.el8", "source": "rpm", "version": "10.00.18" } ], "ipcalc": [ { "arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "4.el8", "source": "rpm", "version": "0.2.4" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "5.el8", "source": "rpm", "version": "6.2.0" } ], "iprutils": [ { "arch": "x86_64", "epoch": null, "name": "iprutils", "release": "1.el8", "source": "rpm", "version": "2.4.19" } ], "ipset": [ { "arch": "x86_64", "epoch": null, "name": "ipset", "release": "1.el8", "source": "rpm", "version": "7.1" } ], "ipset-libs": [ { "arch": "x86_64", "epoch": null, "name": "ipset-libs", "release": "1.el8", "source": "rpm", "version": "7.1" } ], "iptables": [ { "arch": "x86_64", "epoch": null, "name": "iptables", "release": "11.el8", "source": "rpm", "version": "1.8.5" } ], "iptables-ebtables": [ { "arch": "x86_64", "epoch": null, "name": "iptables-ebtables", "release": "11.el8", "source": "rpm", "version": "1.8.5" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "11.el8", "source": "rpm", "version": "1.8.5" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "11.el8", "source": "rpm", "version": "20180629" } ], "irqbalance": [ { "arch": "x86_64", "epoch": 2, "name": "irqbalance", "release": "1.el8", "source": "rpm", "version": "1.9.2" } ], "isl": [ { "arch": "x86_64", "epoch": null, "name": "isl", "release": "6.el8", "source": "rpm", "version": "0.16.1" } ], "iwl100-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl100-firmware", "release": "121.el8.1", "source": "rpm", "version": "39.31.5.1" } ], "iwl1000-firmware": [ { "arch": "noarch", "epoch": 1, "name": "iwl1000-firmware", "release": "121.el8.1", "source": "rpm", "version": "39.31.5.1" } ], "iwl105-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl105-firmware", "release": "121.el8.1", "source": "rpm", "version": "18.168.6.1" } ], "iwl135-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl135-firmware", "release": "121.el8.1", "source": "rpm", "version": "18.168.6.1" } ], "iwl2000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl2000-firmware", "release": "121.el8.1", "source": "rpm", "version": "18.168.6.1" } ], "iwl2030-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl2030-firmware", "release": "121.el8.1", "source": "rpm", "version": "18.168.6.1" } ], "iwl3160-firmware": [ { "arch": "noarch", "epoch": 1, "name": "iwl3160-firmware", "release": "121.el8.1", "source": "rpm", "version": "25.30.13.0" } ], "iwl5000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl5000-firmware", "release": "121.el8.1", "source": "rpm", "version": "8.83.5.1_1" } ], "iwl5150-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl5150-firmware", "release": "121.el8.1", "source": "rpm", "version": "8.24.2.2" } ], "iwl6000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6000-firmware", "release": "121.el8.1", "source": "rpm", "version": "9.221.4.1" } ], "iwl6000g2a-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6000g2a-firmware", "release": "121.el8.1", "source": "rpm", "version": "18.168.6.1" } ], "iwl6050-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6050-firmware", "release": "121.el8.1", "source": "rpm", "version": "41.28.5.1" } ], "iwl7260-firmware": [ { "arch": "noarch", "epoch": 1, "name": "iwl7260-firmware", "release": "121.el8.1", "source": "rpm", "version": "25.30.13.0" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "1.el8", "source": "rpm", "version": "2.14" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "3.el8", "source": "rpm", "version": "0.13.1" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "11.el8", "source": "rpm", "version": "2.0.4" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "11.el8", "source": "rpm", "version": "2.0.4" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "11.el8", "source": "rpm", "version": "2.0.4" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "552.el8", "source": "rpm", "version": "4.18.0" } ], "kernel-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "552.el8", "source": "rpm", "version": "4.18.0" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": null, "name": "kernel-devel", "release": "552.el8", "source": "rpm", "version": "4.18.0" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": null, "name": "kernel-headers", "release": "552.el8", "source": "rpm", "version": "4.18.0" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "552.el8", "source": "rpm", "version": "4.18.0" } ], "kernel-tools": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools", "release": "552.el8", "source": "rpm", "version": "4.18.0" } ], "kernel-tools-libs": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools-libs", "release": "552.el8", "source": "rpm", "version": "4.18.0" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "9.el8", "source": "rpm", "version": "1.5.10" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "9.el8", "source": "rpm", "version": "1.5.10" } ], "keyutils-libs-devel": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs-devel", "release": "9.el8", "source": "rpm", "version": "1.5.10" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "20.el8", "source": "rpm", "version": "25" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "20.el8", "source": "rpm", "version": "25" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "41.el8", "source": "rpm", "version": "0.8.4" } ], "krb5-devel": [ { "arch": "x86_64", "epoch": null, "name": "krb5-devel", "release": "26.el8", "source": "rpm", "version": "1.18.2" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "26.el8", "source": "rpm", "version": "1.18.2" } ], "langpacks-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "12.el8", "source": "rpm", "version": "1.0" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "2.el8", "source": "rpm", "version": "530" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "3.el8", "source": "rpm", "version": "2.2.53" } ], "libarchive": [ { "arch": "x86_64", "epoch": null, "name": "libarchive", "release": "5.el8", "source": "rpm", "version": "3.3.3" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "3.el8", "source": "rpm", "version": "2.5.1" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "3.el8", "source": "rpm", "version": "2.4.48" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "40.el8", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "46.el8", "source": "rpm", "version": "2.32.1" } ], "libbpf": [ { "arch": "x86_64", "epoch": null, "name": "libbpf", "release": "1.el8", "source": "rpm", "version": "0.5.0" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "5.el8", "source": "rpm", "version": "2.48" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "1.el8", "source": "rpm", "version": "0.7.11" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "40.el8", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "5.el8", "source": "rpm", "version": "1.45.6" } ], "libcom_err-devel": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err-devel", "release": "5.el8", "source": "rpm", "version": "1.45.6" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.el8", "source": "rpm", "version": "0.1.18" } ], "libcroco": [ { "arch": "x86_64", "epoch": null, "name": "libcroco", "release": "4.el8_2.1", "source": "rpm", "version": "0.6.12" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "34.el8", "source": "rpm", "version": "7.61.1" } ], "libdaemon": [ { "arch": "x86_64", "epoch": null, "name": "libdaemon", "release": "15.el8", "source": "rpm", "version": "0.14" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "42.el8_4", "source": "rpm", "version": "5.3.28" } ], "libdb-utils": [ { "arch": "x86_64", "epoch": null, "name": "libdb-utils", "release": "42.el8_4", "source": "rpm", "version": "5.3.28" } ], "libdhash": [ { "arch": "x86_64", "epoch": null, "name": "libdhash", "release": "40.el8", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "19.el8", "source": "rpm", "version": "0.63.0" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "23.20170329cvs.el8", "source": "rpm", "version": "3.1" } ], "libestr": [ { "arch": "x86_64", "epoch": null, "name": "libestr", "release": "3.el8", "source": "rpm", "version": "0.1.10" } ], "libev": [ { "arch": "x86_64", "epoch": null, "name": "libev", "release": "6.el8", "source": "rpm", "version": "4.24" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "5.el8", "source": "rpm", "version": "2.1.8" } ], "libfastjson": [ { "arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "2.el8", "source": "rpm", "version": "0.99.9" } ], "libfdisk": [ { "arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "46.el8", "source": "rpm", "version": "2.32.1" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "24.el8", "source": "rpm", "version": "3.1" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "21.el8", "source": "rpm", "version": "8.5.0" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "7.el8", "source": "rpm", "version": "1.8.5" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "21.el8", "source": "rpm", "version": "8.5.0" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "1.el8", "source": "rpm", "version": "1.31" } ], "libibverbs": [ { "arch": "x86_64", "epoch": null, "name": "libibverbs", "release": "1.el8", "source": "rpm", "version": "48.0" } ], "libidn2": [ { "arch": "x86_64", "epoch": null, "name": "libidn2", "release": "1.el8", "source": "rpm", "version": "2.2.0" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "40.el8", "source": "rpm", "version": "1.3.1" } ], "libkadm5": [ { "arch": "x86_64", "epoch": null, "name": "libkadm5", "release": "26.el8", "source": "rpm", "version": "1.18.2" } ], "libkcapi": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "2.el8", "source": "rpm", "version": "1.4.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "2.el8", "source": "rpm", "version": "1.4.0" } ], "libksba": [ { "arch": "x86_64", "epoch": null, "name": "libksba", "release": "9.el8", "source": "rpm", "version": "1.3.5" } ], "libldb": [ { "arch": "x86_64", "epoch": null, "name": "libldb", "release": "0.el8", "source": "rpm", "version": "2.8.0" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "10.el8.1", "source": "rpm", "version": "1.2.0" } ], "libmetalink": [ { "arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "7.el8", "source": "rpm", "version": "0.1.3" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "6.el8", "source": "rpm", "version": "1.0.4" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "1.el8", "source": "rpm", "version": "2.13.0" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "46.el8", "source": "rpm", "version": "2.32.1" } ], "libmpc": [ { "arch": "x86_64", "epoch": null, "name": "libmpc", "release": "9.1.el8", "source": "rpm", "version": "1.1.0" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "6.el8", "source": "rpm", "version": "1.7" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "5.el8", "source": "rpm", "version": "1.0.6" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "13.el8", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "59.el8", "source": "rpm", "version": "2.3.3" } ], "libnftnl": [ { "arch": "x86_64", "epoch": null, "name": "libnftnl", "release": "3.el8", "source": "rpm", "version": "1.2.2" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "5.el8", "source": "rpm", "version": "1.33.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "1.el8", "source": "rpm", "version": "3.7.0" } ], "libnl3-cli": [ { "arch": "x86_64", "epoch": null, "name": "libnl3-cli", "release": "1.el8", "source": "rpm", "version": "3.7.0" } ], "libnsl2": [ { "arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "2.20180605git4a062cf.el8", "source": "rpm", "version": "1.2.0" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "40.el8", "source": "rpm", "version": "0.2.1" } ], "libpcap": [ { "arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "5.el8", "source": "rpm", "version": "1.9.1" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.el8", "source": "rpm", "version": "1.5.0" } ], "libpkgconf": [ { "arch": "x86_64", "epoch": null, "name": "libpkgconf", "release": "1.el8", "source": "rpm", "version": "1.4.2" } ], "libpng": [ { "arch": "x86_64", "epoch": 2, "name": "libpng", "release": "5.el8", "source": "rpm", "version": "1.6.34" } ], "libpsl": [ { "arch": "x86_64", "epoch": null, "name": "libpsl", "release": "6.el8", "source": "rpm", "version": "0.20.2" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "6.el8", "source": "rpm", "version": "1.4.4" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "40.el8", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "5.el8", "source": "rpm", "version": "1.14.2" } ], "libreport-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "libreport-filesystem", "release": "15.el8", "source": "rpm", "version": "2.9.5" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "1.el8", "source": "rpm", "version": "2.5.2" } ], "libsecret": [ { "arch": "x86_64", "epoch": null, "name": "libsecret", "release": "1.el8", "source": "rpm", "version": "0.18.6" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "8.el8", "source": "rpm", "version": "2.9" } ], "libselinux-devel": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-devel", "release": "8.el8", "source": "rpm", "version": "2.9" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "8.el8", "source": "rpm", "version": "2.9" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "9.el8", "source": "rpm", "version": "2.9" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "3.el8", "source": "rpm", "version": "2.9" } ], "libsepol-devel": [ { "arch": "x86_64", "epoch": null, "name": "libsepol-devel", "release": "3.el8", "source": "rpm", "version": "2.9" } ], "libsigsegv": [ { "arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "5.el8", "source": "rpm", "version": "2.11" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "46.el8", "source": "rpm", "version": "2.32.1" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "6.el8", "source": "rpm", "version": "0.7.20" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "5.el8", "source": "rpm", "version": "1.45.6" } ], "libssh": [ { "arch": "x86_64", "epoch": null, "name": "libssh", "release": "14.el8", "source": "rpm", "version": "0.9.6" } ], "libssh-config": [ { "arch": "noarch", "epoch": null, "name": "libssh-config", "release": "14.el8", "source": "rpm", "version": "0.9.6" } ], "libsss_autofs": [ { "arch": "x86_64", "epoch": null, "name": "libsss_autofs", "release": "2.el8", "source": "rpm", "version": "2.9.4" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "2.el8", "source": "rpm", "version": "2.9.4" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "2.el8", "source": "rpm", "version": "2.9.4" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "2.el8", "source": "rpm", "version": "2.9.4" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "2.el8", "source": "rpm", "version": "2.9.4" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "21.el8", "source": "rpm", "version": "8.5.0" } ], "libsysfs": [ { "arch": "x86_64", "epoch": null, "name": "libsysfs", "release": "25.el8", "source": "rpm", "version": "2.1.0" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "0.el8", "source": "rpm", "version": "2.4.1" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "4.el8", "source": "rpm", "version": "4.13" } ], "libtdb": [ { "arch": "x86_64", "epoch": null, "name": "libtdb", "release": "0.el8", "source": "rpm", "version": "1.4.9" } ], "libteam": [ { "arch": "x86_64", "epoch": null, "name": "libteam", "release": "4.el8", "source": "rpm", "version": "1.31" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "0.el8", "source": "rpm", "version": "0.16.0" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "10.el8", "source": "rpm", "version": "1.1.4" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "3.el8", "source": "rpm", "version": "0.9.9" } ], "libusbx": [ { "arch": "x86_64", "epoch": null, "name": "libusbx", "release": "4.el8", "source": "rpm", "version": "1.0.23" } ], "libuser": [ { "arch": "x86_64", "epoch": null, "name": "libuser", "release": "25.el8", "source": "rpm", "version": "0.62" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "14.el8", "source": "rpm", "version": "1.1.6" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "46.el8", "source": "rpm", "version": "2.32.1" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "2.el8", "source": "rpm", "version": "0.3.2" } ], "libverto-devel": [ { "arch": "x86_64", "epoch": null, "name": "libverto-devel", "release": "2.el8", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libev", "release": "2.el8", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "6.el8", "source": "rpm", "version": "4.1.1" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-devel", "release": "6.el8", "source": "rpm", "version": "4.1.1" } ], "libxkbcommon": [ { "arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "1.el8", "source": "rpm", "version": "0.9.1" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "18.el8", "source": "rpm", "version": "2.9.7" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "6.el8", "source": "rpm", "version": "1.1.32" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "5.el8", "source": "rpm", "version": "0.1.7" } ], "libzstd": [ { "arch": "x86_64", "epoch": null, "name": "libzstd", "release": "1.el8", "source": "rpm", "version": "1.4.4" } ], "libzstd-devel": [ { "arch": "x86_64", "epoch": null, "name": "libzstd-devel", "release": "1.el8", "source": "rpm", "version": "1.4.4" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "121.gitb3132c18.el8", "source": "rpm", "version": "20240111" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "2.el8", "source": "rpm", "version": "0.9.24" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "6.el8", "source": "rpm", "version": "3.14.0" } ], "lshw": [ { "arch": "x86_64", "epoch": null, "name": "lshw", "release": "6.el8", "source": "rpm", "version": "B.02.19.2" } ], "lsscsi": [ { "arch": "x86_64", "epoch": null, "name": "lsscsi", "release": "3.el8", "source": "rpm", "version": "0.32" } ], "lua-libs": [ { "arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "12.el8", "source": "rpm", "version": "5.3.4" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "3.el8_4", "source": "rpm", "version": "1.8.3" } ], "lzo": [ { "arch": "x86_64", "epoch": null, "name": "lzo", "release": "14.el8", "source": "rpm", "version": "2.08" } ], "m4": [ { "arch": "x86_64", "epoch": null, "name": "m4", "release": "7.el8", "source": "rpm", "version": "1.4.18" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "11.el8", "source": "rpm", "version": "4.2.1" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "18.el8", "source": "rpm", "version": "2.7.6.1" } ], "memstrack": [ { "arch": "x86_64", "epoch": null, "name": "memstrack", "release": "2.el8", "source": "rpm", "version": "0.2.5" } ], "microcode_ctl": [ { "arch": "x86_64", "epoch": 4, "name": "microcode_ctl", "release": "2.el8", "source": "rpm", "version": "20230808" } ], "mokutil": [ { "arch": "x86_64", "epoch": 1, "name": "mokutil", "release": "12.el8", "source": "rpm", "version": "0.3.0" } ], "mozjs60": [ { "arch": "x86_64", "epoch": null, "name": "mozjs60", "release": "4.el8", "source": "rpm", "version": "60.9.0" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "1.el8", "source": "rpm", "version": "3.1.6" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "10.20180224.el8", "source": "rpm", "version": "6.1" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "10.20180224.el8", "source": "rpm", "version": "6.1" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "10.20180224.el8", "source": "rpm", "version": "6.1" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "7.el8", "source": "rpm", "version": "3.4.1" } ], "newt": [ { "arch": "x86_64", "epoch": null, "name": "newt", "release": "11.el8", "source": "rpm", "version": "0.52.20" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "59.el8", "source": "rpm", "version": "2.3.3" } ], "nftables": [ { "arch": "x86_64", "epoch": 1, "name": "nftables", "release": "4.el8", "source": "rpm", "version": "1.0.4" } ], "npth": [ { "arch": "x86_64", "epoch": null, "name": "npth", "release": "4.el8", "source": "rpm", "version": "1.5" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "1.el8", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "6.el8", "source": "rpm", "version": "3.90.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "6.el8", "source": "rpm", "version": "3.90.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "6.el8", "source": "rpm", "version": "3.90.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "6.el8", "source": "rpm", "version": "3.90.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "6.el8", "source": "rpm", "version": "3.90.0" } ], "numactl-libs": [ { "arch": "x86_64", "epoch": null, "name": "numactl-libs", "release": "4.el8", "source": "rpm", "version": "2.0.16" } ], "oddjob": [ { "arch": "x86_64", "epoch": null, "name": "oddjob", "release": "3.el8", "source": "rpm", "version": "0.34.7" } ], "oddjob-mkhomedir": [ { "arch": "x86_64", "epoch": null, "name": "oddjob-mkhomedir", "release": "3.el8", "source": "rpm", "version": "0.34.7" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "18.el8", "source": "rpm", "version": "2.4.46" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "24.el8", "source": "rpm", "version": "8.0p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "24.el8", "source": "rpm", "version": "8.0p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "24.el8", "source": "rpm", "version": "8.0p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "12.el8", "source": "rpm", "version": "1.1.1k" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-devel", "release": "12.el8", "source": "rpm", "version": "1.1.1k" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "12.el8", "source": "rpm", "version": "1.1.1k" } ], "openssl-pkcs11": [ { "arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "3.el8", "source": "rpm", "version": "0.4.10" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "9.el8", "source": "rpm", "version": "1.74" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "2.el8", "source": "rpm", "version": "0.23.22" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "2.el8", "source": "rpm", "version": "0.23.22" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "33.el8", "source": "rpm", "version": "1.3.1" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "39.el8", "source": "rpm", "version": "3.2" } ], "passwd": [ { "arch": "x86_64", "epoch": null, "name": "passwd", "release": "4.el8", "source": "rpm", "version": "0.80" } ], "pciutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "pciutils-libs", "release": "3.el8", "source": "rpm", "version": "3.7.0" } ], "pcre": [ { "arch": "x86_64", "epoch": null, "name": "pcre", "release": "6.el8", "source": "rpm", "version": "8.42" } ], "pcre2": [ { "arch": "x86_64", "epoch": null, "name": "pcre2", "release": "3.el8", "source": "rpm", "version": "10.32" } ], "pcre2-devel": [ { "arch": "x86_64", "epoch": null, "name": "pcre2-devel", "release": "3.el8", "source": "rpm", "version": "10.32" } ], "pcre2-utf16": [ { "arch": "x86_64", "epoch": null, "name": "pcre2-utf16", "release": "3.el8", "source": "rpm", "version": "10.32" } ], "pcre2-utf32": [ { "arch": "x86_64", "epoch": null, "name": "pcre2-utf32", "release": "3.el8", "source": "rpm", "version": "10.32" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "396.el8", "source": "rpm", "version": "1.42" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "399.el8", "source": "rpm", "version": "2.167" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "395.el8", "source": "rpm", "version": "1.17" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "396.el8", "source": "rpm", "version": "2.55" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Encode", "release": "3.el8", "source": "rpm", "version": "2.97" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Errno", "release": "422.el8", "source": "rpm", "version": "1.28" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "2.el8", "source": "rpm", "version": "0.17025" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "396.el8", "source": "rpm", "version": "5.72" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "2.el8", "source": "rpm", "version": "2.15" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Temp", "release": "1.el8", "source": "rpm", "version": "0.230.600" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": 1, "name": "perl-Getopt-Long", "release": "4.el8", "source": "rpm", "version": "2.50" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "1.el8", "source": "rpm", "version": "2.43.0" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "3.el8", "source": "rpm", "version": "0.074" } ], "perl-IO": [ { "arch": "x86_64", "epoch": 0, "name": "perl-IO", "release": "422.el8", "source": "rpm", "version": "1.38" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "5.el8", "source": "rpm", "version": "0.39" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "4.module_el8+339+1ec643e0", "source": "rpm", "version": "2.066" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": null, "name": "perl-MIME-Base64", "release": "396.el8", "source": "rpm", "version": "3.15" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "7.module_el8+645+9d809f8c", "source": "rpm", "version": "20160104" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "2.module_el8+339+1ec643e0", "source": "rpm", "version": "1.88" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "1.el8", "source": "rpm", "version": "3.74" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "395.el8", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "396.el8", "source": "rpm", "version": "3.28" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "395.el8", "source": "rpm", "version": "3.35" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": 4, "name": "perl-Pod-Usage", "release": "395.el8", "source": "rpm", "version": "1.69" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": 3, "name": "perl-Scalar-List-Utils", "release": "2.el8", "source": "rpm", "version": "1.49" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Socket", "release": "3.el8", "source": "rpm", "version": "2.027" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Storable", "release": "3.el8", "source": "rpm", "version": "3.11" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-ANSIColor", "release": "396.el8", "source": "rpm", "version": "4.06" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-Cap", "release": "395.el8", "source": "rpm", "version": "1.17" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "7.el8", "source": "rpm", "version": "2.37" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "395.el8", "source": "rpm", "version": "3.30" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-Tabs+Wrap", "release": "395.el8", "source": "rpm", "version": "2013.0523" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": 1, "name": "perl-Time-Local", "release": "1.el8", "source": "rpm", "version": "1.280" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "3.el8", "source": "rpm", "version": "1.73" } ], "perl-Unicode-Normalize": [ { "arch": "x86_64", "epoch": null, "name": "perl-Unicode-Normalize", "release": "396.el8", "source": "rpm", "version": "1.25" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "396.el8", "source": "rpm", "version": "1.33" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": 4, "name": "perl-interpreter", "release": "422.el8", "source": "rpm", "version": "5.26.3" } ], "perl-libnet": [ { "arch": "noarch", "epoch": null, "name": "perl-libnet", "release": "3.el8", "source": "rpm", "version": "3.11" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "422.el8", "source": "rpm", "version": "5.26.3" } ], "perl-macros": [ { "arch": "x86_64", "epoch": 4, "name": "perl-macros", "release": "422.el8", "source": "rpm", "version": "5.26.3" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "1.el8", "source": "rpm", "version": "0.237" } ], "perl-podlators": [ { "arch": "noarch", "epoch": null, "name": "perl-podlators", "release": "1.el8", "source": "rpm", "version": "4.11" } ], "perl-threads": [ { "arch": "x86_64", "epoch": 1, "name": "perl-threads", "release": "2.el8", "source": "rpm", "version": "2.21" } ], "perl-threads-shared": [ { "arch": "x86_64", "epoch": null, "name": "perl-threads-shared", "release": "2.el8", "source": "rpm", "version": "1.58" } ], "pigz": [ { "arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.el8", "source": "rpm", "version": "2.4" } ], "pinentry": [ { "arch": "x86_64", "epoch": null, "name": "pinentry", "release": "2.el8", "source": "rpm", "version": "1.1.0" } ], "pkgconf": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf", "release": "1.el8", "source": "rpm", "version": "1.4.2" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": null, "name": "pkgconf-m4", "release": "1.el8", "source": "rpm", "version": "1.4.2" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf-pkg-config", "release": "1.el8", "source": "rpm", "version": "1.4.2" } ], "platform-python": [ { "arch": "x86_64", "epoch": null, "name": "platform-python", "release": "59.el8", "source": "rpm", "version": "3.6.8" } ], "platform-python-pip": [ { "arch": "noarch", "epoch": null, "name": "platform-python-pip", "release": "24.el8", "source": "rpm", "version": "9.0.3" } ], "platform-python-setuptools": [ { "arch": "noarch", "epoch": null, "name": "platform-python-setuptools", "release": "7.el8", "source": "rpm", "version": "39.2.0" } ], "plymouth": [ { "arch": "x86_64", "epoch": null, "name": "plymouth", "release": "11.20200615git1e36e30.el8", "source": "rpm", "version": "0.9.4" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-core-libs", "release": "11.20200615git1e36e30.el8", "source": "rpm", "version": "0.9.4" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-scripts", "release": "11.20200615git1e36e30.el8", "source": "rpm", "version": "0.9.4" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "24.el8", "source": "rpm", "version": "2.9" } ], "polkit": [ { "arch": "x86_64", "epoch": null, "name": "polkit", "release": "15.el8", "source": "rpm", "version": "0.115" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "15.el8", "source": "rpm", "version": "0.115" } ], "polkit-pkla-compat": [ { "arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "12.el8", "source": "rpm", "version": "0.1" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "1.el8", "source": "rpm", "version": "1.18" } ], "prefixdevname": [ { "arch": "x86_64", "epoch": null, "name": "prefixdevname", "release": "6.el8", "source": "rpm", "version": "0.1.0" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "14.el8", "source": "rpm", "version": "3.3.15" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "5.el8", "source": "rpm", "version": "23.1" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "1.el8", "source": "rpm", "version": "20180723" } ], "python3-audit": [ { "arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "1.el8", "source": "rpm", "version": "3.1.2" } ], "python3-babel": [ { "arch": "noarch", "epoch": null, "name": "python3-babel", "release": "7.el8", "source": "rpm", "version": "2.5.1" } ], "python3-cffi": [ { "arch": "x86_64", "epoch": null, "name": "python3-cffi", "release": "6.el8", "source": "rpm", "version": "1.11.5" } ], "python3-chardet": [ { "arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "7.el8", "source": "rpm", "version": "3.0.4" } ], "python3-configobj": [ { "arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "11.el8", "source": "rpm", "version": "5.0.6" } ], "python3-cryptography": [ { "arch": "x86_64", "epoch": null, "name": "python3-cryptography", "release": "7.el8", "source": "rpm", "version": "3.2.1" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "6.el8", "source": "rpm", "version": "2.6.1" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "15.el8", "source": "rpm", "version": "1.2.4" } ], "python3-decorator": [ { "arch": "noarch", "epoch": null, "name": "python3-decorator", "release": "2.el8", "source": "rpm", "version": "4.2.1" } ], "python3-dnf": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "20.el8", "source": "rpm", "version": "4.7.0" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "25.el8", "source": "rpm", "version": "4.0.21" } ], "python3-firewall": [ { "arch": "noarch", "epoch": null, "name": "python3-firewall", "release": "4.el8", "source": "rpm", "version": "0.9.11" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "2.el8", "source": "rpm", "version": "3.28.3" } ], "python3-gpg": [ { "arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "12.el8", "source": "rpm", "version": "1.13.1" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "19.el8", "source": "rpm", "version": "0.63.0" } ], "python3-html5lib": [ { "arch": "noarch", "epoch": 1, "name": "python3-html5lib", "release": "6.el8", "source": "rpm", "version": "0.999999999" } ], "python3-idna": [ { "arch": "noarch", "epoch": null, "name": "python3-idna", "release": "5.el8", "source": "rpm", "version": "2.5" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "4.el8", "source": "rpm", "version": "2.10.1" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "2.el8", "source": "rpm", "version": "1.21" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "11.el8", "source": "rpm", "version": "1.10" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "4.el8", "source": "rpm", "version": "2.6.0" } ], "python3-jwt": [ { "arch": "noarch", "epoch": null, "name": "python3-jwt", "release": "2.el8", "source": "rpm", "version": "1.6.1" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.el8", "source": "rpm", "version": "0.1.18" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "19.el8", "source": "rpm", "version": "0.63.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "59.el8", "source": "rpm", "version": "3.6.8" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "8.el8", "source": "rpm", "version": "2.9" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "9.el8", "source": "rpm", "version": "2.9" } ], "python3-linux-procfs": [ { "arch": "noarch", "epoch": null, "name": "python3-linux-procfs", "release": "1.el8", "source": "rpm", "version": "0.7.3" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python3-lxml", "release": "4.el8", "source": "rpm", "version": "4.2.3" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "19.el8", "source": "rpm", "version": "0.23" } ], "python3-netifaces": [ { "arch": "x86_64", "epoch": null, "name": "python3-netifaces", "release": "4.el8", "source": "rpm", "version": "0.10.6" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": 1, "name": "python3-nftables", "release": "4.el8", "source": "rpm", "version": "1.0.4" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.el8", "source": "rpm", "version": "2.1.0" } ], "python3-perf": [ { "arch": "x86_64", "epoch": null, "name": "python3-perf", "release": "552.el8", "source": "rpm", "version": "4.18.0" } ], "python3-pip": [ { "arch": "noarch", "epoch": null, "name": "python3-pip", "release": "24.el8", "source": "rpm", "version": "9.0.3" } ], "python3-pip-wheel": [ { "arch": "noarch", "epoch": null, "name": "python3-pip-wheel", "release": "24.el8", "source": "rpm", "version": "9.0.3" } ], "python3-ply": [ { "arch": "noarch", "epoch": null, "name": "python3-ply", "release": "9.el8", "source": "rpm", "version": "3.9" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "24.el8", "source": "rpm", "version": "2.9" } ], "python3-prettytable": [ { "arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "14.el8", "source": "rpm", "version": "0.7.2" } ], "python3-pycparser": [ { "arch": "noarch", "epoch": null, "name": "python3-pycparser", "release": "14.el8", "source": "rpm", "version": "2.14" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "9.el8", "source": "rpm", "version": "3.1.1" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "3.el8", "source": "rpm", "version": "1.6.8" } ], "python3-pytz": [ { "arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "11.el8", "source": "rpm", "version": "2017.2" } ], "python3-pyudev": [ { "arch": "noarch", "epoch": null, "name": "python3-pyudev", "release": "7.el8", "source": "rpm", "version": "0.21.0" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "12.el8", "source": "rpm", "version": "3.12" } ], "python3-requests": [ { "arch": "noarch", "epoch": null, "name": "python3-requests", "release": "4.el8", "source": "rpm", "version": "2.20.0" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "31.el8", "source": "rpm", "version": "4.14.3" } ], "python3-setools": [ { "arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "5.el8", "source": "rpm", "version": "4.3.0" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "7.el8", "source": "rpm", "version": "39.2.0" } ], "python3-setuptools-wheel": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools-wheel", "release": "7.el8", "source": "rpm", "version": "39.2.0" } ], "python3-six": [ { "arch": "noarch", "epoch": null, "name": "python3-six", "release": "8.el8", "source": "rpm", "version": "1.11.0" } ], "python3-slip": [ { "arch": "noarch", "epoch": null, "name": "python3-slip", "release": "13.el8", "source": "rpm", "version": "0.6.4" } ], "python3-slip-dbus": [ { "arch": "noarch", "epoch": null, "name": "python3-slip-dbus", "release": "13.el8", "source": "rpm", "version": "0.6.4" } ], "python3-syspurpose": [ { "arch": "x86_64", "epoch": null, "name": "python3-syspurpose", "release": "1.el8", "source": "rpm", "version": "1.28.42" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "8.el8", "source": "rpm", "version": "234" } ], "python3-unbound": [ { "arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "5.el8", "source": "rpm", "version": "1.16.2" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "7.el8", "source": "rpm", "version": "1.24.2" } ], "python3-webencodings": [ { "arch": "noarch", "epoch": null, "name": "python3-webencodings", "release": "6.el8", "source": "rpm", "version": "0.5.1" } ], "python36": [ { "arch": "x86_64", "epoch": null, "name": "python36", "release": "39.module_el8+762+77bd8591", "source": "rpm", "version": "3.6.8" } ], "qa-tools": [ { "arch": "noarch", "epoch": null, "name": "qa-tools", "release": "4.el8", "source": "rpm", "version": "4.1" } ], "qemu-guest-agent": [ { "arch": "x86_64", "epoch": 15, "name": "qemu-guest-agent", "release": "49.module_el8+991+097e156d", "source": "rpm", "version": "6.2.0" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "14.el8", "source": "rpm", "version": "4.04" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "14.el8", "source": "rpm", "version": "4.04" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "10.el8", "source": "rpm", "version": "7.0" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.el8bkr", "source": "rpm", "version": "0.4.4" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.el8bkr", "source": "rpm", "version": "0.4.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "1.el8", "source": "rpm", "version": "6.16" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "22.el8", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "10.el8", "source": "rpm", "version": "1.2.5" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "31.el8", "source": "rpm", "version": "4.14.3" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "31.el8", "source": "rpm", "version": "4.14.3" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "31.el8", "source": "rpm", "version": "4.14.3" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "31.el8", "source": "rpm", "version": "4.14.3" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "31.el8", "source": "rpm", "version": "4.14.3" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "19.el8.1", "source": "rpm", "version": "3.1.3" } ], "rsyslog": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "15.el8", "source": "rpm", "version": "8.2102.0" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "5.el8", "source": "rpm", "version": "4.5" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "139.el8", "source": "rpm", "version": "3.14.3" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "139.el8", "source": "rpm", "version": "3.14.3" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "11.el8", "source": "rpm", "version": "2.12.2" } ], "sg3_utils": [ { "arch": "x86_64", "epoch": null, "name": "sg3_utils", "release": "6.el8", "source": "rpm", "version": "1.44" } ], "sg3_utils-libs": [ { "arch": "x86_64", "epoch": null, "name": "sg3_utils-libs", "release": "6.el8", "source": "rpm", "version": "1.44" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "22.el8", "source": "rpm", "version": "4.6" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "4.el8", "source": "rpm", "version": "1.9" } ], "slang": [ { "arch": "x86_64", "epoch": null, "name": "slang", "release": "3.el8", "source": "rpm", "version": "2.3.2" } ], "snappy": [ { "arch": "x86_64", "epoch": null, "name": "snappy", "release": "3.el8", "source": "rpm", "version": "1.1.8" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "19.el8", "source": "rpm", "version": "3.26.0" } ], "squashfs-tools": [ { "arch": "x86_64", "epoch": null, "name": "squashfs-tools", "release": "21.el8", "source": "rpm", "version": "4.3" } ], "sssd-client": [ { "arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "2.el8", "source": "rpm", "version": "2.9.4" } ], "sssd-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "2.el8", "source": "rpm", "version": "2.9.4" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "2.el8", "source": "rpm", "version": "2.9.4" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "2.el8", "source": "rpm", "version": "2.9.4" } ], "strace": [ { "arch": "x86_64", "epoch": null, "name": "strace", "release": "2.el8", "source": "rpm", "version": "5.18" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "1.el8", "source": "rpm", "version": "1.9.5p2" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "82.el8", "source": "rpm", "version": "239" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "82.el8", "source": "rpm", "version": "239" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "82.el8", "source": "rpm", "version": "239" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "82.el8", "source": "rpm", "version": "239" } ], "systemtap": [ { "arch": "x86_64", "epoch": null, "name": "systemtap", "release": "3.el8", "source": "rpm", "version": "4.9" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-client", "release": "3.el8", "source": "rpm", "version": "4.9" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-devel", "release": "3.el8", "source": "rpm", "version": "4.9" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-runtime", "release": "3.el8", "source": "rpm", "version": "4.9" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "9.el8", "source": "rpm", "version": "1.30" } ], "tbb": [ { "arch": "x86_64", "epoch": null, "name": "tbb", "release": "9.el8", "source": "rpm", "version": "2018.2" } ], "teamd": [ { "arch": "x86_64", "epoch": null, "name": "teamd", "release": "4.el8", "source": "rpm", "version": "1.31" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "3.el8", "source": "rpm", "version": "1.9" } ], "timedatex": [ { "arch": "x86_64", "epoch": null, "name": "timedatex", "release": "3.el8", "source": "rpm", "version": "0.5" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss", "release": "6.el8", "source": "rpm", "version": "2.3.2" } ], "trousers": [ { "arch": "x86_64", "epoch": null, "name": "trousers", "release": "2.el8", "source": "rpm", "version": "0.3.15" } ], "trousers-lib": [ { "arch": "x86_64", "epoch": null, "name": "trousers-lib", "release": "2.el8", "source": "rpm", "version": "0.3.15" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.el8", "source": "rpm", "version": "2024a" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "5.el8", "source": "rpm", "version": "1.16.2" } ], "unzip": [ { "arch": "x86_64", "epoch": null, "name": "unzip", "release": "46.el8", "source": "rpm", "version": "6.0" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "46.el8", "source": "rpm", "version": "2.32.1" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "19.el8.4", "source": "rpm", "version": "8.0.1763" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "19.el8.4", "source": "rpm", "version": "8.0.1763" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": 2, "name": "vim-filesystem", "release": "19.el8.4", "source": "rpm", "version": "8.0.1763" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "19.el8.4", "source": "rpm", "version": "8.0.1763" } ], "virt-what": [ { "arch": "x86_64", "epoch": null, "name": "virt-what", "release": "4.el8", "source": "rpm", "version": "1.25" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "11.el8", "source": "rpm", "version": "1.19.5" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "20.el8", "source": "rpm", "version": "2.21" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "12.el8", "source": "rpm", "version": "5.0.0" } ], "xkeyboard-config": [ { "arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "1.el8", "source": "rpm", "version": "2.28" } ], "xz": [ { "arch": "x86_64", "epoch": null, "name": "xz", "release": "4.el8", "source": "rpm", "version": "5.2.4" } ], "xz-devel": [ { "arch": "x86_64", "epoch": null, "name": "xz-devel", "release": "4.el8", "source": "rpm", "version": "5.2.4" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "4.el8", "source": "rpm", "version": "5.2.4" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "20.el8", "source": "rpm", "version": "4.7.0" } ], "yum-utils": [ { "arch": "noarch", "epoch": null, "name": "yum-utils", "release": "25.el8", "source": "rpm", "version": "4.0.21" } ], "zip": [ { "arch": "x86_64", "epoch": null, "name": "zip", "release": "23.el8", "source": "rpm", "version": "3.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "25.el8", "source": "rpm", "version": "1.2.11" } ], "zlib-devel": [ { "arch": "x86_64", "epoch": null, "name": "zlib-devel", "release": "25.el8", "source": "rpm", "version": "1.2.11" } ] } }, "changed": false } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:56 Thursday 16 May 2024 19:15:20 +0000 (0:00:01.472) 0:00:32.226 ********** ok: [sut] => { "ansible_facts": { "__rsyslog_version": "8.2102.0" }, "changed": false } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version 1] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:63 Thursday 16 May 2024 19:15:20 +0000 (0:00:00.024) 0:00:32.250 ********** skipping: [sut] => {} TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version 2] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:69 Thursday 16 May 2024 19:15:20 +0000 (0:00:00.038) 0:00:32.289 ********** ok: [sut] => {} MSG: Rsyslog_version is 8.2102.0, which is newer than "8.37.0-7.2". TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:78 Thursday 16 May 2024 19:15:20 +0000 (0:00:00.021) 0:00:32.310 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:86 Thursday 16 May 2024 19:15:20 +0000 (0:00:00.019) 0:00:32.330 ********** 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": 177, "state": "directory", "uid": 0 } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:93 Thursday 16 May 2024 19:15:21 +0000 (0:00:00.229) 0:00:32.559 ********** 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": 29, "state": "directory", "uid": 0 } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/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-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:99 Thursday 16 May 2024 19:15:21 +0000 (0:00:00.229) 0:00:32.789 ********** 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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate global rule to add to __rsyslog_common_rules] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:108 Thursday 16 May 2024 19:15:21 +0000 (0:00:00.228) 0:00:33.018 ********** ok: [sut] => { "ansible_facts": { "__rsyslog_common_rules": [ { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" } ] }, "changed": false } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:131 Thursday 16 May 2024 19:15:21 +0000 (0:00:00.066) 0:00:33.084 ********** skipping: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n maxMessageSize="8192"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Initialize list of template results] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:155 Thursday 16 May 2024 19:15:21 +0000 (0:00:00.032) 0:00:33.116 ********** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False", "skipped": true } ] } ] }, "changed": false } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:159 Thursday 16 May 2024 19:15:21 +0000 (0:00:00.021) 0:00:33.138 ********** skipping: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n maxMessageSize="8192"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:177 Thursday 16 May 2024 19:15:21 +0000 (0:00:00.029) 0:00:33.167 ********** TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:188 Thursday 16 May 2024 19:15:21 +0000 (0:00:00.018) 0:00:33.185 ********** TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Include output sub-vars] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:207 Thursday 16 May 2024 19:15:21 +0000 (0:00:00.017) 0:00:33.203 ********** ok: [sut] => (item={'name': 'default_files', '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-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/vars/outputs/files/main.yml" ], "ansible_loop_var": "output_item", "changed": false, "output_item": { "name": "default_files", "type": "files" } } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Run output sub-tasks] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:219 Thursday 16 May 2024 19:15:21 +0000 (0:00:00.025) 0:00:33.229 ********** included: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/outputs/files/main.yml for sut TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/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-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/outputs/files/main.yml:3 Thursday 16 May 2024 19:15:21 +0000 (0:00:00.041) 0:00:33.270 ********** included: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/deploy.yml:4 Thursday 16 May 2024 19:15:21 +0000 (0:00:00.033) 0:00:33.304 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/deploy.yml:15 Thursday 16 May 2024 19:15:21 +0000 (0:00:00.053) 0:00:33.357 ********** ok: [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, "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" }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-output-files-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "state": "file", "uid": 0 } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/deploy.yml:38 Thursday 16 May 2024 19:15:22 +0000 (0:00:00.542) 0:00:33.900 ********** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False", "skipped": true } ] }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": { "after": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" } }, "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": { "_diff_peek": null, "_original_basename": "rules.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "force": false, "group": "root", "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/etc/rsyslog.d/10-output-files-modules.conf", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-output-files-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/deploy.yml:43 Thursday 16 May 2024 19:15:22 +0000 (0:00:00.024) 0:00:33.924 ********** 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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration file /etc/rsyslog.d/output-files-default_files] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/outputs/files/main.yml:11 Thursday 16 May 2024 19:15:22 +0000 (0:00:00.028) 0:00:33.952 ********** included: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/deploy.yml:4 Thursday 16 May 2024 19:15:22 +0000 (0:00:00.035) 0:00:33.988 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/deploy.yml:15 Thursday 16 May 2024 19:15:22 +0000 (0:00:00.020) 0:00:34.009 ********** ok: [sut] => (item={'name': 'output-files-default_files', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="default_files") {\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, "checksum": "6b34ddb09de551bdabe9619872f9bfc26e0cf895", "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-files-default_files", "sections": [ { "options": "ruleset(name=\"default_files\") {\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" }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-files-default_files.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1152, "state": "file", "uid": 0 } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/deploy.yml:38 Thursday 16 May 2024 19:15:23 +0000 (0:00:00.579) 0:00:34.588 ********** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False", "skipped": true } ] }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": { "after": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" } }, "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": { "_diff_peek": null, "_original_basename": "rules.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "force": false, "group": "root", "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/etc/rsyslog.d/10-output-files-modules.conf", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-output-files-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "state": "file", "uid": 0 } ] }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "6b34ddb09de551bdabe9619872f9bfc26e0cf895", "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", "diff": { "after": { "path": "/etc/rsyslog.d/30-output-files-default_files.conf" }, "before": { "path": "/etc/rsyslog.d/30-output-files-default_files.conf" } }, "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-default_files", "sections": [ { "options": "ruleset(name=\"default_files\") {\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": { "_diff_peek": null, "_original_basename": "rules.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", "directory_mode": null, "follow": false, "force": false, "group": "root", "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/etc/rsyslog.d/30-output-files-default_files.conf", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-files-default_files.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1152, "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/deploy.yml:43 Thursday 16 May 2024 19:15:23 +0000 (0:00:00.024) 0:00:34.612 ********** skipping: [sut] => (item={'name': 'output-files-default_files', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="default_files") {\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-default_files", "sections": [ { "options": "ruleset(name=\"default_files\") {\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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog config files not owned by any package] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:232 Thursday 16 May 2024 19:15:23 +0000 (0:00:00.066) 0:00:34.679 ********** 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.038370", "end": "2024-05-16 19:15:23.353668", "failed_when_result": false, "rc": 0, "start": "2024-05-16 19:15:23.315298" } STDOUT: /etc/rsyslog.d/00-global.conf /etc/rsyslog.d/05-common-defaults.conf /etc/rsyslog.d/10-output-files-modules.conf /etc/rsyslog.d/30-output-files-default_files.conf /etc/rsyslog.d/90-input-basics-basic_input.conf TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Purge - remove files not generated by current state] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:249 Thursday 16 May 2024 19:15:23 +0000 (0:00:00.252) 0:00:34.932 ********** 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-basic_input.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "path": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "state": "absent" } NOTIFIED HANDLER /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Restart rsyslogd for sut TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/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-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:273 Thursday 16 May 2024 19:15:24 +0000 (0:00:00.662) 0:00:35.595 ********** TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/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-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:303 Thursday 16 May 2024 19:15:24 +0000 (0:00:00.018) 0:00:35.613 ********** 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-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local ca_cert file to the target if needed] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:315 Thursday 16 May 2024 19:15:24 +0000 (0:00:00.034) 0:00:35.648 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local cert file to the target if needed] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:331 Thursday 16 May 2024 19:15:24 +0000 (0:00:00.026) 0:00:35.674 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local key file to the target if needed] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:347 Thursday 16 May 2024 19:15:24 +0000 (0:00:00.024) 0:00:35.699 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:363 Thursday 16 May 2024 19:15:24 +0000 (0:00:00.024) 0:00:35.723 ********** changed: [sut] => { "changed": true, "enabled": true, "name": "rsyslog", "state": "started", "status": { "ActiveEnterTimestamp": "Thu 2024-05-16 19:15:02 UTC", "ActiveEnterTimestampMonotonic": "903630549", "ActiveExitTimestamp": "Thu 2024-05-16 19:15:13 UTC", "ActiveExitTimestampMonotonic": "915014601", "ActiveState": "inactive", "After": "basic.target network-online.target system.slice sysinit.target network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-05-16 19:15:02 UTC", "AssertTimestampMonotonic": "903595560", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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_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", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-05-16 19:15:02 UTC", "ConditionTimestampMonotonic": "903595558", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "1", "ExecMainExitTimestamp": "Thu 2024-05-16 19:15:13 UTC", "ExecMainExitTimestampMonotonic": "915021267", "ExecMainPID": "10892", "ExecMainStartTimestamp": "Thu 2024-05-16 19:15:02 UTC", "ExecMainStartTimestampMonotonic": "903596925", "ExecMainStatus": "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 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2024-05-16 19:15:13 UTC", "InactiveEnterTimestampMonotonic": "915021451", "InactiveExitTimestamp": "Thu 2024-05-16 19:15:02 UTC", "InactiveExitTimestampMonotonic": "903596977", "InvocationID": "73076a21cf1b4aa5b3815750b5d014b3", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "yes", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "yes", "ProtectHome": "read-only", "ProtectKernelModules": "yes", "ProtectKernelTunables": "yes", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "net", "RestrictRealtime": "no", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2024-05-16 19:15:13 UTC", "StateChangeTimestampMonotonic": "915021451", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "0", "SystemCallFilter": "~_sysctl adjtimex afs_syscall bdflush break clock_adjtime clock_settime create_module delete_module finit_module ftime get_kernel_syms getpmsg gtty idle init_module ioperm iopl kexec_file_load kexec_load lock lookup_dcookie modify_ldt mpx pciconfig_iobase pciconfig_read pciconfig_write perf_event_open process_vm_readv process_vm_writev prof profil ptrace putpmsg query_module reboot rtas security settimeofday sgetmask ssetmask stime stty subpage_prot swapoff swapon switch_endian sysfs tuxcall ulimit uselib ustat vm86 vm86old vserver", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22406", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network.target network-online.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Disable rsyslog service] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:372 Thursday 16 May 2024 19:15:24 +0000 (0:00:00.419) 0:00:36.143 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:381 Thursday 16 May 2024 19:15:24 +0000 (0:00:00.022) 0:00:36.165 ********** skipping: [sut] => {} TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : See if there are any config files] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:395 Thursday 16 May 2024 19:15:24 +0000 (0:00:00.019) 0:00:36.185 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Get mode of rsyslog.conf if it exists] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:402 Thursday 16 May 2024 19:15:24 +0000 (0:00:00.021) 0:00:36.206 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:408 Thursday 16 May 2024 19:15:24 +0000 (0:00:00.020) 0:00:36.226 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } RUNNING HANDLER [/WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Restart rsyslogd] *** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/handlers/main.yml:2 Thursday 16 May 2024 19:15:24 +0000 (0:00:00.008) 0:00:36.235 ********** changed: [sut] => { "changed": true, "name": "rsyslog", "state": "started", "status": { "ActiveEnterTimestamp": "Thu 2024-05-16 19:15:24 UTC", "ActiveEnterTimestampMonotonic": "925726216", "ActiveExitTimestamp": "Thu 2024-05-16 19:15:13 UTC", "ActiveExitTimestampMonotonic": "915014601", "ActiveState": "active", "After": "basic.target network-online.target system.slice sysinit.target network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-05-16 19:15:24 UTC", "AssertTimestampMonotonic": "925693226", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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_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", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-05-16 19:15:24 UTC", "ConditionTimestampMonotonic": "925693224", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "12315", "ExecMainStartTimestamp": "Thu 2024-05-16 19:15:24 UTC", "ExecMainStartTimestampMonotonic": "925694228", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Thu 2024-05-16 19:15:24 UTC] ; stop_time=[n/a] ; pid=12315 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2024-05-16 19:15:13 UTC", "InactiveEnterTimestampMonotonic": "915021451", "InactiveExitTimestamp": "Thu 2024-05-16 19:15:24 UTC", "InactiveExitTimestampMonotonic": "925694277", "InvocationID": "3f0c3a5f50a14276922290e7d0beec47", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "12315", "MemoryAccounting": "yes", "MemoryCurrent": "2002944", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "yes", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "yes", "ProtectHome": "read-only", "ProtectKernelModules": "yes", "ProtectKernelTunables": "yes", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "net", "RestrictRealtime": "no", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2024-05-16 19:15:24 UTC", "StateChangeTimestampMonotonic": "925726216", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "0", "SystemCallFilter": "~_sysctl adjtimex afs_syscall bdflush break clock_adjtime clock_settime create_module delete_module finit_module ftime get_kernel_syms getpmsg gtty idle init_module ioperm iopl kexec_file_load kexec_load lock lookup_dcookie modify_ldt mpx pciconfig_iobase pciconfig_read pciconfig_write perf_event_open process_vm_readv process_vm_writev prof profil ptrace putpmsg query_module reboot rtas security settimeofday sgetmask ssetmask stime stty subpage_prot swapoff swapon switch_endian sysfs tuxcall ulimit uselib ustat vm86 vm86old vserver", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "22406", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network.target network-online.target", "WatchdogTimestamp": "Thu 2024-05-16 19:15:24 UTC", "WatchdogTimestampMonotonic": "925726212", "WatchdogUSec": "0" } } META: ran handlers TASK [Check ports managed by firewall and selinux] ***************************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/tests_imuxsock_files.yml:105 Thursday 16 May 2024 19:15:25 +0000 (0:00:00.808) 0:00:37.043 ********** included: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/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-imuxsock_fail_when_errors0rfmkae9/tests/tasks/check_firewall_selinux.yml:3 Thursday 16 May 2024 19:15:25 +0000 (0:00:00.068) 0:00:37.112 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check firewall port status (manage - tcp)] ******************************* task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/tasks/check_firewall_selinux.yml:15 Thursday 16 May 2024 19:15:25 +0000 (0:00:00.024) 0:00:37.137 ********** TASK [Check firewall port status (manage - udp)] ******************************* task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/tasks/check_firewall_selinux.yml:24 Thursday 16 May 2024 19:15:25 +0000 (0:00:00.017) 0:00:37.155 ********** TASK [Check associated selinux ports (manage - tcp)] *************************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/tasks/check_firewall_selinux.yml:36 Thursday 16 May 2024 19:15:25 +0000 (0:00:00.018) 0:00:37.173 ********** TASK [Check associated selinux ports (manage - udp)] *************************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/tasks/check_firewall_selinux.yml:46 Thursday 16 May 2024 19:15:25 +0000 (0:00:00.017) 0:00:37.191 ********** TASK [Check if /dev/log is present] ******************************************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/tests_imuxsock_files.yml:108 Thursday 16 May 2024 19:15:25 +0000 (0:00:00.018) 0:00:37.210 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Restart journald units] ************************************************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/tests_imuxsock_files.yml:119 Thursday 16 May 2024 19:15:25 +0000 (0:00:00.213) 0:00:37.423 ********** changed: [sut] => { "changed": true, "cmd": "for service in systemd-journald.service systemd-journald-dev-log.socket systemd-journald.socket; do\n if systemctl is-active \"$service\"; then\n systemctl stop \"$service\" || :\n sleep 1\n fi\ndone\nfor service in systemd-journald.service systemd-journald-dev-log.socket systemd-journald.socket; do\n if ! systemctl is-active \"$service\"; then\n systemctl start \"$service\"\n sleep 1\n fi\ndone\n", "delta": "0:00:04.129498", "end": "2024-05-16 19:15:30.190050", "rc": 0, "start": "2024-05-16 19:15:26.060552" } STDOUT: active active active inactive active active STDERR: Warning: Stopping systemd-journald.service, but it can still be activated by: systemd-journald.socket systemd-journald-dev-log.socket TASK [Ensure /dev/log is present] ********************************************** task path: /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/tests_imuxsock_files.yml:140 Thursday 16 May 2024 19:15:30 +0000 (0:00:04.344) 0:00:41.768 ********** ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1715886929.1446743, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1715886929.1446743, "dev": 6, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 59348, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/run/systemd/journal/dev-log", "lnk_target": "/run/systemd/journal/dev-log", "mimetype": "inode/symlink", "mode": "0777", "mtime": 1715886929.1446743, "nlink": 1, "path": "/dev/log", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 28, "uid": 0, "version": null, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=103 changed=12 unreachable=0 failed=0 skipped=121 rescued=0 ignored=0 Thursday 16 May 2024 19:15:30 +0000 (0:00:00.212) 0:00:41.981 ********** =============================================================================== /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset original confs - logging package is absent --- 6.00s /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:22 /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages --- 4.60s /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:34 Restart journald units -------------------------------------------------- 4.34s /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/tests_imuxsock_files.yml:119 /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages --- 2.89s /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:34 /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts --- 1.63s /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:52 /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Restart rsyslogd --- 1.59s /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/handlers/main.yml:2 /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Get status of rsyslog packages --- 1.58s /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:15 /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts --- 1.47s /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:52 /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d --- 1.31s /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:131 Get content of /var/log/messages ---------------------------------------- 1.23s /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/tests_imuxsock_files.yml:77 Gathering Facts --------------------------------------------------------- 0.73s /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/tests_imuxsock_files.yml:31 /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d --- 0.72s /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/deploy.yml:15 /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Purge - remove files not generated by current state --- 0.66s /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:249 /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d --- 0.65s /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/deploy.yml:15 /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d --- 0.60s /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/deploy.yml:15 /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration --- 0.59s /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:408 /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d --- 0.58s /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/deploy.yml:15 /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d --- 0.54s /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/deploy.yml:15 /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service --- 0.52s /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:363 /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service --- 0.42s /WORKDIR/git-imuxsock_fail_when_errors0rfmkae9/roles/rsyslog/tasks/main_core.yml:363 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---