# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] 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.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-cinivbbnek/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_share_system_dir.yml ******************************************* 1 plays in /WORKDIR/git-weekly-cinivbbnek/tests/tests_share_system_dir.yml PLAY [Ensure that the role can share tangd.socket.d directory with other files] *** TASK [Create the tangd.socket.d directory] ************************************* task path: /WORKDIR/git-weekly-cinivbbnek/tests/tests_share_system_dir.yml:14 Saturday 06 April 2024 13:30:23 +0000 (0:00:00.012) 0:00:00.012 ******** 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-cinivbbnek/tests/tests_share_system_dir.yml:20 Saturday 06 April 2024 13:30:23 +0000 (0:00:00.262) 0:00:00.275 ******** 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-1712410223.7217243-3726-24459603920029/source", "state": "file", "uid": 0 } TASK [Run role] **************************************************************** task path: /WORKDIR/git-weekly-cinivbbnek/tests/tests_share_system_dir.yml:28 Saturday 06 April 2024 13:30:24 +0000 (0:00:00.503) 0:00:00.778 ******** TASK [fedora.linux_system_roles.nbde_server : Set version specific variables] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:6 Saturday 06 April 2024 13:30:24 +0000 (0:00:00.013) 0:00:00.792 ******** included: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.nbde_server : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2 Saturday 06 April 2024 13:30:24 +0000 (0:00:00.011) 0:00:00.803 ******** ok: [sut] TASK [fedora.linux_system_roles.nbde_server : Check if system is ostree] ******* task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:10 Saturday 06 April 2024 13:30:24 +0000 (0:00:00.363) 0:00:01.167 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.nbde_server : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:15 Saturday 06 April 2024 13:30:24 +0000 (0:00:00.118) 0:00:01.285 ******** ok: [sut] => { "ansible_facts": { "__nbde_server_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.nbde_server : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:19 Saturday 06 April 2024 13:30:24 +0000 (0:00:00.013) 0:00:01.299 ******** 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-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/vars/default.yml" ], "changed": false } TASK [fedora.linux_system_roles.nbde_server : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:9 Saturday 06 April 2024 13:30:24 +0000 (0:00:00.014) 0:00:01.314 ******** included: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml for sut TASK [fedora.linux_system_roles.nbde_server : Ensure tang is installed] ******** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 Saturday 06 April 2024 13:30:24 +0000 (0:00:00.013) 0:00:01.327 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tang-6-2.el7.x86_64 providing tang is already installed" ] } lsrpackages: tang TASK [fedora.linux_system_roles.nbde_server : Ensure keys are rotated] ********* task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:8 Saturday 06 April 2024 13:30:25 +0000 (0:00:00.622) 0:00:01.950 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_rotate_keys | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Ensure we have keys] ************* task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:17 Saturday 06 April 2024 13:30:25 +0000 (0:00:00.014) 0:00:01.965 ******** 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 [fedora.linux_system_roles.nbde_server : Perform key management (fetch/deploy) tasks] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:26 Saturday 06 April 2024 13:30:25 +0000 (0:00:00.198) 0:00:02.163 ******** skipping: [sut] => { "changed": false, "false_condition": "(nbde_server_fetch_keys | bool) or (nbde_server_deploy_keys | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Manage firewall and SELinux for port] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:30 Saturday 06 April 2024 13:30:25 +0000 (0:00:00.014) 0:00:02.178 ******** redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.seboolean to ansible.posix.seboolean included: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/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-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 06 April 2024 13:30:25 +0000 (0:00:00.060) 0:00:02.238 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Saturday 06 April 2024 13:30:25 +0000 (0:00:00.014) 0:00:02.252 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Saturday 06 April 2024 13:30:25 +0000 (0:00:00.014) 0:00:02.267 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Saturday 06 April 2024 13:30:25 +0000 (0:00:00.013) 0:00:02.280 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Saturday 06 April 2024 13:30:25 +0000 (0:00:00.013) 0:00:02.293 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Saturday 06 April 2024 13:30:25 +0000 (0:00:00.013) 0:00:02.307 ******** skipping: [sut] => { "false_condition": "nbde_server_manage_selinux | bool" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Saturday 06 April 2024 13:30:25 +0000 (0:00:00.013) 0:00:02.320 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Saturday 06 April 2024 13:30:25 +0000 (0:00:00.013) 0:00:02.333 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Saturday 06 April 2024 13:30:25 +0000 (0:00:00.013) 0:00:02.347 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Saturday 06 April 2024 13:30:25 +0000 (0:00:00.013) 0:00:02.360 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Saturday 06 April 2024 13:30:25 +0000 (0:00:00.013) 0:00:02.373 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Saturday 06 April 2024 13:30:25 +0000 (0:00:00.013) 0:00:02.387 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74 Saturday 06 April 2024 13:30:25 +0000 (0:00:00.006) 0:00:02.393 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Saturday 06 April 2024 13:30:25 +0000 (0:00:00.006) 0:00:02.400 ******** 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, "false_condition": "nbde_server_manage_selinux | bool", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Saturday 06 April 2024 13:30:25 +0000 (0:00:00.015) 0:00:02.416 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Saturday 06 April 2024 13:30:25 +0000 (0:00:00.007) 0:00:02.423 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115 Saturday 06 April 2024 13:30:25 +0000 (0:00:00.015) 0:00:02.438 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128 Saturday 06 April 2024 13:30:25 +0000 (0:00:00.014) 0:00:02.452 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136 Saturday 06 April 2024 13:30:25 +0000 (0:00:00.006) 0:00:02.459 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.nbde_server : Stat the tangd custom port systemd directory] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:14 Saturday 06 April 2024 13:30:25 +0000 (0:00:00.007) 0:00:02.467 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1712410223.682119, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1712410224.1671045, "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": 1712410224.1671045, "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": "117504824", "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.nbde_server : Get a list of files in the tangd custom directory] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:19 Saturday 06 April 2024 13:30:26 +0000 (0:00:00.125) 0:00:02.592 ******** ok: [sut] => { "changed": false, "examined": 1, "files": [ { "atime": 1712410224.1641045, "ctime": 1712410224.1681044, "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": 1712410223.9321115, "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, "skipped_paths": {} } MSG: All paths examined TASK [fedora.linux_system_roles.nbde_server : Manage tangd custom port systemd directory] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:35 Saturday 06 April 2024 13:30:26 +0000 (0:00:00.216) 0:00:02.808 ******** 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 [fedora.linux_system_roles.nbde_server : Creates the file with the port entry that we want tangd to listen to] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:44 Saturday 06 April 2024 13:30:26 +0000 (0:00:00.138) 0:00:02.946 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_port | int != 80", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Set flag to to tell main that the port has changed] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:53 Saturday 06 April 2024 13:30:26 +0000 (0:00:00.016) 0:00:02.963 ******** ok: [sut] => { "ansible_facts": { "__nbde_server_port_changed": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 06 April 2024 13:30:26 +0000 (0:00:00.012) 0:00:02.975 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 06 April 2024 13:30:26 +0000 (0:00:00.014) 0:00:02.989 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 06 April 2024 13:30:26 +0000 (0:00:00.013) 0:00:03.003 ******** skipping: [sut] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "nbde_server_manage_firewall | bool", "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "nbde_server_manage_firewall | bool", "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "false_condition": "nbde_server_manage_firewall | bool", "item": "ufw", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 06 April 2024 13:30:26 +0000 (0:00:00.017) 0:00:03.021 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 06 April 2024 13:30:26 +0000 (0:00:00.013) 0:00:03.034 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 06 April 2024 13:30:26 +0000 (0:00:00.013) 0:00:03.048 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 06 April 2024 13:30:26 +0000 (0:00:00.013) 0:00:03.061 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_firewall | bool", "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-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 06 April 2024 13:30:26 +0000 (0:00:00.013) 0:00:03.074 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 06 April 2024 13:30:26 +0000 (0:00:00.013) 0:00:03.088 ******** skipping: [sut] => (item={'port': '80/tcp', 'zone': 'public', 'state': 'enabled', 'immediate': True, 'permanent': True}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "nbde_server_manage_firewall | bool", "item": { "immediate": true, "permanent": true, "port": "80/tcp", "state": "enabled", "zone": "public" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Saturday 06 April 2024 13:30:26 +0000 (0:00:00.021) 0:00:03.110 ******** skipping: [sut] => (item={'port': '80/tcp', 'zone': 'public', 'state': 'enabled', 'immediate': True, 'permanent': True}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "nbde_server_manage_firewall | bool", "item": { "immediate": true, "permanent": true, "port": "80/tcp", "state": "enabled", "zone": "public" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 06 April 2024 13:30:26 +0000 (0:00:00.022) 0:00:03.132 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Saturday 06 April 2024 13:30:26 +0000 (0:00:00.013) 0:00:03.145 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Saturday 06 April 2024 13:30:26 +0000 (0:00:00.013) 0:00:03.159 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 06 April 2024 13:30:26 +0000 (0:00:00.014) 0:00:03.173 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Saturday 06 April 2024 13:30:26 +0000 (0:00:00.014) 0:00:03.187 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Saturday 06 April 2024 13:30:26 +0000 (0:00:00.014) 0:00:03.202 ******** skipping: [sut] => { "false_condition": "nbde_server_manage_firewall | bool" } TASK [fedora.linux_system_roles.nbde_server : Reload the daemons so the new changes take effect] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:34 Saturday 06 April 2024 13:30:26 +0000 (0:00:00.015) 0:00:03.218 ******** skipping: [sut] => { "changed": false, "false_condition": "__nbde_server_port_changed | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Ensure required services are enabled and at the right state] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:39 Saturday 06 April 2024 13:30:26 +0000 (0:00:00.015) 0:00:03.234 ******** 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-04-06 13:29:25 UTC", "ActiveEnterTimestampMonotonic": "1338705411", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "-.slice sysinit.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-04-06 13:29:25 UTC", "AssertTimestampMonotonic": "1338704395", "Backlog": "128", "Before": "sockets.target shutdown.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-04-06 13:29:25 UTC", "ConditionTimestampMonotonic": "1338704393", "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", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-04-06 13:29:25 UTC", "InactiveExitTimestampMonotonic": "1338705411", "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-cinivbbnek/tests/tests_share_system_dir.yml:33 Saturday 06 April 2024 13:30:27 +0000 (0:00:00.572) 0:00:03.806 ******** ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1712410226.2130432, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1712410224.1671045, "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": 1712410224.1671045, "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": "117504824", "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Check custom file] ******************************************************* task path: /WORKDIR/git-weekly-cinivbbnek/tests/tests_share_system_dir.yml:39 Saturday 06 April 2024 13:30:27 +0000 (0:00:00.124) 0:00:03.931 ******** ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1712410224.1641045, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "05987691cc309e84627f31fa0d1680a3b3b2c4b2", "ctime": 1712410224.1681044, "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": 1712410223.9321115, "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": "117504829", "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-cinivbbnek/tests/tests_share_system_dir.yml:45 Saturday 06 April 2024 13:30:27 +0000 (0:00:00.128) 0:00:04.059 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Run the role with a custom port] ***************************************** task path: /WORKDIR/git-weekly-cinivbbnek/tests/tests_share_system_dir.yml:49 Saturday 06 April 2024 13:30:27 +0000 (0:00:00.013) 0:00:04.073 ******** TASK [fedora.linux_system_roles.nbde_server : Set version specific variables] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:6 Saturday 06 April 2024 13:30:27 +0000 (0:00:00.012) 0:00:04.086 ******** included: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.nbde_server : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2 Saturday 06 April 2024 13:30:27 +0000 (0:00:00.009) 0:00:04.095 ******** skipping: [sut] => { "changed": false, "false_condition": "__nbde_server_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Check if system is ostree] ******* task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:10 Saturday 06 April 2024 13:30:27 +0000 (0:00:00.017) 0:00:04.113 ******** skipping: [sut] => { "changed": false, "false_condition": "not __nbde_server_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:15 Saturday 06 April 2024 13:30:27 +0000 (0:00:00.010) 0:00:04.123 ******** skipping: [sut] => { "changed": false, "false_condition": "not __nbde_server_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:19 Saturday 06 April 2024 13:30:27 +0000 (0:00:00.010) 0:00:04.134 ******** 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-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/vars/default.yml" ], "changed": false } TASK [fedora.linux_system_roles.nbde_server : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:9 Saturday 06 April 2024 13:30:27 +0000 (0:00:00.013) 0:00:04.147 ******** included: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml for sut TASK [fedora.linux_system_roles.nbde_server : Ensure tang is installed] ******** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 Saturday 06 April 2024 13:30:27 +0000 (0:00:00.012) 0:00:04.160 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tang-6-2.el7.x86_64 providing tang is already installed" ] } lsrpackages: tang TASK [fedora.linux_system_roles.nbde_server : Ensure keys are rotated] ********* task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:8 Saturday 06 April 2024 13:30:28 +0000 (0:00:00.499) 0:00:04.659 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_rotate_keys | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Ensure we have keys] ************* task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:17 Saturday 06 April 2024 13:30:28 +0000 (0:00:00.015) 0:00:04.675 ******** 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 [fedora.linux_system_roles.nbde_server : Perform key management (fetch/deploy) tasks] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:26 Saturday 06 April 2024 13:30:28 +0000 (0:00:00.127) 0:00:04.803 ******** skipping: [sut] => { "changed": false, "false_condition": "(nbde_server_fetch_keys | bool) or (nbde_server_deploy_keys | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Manage firewall and SELinux for port] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:30 Saturday 06 April 2024 13:30:28 +0000 (0:00:00.017) 0:00:04.820 ******** redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.seboolean to ansible.posix.seboolean included: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/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-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 06 April 2024 13:30:28 +0000 (0:00:00.036) 0:00:04.856 ******** included: /WORKDIR/git-weekly-cinivbbnek/.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-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Saturday 06 April 2024 13:30:28 +0000 (0:00:00.026) 0:00:04.882 ******** ok: [sut] TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Saturday 06 April 2024 13:30:28 +0000 (0:00:00.224) 0:00:05.107 ******** included: /WORKDIR/git-weekly-cinivbbnek/.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-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Saturday 06 April 2024 13:30:28 +0000 (0:00:00.024) 0:00:05.131 ******** 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-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Saturday 06 April 2024 13:30:28 +0000 (0:00:00.129) 0:00:05.261 ******** 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-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:14 Saturday 06 April 2024 13:30:28 +0000 (0:00:00.023) 0:00:05.284 ******** 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-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:23 Saturday 06 April 2024 13:30:29 +0000 (0:00:00.507) 0:00:05.792 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_python_version is version('3', '>=')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:34 Saturday 06 April 2024 13:30:29 +0000 (0:00:00.019) 0:00:05.811 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_python_version is version('3', '>=')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:45 Saturday 06 April 2024 13:30:29 +0000 (0:00:00.019) 0:00:05.831 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"Fedora\" or (ansible_distribution_major_version | int > 7 and ansible_distribution in [\"CentOS\", \"RedHat\", \"Rocky\"])", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Refresh facts] *********************** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:53 Saturday 06 April 2024 13:30:29 +0000 (0:00:00.019) 0:00:05.850 ******** ok: [sut] TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Saturday 06 April 2024 13:30:29 +0000 (0:00:00.482) 0:00:06.333 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_selinux.status == \"enabled\" and (selinux_state or selinux_policy)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Saturday 06 April 2024 13:30:29 +0000 (0:00:00.017) 0:00:06.351 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_selinux.status == \"disabled\" and selinux_state", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Saturday 06 April 2024 13:30:29 +0000 (0:00:00.017) 0:00:06.368 ******** 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-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Saturday 06 April 2024 13:30:29 +0000 (0:00:00.023) 0:00:06.392 ******** skipping: [sut] => { "changed": false, "false_condition": "selinux_reboot_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Saturday 06 April 2024 13:30:29 +0000 (0:00:00.017) 0:00:06.410 ******** skipping: [sut] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Saturday 06 April 2024 13:30:29 +0000 (0:00:00.018) 0:00:06.429 ******** skipping: [sut] => { "changed": false, "false_condition": "selinux_all_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Saturday 06 April 2024 13:30:29 +0000 (0:00:00.017) 0:00:06.446 ******** skipping: [sut] => { "changed": false, "false_condition": "selinux_booleans_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Saturday 06 April 2024 13:30:29 +0000 (0:00:00.018) 0:00:06.465 ******** skipping: [sut] => { "changed": false, "false_condition": "selinux_fcontexts_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Saturday 06 April 2024 13:30:29 +0000 (0:00:00.018) 0:00:06.484 ******** skipping: [sut] => { "changed": false, "false_condition": "selinux_ports_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Saturday 06 April 2024 13:30:29 +0000 (0:00:00.019) 0:00:06.503 ******** skipping: [sut] => { "changed": false, "false_condition": "selinux_logins_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Saturday 06 April 2024 13:30:29 +0000 (0:00:00.019) 0:00:06.522 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74 Saturday 06 April 2024 13:30:29 +0000 (0:00:00.010) 0:00:06.532 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Saturday 06 April 2024 13:30:29 +0000 (0:00:00.009) 0:00:06.541 ******** 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-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Saturday 06 April 2024 13:30:34 +0000 (0:00:04.231) 0:00:10.773 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Saturday 06 April 2024 13:30:34 +0000 (0:00:00.007) 0:00:10.781 ******** 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-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115 Saturday 06 April 2024 13:30:37 +0000 (0:00:03.206) 0:00:13.987 ******** skipping: [sut] => { "changed": false, "false_condition": "selinux_modules is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128 Saturday 06 April 2024 13:30:37 +0000 (0:00:00.026) 0:00:14.013 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136 Saturday 06 April 2024 13:30:37 +0000 (0:00:00.014) 0:00:14.027 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.nbde_server : Stat the tangd custom port systemd directory] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:14 Saturday 06 April 2024 13:30:37 +0000 (0:00:00.019) 0:00:14.047 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1712410226.2130432, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1712410224.1671045, "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": 1712410224.1671045, "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": "117504824", "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.nbde_server : Get a list of files in the tangd custom directory] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:19 Saturday 06 April 2024 13:30:37 +0000 (0:00:00.133) 0:00:14.181 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_port | int == 80", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Manage tangd custom port systemd directory] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:35 Saturday 06 April 2024 13:30:37 +0000 (0:00:00.026) 0:00:14.208 ******** 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 [fedora.linux_system_roles.nbde_server : Creates the file with the port entry that we want tangd to listen to] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:44 Saturday 06 April 2024 13:30:37 +0000 (0:00:00.188) 0:00:14.397 ******** 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-1712410237.8554718-3922-87549886373109/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.nbde_server : Set flag to to tell main that the port has changed] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:53 Saturday 06 April 2024 13:30:38 +0000 (0:00:00.372) 0:00:14.769 ******** ok: [sut] => { "ansible_facts": { "__nbde_server_port_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 06 April 2024 13:30:38 +0000 (0:00:00.026) 0:00:14.795 ******** included: /WORKDIR/git-weekly-cinivbbnek/.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-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 06 April 2024 13:30:38 +0000 (0:00:00.043) 0:00:14.839 ******** ok: [sut] TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 06 April 2024 13:30:38 +0000 (0:00:00.238) 0:00:15.077 ******** 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-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 06 April 2024 13:30:38 +0000 (0:00:00.135) 0:00:15.213 ******** ok: [sut] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 Saturday 06 April 2024 13:30:38 +0000 (0:00:00.030) 0:00:15.243 ******** 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-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 06 April 2024 13:30:39 +0000 (0:00:00.498) 0:00:15.742 ******** skipping: [sut] => { "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 06 April 2024 13:30:39 +0000 (0:00:00.025) 0:00:15.768 ******** skipping: [sut] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 06 April 2024 13:30:39 +0000 (0:00:00.028) 0:00:15.796 ******** ok: [sut] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target dbus.service polkit.service system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.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 ebtables.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-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 06 April 2024 13:30:39 +0000 (0:00:00.225) 0:00:16.022 ******** changed: [sut] => { "changed": true, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target dbus.service polkit.service system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.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 iptables.service ipset.service shutdown.target 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 : Check if previous replaced is defined] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 06 April 2024 13:30:40 +0000 (0:00:01.133) 0:00:17.155 ******** 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-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 06 April 2024 13:30:40 +0000 (0:00:00.035) 0:00:17.191 ******** skipping: [sut] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "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-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 06 April 2024 13:30:40 +0000 (0:00:00.024) 0:00:17.215 ******** skipping: [sut] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 06 April 2024 13:30:40 +0000 (0:00:00.023) 0:00:17.238 ******** 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-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Saturday 06 April 2024 13:30:42 +0000 (0:00:01.365) 0:00:18.604 ******** skipping: [sut] => (item={'port': '7500/tcp', 'zone': 'public', 'state': 'enabled', 'immediate': True, 'permanent': True}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "'detailed' in fw[0]", "item": { "immediate": true, "permanent": true, "port": "7500/tcp", "state": "enabled", "zone": "public" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 06 April 2024 13:30:42 +0000 (0:00:00.037) 0:00:18.641 ******** skipping: [sut] => { "changed": false, "false_condition": "'detailed' in fw[0]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Saturday 06 April 2024 13:30:42 +0000 (0:00:00.030) 0:00:18.671 ******** skipping: [sut] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Saturday 06 April 2024 13:30:42 +0000 (0:00:00.025) 0:00:18.697 ******** skipping: [sut] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 06 April 2024 13:30:42 +0000 (0:00:00.026) 0:00:18.723 ******** skipping: [sut] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Saturday 06 April 2024 13:30:42 +0000 (0:00:00.024) 0:00:18.748 ******** skipping: [sut] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Saturday 06 April 2024 13:30:42 +0000 (0:00:00.024) 0:00:18.773 ******** skipping: [sut] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [fedora.linux_system_roles.nbde_server : Reload the daemons so the new changes take effect] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:34 Saturday 06 April 2024 13:30:42 +0000 (0:00:00.030) 0:00:18.803 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.nbde_server : Ensure required services are enabled and at the right state] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:39 Saturday 06 April 2024 13:30:42 +0000 (0:00:00.268) 0:00:19.072 ******** 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-04-06 13:29:25 UTC", "ActiveEnterTimestampMonotonic": "1338705411", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target -.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-04-06 13:29:25 UTC", "AssertTimestampMonotonic": "1338704395", "Backlog": "128", "Before": "multi-user.target sockets.target shutdown.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-04-06 13:29:25 UTC", "ConditionTimestampMonotonic": "1338704393", "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", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-04-06 13:29:25 UTC", "InactiveExitTimestampMonotonic": "1338705411", "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-cinivbbnek/tests/tests_share_system_dir.yml:58 Saturday 06 April 2024 13:30:42 +0000 (0:00:00.224) 0:00:19.296 ******** ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1712410239.6346412, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1712410238.1526854, "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": 1712410238.1526854, "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": "117504824", "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Check custom file] ******************************************************* task path: /WORKDIR/git-weekly-cinivbbnek/tests/tests_share_system_dir.yml:64 Saturday 06 April 2024 13:30:42 +0000 (0:00:00.134) 0:00:19.431 ******** ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1712410227.455006, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "05987691cc309e84627f31fa0d1680a3b3b2c4b2", "ctime": 1712410224.1681044, "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": 1712410223.9321115, "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": "117504829", "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-cinivbbnek/tests/tests_share_system_dir.yml:70 Saturday 06 April 2024 13:30:42 +0000 (0:00:00.137) 0:00:19.568 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check for ansible_managed, fingerprint in generated files] *************** task path: /WORKDIR/git-weekly-cinivbbnek/tests/tests_share_system_dir.yml:74 Saturday 06 April 2024 13:30:43 +0000 (0:00:00.018) 0:00:19.587 ******** included: /WORKDIR/git-weekly-cinivbbnek/tests/tasks/check_header.yml for sut TASK [Get file] **************************************************************** task path: /WORKDIR/git-weekly-cinivbbnek/tests/tasks/check_header.yml:3 Saturday 06 April 2024 13:30:43 +0000 (0:00:00.054) 0:00:19.641 ******** 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-cinivbbnek/tests/tasks/check_header.yml:9 Saturday 06 April 2024 13:30:43 +0000 (0:00:00.187) 0:00:19.829 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove custom file] ****************************************************** task path: /WORKDIR/git-weekly-cinivbbnek/tests/tests_share_system_dir.yml:80 Saturday 06 April 2024 13:30:43 +0000 (0:00:00.040) 0:00:19.870 ******** 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-cinivbbnek/tests/tests_share_system_dir.yml:85 Saturday 06 April 2024 13:30:43 +0000 (0:00:00.131) 0:00:20.001 ******** TASK [fedora.linux_system_roles.nbde_server : Set version specific variables] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:6 Saturday 06 April 2024 13:30:43 +0000 (0:00:00.026) 0:00:20.028 ******** included: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.nbde_server : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2 Saturday 06 April 2024 13:30:43 +0000 (0:00:00.021) 0:00:20.049 ******** skipping: [sut] => { "changed": false, "false_condition": "__nbde_server_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Check if system is ostree] ******* task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:10 Saturday 06 April 2024 13:30:43 +0000 (0:00:00.026) 0:00:20.076 ******** skipping: [sut] => { "changed": false, "false_condition": "not __nbde_server_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:15 Saturday 06 April 2024 13:30:43 +0000 (0:00:00.017) 0:00:20.093 ******** skipping: [sut] => { "changed": false, "false_condition": "not __nbde_server_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:19 Saturday 06 April 2024 13:30:43 +0000 (0:00:00.017) 0:00:20.111 ******** 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-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/vars/default.yml" ], "changed": false } TASK [fedora.linux_system_roles.nbde_server : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:9 Saturday 06 April 2024 13:30:43 +0000 (0:00:00.029) 0:00:20.140 ******** included: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml for sut TASK [fedora.linux_system_roles.nbde_server : Ensure tang is installed] ******** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 Saturday 06 April 2024 13:30:43 +0000 (0:00:00.024) 0:00:20.165 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tang-6-2.el7.x86_64 providing tang is already installed" ] } lsrpackages: tang TASK [fedora.linux_system_roles.nbde_server : Ensure keys are rotated] ********* task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:8 Saturday 06 April 2024 13:30:44 +0000 (0:00:00.516) 0:00:20.681 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_rotate_keys | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Ensure we have keys] ************* task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:17 Saturday 06 April 2024 13:30:44 +0000 (0:00:00.021) 0:00:20.703 ******** 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 [fedora.linux_system_roles.nbde_server : Perform key management (fetch/deploy) tasks] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:26 Saturday 06 April 2024 13:30:44 +0000 (0:00:00.136) 0:00:20.839 ******** skipping: [sut] => { "changed": false, "false_condition": "(nbde_server_fetch_keys | bool) or (nbde_server_deploy_keys | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Manage firewall and SELinux for port] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:30 Saturday 06 April 2024 13:30:44 +0000 (0:00:00.025) 0:00:20.865 ******** redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.seboolean to ansible.posix.seboolean included: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/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-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 06 April 2024 13:30:44 +0000 (0:00:00.047) 0:00:20.913 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Saturday 06 April 2024 13:30:44 +0000 (0:00:00.022) 0:00:20.935 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Saturday 06 April 2024 13:30:44 +0000 (0:00:00.023) 0:00:20.959 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Saturday 06 April 2024 13:30:44 +0000 (0:00:00.023) 0:00:20.982 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Saturday 06 April 2024 13:30:44 +0000 (0:00:00.022) 0:00:21.005 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Saturday 06 April 2024 13:30:44 +0000 (0:00:00.023) 0:00:21.029 ******** skipping: [sut] => { "false_condition": "nbde_server_manage_selinux | bool" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Saturday 06 April 2024 13:30:44 +0000 (0:00:00.023) 0:00:21.052 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Saturday 06 April 2024 13:30:44 +0000 (0:00:00.023) 0:00:21.075 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Saturday 06 April 2024 13:30:44 +0000 (0:00:00.025) 0:00:21.100 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Saturday 06 April 2024 13:30:44 +0000 (0:00:00.023) 0:00:21.124 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Saturday 06 April 2024 13:30:44 +0000 (0:00:00.023) 0:00:21.148 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Saturday 06 April 2024 13:30:44 +0000 (0:00:00.027) 0:00:21.176 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74 Saturday 06 April 2024 13:30:44 +0000 (0:00:00.054) 0:00:21.231 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Saturday 06 April 2024 13:30:44 +0000 (0:00:00.015) 0:00:21.246 ******** 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, "false_condition": "nbde_server_manage_selinux | bool", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Saturday 06 April 2024 13:30:44 +0000 (0:00:00.026) 0:00:21.273 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Saturday 06 April 2024 13:30:44 +0000 (0:00:00.015) 0:00:21.288 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115 Saturday 06 April 2024 13:30:44 +0000 (0:00:00.023) 0:00:21.312 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128 Saturday 06 April 2024 13:30:44 +0000 (0:00:00.024) 0:00:21.337 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136 Saturday 06 April 2024 13:30:44 +0000 (0:00:00.014) 0:00:21.352 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.nbde_server : Stat the tangd custom port systemd directory] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:14 Saturday 06 April 2024 13:30:44 +0000 (0:00:00.021) 0:00:21.373 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1712410239.6346412, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1712410243.4045281, "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": 1712410243.4045281, "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": "117504824", "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.nbde_server : Get a list of files in the tangd custom directory] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:19 Saturday 06 April 2024 13:30:44 +0000 (0:00:00.135) 0:00:21.509 ******** ok: [sut] => { "changed": false, "examined": 1, "files": [], "matched": 0, "skipped_paths": {} } MSG: All paths examined TASK [fedora.linux_system_roles.nbde_server : Manage tangd custom port systemd directory] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:35 Saturday 06 April 2024 13:30:45 +0000 (0:00:00.138) 0:00:21.648 ******** changed: [sut] => { "changed": true, "path": "/etc/systemd/system/tangd.socket.d", "state": "absent" } TASK [fedora.linux_system_roles.nbde_server : Creates the file with the port entry that we want tangd to listen to] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:44 Saturday 06 April 2024 13:30:45 +0000 (0:00:00.145) 0:00:21.793 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_port | int != 80", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Set flag to to tell main that the port has changed] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:53 Saturday 06 April 2024 13:30:45 +0000 (0:00:00.024) 0:00:21.818 ******** ok: [sut] => { "ansible_facts": { "__nbde_server_port_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 06 April 2024 13:30:45 +0000 (0:00:00.021) 0:00:21.839 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 06 April 2024 13:30:45 +0000 (0:00:00.025) 0:00:21.865 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 06 April 2024 13:30:45 +0000 (0:00:00.023) 0:00:21.888 ******** skipping: [sut] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "nbde_server_manage_firewall | bool", "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "nbde_server_manage_firewall | bool", "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "false_condition": "nbde_server_manage_firewall | bool", "item": "ufw", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 06 April 2024 13:30:45 +0000 (0:00:00.029) 0:00:21.917 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 06 April 2024 13:30:45 +0000 (0:00:00.025) 0:00:21.943 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 06 April 2024 13:30:45 +0000 (0:00:00.023) 0:00:21.966 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 06 April 2024 13:30:45 +0000 (0:00:00.023) 0:00:21.990 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_firewall | bool", "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-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 06 April 2024 13:30:45 +0000 (0:00:00.025) 0:00:22.015 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 06 April 2024 13:30:45 +0000 (0:00:00.024) 0:00:22.040 ******** skipping: [sut] => (item={'port': '80/tcp', 'zone': 'public', 'state': 'enabled', 'immediate': True, 'permanent': True}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "nbde_server_manage_firewall | bool", "item": { "immediate": true, "permanent": true, "port": "80/tcp", "state": "enabled", "zone": "public" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Saturday 06 April 2024 13:30:45 +0000 (0:00:00.032) 0:00:22.073 ******** skipping: [sut] => (item={'port': '80/tcp', 'zone': 'public', 'state': 'enabled', 'immediate': True, 'permanent': True}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "nbde_server_manage_firewall | bool", "item": { "immediate": true, "permanent": true, "port": "80/tcp", "state": "enabled", "zone": "public" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 06 April 2024 13:30:45 +0000 (0:00:00.033) 0:00:22.106 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Saturday 06 April 2024 13:30:45 +0000 (0:00:00.023) 0:00:22.130 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Saturday 06 April 2024 13:30:45 +0000 (0:00:00.023) 0:00:22.153 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 06 April 2024 13:30:45 +0000 (0:00:00.024) 0:00:22.178 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Saturday 06 April 2024 13:30:45 +0000 (0:00:00.023) 0:00:22.201 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Saturday 06 April 2024 13:30:45 +0000 (0:00:00.023) 0:00:22.224 ******** skipping: [sut] => { "false_condition": "nbde_server_manage_firewall | bool" } TASK [fedora.linux_system_roles.nbde_server : Reload the daemons so the new changes take effect] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:34 Saturday 06 April 2024 13:30:45 +0000 (0:00:00.028) 0:00:22.253 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.nbde_server : Ensure required services are enabled and at the right state] *** task path: /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:39 Saturday 06 April 2024 13:30:45 +0000 (0:00:00.256) 0:00:22.510 ******** 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-04-06 13:30:42 UTC", "ActiveEnterTimestampMonotonic": "1415737084", "ActiveExitTimestamp": "Sat 2024-04-06 13:30:42 UTC", "ActiveExitTimestampMonotonic": "1415736024", "ActiveState": "active", "After": "sysinit.target -.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-04-06 13:30:42 UTC", "AssertTimestampMonotonic": "1415736085", "Backlog": "128", "Before": "tangd@0.service multi-user.target sockets.target shutdown.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-04-06 13:30:42 UTC", "ConditionTimestampMonotonic": "1415736083", "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-04-06 13:30:42 UTC", "InactiveEnterTimestampMonotonic": "1415736024", "InactiveExitTimestamp": "Sat 2024-04-06 13:30:42 UTC", "InactiveExitTimestampMonotonic": "1415737084", "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": "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", "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-cinivbbnek/tests/tests_share_system_dir.yml:89 Saturday 06 April 2024 13:30:46 +0000 (0:00:00.263) 0:00:22.773 ******** ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "exists": false } } TASK [Debug] ******************************************************************* task path: /WORKDIR/git-weekly-cinivbbnek/tests/tests_share_system_dir.yml:96 Saturday 06 April 2024 13:30:46 +0000 (0:00:00.124) 0:00:22.898 ******** ok: [sut] => { "changed": false, "cmd": [ "journalctl", "-ex" ], "delta": "0:00:00.044552", "end": "2024-04-06 13:30:46.533294", "rc": 0, "start": "2024-04-06 13:30:46.488742" } STDOUT: -- Logs begin at Sat 2024-04-06 13:07:07 UTC, end at Sat 2024-04-06 13:30:46 UTC. -- Apr 06 13:07:07 localhost.localdomain kernel: [drm] fb depth is 16 Apr 06 13:07:07 localhost.localdomain kernel: [drm] pitch is 2048 Apr 06 13:07:07 localhost.localdomain kernel: fbcon: cirrusdrmfb (fb0) is primary device Apr 06 13:07:08 localhost.localdomain kernel: Console: switching to colour frame buffer device 128x48 Apr 06 13:07:08 localhost.localdomain kernel: cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Apr 06 13:07:08 localhost.localdomain kernel: [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Apr 06 13:07:08 localhost.localdomain systemd[1]: Found device /dev/disk/by-uuid/e68e4cee-2a87-4094-ac61-8c3230ab115f. -- Subject: Unit dev-disk-by\x2duuid-e68e4cee\x2d2a87\x2d4094\x2dac61\x2d8c3230ab115f.device has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dev-disk-by\x2duuid-e68e4cee\x2d2a87\x2d4094\x2dac61\x2d8c3230ab115f.device has finished starting up. -- -- The start-up result is done. Apr 06 13:07:08 localhost.localdomain systemd[1]: Starting File System Check on /dev/disk/by-uuid/e68e4cee-2a87-4094-ac61-8c3230ab115f... -- Subject: Unit systemd-fsck-root.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-fsck-root.service has begun starting up. Apr 06 13:07:08 localhost.localdomain systemd[1]: Started dracut initqueue hook. -- Subject: Unit dracut-initqueue.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-initqueue.service has finished starting up. -- -- The start-up result is done. Apr 06 13:07:08 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. Apr 06 13:07:08 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. Apr 06 13:07:08 localhost.localdomain systemd-fsck[256]: /dev/xvda1: clean, 63816/262144 files, 526646/1048320 blocks Apr 06 13:07:08 localhost.localdomain systemd[1]: Started File System Check on /dev/disk/by-uuid/e68e4cee-2a87-4094-ac61-8c3230ab115f. -- Subject: Unit systemd-fsck-root.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-fsck-root.service has finished starting up. -- -- The start-up result is done. Apr 06 13:07:08 localhost.localdomain systemd[1]: Mounting /sysroot... -- Subject: Unit sysroot.mount has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sysroot.mount has begun starting up. Apr 06 13:07:08 localhost.localdomain kernel: EXT4-fs (xvda1): mounted filesystem with ordered data mode. Opts: (null) Apr 06 13:07:08 localhost.localdomain systemd[1]: Mounted /sysroot. -- Subject: Unit sysroot.mount has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sysroot.mount has finished starting up. -- -- The start-up result is done. Apr 06 13:07:08 localhost.localdomain systemd[1]: Reached target Initrd Root File System. -- Subject: Unit initrd-root-fs.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-root-fs.target has finished starting up. -- -- The start-up result is done. Apr 06 13:07:08 localhost.localdomain systemd[1]: Starting Reload Configuration from the Real Root... -- Subject: Unit initrd-parse-etc.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-parse-etc.service has begun starting up. Apr 06 13:07:08 localhost.localdomain systemd[1]: Reloading. Apr 06 13:07:08 localhost.localdomain systemd[1]: Started Reload Configuration from the Real Root. -- Subject: Unit initrd-parse-etc.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-parse-etc.service has finished starting up. -- -- The start-up result is done. Apr 06 13:07:08 localhost.localdomain systemd[1]: Reached target Initrd File Systems. -- Subject: Unit initrd-fs.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-fs.target has finished starting up. -- -- The start-up result is done. Apr 06 13:07:08 localhost.localdomain systemd[1]: Reached target Initrd Default Target. -- Subject: Unit initrd.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd.target has finished starting up. -- -- The start-up result is done. Apr 06 13:07:08 localhost.localdomain systemd[1]: Starting dracut pre-pivot and cleanup hook... -- Subject: Unit dracut-pre-pivot.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-pre-pivot.service has begun starting up. Apr 06 13:07:08 localhost.localdomain kernel: input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Apr 06 13:07:08 localhost.localdomain kernel: tsc: Refined TSC clocksource calibration: 2899.993 MHz Apr 06 13:07:08 localhost.localdomain systemd[1]: Started dracut pre-pivot and cleanup hook. -- Subject: Unit dracut-pre-pivot.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-pre-pivot.service has finished starting up. -- -- The start-up result is done. Apr 06 13:07:08 localhost.localdomain systemd[1]: Starting Cleaning Up and Shutting Down Daemons... -- Subject: Unit initrd-cleanup.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-cleanup.service has begun starting up. Apr 06 13:07:08 localhost.localdomain systemd[1]: Stopped dracut pre-pivot and cleanup hook. -- Subject: Unit dracut-pre-pivot.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-pre-pivot.service has finished shutting down. Apr 06 13:07:08 localhost.localdomain systemd[1]: Stopped target Initrd Default Target. -- Subject: Unit initrd.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd.target has finished shutting down. Apr 06 13:07:08 localhost.localdomain systemd[1]: Stopped target Basic System. -- Subject: Unit basic.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit basic.target has finished shutting down. Apr 06 13:07:08 localhost.localdomain systemd[1]: Stopped target System Initialization. -- Subject: Unit sysinit.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sysinit.target has finished shutting down. Apr 06 13:07:08 localhost.localdomain systemd[1]: Stopping udev Kernel Device Manager... -- Subject: Unit systemd-udevd.service has begun shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udevd.service has begun shutting down. Apr 06 13:07:08 localhost.localdomain systemd[1]: Stopped target Swap. -- Subject: Unit swap.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit swap.target has finished shutting down. Apr 06 13:07:08 localhost.localdomain systemd[1]: Stopped Apply Kernel Variables. -- Subject: Unit systemd-sysctl.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-sysctl.service has finished shutting down. Apr 06 13:07:08 localhost.localdomain systemd[1]: Stopped target Slices. -- Subject: Unit slices.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit slices.target has finished shutting down. Apr 06 13:07:08 localhost.localdomain systemd[1]: Stopped target Paths. -- Subject: Unit paths.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit paths.target has finished shutting down. Apr 06 13:07:08 localhost.localdomain systemd[1]: Stopped target Local File Systems. -- Subject: Unit local-fs.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit local-fs.target has finished shutting down. Apr 06 13:07:08 localhost.localdomain systemd[1]: Stopped target Timers. -- Subject: Unit timers.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit timers.target has finished shutting down. Apr 06 13:07:08 localhost.localdomain systemd[1]: Stopped target Remote File Systems. -- Subject: Unit remote-fs.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit remote-fs.target has finished shutting down. Apr 06 13:07:08 localhost.localdomain systemd[1]: Stopped target Remote File Systems (Pre). -- Subject: Unit remote-fs-pre.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit remote-fs-pre.target has finished shutting down. Apr 06 13:07:08 localhost.localdomain systemd[1]: Stopped dracut initqueue hook. -- Subject: Unit dracut-initqueue.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-initqueue.service has finished shutting down. Apr 06 13:07:08 localhost.localdomain systemd[1]: Stopped udev Coldplug all Devices. -- Subject: Unit systemd-udev-trigger.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udev-trigger.service has finished shutting down. Apr 06 13:07:08 localhost.localdomain systemd[1]: Starting Plymouth switch root service... -- Subject: Unit plymouth-switch-root.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-switch-root.service has begun starting up. Apr 06 13:07:08 localhost.localdomain systemd[1]: Stopped target Sockets. -- Subject: Unit sockets.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sockets.target has finished shutting down. Apr 06 13:07:08 localhost.localdomain systemd[1]: Stopped udev Kernel Device Manager. -- Subject: Unit systemd-udevd.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udevd.service has finished shutting down. Apr 06 13:07:08 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. Apr 06 13:07:08 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. Apr 06 13:07:08 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. Apr 06 13:07:08 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. Apr 06 13:07:08 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. Apr 06 13:07:08 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. Apr 06 13:07:08 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. Apr 06 13:07:08 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. Apr 06 13:07:08 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. Apr 06 13:07:08 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. Apr 06 13:07:08 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. Apr 06 13:07:08 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. Apr 06 13:07:08 localhost.localdomain systemd[1]: Switching root. Apr 06 13:07:08 localhost.localdomain unknown[96]: 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. Apr 06 13:07:17 localhost.localdomain systemd-journal[348]: Runtime journal is using 8.0M (max allowed 180.0M, trying to leave 270.0M free of 1.7G available → current limit 180.0M). Apr 06 13:07:17 localhost.localdomain systemd-journald[96]: Received SIGTERM from PID 1 (systemd). Apr 06 13:07:17 localhost.localdomain kernel: random: crng init done Apr 06 13:07:17 localhost.localdomain kernel: type=1404 audit(1712408830.888:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 Apr 06 13:07:17 localhost.localdomain kernel: SELinux: 2048 avtab hash slots, 112757 rules. Apr 06 13:07:17 localhost.localdomain kernel: SELinux: 2048 avtab hash slots, 112757 rules. Apr 06 13:07:17 localhost.localdomain kernel: SELinux: 8 users, 14 roles, 5049 types, 316 bools, 1 sens, 1024 cats Apr 06 13:07:17 localhost.localdomain kernel: SELinux: 130 classes, 112757 rules Apr 06 13:07:17 localhost.localdomain kernel: SELinux: Completing initialization. Apr 06 13:07:17 localhost.localdomain kernel: SELinux: Setting up existing superblocks. Apr 06 13:07:17 localhost.localdomain kernel: type=1403 audit(1712408831.800:3): policy loaded auid=4294967295 ses=4294967295 Apr 06 13:07:17 localhost.localdomain systemd[1]: Successfully loaded SELinux policy in 975.694ms. Apr 06 13:07:17 localhost.localdomain kernel: ip_tables: (C) 2000-2006 Netfilter Core Team Apr 06 13:07:17 localhost.localdomain systemd[1]: Inserted module 'ip_tables' Apr 06 13:07:17 localhost.localdomain systemd[1]: Relabelled /dev, /run and /sys/fs/cgroup in 17.449ms. Apr 06 13:07:17 localhost.localdomain kernel: EXT4-fs (xvda1): re-mounted. Opts: (null) Apr 06 13:07:17 localhost.localdomain systemd-journal[348]: 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. Apr 06 13:07:13 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) Apr 06 13:07:13 localhost.localdomain systemd[1]: Detected virtualization xen. Apr 06 13:07:13 localhost.localdomain systemd[1]: Detected architecture x86-64. Apr 06 13:07:13 localhost.localdomain systemd[1]: Set hostname to . Apr 06 13:07:13 localhost.localdomain systemd[1]: Initializing machine ID from random generator. Apr 06 13:07:13 localhost.localdomain systemd[1]: Installed transient /etc/machine-id file. Apr 06 13:07:17 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. Apr 06 13:07:17 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. Apr 06 13:07:17 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. Apr 06 13:07:17 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. Apr 06 13:07:17 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. Apr 06 13:07:17 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. Apr 06 13:07:17 localhost.localdomain systemd-udevd[373]: starting version 219 Apr 06 13:07:17 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. Apr 06 13:07:17 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. Apr 06 13:07:17 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. Apr 06 13:07:17 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. Apr 06 13:07:17 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. Apr 06 13:07:17 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. Apr 06 13:07:17 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. Apr 06 13:07:17 localhost.localdomain systemd-udevd[373]: Network interface NamePolicy= disabled on kernel command line, ignoring. Apr 06 13:07:17 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. Apr 06 13:07:17 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. Apr 06 13:07:17 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. Apr 06 13:07:17 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. Apr 06 13:07:17 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. Apr 06 13:07:18 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. Apr 06 13:07:18 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. Apr 06 13:07:18 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. Apr 06 13:07:18 localhost.localdomain kernel: RPC: Registered named UNIX socket transport module. Apr 06 13:07:18 localhost.localdomain kernel: RPC: Registered udp transport module. Apr 06 13:07:18 localhost.localdomain kernel: RPC: Registered tcp transport module. Apr 06 13:07:18 localhost.localdomain kernel: RPC: Registered tcp NFSv4.1 backchannel transport module. Apr 06 13:07:18 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. Apr 06 13:07:18 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. Apr 06 13:07:18 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. Apr 06 13:07:18 localhost.localdomain auditd[422]: Started dispatcher: /sbin/audispd pid: 424 Apr 06 13:07:18 localhost.localdomain audispd[424]: No plugins found, exiting Apr 06 13:07:19 localhost.localdomain kernel: type=1305 audit(1712408838.999:4): audit_pid=422 old=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 Apr 06 13:07:19 localhost.localdomain auditd[422]: Init complete, auditd 2.8.5 listening for events (startup state enable) Apr 06 13:07:19 localhost.localdomain kernel: input: PC Speaker as /devices/platform/pcspkr/input/input4 Apr 06 13:07:19 localhost.localdomain kernel: cryptd: max_cpu_qlen set to 1000 Apr 06 13:07:19 localhost.localdomain augenrules[426]: /sbin/augenrules: No change Apr 06 13:07:19 localhost.localdomain augenrules[426]: No rules Apr 06 13:07:19 localhost.localdomain augenrules[426]: enabled 1 Apr 06 13:07:19 localhost.localdomain augenrules[426]: failure 1 Apr 06 13:07:19 localhost.localdomain augenrules[426]: pid 422 Apr 06 13:07:19 localhost.localdomain augenrules[426]: rate_limit 0 Apr 06 13:07:19 localhost.localdomain augenrules[426]: backlog_limit 8192 Apr 06 13:07:19 localhost.localdomain augenrules[426]: lost 0 Apr 06 13:07:19 localhost.localdomain augenrules[426]: backlog 1 Apr 06 13:07:19 localhost.localdomain augenrules[426]: enabled 1 Apr 06 13:07:19 localhost.localdomain augenrules[426]: failure 1 Apr 06 13:07:19 localhost.localdomain augenrules[426]: pid 422 Apr 06 13:07:19 localhost.localdomain augenrules[426]: rate_limit 0 Apr 06 13:07:19 localhost.localdomain augenrules[426]: backlog_limit 8192 Apr 06 13:07:19 localhost.localdomain augenrules[426]: lost 0 Apr 06 13:07:19 localhost.localdomain augenrules[426]: backlog 1 Apr 06 13:07:19 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. Apr 06 13:07:19 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. Apr 06 13:07:19 localhost.localdomain kernel: AVX2 version of gcm_enc/dec engaged. Apr 06 13:07:19 localhost.localdomain kernel: AES CTR mode by8 optimization enabled Apr 06 13:07:19 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. Apr 06 13:07:19 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. Apr 06 13:07:19 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. Apr 06 13:07:19 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. Apr 06 13:07:19 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. Apr 06 13:07:19 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. Apr 06 13:07:19 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. Apr 06 13:07:19 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. Apr 06 13:07:19 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. Apr 06 13:07:19 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. Apr 06 13:07:19 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. Apr 06 13:07:19 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. Apr 06 13:07:19 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. Apr 06 13:07:19 localhost.localdomain kernel: piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr Apr 06 13:07:19 localhost.localdomain kernel: alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) Apr 06 13:07:19 localhost.localdomain kernel: alg: No test for __generic-gcm-aes-aesni (__driver-generic-gcm-aes-aesni) Apr 06 13:07:19 localhost.localdomain chronyd[491]: chronyd version 3.4 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +SECHASH +IPV6 +DEBUG) Apr 06 13:07:19 localhost.localdomain kernel: ppdev: user-space parallel port driver Apr 06 13:07:19 localhost.localdomain chronyd[491]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift Apr 06 13:07:19 localhost.localdomain kernel: EDAC sbridge: Seeking for: PCI ID 8086:2fa0 Apr 06 13:07:19 localhost.localdomain kernel: EDAC sbridge: Ver: 1.1.2 Apr 06 13:07:20 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. Apr 06 13:07:20 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. Apr 06 13:07:20 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. Apr 06 13:07:20 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. Apr 06 13:07:20 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. Apr 06 13:07:20 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. Apr 06 13:07:20 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. Apr 06 13:07:20 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. Apr 06 13:07:20 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. Apr 06 13:07:20 localhost.localdomain systemd-logind[518]: 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. Apr 06 13:07:20 localhost.localdomain systemd-logind[518]: Watching system buttons on /dev/input/event0 (Power Button) Apr 06 13:07:20 localhost.localdomain systemd-logind[518]: Watching system buttons on /dev/input/event1 (Sleep Button) Apr 06 13:07:20 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. Apr 06 13:07:20 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. Apr 06 13:07:20 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. Apr 06 13:07:20 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. Apr 06 13:07:21 localhost.localdomain polkitd[515]: Started polkitd version 0.112 Apr 06 13:07:21 localhost.localdomain rngd[514]: Initalizing available sources Apr 06 13:07:21 localhost.localdomain rngd[514]: Failed to init entropy source 0: Hardware RNG Device Apr 06 13:07:21 localhost.localdomain rngd[514]: Enabling RDRAND rng support Apr 06 13:07:21 localhost.localdomain rngd[514]: Initalizing entropy source Intel RDRAND Instruction RNG Apr 06 13:07:21 localhost.localdomain polkitd[515]: Loading rules from directory /etc/polkit-1/rules.d Apr 06 13:07:21 localhost.localdomain polkitd[515]: Loading rules from directory /usr/share/polkit-1/rules.d Apr 06 13:07:21 localhost.localdomain polkitd[515]: Finished loading, compiling and executing 2 rules Apr 06 13:07:21 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. Apr 06 13:07:21 localhost.localdomain polkitd[515]: Acquired the name org.freedesktop.PolicyKit1 on the system bus Apr 06 13:07:22 localhost.localdomain rngd[514]: Enabling JITTER rng support Apr 06 13:07:22 localhost.localdomain rngd[514]: Initalizing entropy source JITTER Entropy generator Apr 06 13:07:25 localhost.localdomain cloud-init[528]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Apr 2024 13:07:25 +0000. Up 18.61 seconds. Apr 06 13:07:26 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. Apr 06 13:07:26 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. Apr 06 13:07:26 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. Apr 06 13:07:27 localhost.localdomain NetworkManager[577]: [1712408847.1013] NetworkManager (version 1.18.8-2.el7_9) is starting... (for the first time) Apr 06 13:07:27 localhost.localdomain NetworkManager[577]: [1712408847.1021] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 10-slaves-order.conf) Apr 06 13:07:27 localhost.localdomain NetworkManager[577]: [1712408847.1104] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager" Apr 06 13:07:27 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. Apr 06 13:07:27 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. Apr 06 13:07:27 localhost.localdomain NetworkManager[577]: [1712408847.1861] manager[0x5651d8f66080]: monitoring kernel firmware directory '/lib/firmware'. Apr 06 13:07:27 localhost.localdomain dbus[450]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' Apr 06 13:07:27 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. Apr 06 13:07:27 localhost.localdomain dbus[450]: [system] Successfully activated service 'org.freedesktop.hostname1' Apr 06 13:07:27 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. Apr 06 13:07:27 localhost.localdomain NetworkManager[577]: [1712408847.3713] hostname: hostname: using hostnamed Apr 06 13:07:27 localhost.localdomain NetworkManager[577]: [1712408847.3714] hostname: hostname changed from (none) to "localhost.localdomain" Apr 06 13:07:27 localhost.localdomain NetworkManager[577]: [1712408847.3718] dns-mgr[0x5651d8f4e220]: init: dns=default,systemd-resolved rc-manager=file Apr 06 13:07:27 localhost.localdomain dbus[450]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' Apr 06 13:07:27 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. Apr 06 13:07:27 localhost.localdomain dbus[450]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Apr 06 13:07:27 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. Apr 06 13:07:27 localhost.localdomain NetworkManager[577]: [1712408847.4448] settings: Loaded settings plugin: SettingsPluginIfcfg ("/usr/lib64/NetworkManager/1.18.8-2.el7_9/libnm-settings-plugin-ifcfg-rh.so") Apr 06 13:07:27 localhost.localdomain NetworkManager[577]: [1712408847.4459] settings: Loaded settings plugin: NMSIbftPlugin ("/usr/lib64/NetworkManager/1.18.8-2.el7_9/libnm-settings-plugin-ibft.so") Apr 06 13:07:27 localhost.localdomain NetworkManager[577]: [1712408847.4459] settings: Loaded settings plugin: NMSKeyfilePlugin (internal) Apr 06 13:07:27 localhost.localdomain NetworkManager[577]: [1712408847.4487] ifcfg-rh: new connection /etc/sysconfig/network-scripts/ifcfg-eth0 (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03,"System eth0") Apr 06 13:07:27 localhost.localdomain NetworkManager[577]: [1712408847.4516] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file Apr 06 13:07:27 localhost.localdomain NetworkManager[577]: [1712408847.4517] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file Apr 06 13:07:27 localhost.localdomain NetworkManager[577]: [1712408847.4518] manager: Networking is enabled by state file Apr 06 13:07:27 localhost.localdomain NetworkManager[577]: [1712408847.4530] dhcp-init: Using DHCP client 'dhclient' Apr 06 13:07:27 localhost.localdomain nm-dispatcher[586]: req:1 'hostname': new request (4 scripts) Apr 06 13:07:27 localhost.localdomain nm-dispatcher[586]: req:1 'hostname': start running ordered scripts... Apr 06 13:07:27 localhost.localdomain NetworkManager[577]: [1712408847.4576] Loaded device plugin: NMTeamFactory (/usr/lib64/NetworkManager/1.18.8-2.el7_9/libnm-device-plugin-team.so) Apr 06 13:07:27 localhost.localdomain NetworkManager[577]: [1712408847.4594] device (lo): carrier: link connected Apr 06 13:07:27 localhost.localdomain NetworkManager[577]: [1712408847.4604] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1) Apr 06 13:07:27 localhost.localdomain NetworkManager[577]: [1712408847.4641] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2) Apr 06 13:07:27 localhost.localdomain NetworkManager[577]: [1712408847.4691] device (eth0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external') Apr 06 13:07:27 localhost.localdomain kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready Apr 06 13:07:27 localhost.localdomain NetworkManager[577]: [1712408847.4708] device (eth0): carrier: link connected Apr 06 13:07:27 localhost.localdomain nm-dispatcher[586]: req:2 'connectivity-change': new request (4 scripts) Apr 06 13:07:27 localhost.localdomain NetworkManager[577]: [1712408847.4966] device (eth0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed') Apr 06 13:07:27 localhost.localdomain NetworkManager[577]: [1712408847.4980] policy: auto-activating connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Apr 06 13:07:27 localhost.localdomain NetworkManager[577]: [1712408847.4994] device (eth0): Activation: starting connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Apr 06 13:07:27 localhost.localdomain NetworkManager[577]: [1712408847.4999] device (eth0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') Apr 06 13:07:27 localhost.localdomain NetworkManager[577]: [1712408847.5015] manager: NetworkManager state is now CONNECTING Apr 06 13:07:27 localhost.localdomain NetworkManager[577]: [1712408847.5024] device (eth0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') Apr 06 13:07:27 localhost.localdomain NetworkManager[577]: [1712408847.5040] device (eth0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') Apr 06 13:07:27 localhost.localdomain NetworkManager[577]: [1712408847.5056] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds) Apr 06 13:07:27 localhost.localdomain NetworkManager[577]: [1712408847.5096] dhcp4 (eth0): dhclient started with pid 602 Apr 06 13:07:27 localhost.localdomain nm-dispatcher[586]: req:2 'connectivity-change': start running ordered scripts... Apr 06 13:07:28 localhost.localdomain dhclient[602]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4 (xid=0x34d4faeb) Apr 06 13:07:28 localhost.localdomain dhclient[602]: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x34d4faeb) Apr 06 13:07:28 localhost.localdomain dhclient[602]: DHCPOFFER from 10.31.44.1 Apr 06 13:07:28 localhost.localdomain dhclient[602]: DHCPACK from 10.31.44.1 (xid=0x34d4faeb) Apr 06 13:07:28 localhost.localdomain NetworkManager[577]: [1712408848.0772] dhcp4 (eth0): address 10.31.47.176 Apr 06 13:07:28 localhost.localdomain NetworkManager[577]: [1712408848.0773] dhcp4 (eth0): plen 22 (255.255.252.0) Apr 06 13:07:28 localhost.localdomain NetworkManager[577]: [1712408848.0773] dhcp4 (eth0): gateway 10.31.44.1 Apr 06 13:07:28 localhost.localdomain NetworkManager[577]: [1712408848.0773] dhcp4 (eth0): lease time 3600 Apr 06 13:07:28 localhost.localdomain NetworkManager[577]: [1712408848.0773] dhcp4 (eth0): hostname 'ip-10-31-47-176' Apr 06 13:07:28 localhost.localdomain NetworkManager[577]: [1712408848.0773] dhcp4 (eth0): nameserver '10.29.169.13' Apr 06 13:07:28 localhost.localdomain NetworkManager[577]: [1712408848.0773] dhcp4 (eth0): nameserver '10.29.170.12' Apr 06 13:07:28 localhost.localdomain NetworkManager[577]: [1712408848.0773] dhcp4 (eth0): nameserver '10.2.32.1' Apr 06 13:07:28 localhost.localdomain NetworkManager[577]: [1712408848.0773] dhcp4 (eth0): domain name 'us-east-1.aws.redhat.com' Apr 06 13:07:28 localhost.localdomain NetworkManager[577]: [1712408848.0774] dhcp4 (eth0): state changed unknown -> bound Apr 06 13:07:28 localhost.localdomain NetworkManager[577]: [1712408848.0787] device (eth0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed') Apr 06 13:07:28 localhost.localdomain NetworkManager[577]: [1712408848.0798] device (eth0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed') Apr 06 13:07:28 localhost.localdomain NetworkManager[577]: [1712408848.0801] device (eth0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed') Apr 06 13:07:28 localhost.localdomain NetworkManager[577]: [1712408848.0808] manager: NetworkManager state is now CONNECTED_LOCAL Apr 06 13:07:28 localhost.localdomain dhclient[602]: bound to 10.31.47.176 -- renewal in 1619 seconds. Apr 06 13:07:28 localhost.localdomain NetworkManager[577]: [1712408848.0842] manager: NetworkManager state is now CONNECTED_SITE Apr 06 13:07:28 localhost.localdomain NetworkManager[577]: [1712408848.0844] policy: set 'System eth0' (eth0) as default for IPv4 routing and DNS Apr 06 13:07:28 localhost.localdomain NetworkManager[577]: [1712408848.0846] policy: set-hostname: set hostname to 'ip-10-31-47-176' (from DHCPv4) Apr 06 13:07:28 ip-10-31-47-176 systemd-hostnamed[582]: Changed host name to 'ip-10-31-47-176' Apr 06 13:07:28 ip-10-31-47-176 NetworkManager[577]: [1712408848.0908] device (eth0): Activation: successful, device activated. Apr 06 13:07:28 ip-10-31-47-176 NetworkManager[577]: [1712408848.0916] manager: NetworkManager state is now CONNECTED_GLOBAL Apr 06 13:07:28 ip-10-31-47-176 NetworkManager[577]: [1712408848.0933] manager: startup complete Apr 06 13:07:28 ip-10-31-47-176 nm-dispatcher[586]: req:3 'up' [eth0]: new request (4 scripts) Apr 06 13:07:28 ip-10-31-47-176 nm-dispatcher[586]: req:3 'up' [eth0]: start running ordered scripts... Apr 06 13:07:28 ip-10-31-47-176 nm-dispatcher[586]: req:4 'connectivity-change': new request (4 scripts) Apr 06 13:07:28 ip-10-31-47-176 nm-dispatcher[586]: req:5 'hostname': new request (4 scripts) Apr 06 13:07:28 ip-10-31-47-176 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. Apr 06 13:07:28 ip-10-31-47-176 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. Apr 06 13:07:28 ip-10-31-47-176 nm-dispatcher[586]: req:4 'connectivity-change': start running ordered scripts... Apr 06 13:07:28 ip-10-31-47-176 nm-dispatcher[586]: req:5 'hostname': start running ordered scripts... Apr 06 13:07:28 ip-10-31-47-176 network[643]: Bringing up loopback interface: [ OK ] Apr 06 13:07:28 ip-10-31-47-176 network[643]: Bringing up interface eth0: [ OK ] Apr 06 13:07:28 ip-10-31-47-176 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. Apr 06 13:07:28 ip-10-31-47-176 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. Apr 06 13:07:28 ip-10-31-47-176 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. Apr 06 13:07:28 ip-10-31-47-176 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. Apr 06 13:07:28 ip-10-31-47-176 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. Apr 06 13:07:28 ip-10-31-47-176 cloud-init[847]: Cloud-init v. 0.7.9 running 'init' at Sat, 06 Apr 2024 13:07:28 +0000. Up 21.94 seconds. Apr 06 13:07:29 ip-10-31-47-176 cloud-init[847]: ci-info: ++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++ Apr 06 13:07:29 ip-10-31-47-176 cloud-init[847]: ci-info: +--------+------+--------------+---------------+-------+-------------------+ Apr 06 13:07:29 ip-10-31-47-176 cloud-init[847]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | Apr 06 13:07:29 ip-10-31-47-176 cloud-init[847]: ci-info: +--------+------+--------------+---------------+-------+-------------------+ Apr 06 13:07:29 ip-10-31-47-176 cloud-init[847]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | . | Apr 06 13:07:29 ip-10-31-47-176 cloud-init[847]: ci-info: | lo: | True | . | . | d | . | Apr 06 13:07:29 ip-10-31-47-176 cloud-init[847]: ci-info: | eth0: | True | 10.31.47.176 | 255.255.252.0 | . | 02:bc:85:c8:7c:75 | Apr 06 13:07:29 ip-10-31-47-176 cloud-init[847]: ci-info: | eth0: | True | . | . | d | 02:bc:85:c8:7c:75 | Apr 06 13:07:29 ip-10-31-47-176 cloud-init[847]: ci-info: +--------+------+--------------+---------------+-------+-------------------+ Apr 06 13:07:29 ip-10-31-47-176 cloud-init[847]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++ Apr 06 13:07:29 ip-10-31-47-176 cloud-init[847]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Apr 06 13:07:29 ip-10-31-47-176 cloud-init[847]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | Apr 06 13:07:29 ip-10-31-47-176 cloud-init[847]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Apr 06 13:07:29 ip-10-31-47-176 cloud-init[847]: ci-info: | 0 | 0.0.0.0 | 10.31.44.1 | 0.0.0.0 | eth0 | UG | Apr 06 13:07:29 ip-10-31-47-176 cloud-init[847]: ci-info: | 1 | 10.31.44.0 | 0.0.0.0 | 255.255.252.0 | eth0 | U | Apr 06 13:07:29 ip-10-31-47-176 cloud-init[847]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Apr 06 13:07:29 ip-10-31-47-176 cloud-init[847]: 2024-04-06 09:07:29,414 - __init__.py[WARNING]: Unhandled non-multipart (text/x-not-multipart) userdata: '~/.citool.d/post-install...' Apr 06 13:07:30 ip-10-31-47-176 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. Apr 06 13:07:30 ip-10-31-47-176 kernel: EXT4-fs (xvda1): resizing filesystem from 1048320 to 65535739 blocks Apr 06 13:07:30 ip-10-31-47-176 postfix/postfix-script[1183]: starting the Postfix mail system Apr 06 13:07:30 ip-10-31-47-176 postfix/master[1185]: daemon started -- version 2.10.1, configuration /etc/postfix Apr 06 13:07:30 ip-10-31-47-176 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. Apr 06 13:07:30 ip-10-31-47-176 kernel: EXT4-fs (xvda1): resized filesystem to 65535739 Apr 06 13:07:30 ip-10-31-47-176.us-east-1.aws.redhat.com systemd-hostnamed[582]: Changed static host name to 'ip-10-31-47-176.us-east-1.aws.redhat.com' Apr 06 13:07:30 ip-10-31-47-176.us-east-1.aws.redhat.com NetworkManager[577]: [1712408850.7386] hostname: hostname changed from "localhost.localdomain" to "ip-10-31-47-176.us-east-1.aws.redhat.com" Apr 06 13:07:30 ip-10-31-47-176.us-east-1.aws.redhat.com nm-dispatcher[586]: req:6 'hostname': new request (4 scripts) Apr 06 13:07:30 ip-10-31-47-176.us-east-1.aws.redhat.com systemd-hostnamed[582]: Changed host name to 'ip-10-31-47-176.us-east-1.aws.redhat.com' Apr 06 13:07:30 ip-10-31-47-176.us-east-1.aws.redhat.com nm-dispatcher[586]: req:6 'hostname': start running ordered scripts... Apr 06 13:07:30 ip-10-31-47-176.us-east-1.aws.redhat.com NetworkManager[577]: [1712408850.7437] policy: set-hostname: set hostname to 'ip-10-31-47-176.us-east-1.aws.redhat.com' (from system configuration) Apr 06 13:07:30 ip-10-31-47-176.us-east-1.aws.redhat.com nm-dispatcher[586]: req:7 'hostname': new request (4 scripts) Apr 06 13:07:30 ip-10-31-47-176.us-east-1.aws.redhat.com nm-dispatcher[586]: req:7 'hostname': start running ordered scripts... Apr 06 13:07:30 ip-10-31-47-176.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. Apr 06 13:07:30 ip-10-31-47-176.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. Apr 06 13:07:30 ip-10-31-47-176.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. Apr 06 13:07:30 ip-10-31-47-176.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. Apr 06 13:07:30 ip-10-31-47-176.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. Apr 06 13:07:30 ip-10-31-47-176.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. Apr 06 13:07:30 ip-10-31-47-176.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. Apr 06 13:07:30 ip-10-31-47-176.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. Apr 06 13:07:30 ip-10-31-47-176.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. Apr 06 13:07:30 ip-10-31-47-176.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. Apr 06 13:07:30 ip-10-31-47-176.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. Apr 06 13:07:30 ip-10-31-47-176.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. Apr 06 13:07:30 ip-10-31-47-176.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. Apr 06 13:07:30 ip-10-31-47-176.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. Apr 06 13:07:30 ip-10-31-47-176.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. Apr 06 13:07:30 ip-10-31-47-176.us-east-1.aws.redhat.com crond[1227]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 91% if used.) Apr 06 13:07:30 ip-10-31-47-176.us-east-1.aws.redhat.com systemd[1]: Received SIGRTMIN+21 from PID 235 (plymouthd). Apr 06 13:07:30 ip-10-31-47-176.us-east-1.aws.redhat.com sm-notify[1224]: Version 1.3.0 starting Apr 06 13:07:30 ip-10-31-47-176.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. Apr 06 13:07:30 ip-10-31-47-176.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. Apr 06 13:07:30 ip-10-31-47-176.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. Apr 06 13:07:30 ip-10-31-47-176.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. Apr 06 13:07:30 ip-10-31-47-176.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. Apr 06 13:07:31 ip-10-31-47-176.us-east-1.aws.redhat.com rsyslogd[1223]: [origin software="rsyslogd" swVersion="8.24.0-57.el7_9.3" x-pid="1223" x-info="http://www.rsyslog.com"] start Apr 06 13:07:31 ip-10-31-47-176.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. Apr 06 13:07:31 ip-10-31-47-176.us-east-1.aws.redhat.com sshd[1226]: Server listening on 0.0.0.0 port 22. Apr 06 13:07:31 ip-10-31-47-176.us-east-1.aws.redhat.com restraintd[1233]: Listening on http://localhost:8081 Apr 06 13:07:31 ip-10-31-47-176.us-east-1.aws.redhat.com sshd[1226]: Server listening on :: port 22. Apr 06 13:07:31 ip-10-31-47-176.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. Apr 06 13:07:31 ip-10-31-47-176.us-east-1.aws.redhat.com cloud-init[1220]: Cloud-init v. 0.7.9 running 'modules:config' at Sat, 06 Apr 2024 13:07:31 +0000. Up 24.23 seconds. Apr 06 13:07:31 ip-10-31-47-176.us-east-1.aws.redhat.com crond[1227]: (CRON) INFO (running with inotify support) Apr 06 13:07:31 ip-10-31-47-176.us-east-1.aws.redhat.com kdumpctl[1222]: No kdump initial ramdisk found. Apr 06 13:07:31 ip-10-31-47-176.us-east-1.aws.redhat.com kdumpctl[1222]: Rebuilding /boot/initramfs-3.10.0-1160.108.1.el7.x86_64kdump.img Apr 06 13:07:31 ip-10-31-47-176.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. Apr 06 13:07:31 ip-10-31-47-176.us-east-1.aws.redhat.com sshd[1226]: Received signal 15; terminating. Apr 06 13:07:31 ip-10-31-47-176.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. Apr 06 13:07:31 ip-10-31-47-176.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. Apr 06 13:07:31 ip-10-31-47-176.us-east-1.aws.redhat.com sshd[1324]: Server listening on 0.0.0.0 port 22. Apr 06 13:07:31 ip-10-31-47-176.us-east-1.aws.redhat.com sshd[1324]: Server listening on :: port 22. Apr 06 13:07:31 ip-10-31-47-176.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. Apr 06 13:07:31 ip-10-31-47-176.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. Apr 06 13:07:31 ip-10-31-47-176.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. Apr 06 13:07:31 ip-10-31-47-176.us-east-1.aws.redhat.com cloud-init[1370]: Cloud-init v. 0.7.9 running 'modules:final' at Sat, 06 Apr 2024 13:07:31 +0000. Up 24.76 seconds. Apr 06 13:07:31 ip-10-31-47-176.us-east-1.aws.redhat.com ec2[1519]: Apr 06 13:07:31 ip-10-31-47-176.us-east-1.aws.redhat.com ec2[1519]: ############################################################# Apr 06 13:07:31 ip-10-31-47-176.us-east-1.aws.redhat.com ec2[1519]: -----BEGIN SSH HOST KEY FINGERPRINTS----- Apr 06 13:07:31 ip-10-31-47-176.us-east-1.aws.redhat.com ec2[1519]: 256 SHA256:I54BWyd3uNYj5F9/h4bswIeavco+21Kfi33Yl/wIuCc no comment (ECDSA) Apr 06 13:07:31 ip-10-31-47-176.us-east-1.aws.redhat.com ec2[1519]: 256 SHA256:pkfs0cIhdDgGkHrW77ZsP/XKtdTX/zqV0Y9BfRzvhMo no comment (ED25519) Apr 06 13:07:31 ip-10-31-47-176.us-east-1.aws.redhat.com ec2[1519]: 2048 SHA256:waMAzwVGCLoUmrgOkeWYp+1m7geV1ibj9ckXyrqQJEk no comment (RSA) Apr 06 13:07:31 ip-10-31-47-176.us-east-1.aws.redhat.com ec2[1519]: -----END SSH HOST KEY FINGERPRINTS----- Apr 06 13:07:31 ip-10-31-47-176.us-east-1.aws.redhat.com ec2[1519]: ############################################################# Apr 06 13:07:31 ip-10-31-47-176.us-east-1.aws.redhat.com cloud-init[1370]: Cloud-init v. 0.7.9 finished at Sat, 06 Apr 2024 13:07:31 +0000. Datasource DataSourceEc2. Up 24.86 seconds Apr 06 13:07:31 ip-10-31-47-176.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. Apr 06 13:07:31 ip-10-31-47-176.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. Apr 06 13:07:31 ip-10-31-47-176.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. Apr 06 13:07:31 ip-10-31-47-176.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. Apr 06 13:07:32 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1552]: dracut-033-572.el7 Apr 06 13:07:32 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: 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 Apr 06 13:07:32 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Apr 06 13:07:32 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: dracut module 'ifcfg' will not be installed, because it's in the list to be omitted! Apr 06 13:07:32 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: dracut module 'plymouth' will not be installed, because it's in the list to be omitted! Apr 06 13:07:32 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: dracut module 'crypt' will not be installed, because command 'cryptsetup' could not be found! Apr 06 13:07:32 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Apr 06 13:07:32 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: dracut module 'dmsquash-live-ntfs' will not be installed, because command 'ntfs-3g' could not be found! Apr 06 13:07:32 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Apr 06 13:07:32 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Apr 06 13:07:32 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: dracut module 'multipath' will not be installed, because command 'multipath' could not be found! Apr 06 13:07:32 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Apr 06 13:07:32 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: dracut module 'iscsi' will not be installed, because command 'iscsistart' could not be found! Apr 06 13:07:32 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Apr 06 13:07:32 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: dracut module 'resume' will not be installed, because it's in the list to be omitted! Apr 06 13:07:33 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Apr 06 13:07:33 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: dracut module 'crypt' will not be installed, because command 'cryptsetup' could not be found! Apr 06 13:07:33 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Apr 06 13:07:33 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: dracut module 'dmsquash-live-ntfs' will not be installed, because command 'ntfs-3g' could not be found! Apr 06 13:07:33 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Apr 06 13:07:33 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Apr 06 13:07:33 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: dracut module 'multipath' will not be installed, because command 'multipath' could not be found! Apr 06 13:07:33 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Apr 06 13:07:33 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: dracut module 'iscsi' will not be installed, because command 'iscsistart' could not be found! Apr 06 13:07:33 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Apr 06 13:07:33 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: *** Including module: bash *** Apr 06 13:07:33 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: *** Including module: nss-softokn *** Apr 06 13:07:33 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: *** Including module: i18n *** Apr 06 13:07:33 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: *** Including module: drm *** Apr 06 13:07:34 ip-10-31-47-176.us-east-1.aws.redhat.com chronyd[491]: Selected source 50.205.57.38 Apr 06 13:07:35 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: *** Including module: kernel-modules *** Apr 06 13:07:44 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: *** Including module: fstab-sys *** Apr 06 13:07:44 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: *** Including module: rootfs-block *** Apr 06 13:07:44 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: *** Including module: terminfo *** Apr 06 13:07:44 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: *** Including module: udev-rules *** Apr 06 13:07:44 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: Skipping udev rule: 40-redhat-cpu-hotplug.rules Apr 06 13:07:44 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: Skipping udev rule: 91-permissions.rules Apr 06 13:07:44 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: *** Including module: biosdevname *** Apr 06 13:07:44 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: *** Including module: systemd *** Apr 06 13:07:45 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: *** Including module: usrmount *** Apr 06 13:07:45 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: *** Including module: base *** Apr 06 13:07:45 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: *** Including module: fs-lib *** Apr 06 13:07:45 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: *** Including module: kdumpbase *** Apr 06 13:07:45 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: *** Including module: microcode_ctl-fw_dir_override *** Apr 06 13:07:45 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: microcode_ctl module: mangling fw_dir Apr 06 13:07:45 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: microcode_ctl: reset fw_dir to "/lib/firmware/updates /lib/firmware" Apr 06 13:07:45 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel"... Apr 06 13:07:45 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: 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 Apr 06 13:07:45 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-2d-07"... Apr 06 13:07:45 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: microcode_ctl: configuration "intel-06-2d-07" is ignored Apr 06 13:07:45 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4e-03"... Apr 06 13:07:45 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: microcode_ctl: configuration "intel-06-4e-03" is ignored Apr 06 13:07:45 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01"... Apr 06 13:07:45 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: microcode_ctl: configuration "intel-06-4f-01" is ignored Apr 06 13:07:45 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-55-04"... Apr 06 13:07:45 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: microcode_ctl: configuration "intel-06-55-04" is ignored Apr 06 13:07:46 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-5e-03"... Apr 06 13:07:46 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: microcode_ctl: configuration "intel-06-5e-03" is ignored Apr 06 13:07:46 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8c-01"... Apr 06 13:07:46 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: microcode_ctl: configuration "intel-06-8c-01" is ignored Apr 06 13:07:46 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: microcode_ctl: final fw_dir: "/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware" Apr 06 13:07:46 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: *** Including module: shutdown *** Apr 06 13:07:46 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: *** Including modules done *** Apr 06 13:07:46 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: *** Installing kernel module dependencies and firmware *** Apr 06 13:07:46 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: *** Installing kernel module dependencies and firmware done *** Apr 06 13:07:47 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: *** Resolving executable dependencies *** Apr 06 13:07:47 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: *** Resolving executable dependencies done*** Apr 06 13:07:47 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: *** Hardlinking files *** Apr 06 13:07:47 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: *** Hardlinking files done *** Apr 06 13:07:47 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: *** Stripping files *** Apr 06 13:07:48 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: *** Stripping files done *** Apr 06 13:07:48 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: *** Generating early-microcode cpio image contents *** Apr 06 13:07:48 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: *** Constructing GenuineIntel.bin **** Apr 06 13:07:48 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: *** Store current command line parameters *** Apr 06 13:07:48 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: *** Creating image file *** Apr 06 13:07:48 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: *** Creating microcode section *** Apr 06 13:07:48 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: *** Created microcode section *** Apr 06 13:07:53 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: *** Creating image file done *** Apr 06 13:07:53 ip-10-31-47-176.us-east-1.aws.redhat.com dracut[1554]: *** Creating initramfs image file '/boot/initramfs-3.10.0-1160.108.1.el7.x86_64kdump.img' done *** Apr 06 13:07:53 ip-10-31-47-176.us-east-1.aws.redhat.com kdumpctl[1222]: kexec: loaded kdump kernel Apr 06 13:07:53 ip-10-31-47-176.us-east-1.aws.redhat.com kdumpctl[1222]: Starting kdump: [OK] Apr 06 13:07:53 ip-10-31-47-176.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. Apr 06 13:07:53 ip-10-31-47-176.us-east-1.aws.redhat.com systemd[1]: Startup finished in 554ms (kernel) + 3.322s (initrd) + 42.866s (userspace) = 46.743s. -- 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 554183 microseconds. -- -- Initial RAM disk start-up required 3322698 microseconds. -- -- Userspace start-up required 42866982 microseconds. Apr 06 13:10:29 ip-10-31-47-176.us-east-1.aws.redhat.com sshd[7772]: Accepted publickey for root from 10.30.32.29 port 60392 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Apr 06 13:10:29 ip-10-31-47-176.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. Apr 06 13:10:29 ip-10-31-47-176.us-east-1.aws.redhat.com systemd-logind[518]: 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 7772. Apr 06 13:10:29 ip-10-31-47-176.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. Apr 06 13:10:29 ip-10-31-47-176.us-east-1.aws.redhat.com sshd[7772]: pam_unix(sshd:session): session opened for user root by (uid=0) Apr 06 13:10:29 ip-10-31-47-176.us-east-1.aws.redhat.com sshd[7772]: Received disconnect from 10.30.32.29 port 60392:11: disconnected by user Apr 06 13:10:29 ip-10-31-47-176.us-east-1.aws.redhat.com sshd[7772]: Disconnected from 10.30.32.29 port 60392 Apr 06 13:10:29 ip-10-31-47-176.us-east-1.aws.redhat.com sshd[7772]: pam_unix(sshd:session): session closed for user root Apr 06 13:10:29 ip-10-31-47-176.us-east-1.aws.redhat.com systemd-logind[518]: 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. Apr 06 13:10:29 ip-10-31-47-176.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. Apr 06 13:11:00 ip-10-31-47-176.us-east-1.aws.redhat.com sshd[7785]: Did not receive identification string from 10.29.163.170 port 52716 Apr 06 13:11:01 ip-10-31-47-176.us-east-1.aws.redhat.com sshd[7786]: Address 10.29.163.170 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Apr 06 13:11:01 ip-10-31-47-176.us-east-1.aws.redhat.com sshd[7786]: Accepted publickey for root from 10.29.163.170 port 52724 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Apr 06 13:11:01 ip-10-31-47-176.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. Apr 06 13:11:01 ip-10-31-47-176.us-east-1.aws.redhat.com systemd-logind[518]: 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 7786. Apr 06 13:11:01 ip-10-31-47-176.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. Apr 06 13:11:01 ip-10-31-47-176.us-east-1.aws.redhat.com sshd[7786]: pam_unix(sshd:session): session opened for user root by (uid=0) Apr 06 13:11:01 ip-10-31-47-176.us-east-1.aws.redhat.com sshd[7786]: Received disconnect from 10.29.163.170 port 52724:11: disconnected by user Apr 06 13:11:01 ip-10-31-47-176.us-east-1.aws.redhat.com sshd[7786]: Disconnected from 10.29.163.170 port 52724 Apr 06 13:11:01 ip-10-31-47-176.us-east-1.aws.redhat.com sshd[7786]: pam_unix(sshd:session): session closed for user root Apr 06 13:11:01 ip-10-31-47-176.us-east-1.aws.redhat.com systemd-logind[518]: 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. Apr 06 13:11:01 ip-10-31-47-176.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. Apr 06 13:11:01 ip-10-31-47-176.us-east-1.aws.redhat.com sshd[7797]: Address 10.29.163.170 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Apr 06 13:11:01 ip-10-31-47-176.us-east-1.aws.redhat.com sshd[7797]: Accepted publickey for root from 10.29.163.170 port 52732 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Apr 06 13:11:01 ip-10-31-47-176.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. Apr 06 13:11:01 ip-10-31-47-176.us-east-1.aws.redhat.com systemd-logind[518]: 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 7797. Apr 06 13:11:01 ip-10-31-47-176.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. Apr 06 13:11:01 ip-10-31-47-176.us-east-1.aws.redhat.com sshd[7797]: pam_unix(sshd:session): session opened for user root by (uid=0) Apr 06 13:11:01 ip-10-31-47-176.us-east-1.aws.redhat.com sshd[7797]: Received disconnect from 10.29.163.170 port 52732:11: disconnected by user Apr 06 13:11:01 ip-10-31-47-176.us-east-1.aws.redhat.com sshd[7797]: Disconnected from 10.29.163.170 port 52732 Apr 06 13:11:01 ip-10-31-47-176.us-east-1.aws.redhat.com sshd[7797]: pam_unix(sshd:session): session closed for user root Apr 06 13:11:01 ip-10-31-47-176.us-east-1.aws.redhat.com systemd-logind[518]: 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. Apr 06 13:11:01 ip-10-31-47-176.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. Apr 06 13:11:01 ip-10-31-47-176.us-east-1.aws.redhat.com sshd[7811]: Address 10.29.163.170 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Apr 06 13:11:01 ip-10-31-47-176.us-east-1.aws.redhat.com sshd[7811]: Accepted publickey for root from 10.29.163.170 port 52736 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Apr 06 13:11:02 ip-10-31-47-176.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. Apr 06 13:11:02 ip-10-31-47-176.us-east-1.aws.redhat.com systemd-logind[518]: 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 7811. Apr 06 13:11:02 ip-10-31-47-176.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. Apr 06 13:11:02 ip-10-31-47-176.us-east-1.aws.redhat.com sshd[7811]: pam_unix(sshd:session): session opened for user root by (uid=0) Apr 06 13:11:02 ip-10-31-47-176.us-east-1.aws.redhat.com sshd[7811]: Received disconnect from 10.29.163.170 port 52736:11: disconnected by user Apr 06 13:11:02 ip-10-31-47-176.us-east-1.aws.redhat.com sshd[7811]: Disconnected from 10.29.163.170 port 52736 Apr 06 13:11:02 ip-10-31-47-176.us-east-1.aws.redhat.com sshd[7811]: pam_unix(sshd:session): session closed for user root Apr 06 13:11:02 ip-10-31-47-176.us-east-1.aws.redhat.com systemd-logind[518]: 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. Apr 06 13:11:02 ip-10-31-47-176.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. Apr 06 13:11:03 ip-10-31-47-176.us-east-1.aws.redhat.com sshd[7825]: Address 10.29.163.170 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Apr 06 13:11:03 ip-10-31-47-176.us-east-1.aws.redhat.com sshd[7825]: Accepted publickey for root from 10.29.163.170 port 53052 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Apr 06 13:11:03 ip-10-31-47-176.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. Apr 06 13:11:03 ip-10-31-47-176.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. Apr 06 13:11:03 ip-10-31-47-176.us-east-1.aws.redhat.com systemd-logind[518]: 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 7825. Apr 06 13:11:03 ip-10-31-47-176.us-east-1.aws.redhat.com sshd[7825]: pam_unix(sshd:session): session opened for user root by (uid=0) Apr 06 13:11:27 ip-10-31-47-176.us-east-1.aws.redhat.com yum[7840]: Installed: libmodulemd-1.6.3-1.el7.x86_64 Apr 06 13:11:27 ip-10-31-47-176.us-east-1.aws.redhat.com yum[7840]: Installed: libsolv-0.6.34-4.el7.x86_64 Apr 06 13:11:27 ip-10-31-47-176.us-east-1.aws.redhat.com yum[7840]: Installed: librepo-1.8.1-8.el7_9.x86_64 Apr 06 13:11:28 ip-10-31-47-176.us-east-1.aws.redhat.com yum[7840]: Installed: libdnf-0.22.5-2.el7_9.x86_64 Apr 06 13:11:28 ip-10-31-47-176.us-east-1.aws.redhat.com yum[7840]: Installed: python2-libdnf-0.22.5-2.el7_9.x86_64 Apr 06 13:11:28 ip-10-31-47-176.us-east-1.aws.redhat.com yum[7840]: Installed: python2-hawkey-0.22.5-2.el7_9.x86_64 Apr 06 13:11:28 ip-10-31-47-176.us-east-1.aws.redhat.com yum[7840]: Installed: libreport-filesystem-2.1.11-53.el7.centos.x86_64 Apr 06 13:11:28 ip-10-31-47-176.us-east-1.aws.redhat.com yum[7840]: Installed: dnf-data-4.0.9.2-2.el7_9.noarch Apr 06 13:11:28 ip-10-31-47-176.us-east-1.aws.redhat.com yum[7840]: Installed: python-enum34-1.0.4-1.el7.noarch Apr 06 13:11:28 ip-10-31-47-176.us-east-1.aws.redhat.com yum[7840]: Installed: deltarpm-3.6-3.el7.x86_64 Apr 06 13:11:28 ip-10-31-47-176.us-east-1.aws.redhat.com yum[7840]: Installed: libcomps-0.1.8-14.el7.x86_64 Apr 06 13:11:28 ip-10-31-47-176.us-east-1.aws.redhat.com yum[7840]: Installed: python2-libcomps-0.1.8-14.el7.x86_64 Apr 06 13:11:28 ip-10-31-47-176.us-east-1.aws.redhat.com yum[7840]: Installed: python2-dnf-4.0.9.2-2.el7_9.noarch Apr 06 13:11:29 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-ansible.legacy.setup[7906]: Invoked with filter=[] gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Apr 06 13:11:30 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-service_facts[7943]: Invoked Apr 06 13:11:31 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8061]: 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 Apr 06 13:11:32 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-stat[8071]: 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 Apr 06 13:11:33 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8082]: 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 Apr 06 13:11:33 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8094]: 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=[] Apr 06 13:11:34 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8104]: 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=[] Apr 06 13:11:35 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8114]: 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 Apr 06 13:11:35 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8125]: 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 Apr 06 13:11:37 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8140]: 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 Apr 06 13:11:39 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8155]: 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 Apr 06 13:11:39 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8166]: 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 Apr 06 13:11:40 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-file[8177]: 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 Apr 06 13:11:40 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-file[8186]: 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 Apr 06 13:11:40 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-file[8195]: 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 Apr 06 13:11:41 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-stat[8204]: 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 Apr 06 13:11:41 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-community.general.ini_file[8215]: 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 Apr 06 13:11:41 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8224]: 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 Apr 06 13:11:41 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8249]: 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 Apr 06 13:11:41 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-stat[8259]: 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 Apr 06 13:11:42 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8268]: 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 Apr 06 13:11:42 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8293]: 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 Apr 06 13:11:43 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8303]: 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 Apr 06 13:11:43 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8328]: 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 Apr 06 13:11:43 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8338]: 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 Apr 06 13:12:29 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8478]: 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 Apr 06 13:12:29 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8503]: 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 Apr 06 13:12:30 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8513]: 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 Apr 06 13:12:30 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8538]: 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 Apr 06 13:12:30 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8548]: 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 Apr 06 13:12:31 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8558]: 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 Apr 06 13:16:28 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8836]: 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=[] Apr 06 13:16:33 ip-10-31-47-176.us-east-1.aws.redhat.com yum[8839]: Installed: python-deltarpm-3.6-3.el7.x86_64 Apr 06 13:16:33 ip-10-31-47-176.us-east-1.aws.redhat.com yum[8839]: Installed: createrepo-0.9.9-28.el7.noarch Apr 06 13:16:33 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8852]: 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=[] Apr 06 13:16:34 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8862]: 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=[] Apr 06 13:16:35 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8872]: 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=[] Apr 06 13:16:37 ip-10-31-47-176.us-east-1.aws.redhat.com yum[8875]: Installed: psmisc-22.20-17.el7.x86_64 Apr 06 13:16:37 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8886]: 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=[] Apr 06 13:16:39 ip-10-31-47-176.us-east-1.aws.redhat.com groupadd[8893]: group added to /etc/group: name=ntp, GID=38 Apr 06 13:16:39 ip-10-31-47-176.us-east-1.aws.redhat.com groupadd[8893]: group added to /etc/gshadow: name=ntp Apr 06 13:16:39 ip-10-31-47-176.us-east-1.aws.redhat.com groupadd[8893]: new group: name=ntp, GID=38 Apr 06 13:16:40 ip-10-31-47-176.us-east-1.aws.redhat.com useradd[8897]: new user: name=ntp, UID=38, GID=38, home=/etc/ntp, shell=/sbin/nologin Apr 06 13:16:40 ip-10-31-47-176.us-east-1.aws.redhat.com systemd[1]: Reloading. Apr 06 13:16:40 ip-10-31-47-176.us-east-1.aws.redhat.com yum[8889]: Installed: ntpdate-4.2.6p5-29.el7.centos.2.x86_64 Apr 06 13:16:40 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8927]: 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 Apr 06 13:16:47 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8937]: 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 Apr 06 13:16:47 ip-10-31-47-176.us-east-1.aws.redhat.com dbus[450]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' Apr 06 13:16:47 ip-10-31-47-176.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. Apr 06 13:16:47 ip-10-31-47-176.us-east-1.aws.redhat.com dbus[450]: [system] Successfully activated service 'org.freedesktop.timedate1' Apr 06 13:16:47 ip-10-31-47-176.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. Apr 06 13:16:47 ip-10-31-47-176.us-east-1.aws.redhat.com systemd-timedated[8941]: 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. Apr 06 13:16:47 ip-10-31-47-176.us-east-1.aws.redhat.com dbus[450]: [system] Reloaded configuration Apr 06 13:16:48 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-yum_repository[8951]: 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 Apr 06 13:16:48 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-user[8960]: 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-47-176.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 Apr 06 13:16:48 ip-10-31-47-176.us-east-1.aws.redhat.com usermod[8966]: change user 'root' password Apr 06 13:16:49 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-lineinfile[8979]: 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 Apr 06 13:16:49 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-lineinfile[8988]: 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 Apr 06 13:16:49 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-file[8997]: 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 Apr 06 13:16:49 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-stat[9006]: 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 Apr 06 13:16:49 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-ansible.legacy.stat[9037]: 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 Apr 06 13:16:50 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-ansible.legacy.copy[9062]: Invoked with src=/root/.ansible/tmp/ansible-tmp-1712409409.6119936-743-230843586881287/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 Apr 06 13:16:50 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-stat[9080]: 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 Apr 06 13:16:50 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-ansible.legacy.stat[9111]: 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 Apr 06 13:16:50 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-ansible.legacy.copy[9136]: Invoked with src=/root/.ansible/tmp/ansible-tmp-1712409410.2622526-756-223625885374402/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 Apr 06 13:16:50 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-stat[9154]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/usr/bin/extendtesttime.sh get_md5=False get_mime=True get_attributes=True Apr 06 13:16:50 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-stat[9163]: 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 Apr 06 13:16:51 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-ansible.legacy.stat[9194]: 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 Apr 06 13:16:51 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-ansible.legacy.copy[9219]: Invoked with src=/root/.ansible/tmp/ansible-tmp-1712409411.0160987-776-273567575248882/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 Apr 06 13:16:51 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-stat[9237]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/motd get_md5=False get_mime=True get_attributes=True Apr 06 13:16:51 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-ansible.legacy.stat[9270]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/root/.guest-metadata.json follow=False get_md5=False get_mime=True get_attributes=True Apr 06 13:16:51 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-ansible.legacy.copy[9295]: Invoked with src=/root/.ansible/tmp/ansible-tmp-1712409411.5464592-791-89893490097648/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=tmpjprazw2t serole=None mode=u=rw,go= selevel=None owner=root follow=False validate=None checksum=bf21a9e8fbc5a3846fb05b4fa0859e0917b2202f backup=False local_follow=None Apr 06 13:16:52 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-ansible.legacy.command[9313]: 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 Apr 06 13:16:52 ip-10-31-47-176.us-east-1.aws.redhat.com ansible-hostname[9325]: Invoked with use=None name=c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm Apr 06 13:16:52 ip-10-31-47-176.us-east-1.aws.redhat.com dbus[450]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' Apr 06 13:16:52 ip-10-31-47-176.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. Apr 06 13:16:52 ip-10-31-47-176.us-east-1.aws.redhat.com dbus[450]: [system] Successfully activated service 'org.freedesktop.hostname1' Apr 06 13:16:52 ip-10-31-47-176.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. Apr 06 13:16:52 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm systemd-hostnamed[9331]: Changed static host name to 'c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm' Apr 06 13:16:52 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm NetworkManager[577]: [1712409412.5196] hostname: hostname changed from "ip-10-31-47-176.us-east-1.aws.redhat.com" to "c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm" Apr 06 13:16:52 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm dbus[450]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' Apr 06 13:16:52 c3bea2dd-16a9-4d10-832b-3452159c8b74.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. Apr 06 13:16:52 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm systemd-hostnamed[9331]: Changed host name to 'c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm' Apr 06 13:16:52 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm NetworkManager[577]: [1712409412.5347] policy: set-hostname: set hostname to 'c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm' (from system configuration) Apr 06 13:16:52 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm dbus[450]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Apr 06 13:16:52 c3bea2dd-16a9-4d10-832b-3452159c8b74.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. Apr 06 13:16:52 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm nm-dispatcher[9337]: req:1 'hostname': new request (4 scripts) Apr 06 13:16:52 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm nm-dispatcher[9337]: req:1 'hostname': start running ordered scripts... Apr 06 13:16:52 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm nm-dispatcher[9337]: req:2 'hostname': new request (4 scripts) Apr 06 13:16:52 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm nm-dispatcher[9337]: req:2 'hostname': start running ordered scripts... Apr 06 13:16:52 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[9374]: 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 Apr 06 13:16:54 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-file[9386]: 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 Apr 06 13:16:54 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-stat[9395]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/usr/bin/rstrnt-package get_md5=False get_mime=True get_attributes=True Apr 06 13:16:54 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[9406]: 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 Apr 06 13:16:54 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-stat[9416]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/var/lib/restraint get_md5=False get_mime=True get_attributes=True Apr 06 13:16:54 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-file[9427]: 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 Apr 06 13:16:54 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-stat[9436]: 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 Apr 06 13:16:55 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-file[9447]: 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 Apr 06 13:16:55 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-file[9456]: 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 Apr 06 13:16:55 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-file[9465]: 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 Apr 06 13:16:55 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-file[9474]: 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 Apr 06 13:16:55 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[9483]: 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 Apr 06 13:16:56 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[9493]: 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 Apr 06 13:16:56 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm auditd[422]: The audit daemon is exiting. Apr 06 13:16:56 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm kernel: type=1305 audit(1712409416.382:963): audit_pid=0 old=422 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 Apr 06 13:16:56 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm kernel: type=1130 audit(1712409416.385:964): 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' Apr 06 13:16:56 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm kernel: type=1131 audit(1712409416.385: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' Apr 06 13:16:57 c3bea2dd-16a9-4d10-832b-3452159c8b74.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. Apr 06 13:16:57 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm auditd[9509]: Started dispatcher: /sbin/audispd pid: 9511 Apr 06 13:16:57 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm kernel: type=1305 audit(1712409417.366:966): audit_enabled=1 old=1 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 Apr 06 13:16:57 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm kernel: type=1305 audit(1712409417.366:967): audit_pid=9509 old=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 Apr 06 13:16:57 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm audispd[9511]: No plugins found, exiting Apr 06 13:16:57 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm auditd[9509]: Init complete, auditd 2.8.5 listening for events (startup state enable) Apr 06 13:16:57 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm augenrules[9513]: /sbin/augenrules: No change Apr 06 13:16:57 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm augenrules[9513]: No rules Apr 06 13:16:57 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm augenrules[9513]: enabled 1 Apr 06 13:16:57 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm augenrules[9513]: failure 1 Apr 06 13:16:57 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm augenrules[9513]: pid 9509 Apr 06 13:16:57 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm augenrules[9513]: rate_limit 0 Apr 06 13:16:57 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm augenrules[9513]: backlog_limit 8192 Apr 06 13:16:57 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm augenrules[9513]: lost 0 Apr 06 13:16:57 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm augenrules[9513]: backlog 1 Apr 06 13:16:57 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm augenrules[9513]: enabled 1 Apr 06 13:16:57 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm augenrules[9513]: failure 1 Apr 06 13:16:57 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm augenrules[9513]: pid 9509 Apr 06 13:16:57 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm augenrules[9513]: rate_limit 0 Apr 06 13:16:57 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm augenrules[9513]: backlog_limit 8192 Apr 06 13:16:57 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm augenrules[9513]: lost 0 Apr 06 13:16:57 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm augenrules[9513]: backlog 1 Apr 06 13:16:57 c3bea2dd-16a9-4d10-832b-3452159c8b74.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. Apr 06 13:16:57 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-stat[9538]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/NetworkManager/conf.d get_md5=False get_mime=True get_attributes=True Apr 06 13:16:57 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.stat[9571]: 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 Apr 06 13:16:57 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.copy[9596]: Invoked with src=/root/.ansible/tmp/ansible-tmp-1712409417.699693-880-186346543584855/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=tmp_ml5cgrk serole=None mode=None checksum=0145f3ae57eef5aa08bbb678fedbb3edd001cd2d owner=None follow=False validate=None attributes=None backup=False local_follow=None Apr 06 13:16:58 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[9614]: 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 Apr 06 13:16:58 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[9639]: 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 Apr 06 13:16:59 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[9649]: 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 Apr 06 13:17:00 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[9659]: 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 Apr 06 13:20:59 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.systemd[9997]: Invoked with no_block=False force=None name=sshd daemon_reexec=False enabled=None daemon_reload=False state=restarted masked=None scope=system Apr 06 13:20:59 c3bea2dd-16a9-4d10-832b-3452159c8b74.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. Apr 06 13:20:59 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[1324]: Received signal 15; terminating. Apr 06 13:20:59 c3bea2dd-16a9-4d10-832b-3452159c8b74.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. Apr 06 13:20:59 c3bea2dd-16a9-4d10-832b-3452159c8b74.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. Apr 06 13:20:59 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[10003]: Server listening on 0.0.0.0 port 22. Apr 06 13:20:59 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[10003]: Server listening on :: port 22. Apr 06 13:20:59 c3bea2dd-16a9-4d10-832b-3452159c8b74.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. Apr 06 13:21:01 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.setup[10030]: Invoked with filter=[] gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Apr 06 13:21:02 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-service_facts[10067]: Invoked Apr 06 13:21:03 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[10185]: 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 Apr 06 13:21:04 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[10195]: 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 Apr 06 13:21:05 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[10209]: 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 Apr 06 13:21:06 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[10223]: 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 Apr 06 13:21:07 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[10233]: 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 Apr 06 13:22:54 c3bea2dd-16a9-4d10-832b-3452159c8b74.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. Apr 06 13:22:54 c3bea2dd-16a9-4d10-832b-3452159c8b74.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. Apr 06 13:25:07 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.setup[10638]: Invoked with filter=[] gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Apr 06 13:25:07 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-service_facts[10675]: Invoked Apr 06 13:25:08 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[10793]: 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 Apr 06 13:25:11 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.setup[10821]: Invoked with filter=[] gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Apr 06 13:25:12 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.yum[10858]: 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=[] Apr 06 13:25:13 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.yum[10868]: 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=[] Apr 06 13:25:14 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[10878]: 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 Apr 06 13:25:14 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[10889]: 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 Apr 06 13:25:16 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[10904]: 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 Apr 06 13:25:18 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[10919]: 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 Apr 06 13:25:18 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[10930]: 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 Apr 06 13:25:19 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-service_facts[10941]: Invoked Apr 06 13:25:20 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[11059]: 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 Apr 06 13:25:21 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-service_facts[11069]: Invoked Apr 06 13:25:22 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[11187]: 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 Apr 06 13:25:23 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[11197]: 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 Apr 06 13:25:23 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[11222]: 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 Apr 06 13:25:24 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[11232]: 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 Apr 06 13:25:25 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[11242]: 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 Apr 06 13:29:18 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-setup[11535]: Invoked with filter=[] gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'distribution_version', 'os_family'] fact_path=/etc/ansible/facts.d gather_timeout=10 Apr 06 13:29:18 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-stat[11548]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/run/ostree-booted follow=False get_mime=True get_attributes=True Apr 06 13:29:18 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.setup[11557]: Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Apr 06 13:29:19 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.yum[11572]: 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=present disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None 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 enable_plugin=[] Apr 06 13:29:23 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm yum[11574]: Installed: libjose-10-1.el7.x86_64 Apr 06 13:29:23 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm yum[11574]: Installed: jose-10-1.el7.x86_64 Apr 06 13:29:23 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm yum[11574]: Installed: http-parser-2.7.1-9.el7.x86_64 Apr 06 13:29:23 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm groupadd[11585]: group added to /etc/group: name=tang, GID=994 Apr 06 13:29:23 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm groupadd[11585]: group added to /etc/gshadow: name=tang Apr 06 13:29:23 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm groupadd[11585]: new group: name=tang, GID=994 Apr 06 13:29:23 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm useradd[11590]: new user: name=tang, UID=997, GID=994, home=/var/cache/tang, shell=/sbin/nologin Apr 06 13:29:23 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm systemd[1]: Reloading. Apr 06 13:29:23 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm yum[11574]: Installed: tang-6-2.el7.x86_64 Apr 06 13:29:24 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-fedora.linux_system_roles.nbde_server_tang[11620]: 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 Apr 06 13:29:24 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-stat[11638]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/etc/systemd/system/tangd.socket.d follow=False get_mime=True get_attributes=True Apr 06 13:29:24 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-file[11647]: 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/systemd/system/tangd.socket.d owner=None follow=True attributes=None mode=0755 Apr 06 13:29:25 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.setup[11656]: Invoked with filter=['ansible_service_mgr'] gather_subset=['!all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Apr 06 13:29:25 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.systemd[11671]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=system Apr 06 13:29:25 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm systemd[1]: Reloading. Apr 06 13:29:25 c3bea2dd-16a9-4d10-832b-3452159c8b74.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. Apr 06 13:29:25 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.setup[11700]: Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Apr 06 13:29:26 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.yum[11715]: 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=present disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None 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 enable_plugin=[] Apr 06 13:29:26 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.setup[11724]: Invoked with filter=['ansible_service_mgr'] gather_subset=['!all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Apr 06 13:29:26 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.systemd[11739]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=system Apr 06 13:29:26 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-fedora.linux_system_roles.nbde_server_tang[11752]: 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 Apr 06 13:29:26 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[11761]: Invoked with executable=None _uses_shell=True expand_argument_vars=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 creates=None chdir=None stdin_add_newline=True stdin=None Apr 06 13:29:27 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[11772]: Invoked with executable=None _uses_shell=True expand_argument_vars=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 creates=None chdir=None stdin_add_newline=True stdin=None Apr 06 13:29:27 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[11776]: Did not receive identification string from 10.29.163.170 port 48672 Apr 06 13:29:27 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[11777]: Address 10.29.163.170 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Apr 06 13:29:27 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[11777]: Accepted publickey for root from 10.29.163.170 port 48680 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Apr 06 13:29:27 c3bea2dd-16a9-4d10-832b-3452159c8b74.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. Apr 06 13:29:27 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm systemd-logind[518]: 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 11777. Apr 06 13:29:27 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[11777]: pam_unix(sshd:session): session opened for user root by (uid=0) Apr 06 13:29:27 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[11777]: Received disconnect from 10.29.163.170 port 48680:11: disconnected by user Apr 06 13:29:27 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[11777]: Disconnected from 10.29.163.170 port 48680 Apr 06 13:29:27 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[11777]: pam_unix(sshd:session): session closed for user root Apr 06 13:29:27 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm systemd-logind[518]: 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. Apr 06 13:29:27 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[11788]: Address 10.29.163.170 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Apr 06 13:29:27 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[11788]: Accepted publickey for root from 10.29.163.170 port 48696 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Apr 06 13:29:28 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm systemd-logind[518]: 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 11788. Apr 06 13:29:28 c3bea2dd-16a9-4d10-832b-3452159c8b74.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. Apr 06 13:29:28 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[11788]: pam_unix(sshd:session): session opened for user root by (uid=0) Apr 06 13:29:28 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[11788]: Received disconnect from 10.29.163.170 port 48696:11: disconnected by user Apr 06 13:29:28 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[11788]: Disconnected from 10.29.163.170 port 48696 Apr 06 13:29:28 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[11788]: pam_unix(sshd:session): session closed for user root Apr 06 13:29:28 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm systemd-logind[518]: 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. Apr 06 13:29:29 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.setup[11824]: Invoked with filter=[] gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Apr 06 13:29:29 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-stat[11863]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/run/ostree-booted follow=False get_mime=True get_attributes=True Apr 06 13:29:30 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.yum[11872]: 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=present disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None 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 enable_plugin=[] Apr 06 13:29:30 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-fedora.linux_system_roles.nbde_server_tang[11881]: 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 Apr 06 13:29:31 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-stat[11899]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/etc/systemd/system/tangd.socket.d follow=False get_mime=True get_attributes=True Apr 06 13:29:31 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-file[11908]: 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/systemd/system/tangd.socket.d owner=None follow=True attributes=None mode=0755 Apr 06 13:29:32 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.systemd[11917]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=system Apr 06 13:29:32 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-find[11930]: 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 mode=None get_checksum=False use_regex=False follow=False hidden=True exact_mode=True read_whole_file=False size=None Apr 06 13:29:32 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.yum[11939]: 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=present disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None 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 enable_plugin=[] Apr 06 13:29:32 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-fedora.linux_system_roles.nbde_server_tang[11948]: 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 Apr 06 13:29:32 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-find[11957]: 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 mode=None get_checksum=False use_regex=False follow=False hidden=True exact_mode=True read_whole_file=False size=None Apr 06 13:29:33 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.stat[11966]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/var/db/tang/Xwsh8ntPNGzS4i1gDtf3xliPyss.jwk follow=True get_mime=True get_attributes=True Apr 06 13:29:33 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.stat[11984]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/var/db/tang/ySjlMdudl6SKiGMilVx2oxk3kr0.jwk follow=True get_mime=True get_attributes=True Apr 06 13:29:34 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-stat[12002]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/etc/systemd/system/tangd.socket.d follow=False get_mime=True get_attributes=True Apr 06 13:29:34 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-file[12011]: 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/systemd/system/tangd.socket.d owner=None follow=True attributes=None mode=0755 Apr 06 13:29:34 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.systemd[12020]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=system Apr 06 13:29:35 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[12033]: Invoked with executable=None _uses_shell=True expand_argument_vars=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "true" = true ]; then rm -rf "/tmp/nbde_server_fetch_keys_deploy_not_setmdvj1qu0" else rm -rf "/tmp/nbde_server_fetch_keys_deploy_not_setmdvj1qu0"/* "/tmp/nbde_server_fetch_keys_deploy_not_setmdvj1qu0"/.* || : fi removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Apr 06 13:29:35 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[12044]: Invoked with executable=None _uses_shell=True expand_argument_vars=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 creates=None chdir=None stdin_add_newline=True stdin=None Apr 06 13:29:35 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[12055]: Invoked with executable=None _uses_shell=True expand_argument_vars=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 creates=None chdir=None stdin_add_newline=True stdin=None Apr 06 13:29:38 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[12059]: Did not receive identification string from 10.29.163.170 port 36326 Apr 06 13:29:38 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[12060]: Address 10.29.163.170 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Apr 06 13:29:38 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[12060]: Accepted publickey for root from 10.29.163.170 port 36332 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Apr 06 13:29:38 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm systemd-logind[518]: 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 12060. Apr 06 13:29:38 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[12060]: pam_unix(sshd:session): session opened for user root by (uid=0) Apr 06 13:29:38 c3bea2dd-16a9-4d10-832b-3452159c8b74.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. Apr 06 13:29:38 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[12060]: Received disconnect from 10.29.163.170 port 36332:11: disconnected by user Apr 06 13:29:38 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[12060]: Disconnected from 10.29.163.170 port 36332 Apr 06 13:29:38 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[12060]: pam_unix(sshd:session): session closed for user root Apr 06 13:29:38 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm systemd-logind[518]: 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. Apr 06 13:29:38 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[12071]: Address 10.29.163.170 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Apr 06 13:29:38 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[12071]: Accepted publickey for root from 10.29.163.170 port 36336 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Apr 06 13:29:39 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm systemd-logind[518]: 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 12071. Apr 06 13:29:39 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[12071]: pam_unix(sshd:session): session opened for user root by (uid=0) Apr 06 13:29:39 c3bea2dd-16a9-4d10-832b-3452159c8b74.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. Apr 06 13:29:39 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[12071]: Received disconnect from 10.29.163.170 port 36336:11: disconnected by user Apr 06 13:29:39 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[12071]: Disconnected from 10.29.163.170 port 36336 Apr 06 13:29:39 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[12071]: pam_unix(sshd:session): session closed for user root Apr 06 13:29:39 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm systemd-logind[518]: 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. Apr 06 13:29:40 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.setup[12107]: Invoked with filter=[] gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Apr 06 13:29:40 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-stat[12146]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/run/ostree-booted follow=False get_mime=True get_attributes=True Apr 06 13:29:41 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.yum[12155]: 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=present disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None 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 enable_plugin=[] Apr 06 13:29:41 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-fedora.linux_system_roles.nbde_server_tang[12164]: 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 Apr 06 13:29:42 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-stat[12182]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/etc/systemd/system/tangd.socket.d follow=False get_mime=True get_attributes=True Apr 06 13:29:42 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-file[12191]: 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/systemd/system/tangd.socket.d owner=None follow=True attributes=None mode=0755 Apr 06 13:29:42 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.systemd[12200]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=system Apr 06 13:29:43 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-find[12213]: 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 mode=None get_checksum=False use_regex=False follow=False hidden=True exact_mode=True read_whole_file=False size=None Apr 06 13:29:43 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.yum[12222]: 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=present disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None 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 enable_plugin=[] Apr 06 13:29:43 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-fedora.linux_system_roles.nbde_server_tang[12231]: 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 Apr 06 13:29:43 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-find[12240]: 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 mode=None get_checksum=False use_regex=False follow=False hidden=True exact_mode=True read_whole_file=False size=None Apr 06 13:29:44 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.stat[12249]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/var/db/tang/0SD0gJEq7zhZ6Iq4OEHqOKro260.jwk follow=True get_mime=True get_attributes=True Apr 06 13:29:44 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.stat[12267]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/var/db/tang/FH9Ov5RblawPBcxn3NTYfFO1ZyM.jwk follow=True get_mime=True get_attributes=True Apr 06 13:29:44 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-tempfile[12285]: Invoked with path=None prefix=ansible. suffix=nbde_server_keys state=directory Apr 06 13:29:44 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.stat[12316]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/tmp/ansible.lHnLSGnbde_server_keys/0SD0gJEq7zhZ6Iq4OEHqOKro260.jwk follow=False get_mime=True get_attributes=True Apr 06 13:29:44 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.copy[12341]: Invoked with src=/root/.ansible/tmp/ansible-tmp-1712410184.5958364-2654-153812713522048/source directory_mode=None force=True attributes=None remote_src=None unsafe_writes=False dest=/tmp/ansible.lHnLSGnbde_server_keys/ seuser=None setype=None group=tang content=NOT_LOGGING_PARAMETER _original_basename=0SD0gJEq7zhZ6Iq4OEHqOKro260.jwk serole=None mode=256 selevel=None owner=tang follow=False validate=None checksum=fb9f386f2c6cce6f5574b9d1c845be49db12df40 backup=False local_follow=None Apr 06 13:29:45 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.stat[12381]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/tmp/ansible.lHnLSGnbde_server_keys/FH9Ov5RblawPBcxn3NTYfFO1ZyM.jwk follow=False get_mime=True get_attributes=True Apr 06 13:29:45 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.copy[12406]: Invoked with src=/root/.ansible/tmp/ansible-tmp-1712410185.0280442-2654-276988413790603/source directory_mode=None force=True attributes=None remote_src=None unsafe_writes=False dest=/tmp/ansible.lHnLSGnbde_server_keys/ seuser=None setype=None group=tang content=NOT_LOGGING_PARAMETER _original_basename=FH9Ov5RblawPBcxn3NTYfFO1ZyM.jwk serole=None mode=256 selevel=None owner=tang follow=False validate=None checksum=f629d23a6ab013e7063b0d5e2b9865075f9ebec0 backup=False local_follow=None Apr 06 13:29:45 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-fedora.linux_system_roles.nbde_server_tang[12424]: Invoked with force=False keys_to_deploy_dir=/tmp/ansible.lHnLSGnbde_server_keys update=/usr/libexec/tangd-update keygen=/usr/libexec/tangd-keygen state=keys-deployed cachedir=/var/cache/tang keydir=/var/db/tang Apr 06 13:29:45 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-file[12433]: 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=/tmp/ansible.lHnLSGnbde_server_keys/ owner=None follow=True attributes=None mode=None Apr 06 13:29:46 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-stat[12442]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/etc/systemd/system/tangd.socket.d follow=False get_mime=True get_attributes=True Apr 06 13:29:46 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-file[12451]: 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/systemd/system/tangd.socket.d owner=None follow=True attributes=None mode=0755 Apr 06 13:29:46 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.systemd[12460]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=system Apr 06 13:29:47 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-stat[12473]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/var/db/tang/0SD0gJEq7zhZ6Iq4OEHqOKro260.jwk follow=False get_mime=True get_attributes=True Apr 06 13:29:47 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-stat[12484]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/var/db/tang/FH9Ov5RblawPBcxn3NTYfFO1ZyM.jwk follow=False get_mime=True get_attributes=True Apr 06 13:29:48 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[12495]: Invoked with executable=None _uses_shell=True expand_argument_vars=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "true" = true ]; then rm -rf "/tmp/nbde_server_fetch_keys_deploy_setxsw7lypu" else rm -rf "/tmp/nbde_server_fetch_keys_deploy_setxsw7lypu"/* "/tmp/nbde_server_fetch_keys_deploy_setxsw7lypu"/.* || : fi removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Apr 06 13:29:48 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[12506]: Invoked with executable=None _uses_shell=True expand_argument_vars=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 creates=None chdir=None stdin_add_newline=True stdin=None Apr 06 13:29:48 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[12517]: Invoked with executable=None _uses_shell=True expand_argument_vars=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 creates=None chdir=None stdin_add_newline=True stdin=None Apr 06 13:29:49 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[12521]: Did not receive identification string from 10.29.163.170 port 54198 Apr 06 13:29:49 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[12522]: Address 10.29.163.170 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Apr 06 13:29:49 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[12522]: Accepted publickey for root from 10.29.163.170 port 54202 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Apr 06 13:29:49 c3bea2dd-16a9-4d10-832b-3452159c8b74.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. Apr 06 13:29:49 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[12522]: pam_unix(sshd:session): session opened for user root by (uid=0) Apr 06 13:29:49 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm systemd-logind[518]: 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 12522. Apr 06 13:29:49 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[12522]: Received disconnect from 10.29.163.170 port 54202:11: disconnected by user Apr 06 13:29:49 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[12522]: Disconnected from 10.29.163.170 port 54202 Apr 06 13:29:49 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[12522]: pam_unix(sshd:session): session closed for user root Apr 06 13:29:49 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm systemd-logind[518]: 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. Apr 06 13:29:49 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[12533]: Address 10.29.163.170 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Apr 06 13:29:49 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[12533]: Accepted publickey for root from 10.29.163.170 port 54206 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Apr 06 13:29:50 c3bea2dd-16a9-4d10-832b-3452159c8b74.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. Apr 06 13:29:50 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm systemd-logind[518]: 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 12533. Apr 06 13:29:50 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[12533]: pam_unix(sshd:session): session opened for user root by (uid=0) Apr 06 13:29:50 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[12533]: Received disconnect from 10.29.163.170 port 54206:11: disconnected by user Apr 06 13:29:50 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[12533]: Disconnected from 10.29.163.170 port 54206 Apr 06 13:29:50 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[12533]: pam_unix(sshd:session): session closed for user root Apr 06 13:29:50 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm systemd-logind[518]: 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. Apr 06 13:29:51 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.setup[12569]: Invoked with filter=[] gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Apr 06 13:29:53 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-stat[12608]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/run/ostree-booted follow=False get_mime=True get_attributes=True Apr 06 13:29:53 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.yum[12617]: 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=present disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None 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 enable_plugin=[] Apr 06 13:29:54 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-fedora.linux_system_roles.nbde_server_tang[12626]: 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 Apr 06 13:29:54 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-stat[12644]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/etc/systemd/system/tangd.socket.d follow=False get_mime=True get_attributes=True Apr 06 13:29:54 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-file[12653]: 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/systemd/system/tangd.socket.d owner=None follow=True attributes=None mode=0755 Apr 06 13:29:55 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.systemd[12662]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=system Apr 06 13:29:55 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[12675]: Invoked with executable=None _uses_shell=True expand_argument_vars=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 creates=None chdir=None stdin_add_newline=True stdin=None Apr 06 13:29:56 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[12686]: Invoked with executable=None _uses_shell=True expand_argument_vars=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 creates=None chdir=None stdin_add_newline=True stdin=None Apr 06 13:30:00 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[12690]: Did not receive identification string from 10.29.163.170 port 35540 Apr 06 13:30:00 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[12691]: Address 10.29.163.170 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Apr 06 13:30:00 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[12691]: Accepted publickey for root from 10.29.163.170 port 35546 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Apr 06 13:30:00 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm systemd-logind[518]: 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 12691. Apr 06 13:30:00 c3bea2dd-16a9-4d10-832b-3452159c8b74.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. Apr 06 13:30:00 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[12691]: pam_unix(sshd:session): session opened for user root by (uid=0) Apr 06 13:30:00 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[12691]: Received disconnect from 10.29.163.170 port 35546:11: disconnected by user Apr 06 13:30:00 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[12691]: Disconnected from 10.29.163.170 port 35546 Apr 06 13:30:00 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[12691]: pam_unix(sshd:session): session closed for user root Apr 06 13:30:00 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm systemd-logind[518]: 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. Apr 06 13:30:00 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[12702]: Address 10.29.163.170 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Apr 06 13:30:00 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[12702]: Accepted publickey for root from 10.29.163.170 port 35562 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Apr 06 13:30:00 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm systemd-logind[518]: 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 12702. Apr 06 13:30:00 c3bea2dd-16a9-4d10-832b-3452159c8b74.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. Apr 06 13:30:00 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[12702]: pam_unix(sshd:session): session opened for user root by (uid=0) Apr 06 13:30:01 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[12702]: Received disconnect from 10.29.163.170 port 35562:11: disconnected by user Apr 06 13:30:01 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[12702]: Disconnected from 10.29.163.170 port 35562 Apr 06 13:30:01 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[12702]: pam_unix(sshd:session): session closed for user root Apr 06 13:30:01 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm systemd-logind[518]: 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. Apr 06 13:30:02 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.setup[12738]: Invoked with filter=[] gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Apr 06 13:30:02 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-stat[12777]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/run/ostree-booted follow=False get_mime=True get_attributes=True Apr 06 13:30:03 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.yum[12786]: 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=present disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None 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 enable_plugin=[] Apr 06 13:30:03 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-fedora.linux_system_roles.nbde_server_tang[12795]: 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 Apr 06 13:30:03 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[12813]: Invoked with executable=None _uses_shell=True expand_argument_vars=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 creates=None chdir=None stdin_add_newline=True stdin=None Apr 06 13:30:03 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[12824]: Invoked with executable=None _uses_shell=True expand_argument_vars=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 creates=None chdir=None stdin_add_newline=True stdin=None Apr 06 13:30:04 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.yum[12835]: 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=present disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None 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 enable_plugin=[] Apr 06 13:30:04 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-fedora.linux_system_roles.nbde_server_tang[12844]: 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 Apr 06 13:30:04 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[12862]: Invoked with executable=None _uses_shell=True expand_argument_vars=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 creates=None chdir=None stdin_add_newline=True stdin=None Apr 06 13:30:04 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[12873]: Invoked with executable=None _uses_shell=True expand_argument_vars=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 creates=None chdir=None stdin_add_newline=True stdin=None Apr 06 13:30:04 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.yum[12884]: 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=present disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None 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 enable_plugin=[] Apr 06 13:30:05 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-fedora.linux_system_roles.nbde_server_tang[12893]: 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 Apr 06 13:30:05 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[12911]: Invoked with executable=None _uses_shell=True expand_argument_vars=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 creates=None chdir=None stdin_add_newline=True stdin=None Apr 06 13:30:05 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[12922]: Invoked with executable=None _uses_shell=True expand_argument_vars=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 creates=None chdir=None stdin_add_newline=True stdin=None Apr 06 13:30:05 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.yum[12933]: 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=present disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None 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 enable_plugin=[] Apr 06 13:30:06 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-fedora.linux_system_roles.nbde_server_tang[12942]: 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 Apr 06 13:30:06 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[12960]: Invoked with executable=None _uses_shell=True expand_argument_vars=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 creates=None chdir=None stdin_add_newline=True stdin=None Apr 06 13:30:06 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[12971]: Invoked with executable=None _uses_shell=True expand_argument_vars=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 creates=None chdir=None stdin_add_newline=True stdin=None Apr 06 13:30:06 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.yum[12982]: 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=present disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None 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 enable_plugin=[] Apr 06 13:30:07 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-fedora.linux_system_roles.nbde_server_tang[12991]: 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 Apr 06 13:30:07 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[13009]: Invoked with executable=None _uses_shell=True expand_argument_vars=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 creates=None chdir=None stdin_add_newline=True stdin=None Apr 06 13:30:07 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[13020]: Invoked with executable=None _uses_shell=True expand_argument_vars=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 creates=None chdir=None stdin_add_newline=True stdin=None Apr 06 13:30:11 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[13024]: Did not receive identification string from 10.29.163.170 port 53548 Apr 06 13:30:11 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[13025]: Address 10.29.163.170 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Apr 06 13:30:11 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[13025]: Accepted publickey for root from 10.29.163.170 port 53562 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Apr 06 13:30:11 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm systemd-logind[518]: 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 13025. Apr 06 13:30:11 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[13025]: pam_unix(sshd:session): session opened for user root by (uid=0) Apr 06 13:30:11 c3bea2dd-16a9-4d10-832b-3452159c8b74.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. Apr 06 13:30:11 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[13025]: Received disconnect from 10.29.163.170 port 53562:11: disconnected by user Apr 06 13:30:11 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[13025]: Disconnected from 10.29.163.170 port 53562 Apr 06 13:30:11 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[13025]: pam_unix(sshd:session): session closed for user root Apr 06 13:30:11 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm systemd-logind[518]: 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. Apr 06 13:30:11 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[13036]: Address 10.29.163.170 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Apr 06 13:30:11 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[13036]: Accepted publickey for root from 10.29.163.170 port 53566 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Apr 06 13:30:11 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm systemd-logind[518]: 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 13036. Apr 06 13:30:11 c3bea2dd-16a9-4d10-832b-3452159c8b74.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. Apr 06 13:30:11 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[13036]: pam_unix(sshd:session): session opened for user root by (uid=0) Apr 06 13:30:11 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[13036]: Received disconnect from 10.29.163.170 port 53566:11: disconnected by user Apr 06 13:30:11 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[13036]: Disconnected from 10.29.163.170 port 53566 Apr 06 13:30:11 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[13036]: pam_unix(sshd:session): session closed for user root Apr 06 13:30:11 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm systemd-logind[518]: 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. Apr 06 13:30:12 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.setup[13072]: Invoked with filter=[] gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Apr 06 13:30:13 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-stat[13111]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/run/ostree-booted follow=False get_mime=True get_attributes=True Apr 06 13:30:13 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.yum[13120]: 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=present disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None 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 enable_plugin=[] Apr 06 13:30:14 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-fedora.linux_system_roles.nbde_server_tang[13129]: 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 Apr 06 13:30:14 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-stat[13147]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/etc/systemd/system/tangd.socket.d follow=False get_mime=True get_attributes=True Apr 06 13:30:14 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-file[13156]: 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/systemd/system/tangd.socket.d owner=None follow=True attributes=None mode=0755 Apr 06 13:30:15 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.systemd[13165]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=system Apr 06 13:30:15 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-find[13178]: 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 mode=None get_checksum=False use_regex=False follow=False hidden=False exact_mode=True read_whole_file=False size=None Apr 06 13:30:16 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.yum[13187]: 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=present disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None 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 enable_plugin=[] Apr 06 13:30:16 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-fedora.linux_system_roles.nbde_server_tang[13196]: 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 Apr 06 13:30:16 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-stat[13205]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/etc/systemd/system/tangd.socket.d follow=False get_mime=True get_attributes=True Apr 06 13:30:17 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-file[13214]: 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/systemd/system/tangd.socket.d owner=None follow=True attributes=None mode=0755 Apr 06 13:30:17 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.systemd[13223]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=system Apr 06 13:30:17 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-find[13236]: 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 mode=None get_checksum=False use_regex=False follow=False hidden=False exact_mode=True read_whole_file=False size=None Apr 06 13:30:18 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.yum[13245]: 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=present disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None 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 enable_plugin=[] Apr 06 13:30:18 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-fedora.linux_system_roles.nbde_server_tang[13254]: 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 Apr 06 13:30:18 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-stat[13272]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/etc/systemd/system/tangd.socket.d follow=False get_mime=True get_attributes=True Apr 06 13:30:19 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-file[13281]: 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/systemd/system/tangd.socket.d owner=None follow=True attributes=None mode=0755 Apr 06 13:30:19 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.systemd[13290]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=system Apr 06 13:30:19 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-find[13303]: 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 mode=None get_checksum=False use_regex=False follow=False hidden=False exact_mode=True read_whole_file=False size=None Apr 06 13:30:19 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[13312]: Invoked with executable=None _uses_shell=True expand_argument_vars=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 creates=None chdir=None stdin_add_newline=True stdin=None Apr 06 13:30:20 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[13323]: Invoked with executable=None _uses_shell=True expand_argument_vars=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 creates=None chdir=None stdin_add_newline=True stdin=None Apr 06 13:30:22 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[13327]: Did not receive identification string from 10.29.163.170 port 37068 Apr 06 13:30:22 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[13328]: Address 10.29.163.170 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Apr 06 13:30:22 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[13328]: Accepted publickey for root from 10.29.163.170 port 37078 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Apr 06 13:30:22 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm systemd-logind[518]: 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 13328. Apr 06 13:30:22 c3bea2dd-16a9-4d10-832b-3452159c8b74.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. Apr 06 13:30:22 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[13328]: pam_unix(sshd:session): session opened for user root by (uid=0) Apr 06 13:30:22 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[13328]: Received disconnect from 10.29.163.170 port 37078:11: disconnected by user Apr 06 13:30:22 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[13328]: Disconnected from 10.29.163.170 port 37078 Apr 06 13:30:22 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[13328]: pam_unix(sshd:session): session closed for user root Apr 06 13:30:22 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm systemd-logind[518]: 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. Apr 06 13:30:22 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[13339]: Address 10.29.163.170 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Apr 06 13:30:22 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[13339]: Accepted publickey for root from 10.29.163.170 port 37088 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Apr 06 13:30:22 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm systemd-logind[518]: 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 13339. Apr 06 13:30:22 c3bea2dd-16a9-4d10-832b-3452159c8b74.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. Apr 06 13:30:22 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[13339]: pam_unix(sshd:session): session opened for user root by (uid=0) Apr 06 13:30:22 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[13339]: Received disconnect from 10.29.163.170 port 37088:11: disconnected by user Apr 06 13:30:22 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[13339]: Disconnected from 10.29.163.170 port 37088 Apr 06 13:30:22 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm sshd[13339]: pam_unix(sshd:session): session closed for user root Apr 06 13:30:22 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm systemd-logind[518]: 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. Apr 06 13:30:23 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-file[13375]: 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=/etc/systemd/system/tangd.socket.d owner=None follow=True attributes=None mode=0775 Apr 06 13:30:23 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.stat[13406]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/etc/systemd/system/tangd.socket.d/override2.conf follow=False get_mime=True get_attributes=True Apr 06 13:30:24 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.copy[13431]: Invoked with src=/root/.ansible/tmp/ansible-tmp-1712410223.7217243-3726-24459603920029/source directory_mode=None force=True unsafe_writes=False remote_src=None dest=/etc/systemd/system/tangd.socket.d/override2.conf selevel=None seuser=None setype=None group=None content=NOT_LOGGING_PARAMETER _original_basename=tmpargk2h9y serole=None mode=0664 checksum=05987691cc309e84627f31fa0d1680a3b3b2c4b2 owner=None follow=False validate=None attributes=None backup=False local_follow=None Apr 06 13:30:24 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-setup[13449]: Invoked with filter=[] gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'distribution_version', 'os_family'] fact_path=/etc/ansible/facts.d gather_timeout=10 Apr 06 13:30:24 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-stat[13462]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/run/ostree-booted follow=False get_mime=True get_attributes=True Apr 06 13:30:24 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.setup[13471]: Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Apr 06 13:30:25 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.yum[13486]: 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=present disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None 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 enable_plugin=[] Apr 06 13:30:25 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-fedora.linux_system_roles.nbde_server_tang[13495]: 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 Apr 06 13:30:25 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-stat[13513]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/etc/systemd/system/tangd.socket.d follow=False get_mime=True get_attributes=True Apr 06 13:30:26 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-find[13524]: 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 mode=None get_checksum=False use_regex=True follow=False hidden=True exact_mode=True read_whole_file=False size=None Apr 06 13:30:26 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-file[13533]: 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=/etc/systemd/system/tangd.socket.d owner=None follow=True attributes=None mode=0775 Apr 06 13:30:26 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.setup[13542]: Invoked with filter=['ansible_service_mgr'] gather_subset=['!all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Apr 06 13:30:27 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.systemd[13557]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=system Apr 06 13:30:27 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-stat[13570]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/etc/systemd/system/tangd.socket.d follow=False get_mime=True get_attributes=True Apr 06 13:30:27 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-stat[13581]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/etc/systemd/system/tangd.socket.d/override2.conf follow=False get_mime=True get_attributes=True Apr 06 13:30:27 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.setup[13592]: Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Apr 06 13:30:28 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.yum[13607]: 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=present disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None 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 enable_plugin=[] Apr 06 13:30:28 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-fedora.linux_system_roles.nbde_server_tang[13616]: 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 Apr 06 13:30:28 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-setup[13625]: Invoked with filter=[] gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'python_version'] fact_path=/etc/ansible/facts.d gather_timeout=10 Apr 06 13:30:28 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-stat[13639]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/run/ostree-booted follow=False get_mime=True get_attributes=True Apr 06 13:30:28 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.setup[13648]: Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Apr 06 13:30:29 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.yum[13663]: 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=present disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None 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 enable_plugin=[] Apr 06 13:30:29 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-setup[13672]: Invoked with filter=['ansible_selinux'] gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Apr 06 13:30:30 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-fedora.linux_system_roles.local_seport[13711]: Invoked with proto=tcp state=present ignore_selinux_state=False reload=True setype=tangd_port_t local=True ports=['7500'] Apr 06 13:30:32 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm kernel: SELinux: 2048 avtab hash slots, 112757 rules. Apr 06 13:30:32 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm kernel: SELinux: 2048 avtab hash slots, 112757 rules. Apr 06 13:30:32 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm kernel: SELinux: 8 users, 14 roles, 5049 types, 316 bools, 1 sens, 1024 cats Apr 06 13:30:32 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm kernel: SELinux: 130 classes, 112757 rules Apr 06 13:30:32 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm kernel: SELinux: Converting 2288 SID table entries... Apr 06 13:30:34 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm dbus[450]: [system] Reloaded configuration Apr 06 13:30:34 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-fedora.linux_system_roles.selinux_modules_facts[13724]: Invoked Apr 06 13:30:37 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-stat[13733]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/etc/systemd/system/tangd.socket.d follow=False get_mime=True get_attributes=True Apr 06 13:30:37 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-file[13744]: 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=/etc/systemd/system/tangd.socket.d owner=None follow=True attributes=None mode=0775 Apr 06 13:30:37 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.stat[13775]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/etc/systemd/system/tangd.socket.d/override.conf follow=False get_mime=True get_attributes=True Apr 06 13:30:38 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.copy[13800]: Invoked with src=/root/.ansible/tmp/ansible-tmp-1712410237.8554718-3922-87549886373109/source directory_mode=None force=True attributes=None remote_src=None unsafe_writes=False dest=/etc/systemd/system/tangd.socket.d/override.conf seuser=None setype=None group=None content=NOT_LOGGING_PARAMETER _original_basename=tangd_socket_override.conf.j2 serole=None mode=0644 selevel=None owner=None follow=False validate=None checksum=cab519df8c21e60fd06ac780e2c7bd41ad441042 backup=True local_follow=None Apr 06 13:30:38 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-setup[13818]: Invoked with filter=[] gather_subset=['!all', '!min', 'python_version', 'service_mgr'] fact_path=/etc/ansible/facts.d gather_timeout=10 Apr 06 13:30:38 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-stat[13832]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/run/ostree-booted follow=False get_mime=True get_attributes=True Apr 06 13:30:38 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.setup[13841]: Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Apr 06 13:30:39 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.yum[13856]: 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=present disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None 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 enable_plugin=[] Apr 06 13:30:39 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-systemd[13865]: Invoked with no_block=False force=None name=firewalld daemon_reexec=False enabled=None daemon_reload=False state=None masked=False scope=system Apr 06 13:30:39 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.systemd[13878]: Invoked with no_block=False force=None name=firewalld daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=system Apr 06 13:30:39 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm systemd[1]: Reloading. Apr 06 13:30:39 c3bea2dd-16a9-4d10-832b-3452159c8b74.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. Apr 06 13:30:40 c3bea2dd-16a9-4d10-832b-3452159c8b74.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. Apr 06 13:30:40 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm kernel: ip6_tables: (C) 2000-2006 Netfilter Core Team Apr 06 13:30:40 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm kernel: Ebtables v2.0 registered Apr 06 13:30:40 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm firewalld[13899]: WARNING: AllowZoneDrifting is enabled. This is considered an insecure configuration option. It will be removed in a future release. Please consider disabling it now. Apr 06 13:30:40 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm kernel: ip_set: protocol 7 Apr 06 13:30:41 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-fedora.linux_system_roles.firewall_lib[13928]: Invoked with set_default_zone=None protocol=[] ipset_type=None port=['7500/tcp'] icmp_block_inversion=None service=[] forward_port=[] destination=[] firewalld_conf=None source=[] 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 masquerade=None helper_module=[] icmp_block=[] timeout=0 source_port=[] runtime=True Apr 06 13:30:41 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max) Apr 06 13:30:41 c3bea2dd-16a9-4d10-832b-3452159c8b74.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. Apr 06 13:30:42 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-systemd[14010]: Invoked with no_block=False force=None name=None daemon_reexec=False enabled=None daemon_reload=True state=None masked=None scope=system Apr 06 13:30:42 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm systemd[1]: Reloading. Apr 06 13:30:42 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.systemd[14036]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=restarted masked=None scope=system Apr 06 13:30:42 c3bea2dd-16a9-4d10-832b-3452159c8b74.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. Apr 06 13:30:42 c3bea2dd-16a9-4d10-832b-3452159c8b74.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. Apr 06 13:30:42 c3bea2dd-16a9-4d10-832b-3452159c8b74.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. Apr 06 13:30:42 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-stat[14050]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/etc/systemd/system/tangd.socket.d follow=False get_mime=True get_attributes=True Apr 06 13:30:42 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-stat[14061]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/etc/systemd/system/tangd.socket.d/override2.conf follow=False get_mime=True get_attributes=True Apr 06 13:30:43 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-slurp[14072]: Invoked with src=/etc/systemd/system/tangd.socket.d/override.conf path=/etc/systemd/system/tangd.socket.d/override.conf Apr 06 13:30:43 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-file[14081]: 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/systemd/system/tangd.socket.d/override2.conf owner=None follow=True attributes=None mode=None Apr 06 13:30:43 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.setup[14090]: Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Apr 06 13:30:44 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.yum[14105]: 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=present disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None 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 enable_plugin=[] Apr 06 13:30:44 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-fedora.linux_system_roles.nbde_server_tang[14114]: 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 Apr 06 13:30:44 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-stat[14123]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/etc/systemd/system/tangd.socket.d follow=False get_mime=True get_attributes=True Apr 06 13:30:45 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-find[14134]: 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 mode=None get_checksum=False use_regex=True follow=False hidden=True exact_mode=True read_whole_file=False size=None Apr 06 13:30:45 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-file[14143]: 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/systemd/system/tangd.socket.d owner=None follow=True attributes=None mode=0775 Apr 06 13:30:45 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-systemd[14152]: Invoked with no_block=False force=None name=None daemon_reexec=False enabled=None daemon_reload=True state=None masked=None scope=system Apr 06 13:30:45 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm systemd[1]: Reloading. Apr 06 13:30:46 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.systemd[14178]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=restarted masked=None scope=system Apr 06 13:30:46 c3bea2dd-16a9-4d10-832b-3452159c8b74.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. Apr 06 13:30:46 c3bea2dd-16a9-4d10-832b-3452159c8b74.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. Apr 06 13:30:46 c3bea2dd-16a9-4d10-832b-3452159c8b74.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. Apr 06 13:30:46 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-stat[14192]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/etc/systemd/system/tangd.socket.d follow=False get_mime=True get_attributes=True Apr 06 13:30:46 c3bea2dd-16a9-4d10-832b-3452159c8b74.testing-farm ansible-ansible.legacy.command[14201]: Invoked with executable=None _uses_shell=False expand_argument_vars=True strip_empty_ends=True _raw_params=journalctl -ex removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-cinivbbnek/tests/tests_share_system_dir.yml:100 Saturday 06 April 2024 13:30:46 +0000 (0:00:00.255) 0:00:23.153 ******** included: /WORKDIR/git-weekly-cinivbbnek/tests/tasks/cleanup.yml for sut TASK [Remove control node files/directories] *********************************** task path: /WORKDIR/git-weekly-cinivbbnek/tests/tasks/cleanup.yml:2 Saturday 06 April 2024 13:30:46 +0000 (0:00:00.023) 0:00:23.176 ******** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_keys_dir | d(\"\") is match(\"^/\")", "skip_reason": "Conditional result was False" } TASK [Remove managed node files/directories] *********************************** task path: /WORKDIR/git-weekly-cinivbbnek/tests/tasks/cleanup.yml:9 Saturday 06 April 2024 13:30:46 +0000 (0:00:00.026) 0:00:23.203 ******** skipping: [sut] => (item={'path': '', 'remove_dir': 'true'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.path is match(\"^/\")", "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.004835", "end": "2024-04-06 13:30:46.750575", "item": { "path": "/var/db/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-04-06 13:30:46.745740" } STDERR: + '[' false = true ']' + rm -rf /var/db/tang/M3ND1xsrRWe_117BafBRxsVQLSg.jwk /var/db/tang/miMdoIQz79JRERj9DBCIBm6Ybck.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.004573", "end": "2024-04-06 13:30:46.866020", "item": { "path": "/var/cache/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-04-06 13:30:46.861447" } STDERR: + '[' false = true ']' + rm -rf '/var/cache/tang/*' '/var/cache/tang/.*' PLAY RECAP ********************************************************************* sut : ok=73 changed=12 unreachable=0 failed=0 skipped=116 rescued=0 ignored=0 Saturday 06 April 2024 13:30:46 +0000 (0:00:00.277) 0:00:23.481 ******** =============================================================================== fedora.linux_system_roles.selinux : Set an SELinux label on a port ------ 4.23s /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.21s /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 fedora.linux_system_roles.firewall : Configure firewall ----------------- 1.37s /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 fedora.linux_system_roles.firewall : Enable and start firewalld service --- 1.13s /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 fedora.linux_system_roles.nbde_server : Ensure tang is installed -------- 0.62s /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 fedora.linux_system_roles.nbde_server : Ensure required services are enabled and at the right state --- 0.57s /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:39 fedora.linux_system_roles.nbde_server : Ensure tang is installed -------- 0.52s /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 fedora.linux_system_roles.selinux : Install SELinux python2 tools ------- 0.51s /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:14 Create a customization systemd file ------------------------------------- 0.50s /WORKDIR/git-weekly-cinivbbnek/tests/tests_share_system_dir.yml:20 ------------ fedora.linux_system_roles.nbde_server : Ensure tang is installed -------- 0.50s /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.50s /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 fedora.linux_system_roles.selinux : Refresh facts ----------------------- 0.48s /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:53 fedora.linux_system_roles.nbde_server : Creates the file with the port entry that we want tangd to listen to --- 0.37s /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:44 fedora.linux_system_roles.nbde_server : Ensure ansible_facts used by role --- 0.36s /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2 Remove managed node files/directories ----------------------------------- 0.28s /WORKDIR/git-weekly-cinivbbnek/tests/tasks/cleanup.yml:9 ---------------------- fedora.linux_system_roles.nbde_server : Reload the daemons so the new changes take effect --- 0.27s /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:34 fedora.linux_system_roles.nbde_server : Ensure required services are enabled and at the right state --- 0.26s /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:39 Create the tangd.socket.d directory ------------------------------------- 0.26s /WORKDIR/git-weekly-cinivbbnek/tests/tests_share_system_dir.yml:14 ------------ fedora.linux_system_roles.nbde_server : Reload the daemons so the new changes take effect --- 0.26s /WORKDIR/git-weekly-cinivbbnek/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:34 Debug ------------------------------------------------------------------- 0.26s /WORKDIR/git-weekly-cinivbbnek/tests/tests_share_system_dir.yml:96 ------------ ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---