# 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_share_system_dir.yml ******************************************* 1 plays in /WORKDIR/git-weekly-civ_nddy43/tests/tests_share_system_dir.yml PLAY [Ensure that the role can share tangd.socket.d directory with other files] *** META: ran handlers TASK [Create the tangd.socket.d directory] ************************************* task path: /WORKDIR/git-weekly-civ_nddy43/tests/tests_share_system_dir.yml:14 Saturday 16 March 2024 13:57:41 +0000 (0:00:00.011) 0:00:00.011 ******** changed: [sut] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python" }, "changed": true, "gid": 0, "group": "root", "mode": "0775", "owner": "root", "path": "/etc/systemd/system/tangd.socket.d", "secontext": "unconfined_u:object_r:systemd_unit_file_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [Create a customization systemd file] ************************************* task path: /WORKDIR/git-weekly-civ_nddy43/tests/tests_share_system_dir.yml:20 Saturday 16 March 2024 13:57:41 +0000 (0:00:00.257) 0:00:00.269 ******** changed: [sut] => { "changed": true, "checksum": "05987691cc309e84627f31fa0d1680a3b3b2c4b2", "dest": "/etc/systemd/system/tangd.socket.d/override2.conf", "gid": 0, "group": "root", "md5sum": "fb9de2e8557683271457053efbe78252", "mode": "0664", "owner": "root", "secontext": "system_u:object_r:tangd_unit_file_t:s0", "size": 28, "src": "/root/.ansible/tmp/ansible-tmp-1710597461.6402383-4298-244984350751115/source", "state": "file", "uid": 0 } TASK [Run role] **************************************************************** task path: /WORKDIR/git-weekly-civ_nddy43/tests/tests_share_system_dir.yml:28 Saturday 16 March 2024 13:57:42 +0000 (0:00:00.456) 0:00:00.725 ******** TASK [linux-system-roles.nbde_server : Set version specific variables] ********* task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:6 Saturday 16 March 2024 13:57:42 +0000 (0:00:00.012) 0:00:00.737 ******** included: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml for sut TASK [linux-system-roles.nbde_server : Ensure ansible_facts used by role] ****** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:2 Saturday 16 March 2024 13:57:42 +0000 (0:00:00.021) 0:00:00.758 ******** ok: [sut] TASK [linux-system-roles.nbde_server : Check if system is ostree] ************** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:11 Saturday 16 March 2024 13:57:42 +0000 (0:00:00.303) 0:00:01.062 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.nbde_server : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:16 Saturday 16 March 2024 13:57:42 +0000 (0:00:00.123) 0:00:01.185 ******** ok: [sut] => { "ansible_facts": { "__nbde_server_is_ostree": false }, "changed": false } TASK [linux-system-roles.nbde_server : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:20 Saturday 16 March 2024 13:57:42 +0000 (0:00:00.019) 0:00:01.204 ******** ok: [sut] => { "ansible_facts": { "__nbde_server_cachedir": "/var/cache/tang", "__nbde_server_group": "tang", "__nbde_server_keydir": "/var/db/tang", "__nbde_server_keygen": "/usr/libexec/tangd-keygen", "__nbde_server_packages": [ "tang" ], "__nbde_server_services": [ "tangd.socket" ], "__nbde_server_update": "/usr/libexec/tangd-update", "__nbde_server_user": "tang" }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/vars/default.yml" ], "changed": false } TASK [linux-system-roles.nbde_server : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:9 Saturday 16 March 2024 13:57:42 +0000 (0:00:00.022) 0:00:01.227 ******** included: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml for sut TASK [linux-system-roles.nbde_server : Ensure tang is installed] *************** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 Saturday 16 March 2024 13:57:42 +0000 (0:00:00.022) 0:00:01.249 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tang-6-2.el7.x86_64 providing tang is already installed" ] } lsrpackages: tang TASK [linux-system-roles.nbde_server : Ensure keys are rotated] **************** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:9 Saturday 16 March 2024 13:57:43 +0000 (0:00:00.644) 0:00:01.893 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Ensure we have keys] ******************** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:18 Saturday 16 March 2024 13:57:43 +0000 (0:00:00.018) 0:00:01.911 ******** changed: [sut] => { "arguments": { "cachedir": "/var/cache/tang", "force": false, "keydir": "/var/db/tang", "keygen": "/usr/libexec/tangd-keygen", "keys_to_deploy_dir": null, "state": "keys-created", "update": "/usr/libexec/tangd-update" }, "changed": true, "state": "keys-created" } TASK [linux-system-roles.nbde_server : Perform key management (fetch/deploy) tasks] *** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:27 Saturday 16 March 2024 13:57:43 +0000 (0:00:00.185) 0:00:02.097 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Manage firewall and SELinux for port] *** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:32 Saturday 16 March 2024 13:57:43 +0000 (0:00:00.016) 0:00:02.114 ******** included: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml for sut TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 16 March 2024 13:57:43 +0000 (0:00:00.059) 0:00:02.173 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Saturday 16 March 2024 13:57:43 +0000 (0:00:00.009) 0:00:02.182 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Saturday 16 March 2024 13:57:43 +0000 (0:00:00.007) 0:00:02.190 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Saturday 16 March 2024 13:57:43 +0000 (0:00:00.007) 0:00:02.197 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Saturday 16 March 2024 13:57:43 +0000 (0:00:00.007) 0:00:02.205 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Saturday 16 March 2024 13:57:43 +0000 (0:00:00.007) 0:00:02.213 ******** skipping: [sut] => {} TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Saturday 16 March 2024 13:57:43 +0000 (0:00:00.007) 0:00:02.220 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Saturday 16 March 2024 13:57:43 +0000 (0:00:00.007) 0:00:02.228 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Saturday 16 March 2024 13:57:43 +0000 (0:00:00.007) 0:00:02.236 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Saturday 16 March 2024 13:57:43 +0000 (0:00:00.007) 0:00:02.243 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Saturday 16 March 2024 13:57:43 +0000 (0:00:00.007) 0:00:02.250 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Saturday 16 March 2024 13:57:43 +0000 (0:00:00.007) 0:00:02.257 ******** TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74 Saturday 16 March 2024 13:57:43 +0000 (0:00:00.007) 0:00:02.265 ******** TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Saturday 16 March 2024 13:57:43 +0000 (0:00:00.007) 0:00:02.272 ******** skipping: [sut] => (item={'ports': 80, 'proto': 'tcp', 'setype': 'tangd_port_t', 'state': 'present', 'local': True}) => { "__selinux_item": { "local": true, "ports": 80, "proto": "tcp", "setype": "tangd_port_t", "state": "present" }, "ansible_loop_var": "__selinux_item", "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Saturday 16 March 2024 13:57:43 +0000 (0:00:00.011) 0:00:02.284 ******** TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Saturday 16 March 2024 13:57:43 +0000 (0:00:00.007) 0:00:02.291 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115 Saturday 16 March 2024 13:57:43 +0000 (0:00:00.007) 0:00:02.298 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128 Saturday 16 March 2024 13:57:43 +0000 (0:00:00.008) 0:00:02.307 ******** TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136 Saturday 16 March 2024 13:57:43 +0000 (0:00:00.007) 0:00:02.314 ******** TASK [linux-system-roles.nbde_server : Stat the tangd custom port systemd directory] *** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:14 Saturday 16 March 2024 13:57:43 +0000 (0:00:00.007) 0:00:02.322 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710597461.5920036, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1710597462.027001, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 263398, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0775", "mtime": 1710597462.027001, "nlink": 2, "path": "/etc/systemd/system/tangd.socket.d", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 0, "version": "2113733992", "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.nbde_server : Get a list of files in the tangd custom directory] *** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:19 Saturday 16 March 2024 13:57:43 +0000 (0:00:00.122) 0:00:02.444 ******** ok: [sut] => { "changed": false, "examined": 1, "files": [ { "atime": 1710597462.024001, "ctime": 1710597462.0280008, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 262515, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0664", "mtime": 1710597461.851002, "nlink": 1, "path": "/etc/systemd/system/tangd.socket.d/override2.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 28, "uid": 0, "wgrp": true, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 1 } TASK [linux-system-roles.nbde_server : Manage tangd custom port systemd directory] *** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:35 Saturday 16 March 2024 13:57:43 +0000 (0:00:00.195) 0:00:02.640 ******** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0775", "owner": "root", "path": "/etc/systemd/system/tangd.socket.d", "secontext": "unconfined_u:object_r:systemd_unit_file_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [linux-system-roles.nbde_server : Creates the file with the port entry that we want tangd to listen to] *** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:46 Saturday 16 March 2024 13:57:44 +0000 (0:00:00.129) 0:00:02.769 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Set flag to to tell main that the port has changed] *** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:55 Saturday 16 March 2024 13:57:44 +0000 (0:00:00.009) 0:00:02.778 ******** ok: [sut] => { "ansible_facts": { "__nbde_server_port_changed": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 16 March 2024 13:57:44 +0000 (0:00:00.010) 0:00:02.788 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 16 March 2024 13:57:44 +0000 (0:00:00.008) 0:00:02.797 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 16 March 2024 13:57:44 +0000 (0:00:00.009) 0:00:02.806 ******** skipping: [sut] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 16 March 2024 13:57:44 +0000 (0:00:00.014) 0:00:02.820 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 16 March 2024 13:57:44 +0000 (0:00:00.008) 0:00:02.829 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 16 March 2024 13:57:44 +0000 (0:00:00.008) 0:00:02.838 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 16 March 2024 13:57:44 +0000 (0:00:00.009) 0:00:02.847 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 16 March 2024 13:57:44 +0000 (0:00:00.008) 0:00:02.856 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 16 March 2024 13:57:44 +0000 (0:00:00.014) 0:00:02.870 ******** skipping: [sut] => (item={'port': '80/tcp', 'zone': 'public', 'state': 'enabled', 'immediate': True, 'permanent': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "immediate": true, "permanent": true, "port": "80/tcp", "state": "enabled", "zone": "public" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Saturday 16 March 2024 13:57:44 +0000 (0:00:00.013) 0:00:02.884 ******** skipping: [sut] => (item={'port': '80/tcp', 'zone': 'public', 'state': 'enabled', 'immediate': True, 'permanent': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "immediate": true, "permanent": true, "port": "80/tcp", "state": "enabled", "zone": "public" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 16 March 2024 13:57:44 +0000 (0:00:00.013) 0:00:02.897 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Saturday 16 March 2024 13:57:44 +0000 (0:00:00.009) 0:00:02.906 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Saturday 16 March 2024 13:57:44 +0000 (0:00:00.008) 0:00:02.915 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 16 March 2024 13:57:44 +0000 (0:00:00.009) 0:00:02.925 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Saturday 16 March 2024 13:57:44 +0000 (0:00:00.010) 0:00:02.936 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Saturday 16 March 2024 13:57:44 +0000 (0:00:00.008) 0:00:02.944 ******** skipping: [sut] => {} TASK [linux-system-roles.nbde_server : Reload the daemons so the new changes take effect] *** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:36 Saturday 16 March 2024 13:57:44 +0000 (0:00:00.009) 0:00:02.954 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Ensure required services are enabled and at the right state] *** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:41 Saturday 16 March 2024 13:57:44 +0000 (0:00:00.007) 0:00:02.961 ******** ok: [sut] => (item=tangd.socket) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "tangd.socket", "name": "tangd.socket", "state": "started", "status": { "Accept": "yes", "ActiveEnterTimestamp": "Sat 2024-03-16 13:57:36 UTC", "ActiveEnterTimestampMonotonic": "1285584699", "ActiveExitTimestamp": "Sat 2024-03-16 13:57:34 UTC", "ActiveExitTimestampMonotonic": "1283766587", "ActiveState": "active", "After": "-.slice sysinit.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-16 13:57:36 UTC", "AssertTimestampMonotonic": "1285583008", "Backlog": "128", "Before": "shutdown.target multi-user.target sockets.target tangd@0.service", "BindIPv6Only": "default", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "Broadcast": "no", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-03-16 13:57:36 UTC", "ConditionTimestampMonotonic": "1285583006", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DeferAcceptUSec": "0", "Delegate": "no", "Description": "Tang Server socket", "DevicePolicy": "auto", "DirectoryMode": "0755", "FragmentPath": "/usr/lib/systemd/system/tangd.socket", "FreeBind": "no", "IOScheduling": "0", "IPTOS": "-1", "IPTTL": "-1", "Id": "tangd.socket", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-03-16 13:57:34 UTC", "InactiveEnterTimestampMonotonic": "1283766587", "InactiveExitTimestamp": "Sat 2024-03-16 13:57:36 UTC", "InactiveExitTimestampMonotonic": "1285584699", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KeepAlive": "no", "KeepAliveIntervalUSec": "0", "KeepAliveProbes": "0", "KeepAliveTimeUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "ListenStream": "[::]:80", "LoadState": "loaded", "Mark": "-1", "MaxConnections": "64", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "NAccepted": "0", "NConnections": "0", "Names": "tangd.socket", "NeedDaemonReload": "yes", "Nice": "0", "NoDelay": "no", "NoNewPrivileges": "no", "NonBlocking": "no", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PassCredentials": "no", "PassSecurity": "no", "PipeSize": "0", "Priority": "-1", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "ReceiveBuffer": "0", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemoveOnStop": "no", "Requires": "-.slice sysinit.target", "Result": "success", "ReusePort": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendBuffer": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SocketMode": "0666", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StopWhenUnneeded": "no", "SubState": "listening", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Transparent": "no", "Triggers": "tangd@0.service", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target" } } TASK [Check tangd socket dir] ************************************************** task path: /WORKDIR/git-weekly-civ_nddy43/tests/tests_share_system_dir.yml:33 Saturday 16 March 2024 13:57:44 +0000 (0:00:00.504) 0:00:03.466 ******** ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1710597463.933989, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1710597462.027001, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 263398, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0775", "mtime": 1710597462.027001, "nlink": 2, "path": "/etc/systemd/system/tangd.socket.d", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 0, "version": "2113733992", "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Check custom file] ******************************************************* task path: /WORKDIR/git-weekly-civ_nddy43/tests/tests_share_system_dir.yml:40 Saturday 16 March 2024 13:57:44 +0000 (0:00:00.123) 0:00:03.589 ******** ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1710597462.024001, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "05987691cc309e84627f31fa0d1680a3b3b2c4b2", "ctime": 1710597462.0280008, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262515, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0664", "mtime": 1710597461.851002, "nlink": 1, "path": "/etc/systemd/system/tangd.socket.d/override2.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 28, "uid": 0, "version": "2113733997", "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify role reported no changes] ***************************************** task path: /WORKDIR/git-weekly-civ_nddy43/tests/tests_share_system_dir.yml:47 Saturday 16 March 2024 13:57:45 +0000 (0:00:00.127) 0:00:03.717 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Run the role with a custom port] ***************************************** task path: /WORKDIR/git-weekly-civ_nddy43/tests/tests_share_system_dir.yml:51 Saturday 16 March 2024 13:57:45 +0000 (0:00:00.009) 0:00:03.727 ******** TASK [linux-system-roles.nbde_server : Set version specific variables] ********* task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:6 Saturday 16 March 2024 13:57:45 +0000 (0:00:00.011) 0:00:03.739 ******** included: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml for sut TASK [linux-system-roles.nbde_server : Ensure ansible_facts used by role] ****** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:2 Saturday 16 March 2024 13:57:45 +0000 (0:00:00.010) 0:00:03.749 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Check if system is ostree] ************** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:11 Saturday 16 March 2024 13:57:45 +0000 (0:00:00.008) 0:00:03.758 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:16 Saturday 16 March 2024 13:57:45 +0000 (0:00:00.007) 0:00:03.765 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:20 Saturday 16 March 2024 13:57:45 +0000 (0:00:00.007) 0:00:03.773 ******** ok: [sut] => { "ansible_facts": { "__nbde_server_cachedir": "/var/cache/tang", "__nbde_server_group": "tang", "__nbde_server_keydir": "/var/db/tang", "__nbde_server_keygen": "/usr/libexec/tangd-keygen", "__nbde_server_packages": [ "tang" ], "__nbde_server_services": [ "tangd.socket" ], "__nbde_server_update": "/usr/libexec/tangd-update", "__nbde_server_user": "tang" }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/vars/default.yml" ], "changed": false } TASK [linux-system-roles.nbde_server : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:9 Saturday 16 March 2024 13:57:45 +0000 (0:00:00.014) 0:00:03.787 ******** included: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml for sut TASK [linux-system-roles.nbde_server : Ensure tang is installed] *************** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 Saturday 16 March 2024 13:57:45 +0000 (0:00:00.013) 0:00:03.800 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tang-6-2.el7.x86_64 providing tang is already installed" ] } lsrpackages: tang TASK [linux-system-roles.nbde_server : Ensure keys are rotated] **************** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:9 Saturday 16 March 2024 13:57:45 +0000 (0:00:00.559) 0:00:04.360 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Ensure we have keys] ******************** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:18 Saturday 16 March 2024 13:57:45 +0000 (0:00:00.009) 0:00:04.369 ******** ok: [sut] => { "arguments": { "cachedir": "/var/cache/tang", "force": false, "keydir": "/var/db/tang", "keygen": "/usr/libexec/tangd-keygen", "keys_to_deploy_dir": null, "state": "keys-created", "update": "/usr/libexec/tangd-update" }, "changed": false, "state": "keys-created" } TASK [linux-system-roles.nbde_server : Perform key management (fetch/deploy) tasks] *** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:27 Saturday 16 March 2024 13:57:45 +0000 (0:00:00.116) 0:00:04.486 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Manage firewall and SELinux for port] *** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:32 Saturday 16 March 2024 13:57:45 +0000 (0:00:00.010) 0:00:04.497 ******** included: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml for sut TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 16 March 2024 13:57:45 +0000 (0:00:00.018) 0:00:04.515 ******** included: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for sut TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Saturday 16 March 2024 13:57:45 +0000 (0:00:00.019) 0:00:04.534 ******** ok: [sut] TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Saturday 16 March 2024 13:57:46 +0000 (0:00:00.211) 0:00:04.746 ******** included: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for sut TASK [fedora.linux_system_roles.selinux : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Saturday 16 March 2024 13:57:46 +0000 (0:00:00.017) 0:00:04.764 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Saturday 16 March 2024 13:57:46 +0000 (0:00:00.117) 0:00:04.882 ******** ok: [sut] => { "ansible_facts": { "__selinux_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] ******* task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:14 Saturday 16 March 2024 13:57:46 +0000 (0:00:00.013) 0:00:04.895 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "libselinux-python-2.5-15.el7.x86_64 providing libselinux-python is already installed", "policycoreutils-python-2.5-34.el7.x86_64 providing policycoreutils-python is already installed" ] } lsrpackages: libselinux-python policycoreutils-python TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:23 Saturday 16 March 2024 13:57:46 +0000 (0:00:00.551) 0:00:05.447 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:34 Saturday 16 March 2024 13:57:46 +0000 (0:00:00.011) 0:00:05.458 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:45 Saturday 16 March 2024 13:57:46 +0000 (0:00:00.011) 0:00:05.470 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Refresh facts] *********************** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:53 Saturday 16 March 2024 13:57:46 +0000 (0:00:00.010) 0:00:05.480 ******** ok: [sut] TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Saturday 16 March 2024 13:57:47 +0000 (0:00:00.361) 0:00:05.842 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Saturday 16 March 2024 13:57:47 +0000 (0:00:00.010) 0:00:05.852 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Saturday 16 March 2024 13:57:47 +0000 (0:00:00.009) 0:00:05.862 ******** ok: [sut] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Saturday 16 March 2024 13:57:47 +0000 (0:00:00.012) 0:00:05.874 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Saturday 16 March 2024 13:57:47 +0000 (0:00:00.007) 0:00:05.882 ******** skipping: [sut] => {} TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Saturday 16 March 2024 13:57:47 +0000 (0:00:00.008) 0:00:05.891 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Saturday 16 March 2024 13:57:47 +0000 (0:00:00.009) 0:00:05.901 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Saturday 16 March 2024 13:57:47 +0000 (0:00:00.008) 0:00:05.909 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Saturday 16 March 2024 13:57:47 +0000 (0:00:00.008) 0:00:05.918 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Saturday 16 March 2024 13:57:47 +0000 (0:00:00.011) 0:00:05.929 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Saturday 16 March 2024 13:57:47 +0000 (0:00:00.008) 0:00:05.938 ******** TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74 Saturday 16 March 2024 13:57:47 +0000 (0:00:00.007) 0:00:05.946 ******** TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Saturday 16 March 2024 13:57:47 +0000 (0:00:00.007) 0:00:05.953 ******** changed: [sut] => (item={'ports': 7500, 'proto': 'tcp', 'setype': 'tangd_port_t', 'state': 'present', 'local': True}) => { "__selinux_item": { "local": true, "ports": 7500, "proto": "tcp", "setype": "tangd_port_t", "state": "present" }, "ansible_loop_var": "__selinux_item", "changed": true, "ports": [ "7500" ], "proto": "tcp", "setype": "tangd_port_t", "state": "present" } TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Saturday 16 March 2024 13:57:52 +0000 (0:00:05.367) 0:00:11.321 ******** TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Saturday 16 March 2024 13:57:52 +0000 (0:00:00.009) 0:00:11.330 ******** ok: [sut] => { "ansible_facts": { "selinux_checksums": false, "selinux_installed_modules": { "abrt": { "100": { "checksum": "", "enabled": 1 } }, "accountsd": { "100": { "checksum": "", "enabled": 1 } }, "acct": { "100": { "checksum": "", "enabled": 1 } }, "afs": { "100": { "checksum": "", "enabled": 1 } }, "aiccu": { "100": { "checksum": "", "enabled": 1 } }, "aide": { "100": { "checksum": "", "enabled": 1 } }, "ajaxterm": { "100": { "checksum": "", "enabled": 1 } }, "alsa": { "100": { "checksum": "", "enabled": 1 } }, "amanda": { "100": { "checksum": "", "enabled": 1 } }, "amtu": { "100": { "checksum": "", "enabled": 1 } }, "anaconda": { "100": { "checksum": "", "enabled": 1 } }, "antivirus": { "100": { "checksum": "", "enabled": 1 } }, "apache": { "100": { "checksum": "", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "", "enabled": 1 } }, "apm": { "100": { "checksum": "", "enabled": 1 } }, "application": { "100": { "checksum": "", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "", "enabled": 1 } }, "asterisk": { "100": { "checksum": "", "enabled": 1 } }, "auditadm": { "100": { "checksum": "", "enabled": 1 } }, "authconfig": { "100": { "checksum": "", "enabled": 1 } }, "authlogin": { "100": { "checksum": "", "enabled": 1 } }, "automount": { "100": { "checksum": "", "enabled": 1 } }, "avahi": { "100": { "checksum": "", "enabled": 1 } }, "awstats": { "100": { "checksum": "", "enabled": 1 } }, "bacula": { "100": { "checksum": "", "enabled": 1 } }, "base": { "100": { "checksum": "", "enabled": 1 } }, "bcfg2": { "100": { "checksum": "", "enabled": 1 } }, "bind": { "100": { "checksum": "", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "", "enabled": 1 } }, "blueman": { "100": { "checksum": "", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "", "enabled": 1 } }, "boinc": { "100": { "checksum": "", "enabled": 1 } }, "boltd": { "100": { "checksum": "", "enabled": 1 } }, "bootloader": { "100": { "checksum": "", "enabled": 1 } }, "brctl": { "100": { "checksum": "", "enabled": 1 } }, "brltty": { "100": { "checksum": "", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "", "enabled": 1 } }, "bumblebee": { "100": { "checksum": "", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "", "enabled": 1 } }, "calamaris": { "100": { "checksum": "", "enabled": 1 } }, "callweaver": { "100": { "checksum": "", "enabled": 1 } }, "canna": { "100": { "checksum": "", "enabled": 1 } }, "ccs": { "100": { "checksum": "", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "", "enabled": 1 } }, "certmaster": { "100": { "checksum": "", "enabled": 1 } }, "certmonger": { "100": { "checksum": "", "enabled": 1 } }, "certwatch": { "100": { "checksum": "", "enabled": 1 } }, "cfengine": { "100": { "checksum": "", "enabled": 1 } }, "cgdcbxd": { "100": { "checksum": "", "enabled": 1 } }, "cgroup": { "100": { "checksum": "", "enabled": 1 } }, "chrome": { "100": { "checksum": "", "enabled": 1 } }, "chronyd": { "100": { "checksum": "", "enabled": 1 } }, "cinder": { "100": { "checksum": "", "enabled": 1 } }, "cipe": { "100": { "checksum": "", "enabled": 1 } }, "clock": { "100": { "checksum": "", "enabled": 1 } }, "clogd": { "100": { "checksum": "", "enabled": 1 } }, "cloudform": { "100": { "checksum": "", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "", "enabled": 1 } }, "cobbler": { "100": { "checksum": "", "enabled": 1 } }, "cockpit": { "100": { "checksum": "", "enabled": 1 } }, "collectd": { "100": { "checksum": "", "enabled": 1 } }, "colord": { "100": { "checksum": "", "enabled": 1 } }, "comsat": { "100": { "checksum": "", "enabled": 1 } }, "condor": { "100": { "checksum": "", "enabled": 1 } }, "conman": { "100": { "checksum": "", "enabled": 1 } }, "consolekit": { "100": { "checksum": "", "enabled": 1 } }, "container": { "100": { "checksum": "", "enabled": 1 } }, "couchdb": { "100": { "checksum": "", "enabled": 1 } }, "courier": { "100": { "checksum": "", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "", "enabled": 1 } }, "cron": { "100": { "checksum": "", "enabled": 1 } }, "ctdb": { "100": { "checksum": "", "enabled": 1 } }, "cups": { "100": { "checksum": "", "enabled": 1 } }, "cvs": { "100": { "checksum": "", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "", "enabled": 1 } }, "cyrus": { "100": { "checksum": "", "enabled": 1 } }, "daemontools": { "100": { "checksum": "", "enabled": 1 } }, "dbadm": { "100": { "checksum": "", "enabled": 1 } }, "dbskk": { "100": { "checksum": "", "enabled": 1 } }, "dbus": { "100": { "checksum": "", "enabled": 1 } }, "dcc": { "100": { "checksum": "", "enabled": 1 } }, "ddclient": { "100": { "checksum": "", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "", "enabled": 1 } }, "devicekit": { "100": { "checksum": "", "enabled": 1 } }, "dhcp": { "100": { "checksum": "", "enabled": 1 } }, "dictd": { "100": { "checksum": "", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "", "enabled": 1 } }, "dirsrv-admin": { "100": { "checksum": "", "enabled": 1 } }, "dmesg": { "100": { "checksum": "", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "", "enabled": 1 } }, "dnssec": { "100": { "checksum": "", "enabled": 1 } }, "dovecot": { "100": { "checksum": "", "enabled": 1 } }, "drbd": { "100": { "checksum": "", "enabled": 1 } }, "dspam": { "100": { "checksum": "", "enabled": 1 } }, "entropyd": { "100": { "checksum": "", "enabled": 1 } }, "exim": { "100": { "checksum": "", "enabled": 1 } }, "fail2ban": { "100": { "checksum": "", "enabled": 1 } }, "fcoe": { "100": { "checksum": "", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "", "enabled": 1 } }, "finger": { "100": { "checksum": "", "enabled": 1 } }, "firewalld": { "100": { "checksum": "", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "", "enabled": 1 } }, "firstboot": { "100": { "checksum": "", "enabled": 1 } }, "fprintd": { "100": { "checksum": "", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "", "enabled": 1 } }, "freqset": { "100": { "checksum": "", "enabled": 1 } }, "fstools": { "100": { "checksum": "", "enabled": 1 } }, "ftp": { "100": { "checksum": "", "enabled": 1 } }, "games": { "100": { "checksum": "", "enabled": 1 } }, "ganesha": { "100": { "checksum": "", "enabled": 1 } }, "gdomap": { "100": { "checksum": "", "enabled": 1 } }, "geoclue": { "100": { "checksum": "", "enabled": 1 } }, "getty": { "100": { "checksum": "", "enabled": 1 } }, "git": { "100": { "checksum": "", "enabled": 1 } }, "gitosis": { "100": { "checksum": "", "enabled": 1 } }, "glance": { "100": { "checksum": "", "enabled": 1 } }, "glusterd": { "100": { "checksum": "", "enabled": 1 } }, "gnome": { "100": { "checksum": "", "enabled": 1 } }, "gpg": { "100": { "checksum": "", "enabled": 1 } }, "gpm": { "100": { "checksum": "", "enabled": 1 } }, "gpsd": { "100": { "checksum": "", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "", "enabled": 1 } }, "guest": { "100": { "checksum": "", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "", "enabled": 1 } }, "hostname": { "100": { "checksum": "", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "", "enabled": 1 } }, "hwloc": { "100": { "checksum": "", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "", "enabled": 1 } }, "icecast": { "100": { "checksum": "", "enabled": 1 } }, "inetd": { "100": { "checksum": "", "enabled": 1 } }, "init": { "100": { "checksum": "", "enabled": 1 } }, "inn": { "100": { "checksum": "", "enabled": 1 } }, "iodine": { "100": { "checksum": "", "enabled": 1 } }, "iotop": { "100": { "checksum": "", "enabled": 1 } }, "ipa": { "100": { "checksum": "", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "", "enabled": 1 } }, "ipsec": { "100": { "checksum": "", "enabled": 1 } }, "iptables": { "100": { "checksum": "", "enabled": 1 } }, "irc": { "100": { "checksum": "", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "", "enabled": 1 } }, "iscsi": { "100": { "checksum": "", "enabled": 1 } }, "isns": { "100": { "checksum": "", "enabled": 1 } }, "jabber": { "100": { "checksum": "", "enabled": 1 } }, "jetty": { "100": { "checksum": "", "enabled": 1 } }, "jockey": { "100": { "checksum": "", "enabled": 1 } }, "journalctl": { "100": { "checksum": "", "enabled": 1 } }, "kdump": { "100": { "checksum": "", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "", "enabled": 1 } }, "keepalived": { "100": { "checksum": "", "enabled": 1 } }, "kerberos": { "100": { "checksum": "", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "", "enabled": 1 } }, "keystone": { "100": { "checksum": "", "enabled": 1 } }, "kismet": { "100": { "checksum": "", "enabled": 1 } }, "kmscon": { "100": { "checksum": "", "enabled": 1 } }, "kpatch": { "100": { "checksum": "", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "", "enabled": 1 } }, "ktalk": { "100": { "checksum": "", "enabled": 1 } }, "l2tp": { "100": { "checksum": "", "enabled": 1 } }, "ldap": { "100": { "checksum": "", "enabled": 1 } }, "libraries": { "100": { "checksum": "", "enabled": 1 } }, "likewise": { "100": { "checksum": "", "enabled": 1 } }, "linuxptp": { "100": { "checksum": "", "enabled": 1 } }, "lircd": { "100": { "checksum": "", "enabled": 1 } }, "livecd": { "100": { "checksum": "", "enabled": 1 } }, "lldpad": { "100": { "checksum": "", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "", "enabled": 1 } }, "locallogin": { "100": { "checksum": "", "enabled": 1 } }, "lockdev": { "100": { "checksum": "", "enabled": 1 } }, "logadm": { "100": { "checksum": "", "enabled": 1 } }, "logging": { "100": { "checksum": "", "enabled": 1 } }, "logrotate": { "100": { "checksum": "", "enabled": 1 } }, "logwatch": { "100": { "checksum": "", "enabled": 1 } }, "lpd": { "100": { "checksum": "", "enabled": 1 } }, "lsm": { "100": { "checksum": "", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "", "enabled": 1 } }, "lvm": { "100": { "checksum": "", "enabled": 1 } }, "mailman": { "100": { "checksum": "", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "", "enabled": 1 } }, "man2html": { "100": { "checksum": "", "enabled": 1 } }, "mandb": { "100": { "checksum": "", "enabled": 1 } }, "mcelog": { "100": { "checksum": "", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "", "enabled": 1 } }, "memcached": { "100": { "checksum": "", "enabled": 1 } }, "milter": { "100": { "checksum": "", "enabled": 1 } }, "minidlna": { "100": { "checksum": "", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "", "enabled": 1 } }, "mip6d": { "100": { "checksum": "", "enabled": 1 } }, "mirrormanager": { "100": { "checksum": "", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "", "enabled": 1 } }, "mock": { "100": { "checksum": "", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "", "enabled": 1 } }, "modutils": { "100": { "checksum": "", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "", "enabled": 1 } }, "mongodb": { "100": { "checksum": "", "enabled": 1 } }, "motion": { "100": { "checksum": "", "enabled": 1 } }, "mount": { "100": { "checksum": "", "enabled": 1 } }, "mozilla": { "100": { "checksum": "", "enabled": 1 } }, "mpd": { "100": { "checksum": "", "enabled": 1 } }, "mplayer": { "100": { "checksum": "", "enabled": 1 } }, "mrtg": { "100": { "checksum": "", "enabled": 1 } }, "mta": { "100": { "checksum": "", "enabled": 1 } }, "munin": { "100": { "checksum": "", "enabled": 1 } }, "mysql": { "100": { "checksum": "", "enabled": 1 } }, "mythtv": { "100": { "checksum": "", "enabled": 1 } }, "nagios": { "100": { "checksum": "", "enabled": 1 } }, "namespace": { "100": { "checksum": "", "enabled": 1 } }, "ncftool": { "100": { "checksum": "", "enabled": 1 } }, "netlabel": { "100": { "checksum": "", "enabled": 1 } }, "netutils": { "100": { "checksum": "", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "", "enabled": 1 } }, "ninfod": { "100": { "checksum": "", "enabled": 1 } }, "nis": { "100": { "checksum": "", "enabled": 1 } }, "nova": { "100": { "checksum": "", "enabled": 1 } }, "nscd": { "100": { "checksum": "", "enabled": 1 } }, "nsd": { "100": { "checksum": "", "enabled": 1 } }, "nslcd": { "100": { "checksum": "", "enabled": 1 } }, "ntop": { "100": { "checksum": "", "enabled": 1 } }, "ntp": { "100": { "checksum": "", "enabled": 1 } }, "numad": { "100": { "checksum": "", "enabled": 1 } }, "nut": { "100": { "checksum": "", "enabled": 1 } }, "nx": { "100": { "checksum": "", "enabled": 1 } }, "obex": { "100": { "checksum": "", "enabled": 1 } }, "oddjob": { "100": { "checksum": "", "enabled": 1 } }, "openct": { "100": { "checksum": "", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "", "enabled": 1 } }, "openhpid": { "100": { "checksum": "", "enabled": 1 } }, "openshift": { "100": { "checksum": "", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "", "enabled": 1 } }, "opensm": { "100": { "checksum": "", "enabled": 1 } }, "openvpn": { "100": { "checksum": "", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "", "enabled": 1 } }, "openwsman": { "100": { "checksum": "", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "", "enabled": 1 } }, "osad": { "100": { "checksum": "", "enabled": 1 } }, "pads": { "100": { "checksum": "", "enabled": 1 } }, "passenger": { "100": { "checksum": "", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "", "enabled": 1 } }, "pcp": { "100": { "checksum": "", "enabled": 1 } }, "pcscd": { "100": { "checksum": "", "enabled": 1 } }, "pegasus": { "100": { "checksum": "", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "", "enabled": 1 } }, "pesign": { "100": { "checksum": "", "enabled": 1 } }, "pingd": { "100": { "checksum": "", "enabled": 1 } }, "piranha": { "100": { "checksum": "", "enabled": 1 } }, "pkcs": { "100": { "checksum": "", "enabled": 1 } }, "pki": { "100": { "checksum": "", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "", "enabled": 1 } }, "policykit": { "100": { "checksum": "", "enabled": 1 } }, "polipo": { "100": { "checksum": "", "enabled": 1 } }, "portmap": { "100": { "checksum": "", "enabled": 1 } }, "portreserve": { "100": { "checksum": "", "enabled": 1 } }, "postfix": { "100": { "checksum": "", "enabled": 1 } }, "postgresql": { "100": { "checksum": "", "enabled": 1 } }, "postgrey": { "100": { "checksum": "", "enabled": 1 } }, "ppp": { "100": { "checksum": "", "enabled": 1 } }, "prelink": { "100": { "checksum": "", "enabled": 1 } }, "prelude": { "100": { "checksum": "", "enabled": 1 } }, "privoxy": { "100": { "checksum": "", "enabled": 1 } }, "procmail": { "100": { "checksum": "", "enabled": 1 } }, "prosody": { "100": { "checksum": "", "enabled": 1 } }, "psad": { "100": { "checksum": "", "enabled": 1 } }, "ptchown": { "100": { "checksum": "", "enabled": 1 } }, "publicfile": { "100": { "checksum": "", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "", "enabled": 1 } }, "puppet": { "100": { "checksum": "", "enabled": 1 } }, "pwauth": { "100": { "checksum": "", "enabled": 1 } }, "qmail": { "100": { "checksum": "", "enabled": 1 } }, "qpid": { "100": { "checksum": "", "enabled": 1 } }, "quantum": { "100": { "checksum": "", "enabled": 1 } }, "quota": { "100": { "checksum": "", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "", "enabled": 1 } }, "radius": { "100": { "checksum": "", "enabled": 1 } }, "radvd": { "100": { "checksum": "", "enabled": 1 } }, "raid": { "100": { "checksum": "", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "", "enabled": 1 } }, "rdisc": { "100": { "checksum": "", "enabled": 1 } }, "readahead": { "100": { "checksum": "", "enabled": 1 } }, "realmd": { "100": { "checksum": "", "enabled": 1 } }, "redis": { "100": { "checksum": "", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "", "enabled": 1 } }, "restraint": { "400": { "checksum": "", "enabled": 1 } }, "rhcs": { "100": { "checksum": "", "enabled": 1 } }, "rhev": { "100": { "checksum": "", "enabled": 1 } }, "rhgb": { "100": { "checksum": "", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "", "enabled": 1 } }, "rhts": { "400": { "checksum": "", "enabled": 1 } }, "ricci": { "100": { "checksum": "", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "", "enabled": 1 } }, "rlogin": { "100": { "checksum": "", "enabled": 1 } }, "rngd": { "100": { "checksum": "", "enabled": 1 } }, "roundup": { "100": { "checksum": "", "enabled": 1 } }, "rpc": { "100": { "checksum": "", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "", "enabled": 1 } }, "rpm": { "100": { "checksum": "", "enabled": 1 } }, "rshd": { "100": { "checksum": "", "enabled": 1 } }, "rssh": { "100": { "checksum": "", "enabled": 1 } }, "rsync": { "100": { "checksum": "", "enabled": 1 } }, "rtas": { "100": { "checksum": "", "enabled": 1 } }, "rtkit": { "100": { "checksum": "", "enabled": 1 } }, "rwho": { "100": { "checksum": "", "enabled": 1 } }, "samba": { "100": { "checksum": "", "enabled": 1 } }, "sambagui": { "100": { "checksum": "", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "", "enabled": 1 } }, "sanlock": { "100": { "checksum": "", "enabled": 1 } }, "sasl": { "100": { "checksum": "", "enabled": 1 } }, "sbd": { "100": { "checksum": "", "enabled": 1 } }, "sblim": { "100": { "checksum": "", "enabled": 1 } }, "screen": { "100": { "checksum": "", "enabled": 1 } }, "secadm": { "100": { "checksum": "", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "", "enabled": 1 } }, "sendmail": { "100": { "checksum": "", "enabled": 1 } }, "sensord": { "100": { "checksum": "", "enabled": 1 } }, "setrans": { "100": { "checksum": "", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "", "enabled": 1 } }, "seunshare": { "100": { "checksum": "", "enabled": 1 } }, "sge": { "100": { "checksum": "", "enabled": 1 } }, "shorewall": { "100": { "checksum": "", "enabled": 1 } }, "slocate": { "100": { "checksum": "", "enabled": 1 } }, "slpd": { "100": { "checksum": "", "enabled": 1 } }, "smartmon": { "100": { "checksum": "", "enabled": 1 } }, "smokeping": { "100": { "checksum": "", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "", "enabled": 1 } }, "smsd": { "100": { "checksum": "", "enabled": 1 } }, "snapper": { "100": { "checksum": "", "enabled": 1 } }, "snmp": { "100": { "checksum": "", "enabled": 1 } }, "snort": { "100": { "checksum": "", "enabled": 1 } }, "sosreport": { "100": { "checksum": "", "enabled": 1 } }, "soundserver": { "100": { "checksum": "", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "", "enabled": 1 } }, "squid": { "100": { "checksum": "", "enabled": 1 } }, "ssh": { "100": { "checksum": "", "enabled": 1 } }, "sssd": { "100": { "checksum": "", "enabled": 1 } }, "staff": { "100": { "checksum": "", "enabled": 1 } }, "stapserver": { "100": { "checksum": "", "enabled": 1 } }, "stunnel": { "100": { "checksum": "", "enabled": 1 } }, "su": { "100": { "checksum": "", "enabled": 1 } }, "sudo": { "100": { "checksum": "", "enabled": 1 } }, "svnserve": { "100": { "checksum": "", "enabled": 1 } }, "swift": { "100": { "checksum": "", "enabled": 1 } }, "sysadm": { "100": { "checksum": "", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "", "enabled": 1 } }, "sysstat": { "100": { "checksum": "", "enabled": 1 } }, "systemd": { "100": { "checksum": "", "enabled": 1 } }, "tangd": { "100": { "checksum": "", "enabled": 1 } }, "targetd": { "100": { "checksum": "", "enabled": 1 } }, "tcpd": { "100": { "checksum": "", "enabled": 1 } }, "tcsd": { "100": { "checksum": "", "enabled": 1 } }, "telepathy": { "100": { "checksum": "", "enabled": 1 } }, "telnet": { "100": { "checksum": "", "enabled": 1 } }, "tftp": { "100": { "checksum": "", "enabled": 1 } }, "tgtd": { "100": { "checksum": "", "enabled": 1 } }, "thin": { "100": { "checksum": "", "enabled": 1 } }, "thumb": { "100": { "checksum": "", "enabled": 1 } }, "tlp": { "100": { "checksum": "", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "", "enabled": 1 } }, "tomcat": { "100": { "checksum": "", "enabled": 1 } }, "tor": { "100": { "checksum": "", "enabled": 1 } }, "tuned": { "100": { "checksum": "", "enabled": 1 } }, "tvtime": { "100": { "checksum": "", "enabled": 1 } }, "udev": { "100": { "checksum": "", "enabled": 1 } }, "ulogd": { "100": { "checksum": "", "enabled": 1 } }, "uml": { "100": { "checksum": "", "enabled": 1 } }, "unconfined": { "100": { "checksum": "", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "", "enabled": 1 } }, "updfstab": { "100": { "checksum": "", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "", "enabled": 1 } }, "userdomain": { "100": { "checksum": "", "enabled": 1 } }, "userhelper": { "100": { "checksum": "", "enabled": 1 } }, "usermanage": { "100": { "checksum": "", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "", "enabled": 1 } }, "uucp": { "100": { "checksum": "", "enabled": 1 } }, "uuidd": { "100": { "checksum": "", "enabled": 1 } }, "varnishd": { "100": { "checksum": "", "enabled": 1 } }, "vdagent": { "100": { "checksum": "", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "", "enabled": 1 } }, "virt": { "100": { "checksum": "", "enabled": 1 } }, "vlock": { "100": { "checksum": "", "enabled": 1 } }, "vmtools": { "100": { "checksum": "", "enabled": 1 } }, "vmware": { "100": { "checksum": "", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "", "enabled": 1 } }, "vpn": { "100": { "checksum": "", "enabled": 1 } }, "w3c": { "100": { "checksum": "", "enabled": 1 } }, "watchdog": { "100": { "checksum": "", "enabled": 1 } }, "wdmd": { "100": { "checksum": "", "enabled": 1 } }, "webadm": { "100": { "checksum": "", "enabled": 1 } }, "webalizer": { "100": { "checksum": "", "enabled": 1 } }, "wine": { "100": { "checksum": "", "enabled": 1 } }, "wireshark": { "100": { "checksum": "", "enabled": 1 } }, "xen": { "100": { "checksum": "", "enabled": 1 } }, "xguest": { "100": { "checksum": "", "enabled": 1 } }, "xserver": { "100": { "checksum": "", "enabled": 1 } }, "zabbix": { "100": { "checksum": "", "enabled": 1 } }, "zarafa": { "100": { "checksum": "", "enabled": 1 } }, "zebra": { "100": { "checksum": "", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "", "enabled": 1 } }, "zosremote": { "100": { "checksum": "", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115 Saturday 16 March 2024 13:57:55 +0000 (0:00:03.194) 0:00:14.525 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128 Saturday 16 March 2024 13:57:55 +0000 (0:00:00.018) 0:00:14.543 ******** TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136 Saturday 16 March 2024 13:57:55 +0000 (0:00:00.014) 0:00:14.557 ******** TASK [linux-system-roles.nbde_server : Stat the tangd custom port systemd directory] *** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:14 Saturday 16 March 2024 13:57:55 +0000 (0:00:00.014) 0:00:14.572 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710597463.933989, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1710597462.027001, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 263398, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0775", "mtime": 1710597462.027001, "nlink": 2, "path": "/etc/systemd/system/tangd.socket.d", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 0, "version": "2113733992", "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.nbde_server : Get a list of files in the tangd custom directory] *** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:19 Saturday 16 March 2024 13:57:56 +0000 (0:00:00.128) 0:00:14.700 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Manage tangd custom port systemd directory] *** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:35 Saturday 16 March 2024 13:57:56 +0000 (0:00:00.034) 0:00:14.734 ******** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0775", "owner": "root", "path": "/etc/systemd/system/tangd.socket.d", "secontext": "unconfined_u:object_r:systemd_unit_file_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [linux-system-roles.nbde_server : Creates the file with the port entry that we want tangd to listen to] *** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:46 Saturday 16 March 2024 13:57:56 +0000 (0:00:00.137) 0:00:14.872 ******** changed: [sut] => { "changed": true, "checksum": "cab519df8c21e60fd06ac780e2c7bd41ad441042", "dest": "/etc/systemd/system/tangd.socket.d/override.conf", "gid": 0, "group": "root", "md5sum": "fc727969e0bd264a9cc7f9c6bc56714c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:tangd_unit_file_t:s0", "size": 90, "src": "/root/.ansible/tmp/ansible-tmp-1710597476.2379994-4532-251747986804128/source", "state": "file", "uid": 0 } TASK [linux-system-roles.nbde_server : Set flag to to tell main that the port has changed] *** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:55 Saturday 16 March 2024 13:57:56 +0000 (0:00:00.363) 0:00:15.235 ******** ok: [sut] => { "ansible_facts": { "__nbde_server_port_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 16 March 2024 13:57:56 +0000 (0:00:00.015) 0:00:15.251 ******** included: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for sut TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 16 March 2024 13:57:56 +0000 (0:00:00.028) 0:00:15.279 ******** ok: [sut] TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 16 March 2024 13:57:56 +0000 (0:00:00.203) 0:00:15.483 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 16 March 2024 13:57:56 +0000 (0:00:00.122) 0:00:15.606 ******** ok: [sut] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 Saturday 16 March 2024 13:57:56 +0000 (0:00:00.019) 0:00:15.625 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed" ] } lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 16 March 2024 13:57:57 +0000 (0:00:00.570) 0:00:16.196 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 16 March 2024 13:57:57 +0000 (0:00:00.015) 0:00:16.211 ******** skipping: [sut] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 16 March 2024 13:57:57 +0000 (0:00:00.023) 0:00:16.235 ******** ok: [sut] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "dbus.service polkit.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "Conflicts": "ebtables.service shutdown.target iptables.service ipset.service ip6tables.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "Wants": "network-pre.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 16 March 2024 13:57:57 +0000 (0:00:00.209) 0:00:16.444 ******** changed: [sut] => { "changed": true, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "dbus.service polkit.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "Conflicts": "shutdown.target iptables.service ipset.service ip6tables.service ebtables.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "Wants": "network-pre.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 16 March 2024 13:57:58 +0000 (0:00:01.126) 0:00:17.570 ******** ok: [sut] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 16 March 2024 13:57:58 +0000 (0:00:00.020) 0:00:17.591 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 16 March 2024 13:57:58 +0000 (0:00:00.016) 0:00:17.607 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 16 March 2024 13:57:58 +0000 (0:00:00.014) 0:00:17.621 ******** changed: [sut] => (item={'port': '7500/tcp', 'zone': 'public', 'state': 'enabled', 'immediate': True, 'permanent': True}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "immediate": true, "permanent": true, "port": "7500/tcp", "state": "enabled", "zone": "public" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Saturday 16 March 2024 13:58:00 +0000 (0:00:01.390) 0:00:19.012 ******** skipping: [sut] => (item={'port': '7500/tcp', 'zone': 'public', 'state': 'enabled', 'immediate': True, 'permanent': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "immediate": true, "permanent": true, "port": "7500/tcp", "state": "enabled", "zone": "public" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 16 March 2024 13:58:00 +0000 (0:00:00.025) 0:00:19.037 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Saturday 16 March 2024 13:58:00 +0000 (0:00:00.021) 0:00:19.059 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Saturday 16 March 2024 13:58:00 +0000 (0:00:00.016) 0:00:19.075 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 16 March 2024 13:58:00 +0000 (0:00:00.015) 0:00:19.091 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Saturday 16 March 2024 13:58:00 +0000 (0:00:00.014) 0:00:19.105 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Saturday 16 March 2024 13:58:00 +0000 (0:00:00.015) 0:00:19.120 ******** skipping: [sut] => {} TASK [linux-system-roles.nbde_server : Reload the daemons so the new changes take effect] *** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:36 Saturday 16 March 2024 13:58:00 +0000 (0:00:00.014) 0:00:19.135 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.nbde_server : Ensure required services are enabled and at the right state] *** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:41 Saturday 16 March 2024 13:58:00 +0000 (0:00:00.247) 0:00:19.382 ******** changed: [sut] => (item=tangd.socket) => { "ansible_loop_var": "item", "changed": true, "enabled": true, "item": "tangd.socket", "name": "tangd.socket", "state": "started", "status": { "Accept": "yes", "ActiveEnterTimestamp": "Sat 2024-03-16 13:57:36 UTC", "ActiveEnterTimestampMonotonic": "1285584699", "ActiveExitTimestamp": "Sat 2024-03-16 13:57:34 UTC", "ActiveExitTimestampMonotonic": "1283766587", "ActiveState": "active", "After": "sysinit.target -.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-16 13:57:36 UTC", "AssertTimestampMonotonic": "1285583008", "Backlog": "128", "Before": "shutdown.target multi-user.target sockets.target", "BindIPv6Only": "default", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "Broadcast": "no", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-03-16 13:57:36 UTC", "ConditionTimestampMonotonic": "1285583006", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DeferAcceptUSec": "0", "Delegate": "no", "Description": "Tang Server socket", "DevicePolicy": "auto", "DirectoryMode": "0755", "DropInPaths": "/etc/systemd/system/tangd.socket.d/override.conf /etc/systemd/system/tangd.socket.d/override2.conf", "FragmentPath": "/usr/lib/systemd/system/tangd.socket", "FreeBind": "no", "IOScheduling": "0", "IPTOS": "-1", "IPTTL": "-1", "Id": "tangd.socket", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-03-16 13:57:34 UTC", "InactiveEnterTimestampMonotonic": "1283766587", "InactiveExitTimestamp": "Sat 2024-03-16 13:57:36 UTC", "InactiveExitTimestampMonotonic": "1285584699", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KeepAlive": "no", "KeepAliveIntervalUSec": "0", "KeepAliveProbes": "0", "KeepAliveTimeUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "ListenStream": "[::]:7500", "LoadState": "loaded", "Mark": "-1", "MaxConnections": "128", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "NAccepted": "0", "NConnections": "0", "Names": "tangd.socket", "NeedDaemonReload": "no", "Nice": "0", "NoDelay": "no", "NoNewPrivileges": "no", "NonBlocking": "no", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PassCredentials": "no", "PassSecurity": "no", "PipeSize": "0", "Priority": "-1", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "ReceiveBuffer": "0", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemoveOnStop": "no", "Requires": "sysinit.target -.slice", "Result": "success", "ReusePort": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendBuffer": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SocketMode": "0666", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StopWhenUnneeded": "no", "SubState": "listening", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Transparent": "no", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target" } } TASK [Check tangd socket dir] ************************************************** task path: /WORKDIR/git-weekly-civ_nddy43/tests/tests_share_system_dir.yml:60 Saturday 16 March 2024 13:58:00 +0000 (0:00:00.227) 0:00:19.610 ******** ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1710597477.9999025, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1710597476.5289116, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 263398, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0775", "mtime": 1710597476.5289116, "nlink": 2, "path": "/etc/systemd/system/tangd.socket.d", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 0, "version": "2113733992", "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Check custom file] ******************************************************* task path: /WORKDIR/git-weekly-civ_nddy43/tests/tests_share_system_dir.yml:67 Saturday 16 March 2024 13:58:01 +0000 (0:00:00.133) 0:00:19.744 ******** ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1710597465.0299823, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "05987691cc309e84627f31fa0d1680a3b3b2c4b2", "ctime": 1710597462.0280008, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262515, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0664", "mtime": 1710597461.851002, "nlink": 1, "path": "/etc/systemd/system/tangd.socket.d/override2.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 28, "uid": 0, "version": "2113733997", "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify role reported no changes] ***************************************** task path: /WORKDIR/git-weekly-civ_nddy43/tests/tests_share_system_dir.yml:74 Saturday 16 March 2024 13:58:01 +0000 (0:00:00.134) 0:00:19.879 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check for ansible_managed, fingerprint in generated files] *************** task path: /WORKDIR/git-weekly-civ_nddy43/tests/tests_share_system_dir.yml:78 Saturday 16 March 2024 13:58:01 +0000 (0:00:00.015) 0:00:19.894 ******** included: /WORKDIR/git-weekly-civ_nddy43/tests/tasks/check_header.yml for sut TASK [Get file] **************************************************************** task path: /WORKDIR/git-weekly-civ_nddy43/tests/tasks/check_header.yml:3 Saturday 16 March 2024 13:58:01 +0000 (0:00:00.044) 0:00:19.939 ******** ok: [sut] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6bmJkZV9zZXJ2ZXIKCltTb2NrZXRdCkxpc3RlblN0cmVhbT0KTGlzdGVuU3RyZWFtPTc1MDAK", "encoding": "base64", "source": "/etc/systemd/system/tangd.socket.d/override.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /WORKDIR/git-weekly-civ_nddy43/tests/tasks/check_header.yml:9 Saturday 16 March 2024 13:58:01 +0000 (0:00:00.168) 0:00:20.107 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove custom file] ****************************************************** task path: /WORKDIR/git-weekly-civ_nddy43/tests/tests_share_system_dir.yml:84 Saturday 16 March 2024 13:58:01 +0000 (0:00:00.035) 0:00:20.143 ******** changed: [sut] => { "changed": true, "path": "/etc/systemd/system/tangd.socket.d/override2.conf", "state": "absent" } TASK [Run the role with default port] ****************************************** task path: /WORKDIR/git-weekly-civ_nddy43/tests/tests_share_system_dir.yml:89 Saturday 16 March 2024 13:58:01 +0000 (0:00:00.134) 0:00:20.277 ******** TASK [linux-system-roles.nbde_server : Set version specific variables] ********* task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:6 Saturday 16 March 2024 13:58:01 +0000 (0:00:00.033) 0:00:20.311 ******** included: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml for sut TASK [linux-system-roles.nbde_server : Ensure ansible_facts used by role] ****** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:2 Saturday 16 March 2024 13:58:01 +0000 (0:00:00.026) 0:00:20.337 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Check if system is ostree] ************** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:11 Saturday 16 March 2024 13:58:01 +0000 (0:00:00.019) 0:00:20.357 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:16 Saturday 16 March 2024 13:58:01 +0000 (0:00:00.014) 0:00:20.371 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:20 Saturday 16 March 2024 13:58:01 +0000 (0:00:00.014) 0:00:20.386 ******** ok: [sut] => { "ansible_facts": { "__nbde_server_cachedir": "/var/cache/tang", "__nbde_server_group": "tang", "__nbde_server_keydir": "/var/db/tang", "__nbde_server_keygen": "/usr/libexec/tangd-keygen", "__nbde_server_packages": [ "tang" ], "__nbde_server_services": [ "tangd.socket" ], "__nbde_server_update": "/usr/libexec/tangd-update", "__nbde_server_user": "tang" }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/vars/default.yml" ], "changed": false } TASK [linux-system-roles.nbde_server : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:9 Saturday 16 March 2024 13:58:01 +0000 (0:00:00.024) 0:00:20.411 ******** included: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml for sut TASK [linux-system-roles.nbde_server : Ensure tang is installed] *************** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 Saturday 16 March 2024 13:58:01 +0000 (0:00:00.023) 0:00:20.434 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tang-6-2.el7.x86_64 providing tang is already installed" ] } lsrpackages: tang TASK [linux-system-roles.nbde_server : Ensure keys are rotated] **************** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:9 Saturday 16 March 2024 13:58:02 +0000 (0:00:00.563) 0:00:20.998 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Ensure we have keys] ******************** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:18 Saturday 16 March 2024 13:58:02 +0000 (0:00:00.014) 0:00:21.012 ******** ok: [sut] => { "arguments": { "cachedir": "/var/cache/tang", "force": false, "keydir": "/var/db/tang", "keygen": "/usr/libexec/tangd-keygen", "keys_to_deploy_dir": null, "state": "keys-created", "update": "/usr/libexec/tangd-update" }, "changed": false, "state": "keys-created" } TASK [linux-system-roles.nbde_server : Perform key management (fetch/deploy) tasks] *** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:27 Saturday 16 March 2024 13:58:02 +0000 (0:00:00.145) 0:00:21.158 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Manage firewall and SELinux for port] *** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:32 Saturday 16 March 2024 13:58:02 +0000 (0:00:00.014) 0:00:21.173 ******** included: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml for sut TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 16 March 2024 13:58:02 +0000 (0:00:00.028) 0:00:21.201 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Saturday 16 March 2024 13:58:02 +0000 (0:00:00.014) 0:00:21.215 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Saturday 16 March 2024 13:58:02 +0000 (0:00:00.014) 0:00:21.230 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Saturday 16 March 2024 13:58:02 +0000 (0:00:00.012) 0:00:21.242 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Saturday 16 March 2024 13:58:02 +0000 (0:00:00.014) 0:00:21.256 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Saturday 16 March 2024 13:58:02 +0000 (0:00:00.014) 0:00:21.271 ******** skipping: [sut] => {} TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Saturday 16 March 2024 13:58:02 +0000 (0:00:00.014) 0:00:21.285 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Saturday 16 March 2024 13:58:02 +0000 (0:00:00.013) 0:00:21.298 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Saturday 16 March 2024 13:58:02 +0000 (0:00:00.012) 0:00:21.311 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Saturday 16 March 2024 13:58:02 +0000 (0:00:00.012) 0:00:21.324 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Saturday 16 March 2024 13:58:02 +0000 (0:00:00.014) 0:00:21.339 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Saturday 16 March 2024 13:58:02 +0000 (0:00:00.013) 0:00:21.352 ******** TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74 Saturday 16 March 2024 13:58:02 +0000 (0:00:00.012) 0:00:21.365 ******** TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Saturday 16 March 2024 13:58:02 +0000 (0:00:00.013) 0:00:21.379 ******** skipping: [sut] => (item={'ports': 80, 'proto': 'tcp', 'setype': 'tangd_port_t', 'state': 'present', 'local': True}) => { "__selinux_item": { "local": true, "ports": 80, "proto": "tcp", "setype": "tangd_port_t", "state": "present" }, "ansible_loop_var": "__selinux_item", "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Saturday 16 March 2024 13:58:02 +0000 (0:00:00.016) 0:00:21.395 ******** TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Saturday 16 March 2024 13:58:02 +0000 (0:00:00.013) 0:00:21.409 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115 Saturday 16 March 2024 13:58:02 +0000 (0:00:00.013) 0:00:21.422 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128 Saturday 16 March 2024 13:58:02 +0000 (0:00:00.014) 0:00:21.436 ******** TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136 Saturday 16 March 2024 13:58:02 +0000 (0:00:00.013) 0:00:21.449 ******** TASK [linux-system-roles.nbde_server : Stat the tangd custom port systemd directory] *** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:14 Saturday 16 March 2024 13:58:02 +0000 (0:00:00.013) 0:00:21.462 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710597477.9999025, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1710597481.5928805, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 263398, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0775", "mtime": 1710597481.5928805, "nlink": 2, "path": "/etc/systemd/system/tangd.socket.d", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 0, "version": "2113733992", "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.nbde_server : Get a list of files in the tangd custom directory] *** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:19 Saturday 16 March 2024 13:58:02 +0000 (0:00:00.129) 0:00:21.592 ******** ok: [sut] => { "changed": false, "examined": 1, "files": [], "matched": 0 } TASK [linux-system-roles.nbde_server : Manage tangd custom port systemd directory] *** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:35 Saturday 16 March 2024 13:58:03 +0000 (0:00:00.123) 0:00:21.716 ******** changed: [sut] => { "changed": true, "path": "/etc/systemd/system/tangd.socket.d", "state": "absent" } TASK [linux-system-roles.nbde_server : Creates the file with the port entry that we want tangd to listen to] *** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:46 Saturday 16 March 2024 13:58:03 +0000 (0:00:00.130) 0:00:21.846 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Set flag to to tell main that the port has changed] *** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:55 Saturday 16 March 2024 13:58:03 +0000 (0:00:00.014) 0:00:21.860 ******** ok: [sut] => { "ansible_facts": { "__nbde_server_port_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 16 March 2024 13:58:03 +0000 (0:00:00.015) 0:00:21.876 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 16 March 2024 13:58:03 +0000 (0:00:00.035) 0:00:21.912 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 16 March 2024 13:58:03 +0000 (0:00:00.014) 0:00:21.926 ******** skipping: [sut] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 16 March 2024 13:58:03 +0000 (0:00:00.020) 0:00:21.947 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 16 March 2024 13:58:03 +0000 (0:00:00.013) 0:00:21.960 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 16 March 2024 13:58:03 +0000 (0:00:00.014) 0:00:21.974 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 16 March 2024 13:58:03 +0000 (0:00:00.015) 0:00:21.989 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 16 March 2024 13:58:03 +0000 (0:00:00.012) 0:00:22.002 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 16 March 2024 13:58:03 +0000 (0:00:00.014) 0:00:22.017 ******** skipping: [sut] => (item={'port': '80/tcp', 'zone': 'public', 'state': 'enabled', 'immediate': True, 'permanent': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "immediate": true, "permanent": true, "port": "80/tcp", "state": "enabled", "zone": "public" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Saturday 16 March 2024 13:58:03 +0000 (0:00:00.020) 0:00:22.037 ******** skipping: [sut] => (item={'port': '80/tcp', 'zone': 'public', 'state': 'enabled', 'immediate': True, 'permanent': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "immediate": true, "permanent": true, "port": "80/tcp", "state": "enabled", "zone": "public" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 16 March 2024 13:58:03 +0000 (0:00:00.018) 0:00:22.055 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Saturday 16 March 2024 13:58:03 +0000 (0:00:00.013) 0:00:22.069 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Saturday 16 March 2024 13:58:03 +0000 (0:00:00.012) 0:00:22.081 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 16 March 2024 13:58:03 +0000 (0:00:00.013) 0:00:22.095 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Saturday 16 March 2024 13:58:03 +0000 (0:00:00.013) 0:00:22.108 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Saturday 16 March 2024 13:58:03 +0000 (0:00:00.013) 0:00:22.122 ******** skipping: [sut] => {} TASK [linux-system-roles.nbde_server : Reload the daemons so the new changes take effect] *** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:36 Saturday 16 March 2024 13:58:03 +0000 (0:00:00.012) 0:00:22.135 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.nbde_server : Ensure required services are enabled and at the right state] *** task path: /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:41 Saturday 16 March 2024 13:58:03 +0000 (0:00:00.237) 0:00:22.372 ******** changed: [sut] => (item=tangd.socket) => { "ansible_loop_var": "item", "changed": true, "enabled": true, "item": "tangd.socket", "name": "tangd.socket", "state": "started", "status": { "Accept": "yes", "ActiveEnterTimestamp": "Sat 2024-03-16 13:58:00 UTC", "ActiveEnterTimestampMonotonic": "1309908461", "ActiveExitTimestamp": "Sat 2024-03-16 13:58:00 UTC", "ActiveExitTimestampMonotonic": "1309907386", "ActiveState": "active", "After": "-.slice sysinit.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-16 13:58:00 UTC", "AssertTimestampMonotonic": "1309907424", "Backlog": "128", "Before": "shutdown.target sockets.target tangd@0.service multi-user.target", "BindIPv6Only": "default", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "Broadcast": "no", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-03-16 13:58:00 UTC", "ConditionTimestampMonotonic": "1309907422", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DeferAcceptUSec": "0", "Delegate": "no", "Description": "Tang Server socket", "DevicePolicy": "auto", "DirectoryMode": "0755", "FragmentPath": "/usr/lib/systemd/system/tangd.socket", "FreeBind": "no", "IOScheduling": "0", "IPTOS": "-1", "IPTTL": "-1", "Id": "tangd.socket", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-03-16 13:58:00 UTC", "InactiveEnterTimestampMonotonic": "1309907386", "InactiveExitTimestamp": "Sat 2024-03-16 13:58:00 UTC", "InactiveExitTimestampMonotonic": "1309908461", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KeepAlive": "no", "KeepAliveIntervalUSec": "0", "KeepAliveProbes": "0", "KeepAliveTimeUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "ListenStream": "[::]:80", "LoadState": "loaded", "Mark": "-1", "MaxConnections": "64", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "NAccepted": "0", "NConnections": "0", "Names": "tangd.socket", "NeedDaemonReload": "no", "Nice": "0", "NoDelay": "no", "NoNewPrivileges": "no", "NonBlocking": "no", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PassCredentials": "no", "PassSecurity": "no", "PipeSize": "0", "Priority": "-1", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "ReceiveBuffer": "0", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemoveOnStop": "no", "Requires": "-.slice sysinit.target", "Result": "success", "ReusePort": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendBuffer": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SocketMode": "0666", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StopWhenUnneeded": "no", "SubState": "listening", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Transparent": "no", "Triggers": "tangd@0.service", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target" } } TASK [Check tangd socket dir is absent] **************************************** task path: /WORKDIR/git-weekly-civ_nddy43/tests/tests_share_system_dir.yml:93 Saturday 16 March 2024 13:58:03 +0000 (0:00:00.204) 0:00:22.577 ******** ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "exists": false } } TASK [Debug] ******************************************************************* task path: /WORKDIR/git-weekly-civ_nddy43/tests/tests_share_system_dir.yml:100 Saturday 16 March 2024 13:58:04 +0000 (0:00:00.121) 0:00:22.698 ******** ok: [sut] => { "changed": false, "cmd": [ "journalctl", "-ex" ], "delta": "0:00:00.048504", "end": "2024-03-16 13:58:04.259265", "rc": 0, "start": "2024-03-16 13:58:04.210761" } STDOUT: -- Logs begin at Sat 2024-03-16 13:36:11 UTC, end at Sat 2024-03-16 13:58:04 UTC. -- Mar 16 13:36:12 localhost.localdomain systemd[1]: Started Cleaning Up and Shutting Down Daemons. -- Subject: Unit initrd-cleanup.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-cleanup.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:12 localhost.localdomain systemd[1]: Stopped Create Static Device Nodes in /dev. -- Subject: Unit systemd-tmpfiles-setup-dev.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-tmpfiles-setup-dev.service has finished shutting down. Mar 16 13:36:12 localhost.localdomain systemd[1]: Stopped Create list of required static device nodes for the current kernel. -- Subject: Unit kmod-static-nodes.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit kmod-static-nodes.service has finished shutting down. Mar 16 13:36:12 localhost.localdomain systemd[1]: Stopped dracut pre-udev hook. -- Subject: Unit dracut-pre-udev.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-pre-udev.service has finished shutting down. Mar 16 13:36:12 localhost.localdomain systemd[1]: Stopped dracut cmdline hook. -- Subject: Unit dracut-cmdline.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-cmdline.service has finished shutting down. Mar 16 13:36:12 localhost.localdomain systemd[1]: Closed udev Kernel Socket. -- Subject: Unit systemd-udevd-kernel.socket has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udevd-kernel.socket has finished shutting down. Mar 16 13:36:12 localhost.localdomain systemd[1]: Closed udev Control Socket. -- Subject: Unit systemd-udevd-control.socket has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udevd-control.socket has finished shutting down. Mar 16 13:36:12 localhost.localdomain systemd[1]: Starting Cleanup udevd DB... -- Subject: Unit initrd-udevadm-cleanup-db.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-udevadm-cleanup-db.service has begun starting up. Mar 16 13:36:12 localhost.localdomain systemd[1]: Started Cleanup udevd DB. -- Subject: Unit initrd-udevadm-cleanup-db.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-udevadm-cleanup-db.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:12 localhost.localdomain systemd[1]: Reached target Switch Root. -- Subject: Unit initrd-switch-root.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-switch-root.target has finished starting up. -- -- The start-up result is done. Mar 16 13:36:12 localhost.localdomain kernel: tsc: Refined TSC clocksource calibration: 2899.999 MHz Mar 16 13:36:12 localhost.localdomain systemd[1]: Started Plymouth switch root service. -- Subject: Unit plymouth-switch-root.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-switch-root.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:12 localhost.localdomain systemd[1]: Starting Switch Root... -- Subject: Unit initrd-switch-root.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-switch-root.service has begun starting up. Mar 16 13:36:12 localhost.localdomain systemd[1]: Switching root. Mar 16 13:36:12 localhost.localdomain unknown[97]: Journal stopped -- Subject: The journal has been stopped -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- The system journal process has shut down and closed all currently -- active journal files. Mar 16 13:36:16 localhost.localdomain systemd-journal[347]: Runtime journal is using 8.0M (max allowed 180.0M, trying to leave 270.0M free of 1.7G available → current limit 180.0M). Mar 16 13:36:16 localhost.localdomain systemd-journald[97]: Received SIGTERM from PID 1 (systemd). Mar 16 13:36:16 localhost.localdomain kernel: random: crng init done Mar 16 13:36:16 localhost.localdomain kernel: type=1404 audit(1710596173.357:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 Mar 16 13:36:16 localhost.localdomain kernel: SELinux: 2048 avtab hash slots, 112757 rules. Mar 16 13:36:16 localhost.localdomain kernel: SELinux: 2048 avtab hash slots, 112757 rules. Mar 16 13:36:16 localhost.localdomain kernel: SELinux: 8 users, 14 roles, 5049 types, 316 bools, 1 sens, 1024 cats Mar 16 13:36:16 localhost.localdomain kernel: SELinux: 130 classes, 112757 rules Mar 16 13:36:16 localhost.localdomain kernel: SELinux: Completing initialization. Mar 16 13:36:16 localhost.localdomain kernel: SELinux: Setting up existing superblocks. Mar 16 13:36:16 localhost.localdomain kernel: type=1403 audit(1710596173.821:3): policy loaded auid=4294967295 ses=4294967295 Mar 16 13:36:16 localhost.localdomain systemd[1]: Successfully loaded SELinux policy in 492.794ms. Mar 16 13:36:16 localhost.localdomain kernel: ip_tables: (C) 2000-2006 Netfilter Core Team Mar 16 13:36:16 localhost.localdomain systemd[1]: Inserted module 'ip_tables' Mar 16 13:36:16 localhost.localdomain systemd[1]: Relabelled /dev, /run and /sys/fs/cgroup in 11.794ms. Mar 16 13:36:16 localhost.localdomain kernel: EXT4-fs (xvda1): re-mounted. Opts: (null) Mar 16 13:36:16 localhost.localdomain systemd-journal[347]: Journal started -- Subject: The journal has been started -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- The system journal process has started up, opened the journal -- files for writing and is now ready to process requests. Mar 16 13:36:14 localhost.localdomain systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) Mar 16 13:36:14 localhost.localdomain systemd[1]: Detected virtualization xen. Mar 16 13:36:14 localhost.localdomain systemd[1]: Detected architecture x86-64. Mar 16 13:36:14 localhost.localdomain systemd[1]: Set hostname to . Mar 16 13:36:14 localhost.localdomain systemd[1]: Initializing machine ID from random generator. Mar 16 13:36:14 localhost.localdomain systemd[1]: Installed transient /etc/machine-id file. Mar 16 13:36:16 localhost.localdomain systemd[1]: Starting Flush Journal to Persistent Storage... -- Subject: Unit systemd-journal-flush.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-journal-flush.service has begun starting up. Mar 16 13:36:16 localhost.localdomain systemd[1]: Started Configure read-only root support. -- Subject: Unit rhel-readonly.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rhel-readonly.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:16 localhost.localdomain systemd[1]: Starting Load/Save Random Seed... -- Subject: Unit systemd-random-seed.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-random-seed.service has begun starting up. Mar 16 13:36:16 localhost.localdomain systemd[1]: Started Create Static Device Nodes in /dev. -- Subject: Unit systemd-tmpfiles-setup-dev.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-tmpfiles-setup-dev.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:16 localhost.localdomain systemd[1]: Starting udev Kernel Device Manager... -- Subject: Unit systemd-udevd.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udevd.service has begun starting up. Mar 16 13:36:16 localhost.localdomain systemd[1]: Reached target Local File Systems (Pre). -- Subject: Unit local-fs-pre.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit local-fs-pre.target has finished starting up. -- -- The start-up result is done. Mar 16 13:36:16 localhost.localdomain systemd[1]: Reached target Local File Systems. -- Subject: Unit local-fs.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit local-fs.target has finished starting up. -- -- The start-up result is done. Mar 16 13:36:16 localhost.localdomain systemd[1]: Starting Tell Plymouth To Write Out Runtime Data... -- Subject: Unit plymouth-read-write.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-read-write.service has begun starting up. Mar 16 13:36:16 localhost.localdomain systemd[1]: Starting Preprocess NFS configuration... -- Subject: Unit nfs-config.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit nfs-config.service has begun starting up. Mar 16 13:36:16 localhost.localdomain systemd[1]: Starting Commit a transient machine-id on disk... -- Subject: Unit systemd-machine-id-commit.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-machine-id-commit.service has begun starting up. Mar 16 13:36:16 localhost.localdomain systemd[1]: Starting Import network configuration from initramfs... -- Subject: Unit rhel-import-state.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rhel-import-state.service has begun starting up. Mar 16 13:36:16 localhost.localdomain systemd[1]: Started Commit a transient machine-id on disk. -- Subject: Unit systemd-machine-id-commit.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-machine-id-commit.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:16 localhost.localdomain systemd-udevd[376]: starting version 219 Mar 16 13:36:16 localhost.localdomain systemd[1]: Started Flush Journal to Persistent Storage. -- Subject: Unit systemd-journal-flush.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-journal-flush.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:16 localhost.localdomain systemd[1]: Started Load/Save Random Seed. -- Subject: Unit systemd-random-seed.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-random-seed.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:16 localhost.localdomain systemd-udevd[376]: Network interface NamePolicy= disabled on kernel command line, ignoring. Mar 16 13:36:16 localhost.localdomain systemd[1]: Started Preprocess NFS configuration. -- Subject: Unit nfs-config.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit nfs-config.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:16 localhost.localdomain systemd[1]: Started Tell Plymouth To Write Out Runtime Data. -- Subject: Unit plymouth-read-write.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-read-write.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:16 localhost.localdomain systemd[1]: Started Import network configuration from initramfs. -- Subject: Unit rhel-import-state.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rhel-import-state.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:16 localhost.localdomain systemd[1]: Starting Create Volatile Files and Directories... -- Subject: Unit systemd-tmpfiles-setup.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-tmpfiles-setup.service has begun starting up. Mar 16 13:36:16 localhost.localdomain systemd[1]: Started Create Volatile Files and Directories. -- Subject: Unit systemd-tmpfiles-setup.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-tmpfiles-setup.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:16 localhost.localdomain systemd[1]: Starting Security Auditing Service... -- Subject: Unit auditd.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit auditd.service has begun starting up. Mar 16 13:36:16 localhost.localdomain systemd[1]: Mounting RPC Pipe File System... -- Subject: Unit var-lib-nfs-rpc_pipefs.mount has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit var-lib-nfs-rpc_pipefs.mount has begun starting up. Mar 16 13:36:16 localhost.localdomain systemd[1]: Received SIGRTMIN+20 from PID 226 (plymouthd). Mar 16 13:36:16 localhost.localdomain kernel: RPC: Registered named UNIX socket transport module. Mar 16 13:36:16 localhost.localdomain kernel: RPC: Registered udp transport module. Mar 16 13:36:16 localhost.localdomain kernel: RPC: Registered tcp transport module. Mar 16 13:36:16 localhost.localdomain kernel: RPC: Registered tcp NFSv4.1 backchannel transport module. Mar 16 13:36:16 localhost.localdomain systemd[1]: Mounted RPC Pipe File System. -- Subject: Unit var-lib-nfs-rpc_pipefs.mount has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit var-lib-nfs-rpc_pipefs.mount has finished starting up. -- -- The start-up result is done. Mar 16 13:36:16 localhost.localdomain systemd[1]: Reached target rpc_pipefs.target. -- Subject: Unit rpc_pipefs.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rpc_pipefs.target has finished starting up. -- -- The start-up result is done. Mar 16 13:36:16 localhost.localdomain auditd[407]: Started dispatcher: /sbin/audispd pid: 409 Mar 16 13:36:17 localhost.localdomain audispd[409]: No plugins found, exiting Mar 16 13:36:17 localhost.localdomain kernel: type=1305 audit(1710596177.016:4): audit_pid=407 old=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 Mar 16 13:36:17 localhost.localdomain systemd[1]: Started udev Kernel Device Manager. -- Subject: Unit systemd-udevd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udevd.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:17 localhost.localdomain auditd[407]: Init complete, auditd 2.8.5 listening for events (startup state enable) Mar 16 13:36:17 localhost.localdomain augenrules[421]: /sbin/augenrules: No change Mar 16 13:36:17 localhost.localdomain augenrules[421]: No rules Mar 16 13:36:17 localhost.localdomain augenrules[421]: enabled 1 Mar 16 13:36:17 localhost.localdomain augenrules[421]: failure 1 Mar 16 13:36:17 localhost.localdomain augenrules[421]: pid 407 Mar 16 13:36:17 localhost.localdomain augenrules[421]: rate_limit 0 Mar 16 13:36:17 localhost.localdomain augenrules[421]: backlog_limit 8192 Mar 16 13:36:17 localhost.localdomain augenrules[421]: lost 0 Mar 16 13:36:17 localhost.localdomain augenrules[421]: backlog 0 Mar 16 13:36:17 localhost.localdomain augenrules[421]: enabled 1 Mar 16 13:36:17 localhost.localdomain augenrules[421]: failure 1 Mar 16 13:36:17 localhost.localdomain augenrules[421]: pid 407 Mar 16 13:36:17 localhost.localdomain augenrules[421]: rate_limit 0 Mar 16 13:36:17 localhost.localdomain augenrules[421]: backlog_limit 8192 Mar 16 13:36:17 localhost.localdomain augenrules[421]: lost 0 Mar 16 13:36:17 localhost.localdomain augenrules[421]: backlog 0 Mar 16 13:36:17 localhost.localdomain systemd[1]: Started Security Auditing Service. -- Subject: Unit auditd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit auditd.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:17 localhost.localdomain systemd[1]: Starting Update UTMP about System Boot/Shutdown... -- Subject: Unit systemd-update-utmp.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-update-utmp.service has begun starting up. Mar 16 13:36:17 localhost.localdomain kernel: input: PC Speaker as /devices/platform/pcspkr/input/input4 Mar 16 13:36:17 localhost.localdomain systemd[1]: Started Update UTMP about System Boot/Shutdown. -- Subject: Unit systemd-update-utmp.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-update-utmp.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:17 localhost.localdomain systemd[1]: Reached target System Initialization. -- Subject: Unit sysinit.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sysinit.target has finished starting up. -- -- The start-up result is done. Mar 16 13:36:17 localhost.localdomain systemd[1]: Listening on RPCbind Server Activation Socket. -- Subject: Unit rpcbind.socket has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rpcbind.socket has finished starting up. -- -- The start-up result is done. Mar 16 13:36:17 localhost.localdomain systemd[1]: Starting RPC bind service... -- Subject: Unit rpcbind.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rpcbind.service has begun starting up. Mar 16 13:36:17 localhost.localdomain systemd[1]: Listening on D-Bus System Message Bus Socket. -- Subject: Unit dbus.socket has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dbus.socket has finished starting up. -- -- The start-up result is done. Mar 16 13:36:17 localhost.localdomain kernel: cryptd: max_cpu_qlen set to 1000 Mar 16 13:36:17 localhost.localdomain systemd[1]: Starting Initial cloud-init job (pre-networking)... -- Subject: Unit cloud-init-local.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-init-local.service has begun starting up. Mar 16 13:36:17 localhost.localdomain systemd[1]: Reached target Sockets. -- Subject: Unit sockets.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sockets.target has finished starting up. -- -- The start-up result is done. Mar 16 13:36:17 localhost.localdomain systemd[1]: Started Daily Cleanup of Temporary Directories. -- Subject: Unit systemd-tmpfiles-clean.timer has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-tmpfiles-clean.timer has finished starting up. -- -- The start-up result is done. Mar 16 13:36:17 localhost.localdomain systemd[1]: Reached target Timers. -- Subject: Unit timers.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit timers.target has finished starting up. -- -- The start-up result is done. Mar 16 13:36:17 localhost.localdomain systemd[1]: Reached target Basic System. -- Subject: Unit basic.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit basic.target has finished starting up. -- -- The start-up result is done. Mar 16 13:36:17 localhost.localdomain systemd[1]: Started irqbalance daemon. -- Subject: Unit irqbalance.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit irqbalance.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:17 localhost.localdomain systemd[1]: Starting Authorization Manager... -- Subject: Unit polkit.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit polkit.service has begun starting up. Mar 16 13:36:17 localhost.localdomain systemd[1]: Started Hardware RNG Entropy Gatherer Daemon. -- Subject: Unit rngd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rngd.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:17 localhost.localdomain systemd[1]: Starting NTP client/server... -- Subject: Unit chronyd.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit chronyd.service has begun starting up. Mar 16 13:36:17 localhost.localdomain systemd[1]: Started D-Bus System Message Bus. -- Subject: Unit dbus.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dbus.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:17 localhost.localdomain kernel: piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr Mar 16 13:36:17 localhost.localdomain kernel: AVX2 version of gcm_enc/dec engaged. Mar 16 13:36:17 localhost.localdomain kernel: AES CTR mode by8 optimization enabled Mar 16 13:36:17 localhost.localdomain chronyd[458]: chronyd version 3.4 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +SECHASH +IPV6 +DEBUG) Mar 16 13:36:17 localhost.localdomain kernel: alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) Mar 16 13:36:17 localhost.localdomain kernel: alg: No test for __generic-gcm-aes-aesni (__driver-generic-gcm-aes-aesni) Mar 16 13:36:17 localhost.localdomain chronyd[458]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift Mar 16 13:36:17 localhost.localdomain kernel: ppdev: user-space parallel port driver Mar 16 13:36:17 localhost.localdomain kernel: EDAC sbridge: Seeking for: PCI ID 8086:2fa0 Mar 16 13:36:17 localhost.localdomain kernel: EDAC sbridge: Ver: 1.1.2 Mar 16 13:36:17 localhost.localdomain systemd[1]: Starting Login Service... -- Subject: Unit systemd-logind.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-logind.service has begun starting up. Mar 16 13:36:17 localhost.localdomain systemd[1]: Starting Dump dmesg to /var/log/dmesg... -- Subject: Unit rhel-dmesg.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rhel-dmesg.service has begun starting up. Mar 16 13:36:17 localhost.localdomain systemd[1]: Starting GSSAPI Proxy Daemon... -- Subject: Unit gssproxy.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit gssproxy.service has begun starting up. Mar 16 13:36:17 localhost.localdomain systemd[1]: Started RPC bind service. -- Subject: Unit rpcbind.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rpcbind.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:17 localhost.localdomain systemd[1]: Started NTP client/server. -- Subject: Unit chronyd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit chronyd.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:17 localhost.localdomain polkitd[445]: Started polkitd version 0.112 Mar 16 13:36:17 localhost.localdomain systemd[1]: Started Dump dmesg to /var/log/dmesg. -- Subject: Unit rhel-dmesg.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rhel-dmesg.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:17 localhost.localdomain systemd[1]: Started Login Service. -- Subject: Unit systemd-logind.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-logind.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:17 localhost.localdomain systemd-logind[512]: New seat seat0. -- Subject: A new seat seat0 is now available -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new seat seat0 has been configured and is now available. Mar 16 13:36:17 localhost.localdomain systemd-logind[512]: Watching system buttons on /dev/input/event0 (Power Button) Mar 16 13:36:17 localhost.localdomain systemd-logind[512]: Watching system buttons on /dev/input/event1 (Sleep Button) Mar 16 13:36:17 localhost.localdomain systemd[1]: Started GSSAPI Proxy Daemon. -- Subject: Unit gssproxy.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit gssproxy.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:17 localhost.localdomain systemd[1]: Reached target NFS client services. -- Subject: Unit nfs-client.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit nfs-client.target has finished starting up. -- -- The start-up result is done. Mar 16 13:36:17 localhost.localdomain systemd[1]: Reached target Remote File Systems (Pre). -- Subject: Unit remote-fs-pre.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit remote-fs-pre.target has finished starting up. -- -- The start-up result is done. Mar 16 13:36:17 localhost.localdomain systemd[1]: Reached target Remote File Systems. -- Subject: Unit remote-fs.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit remote-fs.target has finished starting up. -- -- The start-up result is done. Mar 16 13:36:17 localhost.localdomain polkitd[445]: Loading rules from directory /etc/polkit-1/rules.d Mar 16 13:36:17 localhost.localdomain polkitd[445]: Loading rules from directory /usr/share/polkit-1/rules.d Mar 16 13:36:17 localhost.localdomain polkitd[445]: Finished loading, compiling and executing 2 rules Mar 16 13:36:17 localhost.localdomain systemd[1]: Started Authorization Manager. -- Subject: Unit polkit.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit polkit.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:17 localhost.localdomain polkitd[445]: Acquired the name org.freedesktop.PolicyKit1 on the system bus Mar 16 13:36:17 localhost.localdomain rngd[446]: Initalizing available sources Mar 16 13:36:17 localhost.localdomain rngd[446]: Failed to init entropy source 0: Hardware RNG Device Mar 16 13:36:17 localhost.localdomain rngd[446]: Enabling RDRAND rng support Mar 16 13:36:17 localhost.localdomain rngd[446]: Initalizing entropy source Intel RDRAND Instruction RNG Mar 16 13:36:19 localhost.localdomain rngd[446]: Enabling JITTER rng support Mar 16 13:36:19 localhost.localdomain rngd[446]: Initalizing entropy source JITTER Entropy generator Mar 16 13:36:20 localhost.localdomain cloud-init[524]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 16 Mar 2024 13:36:20 +0000. Up 9.29 seconds. Mar 16 13:36:21 localhost.localdomain systemd[1]: Started Initial cloud-init job (pre-networking). -- Subject: Unit cloud-init-local.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-init-local.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:21 localhost.localdomain systemd[1]: Reached target Network (Pre). -- Subject: Unit network-pre.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit network-pre.target has finished starting up. -- -- The start-up result is done. Mar 16 13:36:21 localhost.localdomain systemd[1]: Starting Network Manager... -- Subject: Unit NetworkManager.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit NetworkManager.service has begun starting up. Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.1736] NetworkManager (version 1.18.8-2.el7_9) is starting... (for the first time) Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.1743] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 10-slaves-order.conf) Mar 16 13:36:21 localhost.localdomain systemd[1]: Started Network Manager. -- Subject: Unit NetworkManager.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit NetworkManager.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:21 localhost.localdomain systemd[1]: Starting Network Manager Wait Online... -- Subject: Unit NetworkManager-wait-online.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit NetworkManager-wait-online.service has begun starting up. Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.1855] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager" Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.2390] manager[0x558921a45090]: monitoring kernel firmware directory '/lib/firmware'. Mar 16 13:36:21 localhost.localdomain dbus[448]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' Mar 16 13:36:21 localhost.localdomain systemd[1]: Starting Hostname Service... -- Subject: Unit systemd-hostnamed.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-hostnamed.service has begun starting up. Mar 16 13:36:21 localhost.localdomain dbus[448]: [system] Successfully activated service 'org.freedesktop.hostname1' Mar 16 13:36:21 localhost.localdomain systemd[1]: Started Hostname Service. -- Subject: Unit systemd-hostnamed.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-hostnamed.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.3220] hostname: hostname: using hostnamed Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.3220] hostname: hostname changed from (none) to "localhost.localdomain" Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.3224] dns-mgr[0x558921a2d220]: init: dns=default,systemd-resolved rc-manager=file Mar 16 13:36:21 localhost.localdomain dbus[448]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' Mar 16 13:36:21 localhost.localdomain systemd[1]: Starting Network Manager Script Dispatcher Service... -- Subject: Unit NetworkManager-dispatcher.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit NetworkManager-dispatcher.service has begun starting up. Mar 16 13:36:21 localhost.localdomain dbus[448]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Mar 16 13:36:21 localhost.localdomain systemd[1]: Started Network Manager Script Dispatcher Service. -- Subject: Unit NetworkManager-dispatcher.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit NetworkManager-dispatcher.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.3616] settings: Loaded settings plugin: SettingsPluginIfcfg ("/usr/lib64/NetworkManager/1.18.8-2.el7_9/libnm-settings-plugin-ifcfg-rh.so") Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.3635] settings: Loaded settings plugin: NMSIbftPlugin ("/usr/lib64/NetworkManager/1.18.8-2.el7_9/libnm-settings-plugin-ibft.so") Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.3635] settings: Loaded settings plugin: NMSKeyfilePlugin (internal) Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.3661] ifcfg-rh: new connection /etc/sysconfig/network-scripts/ifcfg-eth0 (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03,"System eth0") Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.3702] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.3704] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.3705] manager: Networking is enabled by state file Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.3719] dhcp-init: Using DHCP client 'dhclient' Mar 16 13:36:21 localhost.localdomain nm-dispatcher[581]: req:1 'hostname': new request (4 scripts) Mar 16 13:36:21 localhost.localdomain nm-dispatcher[581]: req:1 'hostname': start running ordered scripts... Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.3776] Loaded device plugin: NMTeamFactory (/usr/lib64/NetworkManager/1.18.8-2.el7_9/libnm-device-plugin-team.so) Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.3790] device (lo): carrier: link connected Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.3797] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1) Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.3835] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2) Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.3879] device (eth0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external') Mar 16 13:36:21 localhost.localdomain kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.3892] device (eth0): carrier: link connected Mar 16 13:36:21 localhost.localdomain nm-dispatcher[581]: req:2 'connectivity-change': new request (4 scripts) Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.4021] device (eth0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed') Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.4032] policy: auto-activating connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.4090] device (eth0): Activation: starting connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.4110] device (eth0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.4128] manager: NetworkManager state is now CONNECTING Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.4161] device (eth0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.4188] device (eth0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.4205] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds) Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.4248] dhcp4 (eth0): dhclient started with pid 592 Mar 16 13:36:21 localhost.localdomain nm-dispatcher[581]: req:2 'connectivity-change': start running ordered scripts... Mar 16 13:36:21 localhost.localdomain dhclient[592]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3 (xid=0xc2edba1) Mar 16 13:36:21 localhost.localdomain dhclient[592]: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0xc2edba1) Mar 16 13:36:21 localhost.localdomain dhclient[592]: DHCPOFFER from 10.31.44.1 Mar 16 13:36:21 localhost.localdomain dhclient[592]: DHCPACK from 10.31.44.1 (xid=0xc2edba1) Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.6660] dhcp4 (eth0): address 10.31.45.252 Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.6660] dhcp4 (eth0): plen 22 (255.255.252.0) Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.6661] dhcp4 (eth0): gateway 10.31.44.1 Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.6661] dhcp4 (eth0): lease time 3600 Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.6661] dhcp4 (eth0): hostname 'ip-10-31-45-252' Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.6661] dhcp4 (eth0): nameserver '10.29.169.13' Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.6661] dhcp4 (eth0): nameserver '10.29.170.12' Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.6661] dhcp4 (eth0): nameserver '10.2.32.1' Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.6661] dhcp4 (eth0): domain name 'us-east-1.aws.redhat.com' Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.6661] dhcp4 (eth0): state changed unknown -> bound Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.6675] device (eth0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed') Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.6686] device (eth0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed') Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.6688] device (eth0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed') Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.6695] manager: NetworkManager state is now CONNECTED_LOCAL Mar 16 13:36:21 localhost.localdomain dhclient[592]: bound to 10.31.45.252 -- renewal in 1384 seconds. Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.6775] manager: NetworkManager state is now CONNECTED_SITE Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.6777] policy: set 'System eth0' (eth0) as default for IPv4 routing and DNS Mar 16 13:36:21 localhost.localdomain NetworkManager[572]: [1710596181.6779] policy: set-hostname: set hostname to 'ip-10-31-45-252' (from DHCPv4) Mar 16 13:36:21 ip-10-31-45-252 systemd-hostnamed[577]: Changed host name to 'ip-10-31-45-252' Mar 16 13:36:21 ip-10-31-45-252 NetworkManager[572]: [1710596181.7041] device (eth0): Activation: successful, device activated. Mar 16 13:36:21 ip-10-31-45-252 NetworkManager[572]: [1710596181.7055] manager: NetworkManager state is now CONNECTED_GLOBAL Mar 16 13:36:21 ip-10-31-45-252 nm-dispatcher[581]: req:3 'up' [eth0]: new request (4 scripts) Mar 16 13:36:21 ip-10-31-45-252 nm-dispatcher[581]: req:3 'up' [eth0]: start running ordered scripts... Mar 16 13:36:21 ip-10-31-45-252 NetworkManager[572]: [1710596181.7077] manager: startup complete Mar 16 13:36:21 ip-10-31-45-252 nm-dispatcher[581]: req:4 'connectivity-change': new request (4 scripts) Mar 16 13:36:21 ip-10-31-45-252 nm-dispatcher[581]: req:5 'hostname': new request (4 scripts) Mar 16 13:36:21 ip-10-31-45-252 systemd[1]: Started Network Manager Wait Online. -- Subject: Unit NetworkManager-wait-online.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit NetworkManager-wait-online.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:21 ip-10-31-45-252 systemd[1]: Starting LSB: Bring up/down networking... -- Subject: Unit network.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit network.service has begun starting up. Mar 16 13:36:21 ip-10-31-45-252 nm-dispatcher[581]: req:4 'connectivity-change': start running ordered scripts... Mar 16 13:36:21 ip-10-31-45-252 nm-dispatcher[581]: req:5 'hostname': start running ordered scripts... Mar 16 13:36:22 ip-10-31-45-252 network[638]: Bringing up loopback interface: [ OK ] Mar 16 13:36:22 ip-10-31-45-252 network[638]: Bringing up interface eth0: [ OK ] Mar 16 13:36:22 ip-10-31-45-252 systemd[1]: Started LSB: Bring up/down networking. -- Subject: Unit network.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit network.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:22 ip-10-31-45-252 systemd[1]: Starting Initial cloud-init job (metadata service crawler)... -- Subject: Unit cloud-init.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-init.service has begun starting up. Mar 16 13:36:22 ip-10-31-45-252 systemd[1]: Reached target Network. -- Subject: Unit network.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit network.target has finished starting up. -- -- The start-up result is done. Mar 16 13:36:22 ip-10-31-45-252 systemd[1]: Starting Postfix Mail Transport Agent... -- Subject: Unit postfix.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit postfix.service has begun starting up. Mar 16 13:36:22 ip-10-31-45-252 systemd[1]: Starting Dynamic System Tuning Daemon... -- Subject: Unit tuned.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit tuned.service has begun starting up. Mar 16 13:36:22 ip-10-31-45-252 cloud-init[842]: Cloud-init v. 0.7.9 running 'init' at Sat, 16 Mar 2024 13:36:22 +0000. Up 11.35 seconds. Mar 16 13:36:22 ip-10-31-45-252 cloud-init[842]: ci-info: ++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++ Mar 16 13:36:22 ip-10-31-45-252 cloud-init[842]: ci-info: +--------+------+--------------+---------------+-------+-------------------+ Mar 16 13:36:22 ip-10-31-45-252 cloud-init[842]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | Mar 16 13:36:22 ip-10-31-45-252 cloud-init[842]: ci-info: +--------+------+--------------+---------------+-------+-------------------+ Mar 16 13:36:22 ip-10-31-45-252 cloud-init[842]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | . | Mar 16 13:36:22 ip-10-31-45-252 cloud-init[842]: ci-info: | lo: | True | . | . | d | . | Mar 16 13:36:22 ip-10-31-45-252 cloud-init[842]: ci-info: | eth0: | True | 10.31.45.252 | 255.255.252.0 | . | 02:20:dc:7c:93:9f | Mar 16 13:36:22 ip-10-31-45-252 cloud-init[842]: ci-info: | eth0: | True | . | . | d | 02:20:dc:7c:93:9f | Mar 16 13:36:22 ip-10-31-45-252 cloud-init[842]: ci-info: +--------+------+--------------+---------------+-------+-------------------+ Mar 16 13:36:22 ip-10-31-45-252 cloud-init[842]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++ Mar 16 13:36:22 ip-10-31-45-252 cloud-init[842]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Mar 16 13:36:22 ip-10-31-45-252 cloud-init[842]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | Mar 16 13:36:22 ip-10-31-45-252 cloud-init[842]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Mar 16 13:36:22 ip-10-31-45-252 cloud-init[842]: ci-info: | 0 | 0.0.0.0 | 10.31.44.1 | 0.0.0.0 | eth0 | UG | Mar 16 13:36:22 ip-10-31-45-252 cloud-init[842]: ci-info: | 1 | 10.31.44.0 | 0.0.0.0 | 255.255.252.0 | eth0 | U | Mar 16 13:36:22 ip-10-31-45-252 cloud-init[842]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Mar 16 13:36:22 ip-10-31-45-252 cloud-init[842]: 2024-03-16 09:36:22,764 - __init__.py[WARNING]: Unhandled non-multipart (text/x-not-multipart) userdata: '~/.citool.d/post-install...' Mar 16 13:36:23 ip-10-31-45-252 systemd[1]: Started Dynamic System Tuning Daemon. -- Subject: Unit tuned.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit tuned.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:23 ip-10-31-45-252 postfix/postfix-script[1168]: starting the Postfix mail system Mar 16 13:36:23 ip-10-31-45-252 postfix/master[1170]: daemon started -- version 2.10.1, configuration /etc/postfix Mar 16 13:36:23 ip-10-31-45-252 systemd[1]: Started Postfix Mail Transport Agent. -- Subject: Unit postfix.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit postfix.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:23 ip-10-31-45-252 kernel: EXT4-fs (xvda1): resizing filesystem from 1048320 to 65535739 blocks Mar 16 13:36:23 ip-10-31-45-252 kernel: EXT4-fs (xvda1): resized filesystem to 65535739 Mar 16 13:36:23 ip-10-31-45-252.us-east-1.aws.redhat.com systemd-hostnamed[577]: Changed static host name to 'ip-10-31-45-252.us-east-1.aws.redhat.com' Mar 16 13:36:23 ip-10-31-45-252.us-east-1.aws.redhat.com NetworkManager[572]: [1710596183.6752] hostname: hostname changed from "localhost.localdomain" to "ip-10-31-45-252.us-east-1.aws.redhat.com" Mar 16 13:36:23 ip-10-31-45-252.us-east-1.aws.redhat.com nm-dispatcher[581]: req:6 'hostname': new request (4 scripts) Mar 16 13:36:23 ip-10-31-45-252.us-east-1.aws.redhat.com systemd-hostnamed[577]: Changed host name to 'ip-10-31-45-252.us-east-1.aws.redhat.com' Mar 16 13:36:23 ip-10-31-45-252.us-east-1.aws.redhat.com nm-dispatcher[581]: req:6 'hostname': start running ordered scripts... Mar 16 13:36:23 ip-10-31-45-252.us-east-1.aws.redhat.com NetworkManager[572]: [1710596183.6818] policy: set-hostname: set hostname to 'ip-10-31-45-252.us-east-1.aws.redhat.com' (from system configuration) Mar 16 13:36:23 ip-10-31-45-252.us-east-1.aws.redhat.com nm-dispatcher[581]: req:7 'hostname': new request (4 scripts) Mar 16 13:36:23 ip-10-31-45-252.us-east-1.aws.redhat.com nm-dispatcher[581]: req:7 'hostname': start running ordered scripts... Mar 16 13:36:23 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Started Initial cloud-init job (metadata service crawler). -- Subject: Unit cloud-init.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-init.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:23 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Starting Permit User Sessions... -- Subject: Unit systemd-user-sessions.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-user-sessions.service has begun starting up. Mar 16 13:36:23 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Reached target Cloud-config availability. -- Subject: Unit cloud-config.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-config.target has finished starting up. -- -- The start-up result is done. Mar 16 13:36:23 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Reached target Network is Online. -- Subject: Unit network-online.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit network-online.target has finished starting up. -- -- The start-up result is done. Mar 16 13:36:23 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Starting System Logging Service... -- Subject: Unit rsyslog.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rsyslog.service has begun starting up. Mar 16 13:36:23 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Starting Crash recovery kernel arming... -- Subject: Unit kdump.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit kdump.service has begun starting up. Mar 16 13:36:23 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Starting Apply the settings specified in cloud-config... -- Subject: Unit cloud-config.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-config.service has begun starting up. Mar 16 13:36:23 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Starting The restraint harness.... -- Subject: Unit restraintd.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit restraintd.service has begun starting up. Mar 16 13:36:23 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Starting Notify NFS peers of a restart... -- Subject: Unit rpc-statd-notify.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rpc-statd-notify.service has begun starting up. Mar 16 13:36:23 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Starting OpenSSH server daemon... -- Subject: Unit sshd.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sshd.service has begun starting up. Mar 16 13:36:23 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Started Permit User Sessions. -- Subject: Unit systemd-user-sessions.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-user-sessions.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:23 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Starting Wait for Plymouth Boot Screen to Quit... -- Subject: Unit plymouth-quit-wait.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-quit-wait.service has begun starting up. Mar 16 13:36:23 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Started Command Scheduler. -- Subject: Unit crond.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit crond.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:23 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Starting Terminate Plymouth Boot Screen... -- Subject: Unit plymouth-quit.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-quit.service has begun starting up. Mar 16 13:36:23 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Started The restraint harness.. -- Subject: Unit restraintd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit restraintd.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:23 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Received SIGRTMIN+21 from PID 226 (plymouthd). Mar 16 13:36:23 ip-10-31-45-252.us-east-1.aws.redhat.com crond[1222]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 22% if used.) Mar 16 13:36:23 ip-10-31-45-252.us-east-1.aws.redhat.com sm-notify[1218]: Version 1.3.0 starting Mar 16 13:36:23 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Started Wait for Plymouth Boot Screen to Quit. -- Subject: Unit plymouth-quit-wait.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-quit-wait.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:23 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Started Terminate Plymouth Boot Screen. -- Subject: Unit plymouth-quit.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-quit.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:23 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Started Getty on tty1. -- Subject: Unit getty@tty1.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit getty@tty1.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:23 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Reached target Login Prompts. -- Subject: Unit getty.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit getty.target has finished starting up. -- -- The start-up result is done. Mar 16 13:36:23 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Started Notify NFS peers of a restart. -- Subject: Unit rpc-statd-notify.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rpc-statd-notify.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:23 ip-10-31-45-252.us-east-1.aws.redhat.com restraintd[1226]: Listening on http://localhost:8081 Mar 16 13:36:23 ip-10-31-45-252.us-east-1.aws.redhat.com rsyslogd[1214]: [origin software="rsyslogd" swVersion="8.24.0-57.el7_9.3" x-pid="1214" x-info="http://www.rsyslog.com"] start Mar 16 13:36:23 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Started System Logging Service. -- Subject: Unit rsyslog.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rsyslog.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:24 ip-10-31-45-252.us-east-1.aws.redhat.com sshd[1219]: Server listening on 0.0.0.0 port 22. Mar 16 13:36:24 ip-10-31-45-252.us-east-1.aws.redhat.com sshd[1219]: Server listening on :: port 22. Mar 16 13:36:24 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Started OpenSSH server daemon. -- Subject: Unit sshd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sshd.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:24 ip-10-31-45-252.us-east-1.aws.redhat.com cloud-init[1216]: Cloud-init v. 0.7.9 running 'modules:config' at Sat, 16 Mar 2024 13:36:24 +0000. Up 13.10 seconds. Mar 16 13:36:24 ip-10-31-45-252.us-east-1.aws.redhat.com sshd[1219]: Received signal 15; terminating. Mar 16 13:36:24 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Stopping OpenSSH server daemon... -- Subject: Unit sshd.service has begun shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sshd.service has begun shutting down. Mar 16 13:36:24 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Stopped OpenSSH server daemon. -- Subject: Unit sshd.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sshd.service has finished shutting down. Mar 16 13:36:24 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Starting OpenSSH server daemon... -- Subject: Unit sshd.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sshd.service has begun starting up. Mar 16 13:36:24 ip-10-31-45-252.us-east-1.aws.redhat.com crond[1222]: (CRON) INFO (running with inotify support) Mar 16 13:36:24 ip-10-31-45-252.us-east-1.aws.redhat.com kdumpctl[1215]: No kdump initial ramdisk found. Mar 16 13:36:24 ip-10-31-45-252.us-east-1.aws.redhat.com kdumpctl[1215]: Rebuilding /boot/initramfs-3.10.0-1160.108.1.el7.x86_64kdump.img Mar 16 13:36:24 ip-10-31-45-252.us-east-1.aws.redhat.com sshd[1303]: Server listening on 0.0.0.0 port 22. Mar 16 13:36:24 ip-10-31-45-252.us-east-1.aws.redhat.com sshd[1303]: Server listening on :: port 22. Mar 16 13:36:24 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Started OpenSSH server daemon. -- Subject: Unit sshd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sshd.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:24 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Started Apply the settings specified in cloud-config. -- Subject: Unit cloud-config.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-config.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:24 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Starting Execute cloud user/final scripts... -- Subject: Unit cloud-final.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-final.service has begun starting up. Mar 16 13:36:24 ip-10-31-45-252.us-east-1.aws.redhat.com cloud-init[1350]: Cloud-init v. 0.7.9 running 'modules:final' at Sat, 16 Mar 2024 13:36:24 +0000. Up 13.62 seconds. Mar 16 13:36:24 ip-10-31-45-252.us-east-1.aws.redhat.com ec2[1514]: Mar 16 13:36:24 ip-10-31-45-252.us-east-1.aws.redhat.com ec2[1514]: ############################################################# Mar 16 13:36:24 ip-10-31-45-252.us-east-1.aws.redhat.com ec2[1514]: -----BEGIN SSH HOST KEY FINGERPRINTS----- Mar 16 13:36:24 ip-10-31-45-252.us-east-1.aws.redhat.com ec2[1514]: 256 SHA256:I54BWyd3uNYj5F9/h4bswIeavco+21Kfi33Yl/wIuCc no comment (ECDSA) Mar 16 13:36:24 ip-10-31-45-252.us-east-1.aws.redhat.com ec2[1514]: 256 SHA256:pkfs0cIhdDgGkHrW77ZsP/XKtdTX/zqV0Y9BfRzvhMo no comment (ED25519) Mar 16 13:36:24 ip-10-31-45-252.us-east-1.aws.redhat.com ec2[1514]: 2048 SHA256:waMAzwVGCLoUmrgOkeWYp+1m7geV1ibj9ckXyrqQJEk no comment (RSA) Mar 16 13:36:24 ip-10-31-45-252.us-east-1.aws.redhat.com ec2[1514]: -----END SSH HOST KEY FINGERPRINTS----- Mar 16 13:36:24 ip-10-31-45-252.us-east-1.aws.redhat.com ec2[1514]: ############################################################# Mar 16 13:36:24 ip-10-31-45-252.us-east-1.aws.redhat.com cloud-init[1350]: Cloud-init v. 0.7.9 finished at Sat, 16 Mar 2024 13:36:24 +0000. Datasource DataSourceEc2. Up 13.72 seconds Mar 16 13:36:24 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Started Execute cloud user/final scripts. -- Subject: Unit cloud-final.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-final.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:24 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Reached target Multi-User System. -- Subject: Unit multi-user.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit multi-user.target has finished starting up. -- -- The start-up result is done. Mar 16 13:36:24 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Starting Update UTMP about System Runlevel Changes... -- Subject: Unit systemd-update-utmp-runlevel.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-update-utmp-runlevel.service has begun starting up. Mar 16 13:36:24 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Started Update UTMP about System Runlevel Changes. -- Subject: Unit systemd-update-utmp-runlevel.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-update-utmp-runlevel.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:24 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1547]: dracut-033-572.el7 Mar 16 13:36:25 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: Executing: /usr/sbin/dracut --quiet --hostonly --hostonly-cmdline --hostonly-i18n --hostonly-mode strict -o "plymouth dash resume ifcfg" --mount "/dev/disk/by-uuid/e68e4cee-2a87-4094-ac61-8c3230ab115f /sysroot ext4 defaults" --no-hostonly-default-device -f /boot/initramfs-3.10.0-1160.108.1.el7.x86_64kdump.img 3.10.0-1160.108.1.el7.x86_64 Mar 16 13:36:25 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Mar 16 13:36:25 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: dracut module 'ifcfg' will not be installed, because it's in the list to be omitted! Mar 16 13:36:25 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: dracut module 'plymouth' will not be installed, because it's in the list to be omitted! Mar 16 13:36:25 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: dracut module 'crypt' will not be installed, because command 'cryptsetup' could not be found! Mar 16 13:36:25 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Mar 16 13:36:25 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: dracut module 'dmsquash-live-ntfs' will not be installed, because command 'ntfs-3g' could not be found! Mar 16 13:36:25 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Mar 16 13:36:25 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Mar 16 13:36:25 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: dracut module 'multipath' will not be installed, because command 'multipath' could not be found! Mar 16 13:36:25 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Mar 16 13:36:25 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: dracut module 'iscsi' will not be installed, because command 'iscsistart' could not be found! Mar 16 13:36:25 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Mar 16 13:36:25 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: dracut module 'resume' will not be installed, because it's in the list to be omitted! Mar 16 13:36:25 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Mar 16 13:36:25 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: dracut module 'crypt' will not be installed, because command 'cryptsetup' could not be found! Mar 16 13:36:25 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Mar 16 13:36:25 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: dracut module 'dmsquash-live-ntfs' will not be installed, because command 'ntfs-3g' could not be found! Mar 16 13:36:25 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Mar 16 13:36:25 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Mar 16 13:36:25 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: dracut module 'multipath' will not be installed, because command 'multipath' could not be found! Mar 16 13:36:25 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Mar 16 13:36:25 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: dracut module 'iscsi' will not be installed, because command 'iscsistart' could not be found! Mar 16 13:36:25 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Mar 16 13:36:25 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: *** Including module: bash *** Mar 16 13:36:25 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: *** Including module: nss-softokn *** Mar 16 13:36:25 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: *** Including module: i18n *** Mar 16 13:36:26 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: *** Including module: drm *** Mar 16 13:36:27 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: *** Including module: kernel-modules *** Mar 16 13:36:27 ip-10-31-45-252.us-east-1.aws.redhat.com chronyd[458]: Selected source 162.159.200.1 Mar 16 13:36:34 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: *** Including module: fstab-sys *** Mar 16 13:36:34 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: *** Including module: rootfs-block *** Mar 16 13:36:34 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: *** Including module: terminfo *** Mar 16 13:36:34 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: *** Including module: udev-rules *** Mar 16 13:36:35 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: Skipping udev rule: 40-redhat-cpu-hotplug.rules Mar 16 13:36:35 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: Skipping udev rule: 91-permissions.rules Mar 16 13:36:35 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: *** Including module: biosdevname *** Mar 16 13:36:35 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: *** Including module: systemd *** Mar 16 13:36:35 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: *** Including module: usrmount *** Mar 16 13:36:35 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: *** Including module: base *** Mar 16 13:36:35 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: *** Including module: fs-lib *** Mar 16 13:36:35 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: *** Including module: kdumpbase *** Mar 16 13:36:36 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: *** Including module: microcode_ctl-fw_dir_override *** Mar 16 13:36:36 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: microcode_ctl module: mangling fw_dir Mar 16 13:36:36 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: microcode_ctl: reset fw_dir to "/lib/firmware/updates /lib/firmware" Mar 16 13:36:36 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel"... Mar 16 13:36:36 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: microcode_ctl: intel: caveats check for kernel version "3.10.0-1160.108.1.el7.x86_64" passed, adding "/usr/share/microcode_ctl/ucode_with_caveats/intel" to fw_dir variable Mar 16 13:36:36 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-2d-07"... Mar 16 13:36:36 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: microcode_ctl: configuration "intel-06-2d-07" is ignored Mar 16 13:36:36 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4e-03"... Mar 16 13:36:36 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: microcode_ctl: configuration "intel-06-4e-03" is ignored Mar 16 13:36:36 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01"... Mar 16 13:36:36 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: microcode_ctl: configuration "intel-06-4f-01" is ignored Mar 16 13:36:36 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-55-04"... Mar 16 13:36:36 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: microcode_ctl: configuration "intel-06-55-04" is ignored Mar 16 13:36:36 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-5e-03"... Mar 16 13:36:36 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: microcode_ctl: configuration "intel-06-5e-03" is ignored Mar 16 13:36:36 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8c-01"... Mar 16 13:36:36 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: microcode_ctl: configuration "intel-06-8c-01" is ignored Mar 16 13:36:36 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: microcode_ctl: final fw_dir: "/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware" Mar 16 13:36:36 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: *** Including module: shutdown *** Mar 16 13:36:36 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: *** Including modules done *** Mar 16 13:36:36 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: *** Installing kernel module dependencies and firmware *** Mar 16 13:36:36 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: *** Installing kernel module dependencies and firmware done *** Mar 16 13:36:36 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: *** Resolving executable dependencies *** Mar 16 13:36:37 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: *** Resolving executable dependencies done*** Mar 16 13:36:37 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: *** Hardlinking files *** Mar 16 13:36:37 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: *** Hardlinking files done *** Mar 16 13:36:37 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: *** Stripping files *** Mar 16 13:36:37 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: *** Stripping files done *** Mar 16 13:36:37 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: *** Generating early-microcode cpio image contents *** Mar 16 13:36:37 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: *** Constructing GenuineIntel.bin **** Mar 16 13:36:38 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: *** Store current command line parameters *** Mar 16 13:36:38 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: *** Creating image file *** Mar 16 13:36:38 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: *** Creating microcode section *** Mar 16 13:36:38 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: *** Created microcode section *** Mar 16 13:36:42 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: *** Creating image file done *** Mar 16 13:36:42 ip-10-31-45-252.us-east-1.aws.redhat.com dracut[1549]: *** Creating initramfs image file '/boot/initramfs-3.10.0-1160.108.1.el7.x86_64kdump.img' done *** Mar 16 13:36:43 ip-10-31-45-252.us-east-1.aws.redhat.com kdumpctl[1215]: kexec: loaded kdump kernel Mar 16 13:36:43 ip-10-31-45-252.us-east-1.aws.redhat.com kdumpctl[1215]: Starting kdump: [OK] Mar 16 13:36:43 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Started Crash recovery kernel arming. -- Subject: Unit kdump.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit kdump.service has finished starting up. -- -- The start-up result is done. Mar 16 13:36:43 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Startup finished in 509ms (kernel) + 1.828s (initrd) + 29.902s (userspace) = 32.240s. -- Subject: System start-up is now complete -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- All system services necessary queued for starting at boot have been -- successfully started. Note that this does not mean that the machine is -- now idle as services might still be busy with completing start-up. -- -- Kernel start-up required 509217 microseconds. -- -- Initial RAM disk start-up required 1828163 microseconds. -- -- Userspace start-up required 29902629 microseconds. Mar 16 13:38:03 ip-10-31-45-252.us-east-1.aws.redhat.com sshd[7766]: Accepted publickey for root from 10.30.33.131 port 51104 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Mar 16 13:38:03 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Created slice User Slice of root. -- Subject: Unit user-0.slice has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit user-0.slice has finished starting up. -- -- The start-up result is done. Mar 16 13:38:03 ip-10-31-45-252.us-east-1.aws.redhat.com systemd-logind[512]: New session 1 of user root. -- Subject: A new session 1 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 1 has been created for the user root. -- -- The leading process of the session is 7766. Mar 16 13:38:03 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Started Session 1 of user root. -- Subject: Unit session-1.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-1.scope has finished starting up. -- -- The start-up result is done. Mar 16 13:38:03 ip-10-31-45-252.us-east-1.aws.redhat.com sshd[7766]: pam_unix(sshd:session): session opened for user root by (uid=0) Mar 16 13:38:04 ip-10-31-45-252.us-east-1.aws.redhat.com sshd[7766]: Received disconnect from 10.30.33.131 port 51104:11: disconnected by user Mar 16 13:38:04 ip-10-31-45-252.us-east-1.aws.redhat.com sshd[7766]: Disconnected from 10.30.33.131 port 51104 Mar 16 13:38:04 ip-10-31-45-252.us-east-1.aws.redhat.com sshd[7766]: pam_unix(sshd:session): session closed for user root Mar 16 13:38:04 ip-10-31-45-252.us-east-1.aws.redhat.com systemd-logind[512]: Removed session 1. -- Subject: Session 1 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 1 has been terminated. Mar 16 13:38:04 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Removed slice User Slice of root. -- Subject: Unit user-0.slice has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit user-0.slice has finished shutting down. Mar 16 13:38:04 ip-10-31-45-252.us-east-1.aws.redhat.com sshd[7779]: Did not receive identification string from 10.29.163.172 port 39888 Mar 16 13:38:04 ip-10-31-45-252.us-east-1.aws.redhat.com sshd[7780]: Address 10.29.163.172 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Mar 16 13:38:04 ip-10-31-45-252.us-east-1.aws.redhat.com sshd[7780]: Accepted publickey for root from 10.29.163.172 port 39904 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Mar 16 13:38:04 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Created slice User Slice of root. -- Subject: Unit user-0.slice has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit user-0.slice has finished starting up. -- -- The start-up result is done. Mar 16 13:38:04 ip-10-31-45-252.us-east-1.aws.redhat.com systemd-logind[512]: New session 2 of user root. -- Subject: A new session 2 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 2 has been created for the user root. -- -- The leading process of the session is 7780. Mar 16 13:38:04 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Started Session 2 of user root. -- Subject: Unit session-2.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-2.scope has finished starting up. -- -- The start-up result is done. Mar 16 13:38:04 ip-10-31-45-252.us-east-1.aws.redhat.com sshd[7780]: pam_unix(sshd:session): session opened for user root by (uid=0) Mar 16 13:38:04 ip-10-31-45-252.us-east-1.aws.redhat.com sshd[7780]: Received disconnect from 10.29.163.172 port 39904:11: disconnected by user Mar 16 13:38:04 ip-10-31-45-252.us-east-1.aws.redhat.com sshd[7780]: Disconnected from 10.29.163.172 port 39904 Mar 16 13:38:04 ip-10-31-45-252.us-east-1.aws.redhat.com sshd[7780]: pam_unix(sshd:session): session closed for user root Mar 16 13:38:04 ip-10-31-45-252.us-east-1.aws.redhat.com systemd-logind[512]: Removed session 2. -- Subject: Session 2 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 2 has been terminated. Mar 16 13:38:04 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Removed slice User Slice of root. -- Subject: Unit user-0.slice has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit user-0.slice has finished shutting down. Mar 16 13:38:04 ip-10-31-45-252.us-east-1.aws.redhat.com sshd[7791]: Address 10.29.163.172 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Mar 16 13:38:05 ip-10-31-45-252.us-east-1.aws.redhat.com sshd[7791]: Accepted publickey for root from 10.29.163.172 port 39918 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Mar 16 13:38:05 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Created slice User Slice of root. -- Subject: Unit user-0.slice has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit user-0.slice has finished starting up. -- -- The start-up result is done. Mar 16 13:38:05 ip-10-31-45-252.us-east-1.aws.redhat.com systemd-logind[512]: New session 3 of user root. -- Subject: A new session 3 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 3 has been created for the user root. -- -- The leading process of the session is 7791. Mar 16 13:38:05 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Started Session 3 of user root. -- Subject: Unit session-3.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-3.scope has finished starting up. -- -- The start-up result is done. Mar 16 13:38:05 ip-10-31-45-252.us-east-1.aws.redhat.com sshd[7791]: pam_unix(sshd:session): session opened for user root by (uid=0) Mar 16 13:38:05 ip-10-31-45-252.us-east-1.aws.redhat.com sshd[7791]: Received disconnect from 10.29.163.172 port 39918:11: disconnected by user Mar 16 13:38:05 ip-10-31-45-252.us-east-1.aws.redhat.com sshd[7791]: Disconnected from 10.29.163.172 port 39918 Mar 16 13:38:05 ip-10-31-45-252.us-east-1.aws.redhat.com sshd[7791]: pam_unix(sshd:session): session closed for user root Mar 16 13:38:05 ip-10-31-45-252.us-east-1.aws.redhat.com systemd-logind[512]: Removed session 3. -- Subject: Session 3 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 3 has been terminated. Mar 16 13:38:05 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Removed slice User Slice of root. -- Subject: Unit user-0.slice has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit user-0.slice has finished shutting down. Mar 16 13:38:05 ip-10-31-45-252.us-east-1.aws.redhat.com sshd[7805]: Address 10.29.163.172 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Mar 16 13:38:05 ip-10-31-45-252.us-east-1.aws.redhat.com sshd[7805]: Accepted publickey for root from 10.29.163.172 port 39924 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Mar 16 13:38:05 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Created slice User Slice of root. -- Subject: Unit user-0.slice has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit user-0.slice has finished starting up. -- -- The start-up result is done. Mar 16 13:38:05 ip-10-31-45-252.us-east-1.aws.redhat.com systemd-logind[512]: New session 4 of user root. -- Subject: A new session 4 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 4 has been created for the user root. -- -- The leading process of the session is 7805. Mar 16 13:38:05 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Started Session 4 of user root. -- Subject: Unit session-4.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-4.scope has finished starting up. -- -- The start-up result is done. Mar 16 13:38:05 ip-10-31-45-252.us-east-1.aws.redhat.com sshd[7805]: pam_unix(sshd:session): session opened for user root by (uid=0) Mar 16 13:38:05 ip-10-31-45-252.us-east-1.aws.redhat.com sshd[7805]: Received disconnect from 10.29.163.172 port 39924:11: disconnected by user Mar 16 13:38:05 ip-10-31-45-252.us-east-1.aws.redhat.com sshd[7805]: Disconnected from 10.29.163.172 port 39924 Mar 16 13:38:05 ip-10-31-45-252.us-east-1.aws.redhat.com sshd[7805]: pam_unix(sshd:session): session closed for user root Mar 16 13:38:05 ip-10-31-45-252.us-east-1.aws.redhat.com systemd-logind[512]: Removed session 4. -- Subject: Session 4 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 4 has been terminated. Mar 16 13:38:05 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Removed slice User Slice of root. -- Subject: Unit user-0.slice has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit user-0.slice has finished shutting down. Mar 16 13:38:06 ip-10-31-45-252.us-east-1.aws.redhat.com sshd[7819]: Address 10.29.163.172 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Mar 16 13:38:06 ip-10-31-45-252.us-east-1.aws.redhat.com sshd[7819]: Accepted publickey for root from 10.29.163.172 port 39928 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Mar 16 13:38:06 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Created slice User Slice of root. -- Subject: Unit user-0.slice has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit user-0.slice has finished starting up. -- -- The start-up result is done. Mar 16 13:38:06 ip-10-31-45-252.us-east-1.aws.redhat.com systemd-logind[512]: New session 5 of user root. -- Subject: A new session 5 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 5 has been created for the user root. -- -- The leading process of the session is 7819. Mar 16 13:38:06 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Started Session 5 of user root. -- Subject: Unit session-5.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-5.scope has finished starting up. -- -- The start-up result is done. Mar 16 13:38:06 ip-10-31-45-252.us-east-1.aws.redhat.com sshd[7819]: pam_unix(sshd:session): session opened for user root by (uid=0) Mar 16 13:38:24 ip-10-31-45-252.us-east-1.aws.redhat.com yum[7834]: Installed: libmodulemd-1.6.3-1.el7.x86_64 Mar 16 13:38:24 ip-10-31-45-252.us-east-1.aws.redhat.com yum[7834]: Installed: libsolv-0.6.34-4.el7.x86_64 Mar 16 13:38:24 ip-10-31-45-252.us-east-1.aws.redhat.com yum[7834]: Installed: librepo-1.8.1-8.el7_9.x86_64 Mar 16 13:38:24 ip-10-31-45-252.us-east-1.aws.redhat.com yum[7834]: Installed: libdnf-0.22.5-2.el7_9.x86_64 Mar 16 13:38:24 ip-10-31-45-252.us-east-1.aws.redhat.com yum[7834]: Installed: python2-libdnf-0.22.5-2.el7_9.x86_64 Mar 16 13:38:24 ip-10-31-45-252.us-east-1.aws.redhat.com yum[7834]: Installed: python2-hawkey-0.22.5-2.el7_9.x86_64 Mar 16 13:38:24 ip-10-31-45-252.us-east-1.aws.redhat.com yum[7834]: Installed: libreport-filesystem-2.1.11-53.el7.centos.x86_64 Mar 16 13:38:24 ip-10-31-45-252.us-east-1.aws.redhat.com yum[7834]: Installed: dnf-data-4.0.9.2-2.el7_9.noarch Mar 16 13:38:24 ip-10-31-45-252.us-east-1.aws.redhat.com yum[7834]: Installed: python-enum34-1.0.4-1.el7.noarch Mar 16 13:38:24 ip-10-31-45-252.us-east-1.aws.redhat.com yum[7834]: Installed: deltarpm-3.6-3.el7.x86_64 Mar 16 13:38:25 ip-10-31-45-252.us-east-1.aws.redhat.com yum[7834]: Installed: libcomps-0.1.8-14.el7.x86_64 Mar 16 13:38:25 ip-10-31-45-252.us-east-1.aws.redhat.com yum[7834]: Installed: python2-libcomps-0.1.8-14.el7.x86_64 Mar 16 13:38:25 ip-10-31-45-252.us-east-1.aws.redhat.com yum[7834]: Installed: python2-dnf-4.0.9.2-2.el7_9.noarch Mar 16 13:38:26 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-ansible.legacy.setup[7904]: Invoked with filter=[] gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Mar 16 13:38:26 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-service_facts[7941]: Invoked Mar 16 13:38:27 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8059]: Invoked with executable=None _uses_shell=False strip_empty_ends=True _raw_params=rpm -qa removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:38:28 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-stat[8069]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/yum.repos.d/qa-tools.repo get_md5=False get_mime=True get_attributes=True Mar 16 13:38:28 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8080]: Invoked with executable=None _uses_shell=True strip_empty_ends=True _raw_params=curl -sLI --connect-timeout 5 -w '%{response_code}' http://liver2.lab.eng.brq.redhat.com/repo/ | grep ^200 removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:38:29 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8092]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=latest disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['ca-certificates'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Mar 16 13:38:30 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8102]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=latest disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['curl'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Mar 16 13:38:31 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8112]: Invoked with executable=None _uses_shell=False strip_empty_ends=True _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 removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:38:31 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8123]: Invoked with executable=None _uses_shell=False strip_empty_ends=True _raw_params=bash -c 'update-ca-trust' removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:38:33 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8138]: Invoked with executable=None _uses_shell=False strip_empty_ends=True _raw_params=bash -c 'update-ca-trust extract' removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:38:34 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8153]: Invoked with executable=None _uses_shell=False strip_empty_ends=True _raw_params=curl -v https://gitlab.cee.redhat.com removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:38:35 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8164]: Invoked with executable=None _uses_shell=False strip_empty_ends=True _raw_params=curl -v https://beaker.engineering.redhat.com/ removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:38:36 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-file[8175]: Invoked with src=None selevel=None force=False setype=None _original_basename=None unsafe_writes=False access_time=None seuser=None recurse=False state=absent access_time_format=%Y%m%d%H%M.%S group=None modification_time=None serole=None _diff_peek=None modification_time_format=%Y%m%d%H%M.%S path=/etc/yum.repos.d/CentOS-Media.repo owner=None follow=True attributes=None mode=None Mar 16 13:38:36 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-file[8184]: Invoked with src=None selevel=None force=False setype=None _original_basename=None unsafe_writes=False access_time=None seuser=None recurse=False state=absent access_time_format=%Y%m%d%H%M.%S group=None modification_time=None serole=None _diff_peek=None modification_time_format=%Y%m%d%H%M.%S path=/etc/yum.repos.d/CentOS-Linux-Media.repo owner=None follow=True attributes=None mode=None Mar 16 13:38:36 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-file[8193]: Invoked with src=None selevel=None force=False setype=None _original_basename=None unsafe_writes=False access_time=None seuser=None recurse=False state=absent access_time_format=%Y%m%d%H%M.%S group=None modification_time=None serole=None _diff_peek=None modification_time_format=%Y%m%d%H%M.%S path=/etc/yum.repos.d/CentOS-Stream-Media.repo owner=None follow=True attributes=None mode=None Mar 16 13:38:36 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-stat[8202]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/yum.repos.d/beaker-client.repo get_md5=False get_mime=True get_attributes=True Mar 16 13:38:36 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-community.general.ini_file[8213]: Invoked with exclusive=True no_extra_spaces=False owner=None follow=False group=None modify_inactive_option=True section=beaker-client ignore_spaces=False allow_no_value=False serole=None setype=None option=skip_if_unavailable state=present selevel=None path=/etc/yum.repos.d/beaker-client.repo seuser=None value=1 unsafe_writes=False values=None mode=None attributes=None backup=False create=True Mar 16 13:38:37 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8222]: Invoked with executable=None _uses_shell=True strip_empty_ends=True _raw_params=for repofile in $(ls -1 /etc/yum.repos.d/); do echo "# vvvvv $repofile vvvvv vvvvv"; cat "/etc/yum.repos.d/$repofile"; echo "# ^^^^^ ^^^^^ ^^^^^ ^^^^^"; echo ""; done removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:38:37 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8247]: Invoked with executable=None _uses_shell=True strip_empty_ends=True _raw_params=yum -q repolist removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:38:37 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-stat[8257]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/yum.repos.d/baseos-ci.repo get_md5=False get_mime=True get_attributes=True Mar 16 13:38:37 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8266]: Invoked with executable=None _uses_shell=True strip_empty_ends=True _raw_params=for repofile in $(ls -1 /etc/yum.repos.d/); do echo "# vvvvv $repofile vvvvv vvvvv"; cat "/etc/yum.repos.d/$repofile"; echo "# ^^^^^ ^^^^^ ^^^^^ ^^^^^"; echo ""; done removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:38:38 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8291]: Invoked with executable=None _uses_shell=True strip_empty_ends=True _raw_params=yum -q repolist removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:38:38 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8301]: Invoked with executable=None _uses_shell=True strip_empty_ends=True _raw_params=for repofile in $(ls -1 /etc/yum.repos.d/); do echo "# vvvvv $repofile vvvvv vvvvv"; cat "/etc/yum.repos.d/$repofile"; echo "# ^^^^^ ^^^^^ ^^^^^ ^^^^^"; echo ""; done removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:38:38 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8326]: Invoked with executable=None _uses_shell=True strip_empty_ends=True _raw_params=yum -q repolist removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:38:39 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8336]: Invoked with executable=None _uses_shell=True strip_empty_ends=True _raw_params=yum repolist --enablerepo '*' | grep -q rhel-buildroot removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:39:19 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8492]: Invoked with executable=None _uses_shell=True strip_empty_ends=True _raw_params=for repofile in $(ls -1 /etc/yum.repos.d/); do echo "# vvvvv $repofile vvvvv vvvvv"; cat "/etc/yum.repos.d/$repofile"; echo "# ^^^^^ ^^^^^ ^^^^^ ^^^^^"; echo ""; done removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:39:19 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8517]: Invoked with executable=None _uses_shell=True strip_empty_ends=True _raw_params=yum -q repolist removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:39:20 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8527]: Invoked with executable=None _uses_shell=True strip_empty_ends=True _raw_params=for repofile in $(ls -1 /etc/yum.repos.d/); do echo "# vvvvv $repofile vvvvv vvvvv"; cat "/etc/yum.repos.d/$repofile"; echo "# ^^^^^ ^^^^^ ^^^^^ ^^^^^"; echo ""; done removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:39:20 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8552]: Invoked with executable=None _uses_shell=True strip_empty_ends=True _raw_params=yum -q repolist removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:39:20 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8562]: Invoked with executable=None _uses_shell=False strip_empty_ends=True _raw_params=yum clean all --enablerepo=* removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:39:21 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8572]: Invoked with executable=None _uses_shell=False strip_empty_ends=True _raw_params=yum makecache --enablerepo=* removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:43:35 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8978]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=latest disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['createrepo'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Mar 16 13:43:40 ip-10-31-45-252.us-east-1.aws.redhat.com yum[8981]: Installed: python-deltarpm-3.6-3.el7.x86_64 Mar 16 13:43:40 ip-10-31-45-252.us-east-1.aws.redhat.com yum[8981]: Installed: createrepo-0.9.9-28.el7.noarch Mar 16 13:43:40 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8994]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=latest disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['make'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Mar 16 13:43:41 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[9004]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=latest disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['parted'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Mar 16 13:43:42 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[9014]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=latest disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['psmisc'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Mar 16 13:43:44 ip-10-31-45-252.us-east-1.aws.redhat.com yum[9017]: Installed: psmisc-22.20-17.el7.x86_64 Mar 16 13:43:45 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[9028]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=latest disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['ntpdate'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Mar 16 13:43:46 ip-10-31-45-252.us-east-1.aws.redhat.com groupadd[9035]: group added to /etc/group: name=ntp, GID=38 Mar 16 13:43:47 ip-10-31-45-252.us-east-1.aws.redhat.com groupadd[9035]: group added to /etc/gshadow: name=ntp Mar 16 13:43:47 ip-10-31-45-252.us-east-1.aws.redhat.com groupadd[9035]: new group: name=ntp, GID=38 Mar 16 13:43:47 ip-10-31-45-252.us-east-1.aws.redhat.com useradd[9039]: new user: name=ntp, UID=38, GID=38, home=/etc/ntp, shell=/sbin/nologin Mar 16 13:43:47 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Reloading. Mar 16 13:43:47 ip-10-31-45-252.us-east-1.aws.redhat.com yum[9031]: Installed: ntpdate-4.2.6p5-29.el7.centos.2.x86_64 Mar 16 13:43:47 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-ansible.legacy.command[9069]: Invoked with executable=None _uses_shell=False strip_empty_ends=True _raw_params=ntpdate -u clock.corp.redhat.com removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:43:54 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-ansible.legacy.command[9079]: Invoked with executable=None _uses_shell=True strip_empty_ends=True _raw_params=setenforce 0; timedatectl set-timezone UTC; setenforce 1 removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:43:54 ip-10-31-45-252.us-east-1.aws.redhat.com dbus[448]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' Mar 16 13:43:54 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Starting Time & Date Service... -- Subject: Unit systemd-timedated.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-timedated.service has begun starting up. Mar 16 13:43:54 ip-10-31-45-252.us-east-1.aws.redhat.com dbus[448]: [system] Successfully activated service 'org.freedesktop.timedate1' Mar 16 13:43:54 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Started Time & Date Service. -- Subject: Unit systemd-timedated.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-timedated.service has finished starting up. -- -- The start-up result is done. Mar 16 13:43:54 ip-10-31-45-252.us-east-1.aws.redhat.com systemd-timedated[9083]: Changed time zone to 'UTC'. -- Subject: Time zone change to UTC -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- The system timezone has been changed to UTC. Mar 16 13:43:55 ip-10-31-45-252.us-east-1.aws.redhat.com dbus[448]: [system] Reloaded configuration Mar 16 13:43:55 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-yum_repository[9093]: Invoked with seuser=None ip_resolve=None reposdir=/etc/yum.repos.d includepkgs=None mirrorlist_expire=None bandwidth=None cost=None file=None owner=None exclude=None attributes=None keepalive=None module_hotfixes=None proxy_username=None sslverify=None failovermethod=None repo_gpgcheck=None deltarpm_metadata_percentage=None gpgkey=None setype=None http_caching=None priority=None serole=None mirrorlist=None params=None gpgcheck=False include=None sslcacert=None username=None metadata_expire=None description=Beaker tasks retries=None selevel=None sslclientcert=None baseurl=['http://beaker.engineering.redhat.com/rpms/'] gpgcakey=None s3_enabled=None state=present proxy_password=NOT_LOGGING_PARAMETER enablegroups=None group=None password=NOT_LOGGING_PARAMETER ui_repoid_vars=None protect=None ssl_check_cert_permissions=None throttle=None name=beaker-tasks deltarpm_percentage=None sslclientkey=None metalink=None enabled=True skip_if_unavailable=None unsafe_writes=False keepcache=None mode=None timeout=None async=None metadata_expire_filter=None proxy=None Mar 16 13:43:55 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-user[9102]: Invoked with comment=None ssh_key_bits=0 update_password=always non_unique=False force=False skeleton=None create_home=True password_lock=None ssh_key_passphrase=NOT_LOGGING_PARAMETER uid=None home=None append=False ssh_key_type=rsa ssh_key_comment=ansible-generated on ip-10-31-45-252.us-east-1.aws.redhat.com group=None umask=None system=False state=present role=None hidden=None local=None authorization=None profile=None shell=None expires=None ssh_key_file=None groups=None move_home=False password=NOT_LOGGING_PARAMETER password_expire_min=None name=root seuser=None remove=False password_expire_max=None login_class=None generate_ssh_key=None Mar 16 13:43:55 ip-10-31-45-252.us-east-1.aws.redhat.com usermod[9108]: change user 'root' password Mar 16 13:43:55 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-lineinfile[9121]: Invoked with backrefs=False search_string=None path=/etc/ssh/sshd_config owner=None validate=None group=None insertbefore=None unsafe_writes=False create=False serole=None state=present setype=None dest=/etc/ssh/sshd_config selevel=None regexp=#?PasswordAuthentication (?:yes|no) line=PasswordAuthentication yes seuser=None mode=None insertafter=None firstmatch=False attributes=None backup=False Mar 16 13:43:56 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-lineinfile[9130]: Invoked with backrefs=False search_string=None regexp=None owner=None validate=None group=None insertbefore=None unsafe_writes=False create=False serole=None state=present setype=None dest=/etc/ssh/sshd_config selevel=None path=/etc/ssh/sshd_config line=PermitRootLogin yes seuser=None mode=None insertafter=None firstmatch=False attributes=None backup=False Mar 16 13:43:56 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-file[9139]: Invoked with src=None selevel=None force=False setype=None _original_basename=None unsafe_writes=False access_time=None seuser=None recurse=False state=directory access_time_format=%Y%m%d%H%M.%S group=None modification_time=None serole=None _diff_peek=None modification_time_format=%Y%m%d%H%M.%S path=/var/lib/tft owner=None follow=True attributes=None mode=None Mar 16 13:43:56 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-stat[9148]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/var/lib/tft/lib.sh get_md5=False get_mime=True get_attributes=True Mar 16 13:43:56 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-ansible.legacy.stat[9179]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/var/lib/tft/lib.sh follow=False get_md5=False get_mime=True get_attributes=True Mar 16 13:43:56 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-ansible.legacy.copy[9204]: Invoked with src=/root/.ansible/tmp/ansible-tmp-1710596636.3560352-729-238957353590324/source directory_mode=None force=True attributes=None remote_src=None unsafe_writes=False dest=/var/lib/tft/lib.sh seuser=None setype=None group=root content=NOT_LOGGING_PARAMETER _original_basename=lib.sh.j2 serole=None mode=u=rx,go= selevel=None owner=root follow=False validate=None checksum=af779f2a149bc6695c9d2d1622342e81371886ab backup=False local_follow=None Mar 16 13:43:56 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-stat[9222]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/usr/local/bin/ci-extendtesttime.sh get_md5=False get_mime=True get_attributes=True Mar 16 13:43:57 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-ansible.legacy.stat[9253]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/usr/local/bin/ci-extendtesttime.sh follow=False get_md5=False get_mime=True get_attributes=True Mar 16 13:43:57 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-ansible.legacy.copy[9278]: Invoked with src=/root/.ansible/tmp/ansible-tmp-1710596636.95925-742-274326781862262/source directory_mode=None force=True attributes=None remote_src=None unsafe_writes=False dest=/usr/local/bin/ci-extendtesttime.sh seuser=None setype=None group=root content=NOT_LOGGING_PARAMETER _original_basename=ci-extendtesttime.sh.j2 serole=None mode=u=rx,go= selevel=None owner=root follow=False validate=None checksum=2d0f6c296873c17e8b22c9490b000973b2a8a350 backup=False local_follow=None Mar 16 13:43:57 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-stat[9296]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/usr/bin/extendtesttime.sh get_md5=False get_mime=True get_attributes=True Mar 16 13:43:57 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-stat[9305]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/usr/local/bin/ci-return2pool.sh get_md5=False get_mime=True get_attributes=True Mar 16 13:43:57 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-ansible.legacy.stat[9336]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/usr/local/bin/ci-return2pool.sh follow=False get_md5=False get_mime=True get_attributes=True Mar 16 13:43:57 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-ansible.legacy.copy[9361]: Invoked with src=/root/.ansible/tmp/ansible-tmp-1710596637.6075552-762-47957503264063/source directory_mode=None force=True attributes=None remote_src=None unsafe_writes=False dest=/usr/local/bin/ci-return2pool.sh seuser=None setype=None group=root content=NOT_LOGGING_PARAMETER _original_basename=ci-return2pool.sh.j2 serole=None mode=u=rx,go= selevel=None owner=root follow=False validate=None checksum=f77cae3b2a729c60bcb0c01c82bf347f13a9b2c5 backup=False local_follow=None Mar 16 13:43:58 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-stat[9379]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/motd get_md5=False get_mime=True get_attributes=True Mar 16 13:43:58 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-ansible.legacy.stat[9412]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/root/.guest-metadata.json follow=False get_md5=False get_mime=True get_attributes=True Mar 16 13:43:58 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-ansible.legacy.copy[9437]: Invoked with src=/root/.ansible/tmp/ansible-tmp-1710596638.1266832-777-246562704417925/source directory_mode=None force=True attributes=None remote_src=None unsafe_writes=False dest=/root/.guest-metadata.json seuser=None setype=None group=root content=NOT_LOGGING_PARAMETER _original_basename=tmptqhc7sny serole=None mode=u=rw,go= selevel=None owner=root follow=False validate=None checksum=bf21a9e8fbc5a3846fb05b4fa0859e0917b2202f backup=False local_follow=None Mar 16 13:43:58 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-ansible.legacy.command[9455]: Invoked with executable=None _uses_shell=True strip_empty_ends=True _raw_params=curl -sLI --connect-timeout 5 -w '%{response_code}' http://169.254.169.254/latest/meta-data/instance-id | grep ^200 removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:43:59 ip-10-31-45-252.us-east-1.aws.redhat.com ansible-hostname[9467]: Invoked with use=None name=009410af-bb78-4936-b3cd-85771dd887b5.testing-farm Mar 16 13:43:59 ip-10-31-45-252.us-east-1.aws.redhat.com dbus[448]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' Mar 16 13:43:59 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Starting Hostname Service... -- Subject: Unit systemd-hostnamed.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-hostnamed.service has begun starting up. Mar 16 13:43:59 ip-10-31-45-252.us-east-1.aws.redhat.com dbus[448]: [system] Successfully activated service 'org.freedesktop.hostname1' Mar 16 13:43:59 ip-10-31-45-252.us-east-1.aws.redhat.com systemd[1]: Started Hostname Service. -- Subject: Unit systemd-hostnamed.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-hostnamed.service has finished starting up. -- -- The start-up result is done. Mar 16 13:43:59 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd-hostnamed[9473]: Changed static host name to '009410af-bb78-4936-b3cd-85771dd887b5.testing-farm' Mar 16 13:43:59 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm NetworkManager[572]: [1710596639.0812] hostname: hostname changed from "ip-10-31-45-252.us-east-1.aws.redhat.com" to "009410af-bb78-4936-b3cd-85771dd887b5.testing-farm" Mar 16 13:43:59 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm dbus[448]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' Mar 16 13:43:59 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd-hostnamed[9473]: Changed host name to '009410af-bb78-4936-b3cd-85771dd887b5.testing-farm' Mar 16 13:43:59 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd[1]: Starting Network Manager Script Dispatcher Service... -- Subject: Unit NetworkManager-dispatcher.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit NetworkManager-dispatcher.service has begun starting up. Mar 16 13:43:59 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm dbus[448]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Mar 16 13:43:59 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd[1]: Started Network Manager Script Dispatcher Service. -- Subject: Unit NetworkManager-dispatcher.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit NetworkManager-dispatcher.service has finished starting up. -- -- The start-up result is done. Mar 16 13:43:59 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm nm-dispatcher[9479]: req:1 'hostname': new request (4 scripts) Mar 16 13:43:59 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm nm-dispatcher[9479]: req:1 'hostname': start running ordered scripts... Mar 16 13:43:59 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm NetworkManager[572]: [1710596639.1291] policy: set-hostname: set hostname to '009410af-bb78-4936-b3cd-85771dd887b5.testing-farm' (from system configuration) Mar 16 13:43:59 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm nm-dispatcher[9479]: req:2 'hostname': new request (4 scripts) Mar 16 13:43:59 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm nm-dispatcher[9479]: req:2 'hostname': start running ordered scripts... Mar 16 13:43:59 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-ansible.legacy.command[9516]: Invoked with executable=None _uses_shell=True strip_empty_ends=True _raw_params=ping -4 -c1 -W10 $(hostname) removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:43:59 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-file[9528]: Invoked with src=None selevel=None force=False setype=None _original_basename=None unsafe_writes=False access_time=None seuser=None recurse=False state=touch access_time_format=%Y%m%d%H%M.%S group=None modification_time=None serole=None _diff_peek=None modification_time_format=%Y%m%d%H%M.%S path=/var/log/messages owner=None follow=True attributes=None mode=None Mar 16 13:43:59 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[9537]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/usr/bin/rstrnt-package get_md5=False get_mime=True get_attributes=True Mar 16 13:43:59 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-ansible.legacy.command[9548]: Invoked with executable=None _uses_shell=False strip_empty_ends=True _raw_params=sed -e 's/rpm -q $package/rpm -q --whatprovides $package/' -i /usr/bin/rstrnt-package removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:44:00 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[9558]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/var/lib/restraint get_md5=False get_mime=True get_attributes=True Mar 16 13:44:00 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-file[9569]: Invoked with src=None selevel=None force=False setype=None _original_basename=None unsafe_writes=False access_time=None seuser=None recurse=False state=touch access_time_format=%Y%m%d%H%M.%S group=None modification_time=None serole=None _diff_peek=None modification_time_format=%Y%m%d%H%M.%S path=/var/lib/restraint/avc_since owner=None follow=True attributes=None mode=None Mar 16 13:44:00 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[9578]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/usr/share/beakerlib/beakerlib.sh get_md5=False get_mime=True get_attributes=True Mar 16 13:44:00 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-file[9589]: Invoked with force=False _original_basename=None owner=None follow=True group=None unsafe_writes=False state=directory setype=None access_time=None dest=/usr/lib/beakerlib selevel=None access_time_format=%Y%m%d%H%M.%S modification_time=None path=/usr/lib/beakerlib src=None serole=None seuser=None recurse=False _diff_peek=None mode=None modification_time_format=%Y%m%d%H%M.%S attributes=None Mar 16 13:44:00 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-file[9598]: Invoked with force=False _original_basename=None owner=None follow=True group=None unsafe_writes=False state=directory setype=None access_time=None dest=/usr/share/rhts-library selevel=None access_time_format=%Y%m%d%H%M.%S modification_time=None path=/usr/share/rhts-library src=None serole=None seuser=None recurse=False _diff_peek=None mode=None modification_time_format=%Y%m%d%H%M.%S attributes=None Mar 16 13:44:00 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-file[9607]: Invoked with force=False _original_basename=None owner=None follow=True group=None unsafe_writes=False state=link setype=None access_time=None dest=/usr/lib/beakerlib/beakerlib.sh selevel=None access_time_format=%Y%m%d%H%M.%S modification_time=None path=/usr/lib/beakerlib/beakerlib.sh src=/usr/share/beakerlib/beakerlib.sh serole=None seuser=None recurse=False _diff_peek=None mode=None modification_time_format=%Y%m%d%H%M.%S attributes=None Mar 16 13:44:01 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-file[9616]: Invoked with force=False _original_basename=None owner=None follow=True group=None unsafe_writes=False state=link setype=None access_time=None dest=/usr/share/rhts-library/rhtslib.sh selevel=None access_time_format=%Y%m%d%H%M.%S modification_time=None path=/usr/share/rhts-library/rhtslib.sh src=/usr/share/beakerlib/beakerlib.sh serole=None seuser=None recurse=False _diff_peek=None mode=None modification_time_format=%Y%m%d%H%M.%S attributes=None Mar 16 13:44:01 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-ansible.legacy.command[9625]: Invoked with executable=None _uses_shell=False strip_empty_ends=True _raw_params=mv /var/log/audit/audit.log /var/log/audit/audit.log.bak removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:44:01 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-ansible.legacy.command[9635]: Invoked with executable=None _uses_shell=False strip_empty_ends=True _raw_params=/usr/sbin/service auditd restart removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:44:01 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm auditd[407]: The audit daemon is exiting. Mar 16 13:44:01 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm kernel: type=1305 audit(1710596641.411:964): audit_pid=0 old=407 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 Mar 16 13:44:01 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm kernel: type=1130 audit(1710596641.414:965): 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' Mar 16 13:44:01 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm kernel: type=1131 audit(1710596641.414:966): 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' Mar 16 13:44:02 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd[1]: Starting Security Auditing Service... -- Subject: Unit auditd.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit auditd.service has begun starting up. Mar 16 13:44:02 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm auditd[9652]: Started dispatcher: /sbin/audispd pid: 9654 Mar 16 13:44:02 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm kernel: type=1305 audit(1710596642.413:967): audit_enabled=1 old=1 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 Mar 16 13:44:02 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm kernel: type=1305 audit(1710596642.413:968): audit_pid=9652 old=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 Mar 16 13:44:02 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm audispd[9654]: No plugins found, exiting Mar 16 13:44:02 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm auditd[9652]: Init complete, auditd 2.8.5 listening for events (startup state enable) Mar 16 13:44:02 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm augenrules[9656]: /sbin/augenrules: No change Mar 16 13:44:02 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm augenrules[9656]: No rules Mar 16 13:44:02 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm augenrules[9656]: enabled 1 Mar 16 13:44:02 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm augenrules[9656]: failure 1 Mar 16 13:44:02 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm augenrules[9656]: pid 9652 Mar 16 13:44:02 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm augenrules[9656]: rate_limit 0 Mar 16 13:44:02 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm augenrules[9656]: backlog_limit 8192 Mar 16 13:44:02 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm augenrules[9656]: lost 0 Mar 16 13:44:02 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm augenrules[9656]: backlog 1 Mar 16 13:44:02 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm augenrules[9656]: enabled 1 Mar 16 13:44:02 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm augenrules[9656]: failure 1 Mar 16 13:44:02 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm augenrules[9656]: pid 9652 Mar 16 13:44:02 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm augenrules[9656]: rate_limit 0 Mar 16 13:44:02 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm augenrules[9656]: backlog_limit 8192 Mar 16 13:44:02 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm augenrules[9656]: lost 0 Mar 16 13:44:02 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm augenrules[9656]: backlog 1 Mar 16 13:44:02 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd[1]: Started Security Auditing Service. -- Subject: Unit auditd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit auditd.service has finished starting up. -- -- The start-up result is done. Mar 16 13:44:02 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[9681]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/NetworkManager/conf.d get_md5=False get_mime=True get_attributes=True Mar 16 13:44:02 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-ansible.legacy.stat[9714]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/etc/NetworkManager/conf.d/99-zzz-tft-workaround-dns-default.conf follow=False get_md5=False get_mime=True get_attributes=True Mar 16 13:44:03 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-ansible.legacy.copy[9739]: Invoked with src=/root/.ansible/tmp/ansible-tmp-1710596642.7444236-861-241810232933640/source directory_mode=None force=True unsafe_writes=False remote_src=None dest=/etc/NetworkManager/conf.d/99-zzz-tft-workaround-dns-default.conf selevel=None seuser=None setype=None group=None content=NOT_LOGGING_PARAMETER _original_basename=tmp0l4wmxtq serole=None mode=None checksum=0145f3ae57eef5aa08bbb678fedbb3edd001cd2d owner=None follow=False validate=None attributes=None backup=False local_follow=None Mar 16 13:44:03 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-ansible.legacy.command[9757]: Invoked with executable=None _uses_shell=True strip_empty_ends=True _raw_params=for repofile in $(ls -1 /etc/yum.repos.d/); do echo "# vvvvv $repofile vvvvv vvvvv"; cat "/etc/yum.repos.d/$repofile"; echo "# ^^^^^ ^^^^^ ^^^^^ ^^^^^"; echo ""; done removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:44:03 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-ansible.legacy.command[9782]: Invoked with executable=None _uses_shell=True strip_empty_ends=True _raw_params=yum -q repolist removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:44:04 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-ansible.legacy.command[9792]: Invoked with executable=None _uses_shell=False strip_empty_ends=True _raw_params=yum clean all --enablerepo=* removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:44:08 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-ansible.legacy.command[9802]: Invoked with executable=None _uses_shell=False strip_empty_ends=True _raw_params=yum makecache --enablerepo=* removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:48:09 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-ansible.legacy.systemd[10112]: Invoked with no_block=False force=None name=sshd daemon_reexec=False enabled=None daemon_reload=False state=restarted masked=None scope=system Mar 16 13:48:09 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd[1]: Stopping OpenSSH server daemon... -- Subject: Unit sshd.service has begun shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sshd.service has begun shutting down. Mar 16 13:48:09 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[1303]: Received signal 15; terminating. Mar 16 13:48:09 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd[1]: Stopped OpenSSH server daemon. -- Subject: Unit sshd.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sshd.service has finished shutting down. Mar 16 13:48:09 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd[1]: Starting OpenSSH server daemon... -- Subject: Unit sshd.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sshd.service has begun starting up. Mar 16 13:48:09 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[10118]: Server listening on 0.0.0.0 port 22. Mar 16 13:48:09 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[10118]: Server listening on :: port 22. Mar 16 13:48:09 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd[1]: Started OpenSSH server daemon. -- Subject: Unit sshd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sshd.service has finished starting up. -- -- The start-up result is done. Mar 16 13:48:10 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-ansible.legacy.setup[10145]: Invoked with filter=[] gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Mar 16 13:48:11 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-service_facts[10182]: Invoked Mar 16 13:48:12 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-ansible.legacy.command[10300]: Invoked with executable=None _uses_shell=False strip_empty_ends=True _raw_params=rpm -qa removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:48:14 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-ansible.legacy.command[10310]: Invoked with executable=None _uses_shell=True strip_empty_ends=True _raw_params=if [ $(find /etc/yum.repos.d/ -name 'epel.repo' | wc -l ) -gt 0 ]; then yum-config-manager --disable epel; fi removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:48:15 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-ansible.legacy.command[10324]: Invoked with executable=None _uses_shell=True strip_empty_ends=True _raw_params=if [ $(find /etc/yum.repos.d/ -name 'beaker-tasks.repo' | wc -l ) -gt 0 ]; then yum-config-manager --disable beaker-tasks; fi removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:48:15 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-ansible.legacy.command[10338]: Invoked with executable=None _uses_shell=False strip_empty_ends=True _raw_params=yum clean all --enablerepo=* removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:48:16 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-ansible.legacy.command[10348]: Invoked with executable=None _uses_shell=False strip_empty_ends=True _raw_params=yum makecache --enablerepo=* removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:51:40 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd[1]: Starting Cleanup of Temporary Directories... -- Subject: Unit systemd-tmpfiles-clean.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-tmpfiles-clean.service has begun starting up. Mar 16 13:51:40 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd[1]: Started Cleanup of Temporary Directories. -- Subject: Unit systemd-tmpfiles-clean.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-tmpfiles-clean.service has finished starting up. -- -- The start-up result is done. Mar 16 13:52:14 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-ansible.legacy.setup[10802]: Invoked with filter=[] gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Mar 16 13:52:15 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-service_facts[10839]: Invoked Mar 16 13:52:16 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-ansible.legacy.command[10957]: Invoked with executable=None _uses_shell=False strip_empty_ends=True _raw_params=rpm -qa removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:52:18 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-ansible.legacy.setup[10985]: Invoked with filter=[] gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Mar 16 13:52:19 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-ansible.legacy.yum[11022]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=latest disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['ca-certificates'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Mar 16 13:52:20 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-ansible.legacy.yum[11032]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=latest disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['curl'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Mar 16 13:52:21 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-ansible.legacy.command[11042]: Invoked with executable=None _uses_shell=False strip_empty_ends=True _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 removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:52:21 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-ansible.legacy.command[11053]: Invoked with executable=None _uses_shell=False strip_empty_ends=True _raw_params=bash -c 'update-ca-trust' removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:52:23 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-ansible.legacy.command[11068]: Invoked with executable=None _uses_shell=False strip_empty_ends=True _raw_params=bash -c 'update-ca-trust extract' removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:52:25 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-ansible.legacy.command[11083]: Invoked with executable=None _uses_shell=False strip_empty_ends=True _raw_params=curl -v https://gitlab.cee.redhat.com removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:52:25 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-ansible.legacy.command[11094]: Invoked with executable=None _uses_shell=False strip_empty_ends=True _raw_params=curl -v https://beaker.engineering.redhat.com/ removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:52:26 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-service_facts[11105]: Invoked Mar 16 13:52:27 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-ansible.legacy.command[11223]: Invoked with executable=None _uses_shell=False strip_empty_ends=True _raw_params=rpm -qa removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:52:28 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-service_facts[11233]: Invoked Mar 16 13:52:29 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-ansible.legacy.command[11351]: Invoked with executable=None _uses_shell=False strip_empty_ends=True _raw_params=rpm -qa removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:52:30 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-ansible.legacy.command[11361]: Invoked with executable=None _uses_shell=True strip_empty_ends=True _raw_params=for repofile in $(ls -1 /etc/yum.repos.d/); do echo "# vvvvv $repofile vvvvv vvvvv"; cat "/etc/yum.repos.d/$repofile"; echo "# ^^^^^ ^^^^^ ^^^^^ ^^^^^"; echo ""; done removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:52:30 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-ansible.legacy.command[11386]: Invoked with executable=None _uses_shell=True strip_empty_ends=True _raw_params=yum -q repolist removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:52:30 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-ansible.legacy.command[11396]: Invoked with executable=None _uses_shell=False strip_empty_ends=True _raw_params=yum clean all --enablerepo=* removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:52:31 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-ansible.legacy.command[11406]: Invoked with executable=None _uses_shell=False strip_empty_ends=True _raw_params=yum makecache --enablerepo=* removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Mar 16 13:56:25 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-setup[11675]: Invoked with filter=* gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'distribution_version', 'os_family'] fact_path=/etc/ansible/facts.d gather_timeout=10 Mar 16 13:56:25 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[11688]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Mar 16 13:56:25 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-setup[11697]: Invoked with filter=ansible_pkg_mgr gather_subset=['!all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Mar 16 13:56:26 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-yum[11712]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Mar 16 13:56:30 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm yum[11717]: Installed: libjose-10-1.el7.x86_64 Mar 16 13:56:30 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm yum[11717]: Installed: jose-10-1.el7.x86_64 Mar 16 13:56:30 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm yum[11717]: Installed: http-parser-2.7.1-9.el7.x86_64 Mar 16 13:56:30 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm groupadd[11726]: group added to /etc/group: name=tang, GID=994 Mar 16 13:56:30 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm groupadd[11726]: group added to /etc/gshadow: name=tang Mar 16 13:56:30 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm groupadd[11726]: new group: name=tang, GID=994 Mar 16 13:56:30 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm useradd[11731]: new user: name=tang, UID=997, GID=994, home=/var/cache/tang, shell=/sbin/nologin Mar 16 13:56:30 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd[1]: Reloading. Mar 16 13:56:30 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm yum[11717]: Installed: tang-6-2.el7.x86_64 Mar 16 13:56:31 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-nbde_server_tang[11761]: Invoked with force=False keys_to_deploy_dir=None update=/usr/libexec/tangd-update keygen=/usr/libexec/tangd-keygen state=keys-created cachedir=/var/cache/tang keydir=/var/db/tang Mar 16 13:56:31 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[11779]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d get_md5=False get_mime=True get_attributes=True Mar 16 13:56:31 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-file[11788]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/systemd/system/tangd.socket.d owner=None follow=True group=None unsafe_writes=False state=absent content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0755 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Mar 16 13:56:32 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-setup[11797]: Invoked with filter=ansible_service_mgr gather_subset=['!all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Mar 16 13:56:32 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-systemd[11812]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Mar 16 13:56:32 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd[1]: Reloading. Mar 16 13:56:32 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd[1]: Listening on Tang Server socket. -- Subject: Unit tangd.socket has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit tangd.socket has finished starting up. -- -- The start-up result is done. Mar 16 13:56:32 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-setup[11841]: Invoked with filter=ansible_pkg_mgr gather_subset=['!all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Mar 16 13:56:32 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-yum[11856]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Mar 16 13:56:33 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-setup[11869]: Invoked with filter=ansible_service_mgr gather_subset=['!all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Mar 16 13:56:33 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-systemd[11884]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Mar 16 13:56:33 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-nbde_server_tang[11897]: Invoked with force=False keys_to_deploy_dir=None update=None keygen=/usr/libexec/tangd-keygen state=keys-created cachedir=None keydir=/var/db/tang Mar 16 13:56:33 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-command[11906]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Mar 16 13:56:33 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-command[11917]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Mar 16 13:56:34 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[11921]: Did not receive identification string from 10.29.163.172 port 36486 Mar 16 13:56:34 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[11922]: Address 10.29.163.172 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Mar 16 13:56:34 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[11922]: Accepted publickey for root from 10.29.163.172 port 36498 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Mar 16 13:56:34 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd-logind[512]: New session 6 of user root. -- Subject: A new session 6 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 6 has been created for the user root. -- -- The leading process of the session is 11922. Mar 16 13:56:34 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd[1]: Started Session 6 of user root. -- Subject: Unit session-6.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-6.scope has finished starting up. -- -- The start-up result is done. Mar 16 13:56:34 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[11922]: pam_unix(sshd:session): session opened for user root by (uid=0) Mar 16 13:56:35 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[11922]: Received disconnect from 10.29.163.172 port 36498:11: disconnected by user Mar 16 13:56:35 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[11922]: Disconnected from 10.29.163.172 port 36498 Mar 16 13:56:35 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[11922]: pam_unix(sshd:session): session closed for user root Mar 16 13:56:35 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd-logind[512]: Removed session 6. -- Subject: Session 6 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 6 has been terminated. Mar 16 13:56:35 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[11933]: Address 10.29.163.172 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Mar 16 13:56:35 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[11933]: Accepted publickey for root from 10.29.163.172 port 36508 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Mar 16 13:56:35 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd[1]: Started Session 7 of user root. -- Subject: Unit session-7.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-7.scope has finished starting up. -- -- The start-up result is done. Mar 16 13:56:35 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd-logind[512]: New session 7 of user root. -- Subject: A new session 7 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 7 has been created for the user root. -- -- The leading process of the session is 11933. Mar 16 13:56:35 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[11933]: pam_unix(sshd:session): session opened for user root by (uid=0) Mar 16 13:56:35 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[11933]: Received disconnect from 10.29.163.172 port 36508:11: disconnected by user Mar 16 13:56:35 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[11933]: Disconnected from 10.29.163.172 port 36508 Mar 16 13:56:35 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[11933]: pam_unix(sshd:session): session closed for user root Mar 16 13:56:35 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd-logind[512]: Removed session 7. -- Subject: Session 7 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 7 has been terminated. Mar 16 13:56:36 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-setup[11969]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Mar 16 13:56:36 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[12003]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Mar 16 13:56:37 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-yum[12012]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Mar 16 13:56:37 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-nbde_server_tang[12025]: Invoked with force=False keys_to_deploy_dir=None update=/usr/libexec/tangd-update keygen=/usr/libexec/tangd-keygen state=keys-created cachedir=/var/cache/tang keydir=/var/db/tang Mar 16 13:56:37 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[12043]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d get_md5=False get_mime=True get_attributes=True Mar 16 13:56:38 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-file[12052]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/systemd/system/tangd.socket.d owner=None follow=True group=None unsafe_writes=False state=absent content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0755 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Mar 16 13:56:38 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-systemd[12061]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Mar 16 13:56:38 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-find[12074]: Invoked with excludes=None paths=['/var/db/tang'] file_type=file age=None contains=None recurse=False age_stamp=mtime patterns=['*.jwk', '.*.jwk'] depth=None get_checksum=False use_regex=False follow=False hidden=True size=None Mar 16 13:56:39 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-yum[12083]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Mar 16 13:56:39 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-nbde_server_tang[12096]: Invoked with force=False keys_to_deploy_dir=None update=/usr/libexec/tangd-update keygen=/usr/libexec/tangd-keygen state=keys-created cachedir=/var/cache/tang keydir=/var/db/tang Mar 16 13:56:39 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-find[12105]: Invoked with excludes=None paths=['/var/db/tang'] file_type=file age=None contains=None recurse=False age_stamp=mtime patterns=['*.jwk', '.*.jwk'] depth=None get_checksum=False use_regex=False follow=False hidden=True size=None Mar 16 13:56:39 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[12114]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=True path=/var/db/tang/5I2cu5S2FriOHGuUHNBp5LUAMog.jwk get_md5=False get_mime=True get_attributes=True Mar 16 13:56:39 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[12132]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=True path=/var/db/tang/XEskqdWUj8c7SER4hafQlABLpCw.jwk get_md5=False get_mime=True get_attributes=True Mar 16 13:56:40 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[12150]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d get_md5=False get_mime=True get_attributes=True Mar 16 13:56:40 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-file[12159]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/systemd/system/tangd.socket.d owner=None follow=True group=None unsafe_writes=False state=absent content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0755 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Mar 16 13:56:40 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-systemd[12168]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Mar 16 13:56:41 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-command[12181]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "true" = true ]; then rm -rf "/tmp/nbde_server_fetch_keys_deploy_not_set_w09m36s" else rm -rf "/tmp/nbde_server_fetch_keys_deploy_not_set_w09m36s"/* "/tmp/nbde_server_fetch_keys_deploy_not_set_w09m36s"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Mar 16 13:56:41 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-command[12192]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Mar 16 13:56:41 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-command[12203]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Mar 16 13:56:45 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[12207]: Did not receive identification string from 10.29.163.172 port 54378 Mar 16 13:56:45 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[12208]: Address 10.29.163.172 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Mar 16 13:56:45 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[12208]: Accepted publickey for root from 10.29.163.172 port 54380 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Mar 16 13:56:45 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd-logind[512]: New session 8 of user root. -- Subject: A new session 8 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 8 has been created for the user root. -- -- The leading process of the session is 12208. Mar 16 13:56:45 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd[1]: Started Session 8 of user root. -- Subject: Unit session-8.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-8.scope has finished starting up. -- -- The start-up result is done. Mar 16 13:56:45 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[12208]: pam_unix(sshd:session): session opened for user root by (uid=0) Mar 16 13:56:45 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[12208]: Received disconnect from 10.29.163.172 port 54380:11: disconnected by user Mar 16 13:56:45 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[12208]: Disconnected from 10.29.163.172 port 54380 Mar 16 13:56:45 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[12208]: pam_unix(sshd:session): session closed for user root Mar 16 13:56:45 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd-logind[512]: Removed session 8. -- Subject: Session 8 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 8 has been terminated. Mar 16 13:56:46 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[12219]: Address 10.29.163.172 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Mar 16 13:56:46 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[12219]: Accepted publickey for root from 10.29.163.172 port 54396 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Mar 16 13:56:46 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd-logind[512]: New session 9 of user root. -- Subject: A new session 9 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 9 has been created for the user root. -- -- The leading process of the session is 12219. Mar 16 13:56:46 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd[1]: Started Session 9 of user root. -- Subject: Unit session-9.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-9.scope has finished starting up. -- -- The start-up result is done. Mar 16 13:56:46 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[12219]: pam_unix(sshd:session): session opened for user root by (uid=0) Mar 16 13:56:46 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[12219]: Received disconnect from 10.29.163.172 port 54396:11: disconnected by user Mar 16 13:56:46 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[12219]: Disconnected from 10.29.163.172 port 54396 Mar 16 13:56:46 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[12219]: pam_unix(sshd:session): session closed for user root Mar 16 13:56:46 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd-logind[512]: Removed session 9. -- Subject: Session 9 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 9 has been terminated. Mar 16 13:56:47 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-setup[12255]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Mar 16 13:56:47 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[12289]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Mar 16 13:56:48 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-yum[12298]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Mar 16 13:56:48 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-nbde_server_tang[12311]: Invoked with force=False keys_to_deploy_dir=None update=/usr/libexec/tangd-update keygen=/usr/libexec/tangd-keygen state=keys-created cachedir=/var/cache/tang keydir=/var/db/tang Mar 16 13:56:48 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[12329]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d get_md5=False get_mime=True get_attributes=True Mar 16 13:56:49 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-file[12338]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/systemd/system/tangd.socket.d owner=None follow=True group=None unsafe_writes=False state=absent content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0755 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Mar 16 13:56:49 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-systemd[12347]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Mar 16 13:56:49 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-find[12360]: Invoked with excludes=None paths=['/var/db/tang'] file_type=file age=None contains=None recurse=False age_stamp=mtime patterns=['*.jwk', '.*.jwk'] depth=None get_checksum=False use_regex=False follow=False hidden=True size=None Mar 16 13:56:50 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-yum[12369]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Mar 16 13:56:50 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-nbde_server_tang[12382]: Invoked with force=False keys_to_deploy_dir=None update=/usr/libexec/tangd-update keygen=/usr/libexec/tangd-keygen state=keys-created cachedir=/var/cache/tang keydir=/var/db/tang Mar 16 13:56:50 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-find[12391]: Invoked with excludes=None paths=['/var/db/tang'] file_type=file age=None contains=None recurse=False age_stamp=mtime patterns=['*.jwk', '.*.jwk'] depth=None get_checksum=False use_regex=False follow=False hidden=True size=None Mar 16 13:56:50 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[12400]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=True path=/var/db/tang/vN9FyseG0-hK_y5XHFNoCDyBtqo.jwk get_md5=False get_mime=True get_attributes=True Mar 16 13:56:50 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[12418]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=True path=/var/db/tang/L1qxb6fUnHNlbuSd_8J-7UGW1tg.jwk get_md5=False get_mime=True get_attributes=True Mar 16 13:56:50 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-tempfile[12436]: Invoked with path=None prefix=ansible. suffix=nbde_server_keys state=directory Mar 16 13:56:51 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[12467]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/tmp/ansible.XGUPQYnbde_server_keys/vN9FyseG0-hK_y5XHFNoCDyBtqo.jwk get_md5=False get_mime=True get_attributes=True Mar 16 13:56:51 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-copy[12492]: Invoked with directory_mode=None force=True remote_src=None _original_basename=vN9FyseG0-hK_y5XHFNoCDyBtqo.jwk owner=tang follow=False local_follow=None group=tang unsafe_writes=False serole=None content=NOT_LOGGING_PARAMETER setype=None dest=/tmp/ansible.XGUPQYnbde_server_keys/ selevel=None regexp=None validate=None src=/root/.ansible/tmp/ansible-tmp-1710597410.9913013-2919-95138180897245/source checksum=064d08ff0366ab604ad0c056c6bf94b30a060154 seuser=None delimiter=None mode=256 attributes=None backup=False Mar 16 13:56:51 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[12532]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/tmp/ansible.XGUPQYnbde_server_keys/L1qxb6fUnHNlbuSd_8J-7UGW1tg.jwk get_md5=False get_mime=True get_attributes=True Mar 16 13:56:51 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-copy[12557]: Invoked with directory_mode=None force=True remote_src=None _original_basename=L1qxb6fUnHNlbuSd_8J-7UGW1tg.jwk owner=tang follow=False local_follow=None group=tang unsafe_writes=False serole=None content=NOT_LOGGING_PARAMETER setype=None dest=/tmp/ansible.XGUPQYnbde_server_keys/ selevel=None regexp=None validate=None src=/root/.ansible/tmp/ansible-tmp-1710597411.3916419-2919-212841900992121/source checksum=8a41b44703c8cfc2a1e5c681cb34622785244611 seuser=None delimiter=None mode=256 attributes=None backup=False Mar 16 13:56:51 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-nbde_server_tang[12575]: Invoked with force=False keys_to_deploy_dir=/tmp/ansible.XGUPQYnbde_server_keys update=/usr/libexec/tangd-update keygen=/usr/libexec/tangd-keygen state=keys-deployed cachedir=/var/cache/tang keydir=/var/db/tang Mar 16 13:56:52 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-file[12584]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/tmp/ansible.XGUPQYnbde_server_keys/ owner=None follow=True group=None unsafe_writes=False state=absent content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=None modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Mar 16 13:56:52 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[12593]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d get_md5=False get_mime=True get_attributes=True Mar 16 13:56:52 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-file[12602]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/systemd/system/tangd.socket.d owner=None follow=True group=None unsafe_writes=False state=absent content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0755 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Mar 16 13:56:52 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-systemd[12611]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Mar 16 13:56:53 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[12624]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/var/db/tang/vN9FyseG0-hK_y5XHFNoCDyBtqo.jwk get_md5=False get_mime=True get_attributes=True Mar 16 13:56:53 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[12635]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/var/db/tang/L1qxb6fUnHNlbuSd_8J-7UGW1tg.jwk get_md5=False get_mime=True get_attributes=True Mar 16 13:56:53 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-command[12646]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "true" = true ]; then rm -rf "/tmp/nbde_server_fetch_keys_deploy_set7n_u5x5r" else rm -rf "/tmp/nbde_server_fetch_keys_deploy_set7n_u5x5r"/* "/tmp/nbde_server_fetch_keys_deploy_set7n_u5x5r"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Mar 16 13:56:54 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-command[12657]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Mar 16 13:56:54 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-command[12668]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Mar 16 13:56:56 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[12672]: Did not receive identification string from 10.29.163.172 port 55810 Mar 16 13:56:56 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[12673]: Address 10.29.163.172 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Mar 16 13:56:56 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[12673]: Accepted publickey for root from 10.29.163.172 port 55812 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Mar 16 13:56:56 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd[1]: Started Session 10 of user root. -- Subject: Unit session-10.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-10.scope has finished starting up. -- -- The start-up result is done. Mar 16 13:56:56 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd-logind[512]: New session 10 of user root. -- Subject: A new session 10 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 10 has been created for the user root. -- -- The leading process of the session is 12673. Mar 16 13:56:56 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[12673]: pam_unix(sshd:session): session opened for user root by (uid=0) Mar 16 13:56:56 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[12673]: Received disconnect from 10.29.163.172 port 55812:11: disconnected by user Mar 16 13:56:56 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[12673]: Disconnected from 10.29.163.172 port 55812 Mar 16 13:56:56 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[12673]: pam_unix(sshd:session): session closed for user root Mar 16 13:56:56 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd-logind[512]: Removed session 10. -- Subject: Session 10 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 10 has been terminated. Mar 16 13:56:56 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[12684]: Address 10.29.163.172 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Mar 16 13:56:56 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[12684]: Accepted publickey for root from 10.29.163.172 port 55820 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Mar 16 13:56:57 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd-logind[512]: New session 11 of user root. -- Subject: A new session 11 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 11 has been created for the user root. -- -- The leading process of the session is 12684. Mar 16 13:56:57 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd[1]: Started Session 11 of user root. -- Subject: Unit session-11.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-11.scope has finished starting up. -- -- The start-up result is done. Mar 16 13:56:57 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[12684]: pam_unix(sshd:session): session opened for user root by (uid=0) Mar 16 13:56:57 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[12684]: Received disconnect from 10.29.163.172 port 55820:11: disconnected by user Mar 16 13:56:57 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[12684]: Disconnected from 10.29.163.172 port 55820 Mar 16 13:56:57 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[12684]: pam_unix(sshd:session): session closed for user root Mar 16 13:56:57 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd-logind[512]: Removed session 11. -- Subject: Session 11 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 11 has been terminated. Mar 16 13:56:58 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-setup[12720]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Mar 16 13:56:59 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[12754]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Mar 16 13:57:00 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-yum[12763]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Mar 16 13:57:00 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-nbde_server_tang[12776]: Invoked with force=False keys_to_deploy_dir=None update=/usr/libexec/tangd-update keygen=/usr/libexec/tangd-keygen state=keys-created cachedir=/var/cache/tang keydir=/var/db/tang Mar 16 13:57:00 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[12794]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d get_md5=False get_mime=True get_attributes=True Mar 16 13:57:01 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-file[12803]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/systemd/system/tangd.socket.d owner=None follow=True group=None unsafe_writes=False state=absent content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0755 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Mar 16 13:57:01 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-systemd[12812]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Mar 16 13:57:01 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-command[12825]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Mar 16 13:57:01 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-command[12836]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Mar 16 13:57:07 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[12840]: Did not receive identification string from 10.29.163.172 port 50638 Mar 16 13:57:07 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[12841]: Address 10.29.163.172 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Mar 16 13:57:07 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[12841]: Accepted publickey for root from 10.29.163.172 port 50652 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Mar 16 13:57:07 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd[1]: Started Session 12 of user root. -- Subject: Unit session-12.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-12.scope has finished starting up. -- -- The start-up result is done. Mar 16 13:57:07 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd-logind[512]: New session 12 of user root. -- Subject: A new session 12 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 12 has been created for the user root. -- -- The leading process of the session is 12841. Mar 16 13:57:07 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[12841]: pam_unix(sshd:session): session opened for user root by (uid=0) Mar 16 13:57:07 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[12841]: Received disconnect from 10.29.163.172 port 50652:11: disconnected by user Mar 16 13:57:07 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[12841]: Disconnected from 10.29.163.172 port 50652 Mar 16 13:57:07 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[12841]: pam_unix(sshd:session): session closed for user root Mar 16 13:57:07 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd-logind[512]: Removed session 12. -- Subject: Session 12 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 12 has been terminated. Mar 16 13:57:07 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[12852]: Address 10.29.163.172 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Mar 16 13:57:07 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[12852]: Accepted publickey for root from 10.29.163.172 port 50658 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Mar 16 13:57:08 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd-logind[512]: New session 13 of user root. -- Subject: A new session 13 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 13 has been created for the user root. -- -- The leading process of the session is 12852. Mar 16 13:57:08 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd[1]: Started Session 13 of user root. -- Subject: Unit session-13.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-13.scope has finished starting up. -- -- The start-up result is done. Mar 16 13:57:08 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[12852]: pam_unix(sshd:session): session opened for user root by (uid=0) Mar 16 13:57:08 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[12852]: Received disconnect from 10.29.163.172 port 50658:11: disconnected by user Mar 16 13:57:08 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[12852]: Disconnected from 10.29.163.172 port 50658 Mar 16 13:57:08 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[12852]: pam_unix(sshd:session): session closed for user root Mar 16 13:57:08 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd-logind[512]: Removed session 13. -- Subject: Session 13 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 13 has been terminated. Mar 16 13:57:08 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-setup[12888]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Mar 16 13:57:09 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[12922]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Mar 16 13:57:09 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-yum[12931]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Mar 16 13:57:10 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-nbde_server_tang[12944]: Invoked with force=False keys_to_deploy_dir=None update=/usr/libexec/tangd-update keygen=/usr/libexec/tangd-keygen state=keys-created cachedir=/var/cache/tang keydir=/var/db/tang Mar 16 13:57:10 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-command[12962]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Mar 16 13:57:10 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-command[12973]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Mar 16 13:57:10 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-yum[12984]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Mar 16 13:57:11 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-nbde_server_tang[12997]: Invoked with force=False keys_to_deploy_dir=None update=/usr/libexec/tangd-update keygen=/usr/libexec/tangd-keygen state=keys-created cachedir=/var/cache/tang keydir=/var/db/tang Mar 16 13:57:11 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-command[13015]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Mar 16 13:57:11 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-command[13026]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Mar 16 13:57:11 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-yum[13037]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Mar 16 13:57:11 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-nbde_server_tang[13050]: Invoked with force=False keys_to_deploy_dir=None update=/usr/libexec/tangd-update keygen=/usr/libexec/tangd-keygen state=keys-created cachedir=/var/cache/tang keydir=/var/db/tang Mar 16 13:57:12 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-command[13068]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Mar 16 13:57:12 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-command[13079]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Mar 16 13:57:12 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-yum[13090]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Mar 16 13:57:12 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-nbde_server_tang[13103]: Invoked with force=False keys_to_deploy_dir=None update=/usr/libexec/tangd-update keygen=/usr/libexec/tangd-keygen state=keys-created cachedir=/var/cache/tang keydir=/var/db/tang Mar 16 13:57:12 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-command[13121]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Mar 16 13:57:13 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-command[13132]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Mar 16 13:57:13 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-yum[13143]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Mar 16 13:57:13 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-nbde_server_tang[13156]: Invoked with force=False keys_to_deploy_dir=None update=/usr/libexec/tangd-update keygen=/usr/libexec/tangd-keygen state=keys-created cachedir=/var/cache/tang keydir=/var/db/tang Mar 16 13:57:13 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-command[13174]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Mar 16 13:57:13 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-command[13185]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Mar 16 13:57:18 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[13189]: Did not receive identification string from 10.29.163.172 port 52760 Mar 16 13:57:18 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[13190]: Address 10.29.163.172 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Mar 16 13:57:18 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[13190]: Accepted publickey for root from 10.29.163.172 port 52772 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Mar 16 13:57:18 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd-logind[512]: New session 14 of user root. -- Subject: A new session 14 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 14 has been created for the user root. -- -- The leading process of the session is 13190. Mar 16 13:57:18 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd[1]: Started Session 14 of user root. -- Subject: Unit session-14.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-14.scope has finished starting up. -- -- The start-up result is done. Mar 16 13:57:18 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[13190]: pam_unix(sshd:session): session opened for user root by (uid=0) Mar 16 13:57:18 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[13190]: Received disconnect from 10.29.163.172 port 52772:11: disconnected by user Mar 16 13:57:18 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[13190]: Disconnected from 10.29.163.172 port 52772 Mar 16 13:57:18 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[13190]: pam_unix(sshd:session): session closed for user root Mar 16 13:57:18 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd-logind[512]: Removed session 14. -- Subject: Session 14 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 14 has been terminated. Mar 16 13:57:18 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[13201]: Address 10.29.163.172 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Mar 16 13:57:18 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[13201]: Accepted publickey for root from 10.29.163.172 port 52786 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Mar 16 13:57:18 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd-logind[512]: New session 15 of user root. -- Subject: A new session 15 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 15 has been created for the user root. -- -- The leading process of the session is 13201. Mar 16 13:57:18 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd[1]: Started Session 15 of user root. -- Subject: Unit session-15.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-15.scope has finished starting up. -- -- The start-up result is done. Mar 16 13:57:18 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[13201]: pam_unix(sshd:session): session opened for user root by (uid=0) Mar 16 13:57:18 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[13201]: Received disconnect from 10.29.163.172 port 52786:11: disconnected by user Mar 16 13:57:18 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[13201]: Disconnected from 10.29.163.172 port 52786 Mar 16 13:57:19 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[13201]: pam_unix(sshd:session): session closed for user root Mar 16 13:57:19 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd-logind[512]: Removed session 15. -- Subject: Session 15 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 15 has been terminated. Mar 16 13:57:19 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-setup[13238]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Mar 16 13:57:20 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[13272]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Mar 16 13:57:20 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-yum[13281]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Mar 16 13:57:21 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-nbde_server_tang[13294]: Invoked with force=False keys_to_deploy_dir=None update=/usr/libexec/tangd-update keygen=/usr/libexec/tangd-keygen state=keys-created cachedir=/var/cache/tang keydir=/var/db/tang Mar 16 13:57:21 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[13312]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d get_md5=False get_mime=True get_attributes=True Mar 16 13:57:21 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-file[13321]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/systemd/system/tangd.socket.d owner=None follow=True group=None unsafe_writes=False state=absent content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0755 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Mar 16 13:57:22 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-systemd[13330]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Mar 16 13:57:22 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-find[13343]: Invoked with excludes=None paths=['/var/db/tang'] file_type=file age=None contains=None recurse=False age_stamp=mtime patterns=['*.jwk', '.*.jwk'] depth=None get_checksum=False use_regex=False follow=False hidden=False size=None Mar 16 13:57:22 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-yum[13352]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Mar 16 13:57:22 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-nbde_server_tang[13365]: Invoked with force=False keys_to_deploy_dir=None update=/usr/libexec/tangd-update keygen=/usr/libexec/tangd-keygen state=keys-created cachedir=/var/cache/tang keydir=/var/db/tang Mar 16 13:57:23 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[13374]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d get_md5=False get_mime=True get_attributes=True Mar 16 13:57:23 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-file[13383]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/systemd/system/tangd.socket.d owner=None follow=True group=None unsafe_writes=False state=absent content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0755 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Mar 16 13:57:23 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-systemd[13392]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Mar 16 13:57:23 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-find[13405]: Invoked with excludes=None paths=['/var/db/tang'] file_type=file age=None contains=None recurse=False age_stamp=mtime patterns=['*.jwk', '.*.jwk'] depth=None get_checksum=False use_regex=False follow=False hidden=False size=None Mar 16 13:57:24 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-yum[13414]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Mar 16 13:57:24 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-nbde_server_tang[13427]: Invoked with force=False keys_to_deploy_dir=None update=/usr/libexec/tangd-update keygen=/usr/libexec/tangd-keygen state=keys-rotated cachedir=/var/cache/tang keydir=/var/db/tang Mar 16 13:57:24 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[13445]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d get_md5=False get_mime=True get_attributes=True Mar 16 13:57:24 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-file[13454]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/systemd/system/tangd.socket.d owner=None follow=True group=None unsafe_writes=False state=absent content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0755 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Mar 16 13:57:25 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-systemd[13463]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Mar 16 13:57:25 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-find[13476]: Invoked with excludes=None paths=['/var/db/tang'] file_type=file age=None contains=None recurse=False age_stamp=mtime patterns=['*.jwk', '.*.jwk'] depth=None get_checksum=False use_regex=False follow=False hidden=False size=None Mar 16 13:57:25 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-command[13485]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Mar 16 13:57:25 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-command[13496]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Mar 16 13:57:29 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[13500]: Did not receive identification string from 10.29.163.172 port 54562 Mar 16 13:57:29 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[13501]: Address 10.29.163.172 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Mar 16 13:57:29 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[13501]: Accepted publickey for root from 10.29.163.172 port 54576 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Mar 16 13:57:29 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd-logind[512]: New session 16 of user root. -- Subject: A new session 16 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 16 has been created for the user root. -- -- The leading process of the session is 13501. Mar 16 13:57:29 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd[1]: Started Session 16 of user root. -- Subject: Unit session-16.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-16.scope has finished starting up. -- -- The start-up result is done. Mar 16 13:57:29 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[13501]: pam_unix(sshd:session): session opened for user root by (uid=0) Mar 16 13:57:29 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[13501]: Received disconnect from 10.29.163.172 port 54576:11: disconnected by user Mar 16 13:57:29 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[13501]: Disconnected from 10.29.163.172 port 54576 Mar 16 13:57:29 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[13501]: pam_unix(sshd:session): session closed for user root Mar 16 13:57:29 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd-logind[512]: Removed session 16. -- Subject: Session 16 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 16 has been terminated. Mar 16 13:57:29 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[13512]: Address 10.29.163.172 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Mar 16 13:57:29 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[13512]: Accepted publickey for root from 10.29.163.172 port 54592 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Mar 16 13:57:29 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd-logind[512]: New session 17 of user root. -- Subject: A new session 17 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 17 has been created for the user root. -- -- The leading process of the session is 13512. Mar 16 13:57:29 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[13512]: pam_unix(sshd:session): session opened for user root by (uid=0) Mar 16 13:57:29 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd[1]: Started Session 17 of user root. -- Subject: Unit session-17.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-17.scope has finished starting up. -- -- The start-up result is done. Mar 16 13:57:29 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[13512]: Received disconnect from 10.29.163.172 port 54592:11: disconnected by user Mar 16 13:57:29 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[13512]: Disconnected from 10.29.163.172 port 54592 Mar 16 13:57:29 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[13512]: pam_unix(sshd:session): session closed for user root Mar 16 13:57:29 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd-logind[512]: Removed session 17. -- Subject: Session 17 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 17 has been terminated. Mar 16 13:57:30 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-setup[13548]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Mar 16 13:57:31 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[13582]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Mar 16 13:57:31 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-yum[13591]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Mar 16 13:57:31 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-nbde_server_tang[13604]: Invoked with force=False keys_to_deploy_dir=None update=/usr/libexec/tangd-update keygen=/usr/libexec/tangd-keygen state=keys-created cachedir=/var/cache/tang keydir=/var/db/tang Mar 16 13:57:32 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[13622]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d get_md5=False get_mime=True get_attributes=True Mar 16 13:57:32 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-file[13631]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/systemd/system/tangd.socket.d owner=None follow=True group=None unsafe_writes=False state=absent content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0755 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Mar 16 13:57:32 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-systemd[13640]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Mar 16 13:57:33 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-systemd[13653]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Mar 16 13:57:33 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-yum[13666]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Mar 16 13:57:33 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-nbde_server_tang[13679]: Invoked with force=False keys_to_deploy_dir=None update=/usr/libexec/tangd-update keygen=/usr/libexec/tangd-keygen state=keys-created cachedir=/var/cache/tang keydir=/var/db/tang Mar 16 13:57:34 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[13688]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d get_md5=False get_mime=True get_attributes=True Mar 16 13:57:34 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-file[13697]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/systemd/system/tangd.socket.d owner=None follow=True group=None unsafe_writes=False state=absent content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0755 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Mar 16 13:57:34 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-systemd[13706]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=stopped masked=None scope=None user=None Mar 16 13:57:34 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd[1]: Closed Tang Server socket. -- Subject: Unit tangd.socket has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit tangd.socket has finished shutting down. Mar 16 13:57:34 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-systemd[13720]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=stopped masked=None scope=None user=None Mar 16 13:57:35 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-yum[13733]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Mar 16 13:57:35 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-nbde_server_tang[13746]: Invoked with force=False keys_to_deploy_dir=None update=/usr/libexec/tangd-update keygen=/usr/libexec/tangd-keygen state=keys-created cachedir=/var/cache/tang keydir=/var/db/tang Mar 16 13:57:36 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[13755]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d get_md5=False get_mime=True get_attributes=True Mar 16 13:57:36 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-file[13764]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/systemd/system/tangd.socket.d owner=None follow=True group=None unsafe_writes=False state=absent content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0755 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Mar 16 13:57:36 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-systemd[13773]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Mar 16 13:57:36 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd[1]: Listening on Tang Server socket. -- Subject: Unit tangd.socket has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit tangd.socket has finished starting up. -- -- The start-up result is done. Mar 16 13:57:36 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-systemd[13787]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Mar 16 13:57:37 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-command[13800]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Mar 16 13:57:37 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-command[13811]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Mar 16 13:57:40 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[13815]: Did not receive identification string from 10.29.163.172 port 55200 Mar 16 13:57:40 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[13816]: Address 10.29.163.172 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Mar 16 13:57:40 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[13816]: Accepted publickey for root from 10.29.163.172 port 55208 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Mar 16 13:57:40 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd-logind[512]: New session 18 of user root. -- Subject: A new session 18 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 18 has been created for the user root. -- -- The leading process of the session is 13816. Mar 16 13:57:40 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd[1]: Started Session 18 of user root. -- Subject: Unit session-18.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-18.scope has finished starting up. -- -- The start-up result is done. Mar 16 13:57:40 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[13816]: pam_unix(sshd:session): session opened for user root by (uid=0) Mar 16 13:57:40 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[13816]: Received disconnect from 10.29.163.172 port 55208:11: disconnected by user Mar 16 13:57:40 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[13816]: Disconnected from 10.29.163.172 port 55208 Mar 16 13:57:40 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[13816]: pam_unix(sshd:session): session closed for user root Mar 16 13:57:40 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd-logind[512]: Removed session 18. -- Subject: Session 18 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 18 has been terminated. Mar 16 13:57:40 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[13827]: Address 10.29.163.172 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Mar 16 13:57:40 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[13827]: Accepted publickey for root from 10.29.163.172 port 55224 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Mar 16 13:57:40 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd-logind[512]: New session 19 of user root. -- Subject: A new session 19 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 19 has been created for the user root. -- -- The leading process of the session is 13827. Mar 16 13:57:40 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd[1]: Started Session 19 of user root. -- Subject: Unit session-19.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-19.scope has finished starting up. -- -- The start-up result is done. Mar 16 13:57:40 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[13827]: pam_unix(sshd:session): session opened for user root by (uid=0) Mar 16 13:57:40 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[13827]: Received disconnect from 10.29.163.172 port 55224:11: disconnected by user Mar 16 13:57:40 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[13827]: Disconnected from 10.29.163.172 port 55224 Mar 16 13:57:40 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm sshd[13827]: pam_unix(sshd:session): session closed for user root Mar 16 13:57:40 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd-logind[512]: Removed session 19. -- Subject: Session 19 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 19 has been terminated. Mar 16 13:57:41 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-file[13863]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/systemd/system/tangd.socket.d owner=None follow=True group=None unsafe_writes=False state=directory content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0775 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Mar 16 13:57:41 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[13894]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d/override2.conf get_md5=False get_mime=True get_attributes=True Mar 16 13:57:42 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-copy[13919]: Invoked with directory_mode=None force=True remote_src=None _original_basename=tmpjhnhzvr4 owner=None follow=False local_follow=None group=None unsafe_writes=False setype=None content=NOT_LOGGING_PARAMETER serole=None dest=/etc/systemd/system/tangd.socket.d/override2.conf selevel=None regexp=None validate=None src=/root/.ansible/tmp/ansible-tmp-1710597461.6402383-4298-244984350751115/source checksum=05987691cc309e84627f31fa0d1680a3b3b2c4b2 seuser=None delimiter=None mode=0664 attributes=None backup=False Mar 16 13:57:42 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-setup[13937]: Invoked with filter=* gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'distribution_version', 'os_family'] fact_path=/etc/ansible/facts.d gather_timeout=10 Mar 16 13:57:42 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[13950]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Mar 16 13:57:42 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-setup[13959]: Invoked with filter=ansible_pkg_mgr gather_subset=['!all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Mar 16 13:57:43 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-yum[13974]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Mar 16 13:57:43 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-nbde_server_tang[13987]: Invoked with force=False keys_to_deploy_dir=None update=/usr/libexec/tangd-update keygen=/usr/libexec/tangd-keygen state=keys-created cachedir=/var/cache/tang keydir=/var/db/tang Mar 16 13:57:43 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[14005]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d get_md5=False get_mime=True get_attributes=True Mar 16 13:57:43 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-find[14016]: Invoked with excludes=['^override.conf$'] paths=['/etc/systemd/system/tangd.socket.d'] file_type=any age=None contains=None recurse=False age_stamp=mtime patterns=[] depth=None get_checksum=False use_regex=True follow=False hidden=True size=None Mar 16 13:57:44 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-file[14025]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/systemd/system/tangd.socket.d owner=None follow=True group=None unsafe_writes=False state=directory content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0775 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Mar 16 13:57:44 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-setup[14034]: Invoked with filter=ansible_service_mgr gather_subset=['!all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Mar 16 13:57:44 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-systemd[14049]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Mar 16 13:57:44 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[14062]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d get_md5=False get_mime=True get_attributes=True Mar 16 13:57:45 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[14073]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d/override2.conf get_md5=False get_mime=True get_attributes=True Mar 16 13:57:45 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-setup[14084]: Invoked with filter=ansible_pkg_mgr gather_subset=['!all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Mar 16 13:57:45 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-yum[14099]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Mar 16 13:57:45 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-nbde_server_tang[14112]: Invoked with force=False keys_to_deploy_dir=None update=/usr/libexec/tangd-update keygen=/usr/libexec/tangd-keygen state=keys-created cachedir=/var/cache/tang keydir=/var/db/tang Mar 16 13:57:46 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-setup[14121]: Invoked with filter=* gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'python_version'] fact_path=/etc/ansible/facts.d gather_timeout=10 Mar 16 13:57:46 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[14135]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Mar 16 13:57:46 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-setup[14144]: Invoked with filter=ansible_pkg_mgr gather_subset=['!all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Mar 16 13:57:46 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-yum[14159]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['libselinux-python', 'policycoreutils-python'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Mar 16 13:57:46 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-setup[14172]: Invoked with filter=ansible_selinux gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Mar 16 13:57:47 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-fedora.linux_system_roles.local_seport[14206]: Invoked with proto=tcp state=present ignore_selinux_state=False reload=True setype=tangd_port_t local=True ports=['7500'] Mar 16 13:57:50 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm kernel: SELinux: 2048 avtab hash slots, 112757 rules. Mar 16 13:57:50 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm kernel: SELinux: 2048 avtab hash slots, 112757 rules. Mar 16 13:57:50 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm kernel: SELinux: 8 users, 14 roles, 5049 types, 316 bools, 1 sens, 1024 cats Mar 16 13:57:50 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm kernel: SELinux: 130 classes, 112757 rules Mar 16 13:57:50 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm kernel: SELinux: Converting 2288 SID table entries... Mar 16 13:57:52 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm dbus[448]: [system] Reloaded configuration Mar 16 13:57:52 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-fedora.linux_system_roles.selinux_modules_facts[14219]: Invoked Mar 16 13:57:56 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[14228]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d get_md5=False get_mime=True get_attributes=True Mar 16 13:57:56 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-file[14239]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/systemd/system/tangd.socket.d owner=None follow=True group=None unsafe_writes=False state=directory content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0775 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Mar 16 13:57:56 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[14270]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d/override.conf get_md5=False get_mime=True get_attributes=True Mar 16 13:57:56 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-copy[14295]: Invoked with directory_mode=None force=True remote_src=None _original_basename=tangd_socket_override.conf.j2 owner=None follow=False local_follow=None group=None unsafe_writes=False serole=None content=NOT_LOGGING_PARAMETER setype=None dest=/etc/systemd/system/tangd.socket.d/override.conf selevel=None regexp=None validate=None src=/root/.ansible/tmp/ansible-tmp-1710597476.2379994-4532-251747986804128/source checksum=cab519df8c21e60fd06ac780e2c7bd41ad441042 seuser=None delimiter=None mode=0644 attributes=None backup=True Mar 16 13:57:56 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-setup[14313]: Invoked with filter=* gather_subset=['!all', '!min', 'python_version', 'service_mgr'] fact_path=/etc/ansible/facts.d gather_timeout=10 Mar 16 13:57:56 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[14327]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Mar 16 13:57:57 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-setup[14336]: Invoked with filter=ansible_pkg_mgr gather_subset=['!all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Mar 16 13:57:57 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-yum[14351]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['firewalld'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Mar 16 13:57:57 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-systemd[14364]: Invoked with no_block=False force=None name=firewalld daemon_reexec=False enabled=None daemon_reload=False state=None user=None scope=None masked=False Mar 16 13:57:57 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-systemd[14377]: Invoked with no_block=False force=None name=firewalld daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Mar 16 13:57:57 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd[1]: Reloading. Mar 16 13:57:58 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd[1]: Starting firewalld - dynamic firewall daemon... -- Subject: Unit firewalld.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit firewalld.service has begun starting up. Mar 16 13:57:58 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd[1]: Started firewalld - dynamic firewall daemon. -- Subject: Unit firewalld.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit firewalld.service has finished starting up. -- -- The start-up result is done. Mar 16 13:57:59 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm kernel: ip6_tables: (C) 2000-2006 Netfilter Core Team Mar 16 13:57:59 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm kernel: Ebtables v2.0 registered Mar 16 13:57:59 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm firewalld[14398]: WARNING: AllowZoneDrifting is enabled. This is considered an insecure configuration option. It will be removed in a future release. Please consider disabling it now. Mar 16 13:57:59 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm kernel: ip_set: protocol 7 Mar 16 13:57:59 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-fedora.linux_system_roles.firewall_lib[14422]: Invoked with destination=[] protocol=[] ipset_type=None port=['7500/tcp'] icmp_block_inversion=None service=[] forward_port=[] set_default_zone=None firewalld_conf=None masquerade=None state=enabled permanent=True interface_pci_id=[] __report_changed=True rich_rule=[] ipset_entries=[] description=None ipset=None interface=[] target=None short=None zone=public helper_module=[] icmp_block=[] source=[] timeout=0 source_port=[] runtime=True Mar 16 13:57:59 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max) Mar 16 13:57:59 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm kernel: bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. Mar 16 13:58:00 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-systemd[14509]: Invoked with no_block=False force=None name=None daemon_reexec=False enabled=None daemon_reload=True state=None user=None scope=None masked=None Mar 16 13:58:00 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd[1]: Reloading. Mar 16 13:58:00 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-systemd[14535]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=restarted masked=None scope=None user=None Mar 16 13:58:00 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd[1]: Closed Tang Server socket. -- Subject: Unit tangd.socket has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit tangd.socket has finished shutting down. Mar 16 13:58:00 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd[1]: Stopping Tang Server socket. -- Subject: Unit tangd.socket has begun shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit tangd.socket has begun shutting down. Mar 16 13:58:00 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd[1]: Listening on Tang Server socket. -- Subject: Unit tangd.socket has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit tangd.socket has finished starting up. -- -- The start-up result is done. Mar 16 13:58:01 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[14549]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d get_md5=False get_mime=True get_attributes=True Mar 16 13:58:01 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[14560]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d/override2.conf get_md5=False get_mime=True get_attributes=True Mar 16 13:58:01 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-slurp[14571]: Invoked with src=/etc/systemd/system/tangd.socket.d/override.conf path=/etc/systemd/system/tangd.socket.d/override.conf Mar 16 13:58:01 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-file[14580]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/systemd/system/tangd.socket.d/override2.conf owner=None follow=True group=None unsafe_writes=False state=absent content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=None modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Mar 16 13:58:01 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-setup[14589]: Invoked with filter=ansible_pkg_mgr gather_subset=['!all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Mar 16 13:58:02 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-yum[14604]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Mar 16 13:58:02 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-nbde_server_tang[14617]: Invoked with force=False keys_to_deploy_dir=None update=/usr/libexec/tangd-update keygen=/usr/libexec/tangd-keygen state=keys-created cachedir=/var/cache/tang keydir=/var/db/tang Mar 16 13:58:02 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[14626]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d get_md5=False get_mime=True get_attributes=True Mar 16 13:58:03 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-find[14637]: Invoked with excludes=['^override.conf$'] paths=['/etc/systemd/system/tangd.socket.d'] file_type=any age=None contains=None recurse=False age_stamp=mtime patterns=[] depth=None get_checksum=False use_regex=True follow=False hidden=True size=None Mar 16 13:58:03 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-file[14646]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/systemd/system/tangd.socket.d owner=None follow=True group=None unsafe_writes=False state=absent content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0775 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Mar 16 13:58:03 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-systemd[14655]: Invoked with no_block=False force=None name=None daemon_reexec=False enabled=None daemon_reload=True state=None user=None scope=None masked=None Mar 16 13:58:03 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd[1]: Reloading. Mar 16 13:58:03 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-systemd[14681]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=restarted masked=None scope=None user=None Mar 16 13:58:03 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd[1]: Closed Tang Server socket. -- Subject: Unit tangd.socket has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit tangd.socket has finished shutting down. Mar 16 13:58:03 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd[1]: Stopping Tang Server socket. -- Subject: Unit tangd.socket has begun shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit tangd.socket has begun shutting down. Mar 16 13:58:03 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm systemd[1]: Listening on Tang Server socket. -- Subject: Unit tangd.socket has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit tangd.socket has finished starting up. -- -- The start-up result is done. Mar 16 13:58:04 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-stat[14695]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d get_md5=False get_mime=True get_attributes=True Mar 16 13:58:04 009410af-bb78-4936-b3cd-85771dd887b5.testing-farm ansible-command[14704]: Invoked with creates=None executable=None _uses_shell=False strip_empty_ends=True _raw_params=journalctl -ex removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-civ_nddy43/tests/tests_share_system_dir.yml:104 Saturday 16 March 2024 13:58:04 +0000 (0:00:00.262) 0:00:22.961 ******** included: /WORKDIR/git-weekly-civ_nddy43/tests/tasks/cleanup.yml for sut TASK [Remove control node files/directories] *********************************** task path: /WORKDIR/git-weekly-civ_nddy43/tests/tasks/cleanup.yml:2 Saturday 16 March 2024 13:58:04 +0000 (0:00:00.023) 0:00:22.985 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove managed node files/directories] *********************************** task path: /WORKDIR/git-weekly-civ_nddy43/tests/tasks/cleanup.yml:9 Saturday 16 March 2024 13:58:04 +0000 (0:00:00.034) 0:00:23.019 ******** skipping: [sut] => (item={'path': '', 'remove_dir': 'true'}) => { "ansible_loop_var": "item", "changed": false, "item": { "path": "", "remove_dir": "true" }, "skip_reason": "Conditional result was False" } changed: [sut] => (item={'path': '/var/db/tang', 'remove_dir': 'false'}) => { "ansible_loop_var": "item", "changed": true, "cmd": "set -euxo pipefail\nif [ \"false\" = true ]; then\n rm -rf \"/var/db/tang\"\nelse\n rm -rf \"/var/db/tang\"/* \"/var/db/tang\"/.* || :\nfi\n", "delta": "0:00:00.004525", "end": "2024-03-16 13:58:04.472414", "item": { "path": "/var/db/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-03-16 13:58:04.467889" } STDERR: + '[' false = true ']' + rm -rf /var/db/tang/PCdBkt54cVB3u0W-8_P4IgjTRqw.jwk /var/db/tang/r8PbR2rtkMK_n57YJDqI5OyVSy4.jwk /var/db/tang/. /var/db/tang/.. rm: refusing to remove ‘.’ or ‘..’ directory: skipping ‘/var/db/tang/.’ rm: refusing to remove ‘.’ or ‘..’ directory: skipping ‘/var/db/tang/..’ + : changed: [sut] => (item={'path': '/var/cache/tang', 'remove_dir': 'false'}) => { "ansible_loop_var": "item", "changed": true, "cmd": "set -euxo pipefail\nif [ \"false\" = true ]; then\n rm -rf \"/var/cache/tang\"\nelse\n rm -rf \"/var/cache/tang\"/* \"/var/cache/tang\"/.* || :\nfi\n", "delta": "0:00:00.004214", "end": "2024-03-16 13:58:04.585460", "item": { "path": "/var/cache/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-03-16 13:58:04.581246" } STDERR: + '[' false = true ']' + rm -rf '/var/cache/tang/*' '/var/cache/tang/.*' META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=73 changed=12 unreachable=0 failed=0 skipped=116 rescued=0 ignored=0 Saturday 16 March 2024 13:58:04 +0000 (0:00:00.241) 0:00:23.261 ******** =============================================================================== fedora.linux_system_roles.selinux : Set an SELinux label on a port ------ 5.40s /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.22s /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 fedora.linux_system_roles.firewall : Configure firewall ----------------- 1.42s /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 fedora.linux_system_roles.firewall : Enable and start firewalld service --- 1.15s /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 linux-system-roles.nbde_server : Ensure tang is installed --------------- 0.64s /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.57s /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 linux-system-roles.nbde_server : Ensure tang is installed --------------- 0.56s /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 linux-system-roles.nbde_server : Ensure tang is installed --------------- 0.56s /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 fedora.linux_system_roles.selinux : Install SELinux python2 tools ------- 0.55s /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:14 linux-system-roles.nbde_server : Ensure required services are enabled and at the right state --- 0.50s /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:41 Create a customization systemd file ------------------------------------- 0.46s /WORKDIR/git-weekly-civ_nddy43/tests/tests_share_system_dir.yml:20 ------------ linux-system-roles.nbde_server : Creates the file with the port entry that we want tangd to listen to --- 0.36s /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:46 fedora.linux_system_roles.selinux : Refresh facts ----------------------- 0.36s /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:53 linux-system-roles.nbde_server : Ensure ansible_facts used by role ------ 0.30s /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:2 Debug ------------------------------------------------------------------- 0.26s /WORKDIR/git-weekly-civ_nddy43/tests/tests_share_system_dir.yml:100 ----------- Create the tangd.socket.d directory ------------------------------------- 0.26s /WORKDIR/git-weekly-civ_nddy43/tests/tests_share_system_dir.yml:14 ------------ linux-system-roles.nbde_server : Reload the daemons so the new changes take effect --- 0.25s /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:36 Remove managed node files/directories ----------------------------------- 0.24s /WORKDIR/git-weekly-civ_nddy43/tests/tasks/cleanup.yml:9 ---------------------- linux-system-roles.nbde_server : Reload the daemons so the new changes take effect --- 0.24s /WORKDIR/git-weekly-civ_nddy43/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:36 fedora.linux_system_roles.firewall : Unmask firewalld service ----------- 0.23s /WORKDIR/git-weekly-civ_nddy43/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---