# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_share_system_dir.yml ******************************************* 1 plays in /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/tests_share_system_dir.yml PLAY [Ensure that the role can share tangd.socket.d directory with other files] *** META: ran handlers TASK [Create the tangd.socket.d directory] ************************************* task path: /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/tests_share_system_dir.yml:14 Wednesday 14 February 2024 01:54:12 +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-custom-port-idempotentwtrl0_ht/tests/tests_share_system_dir.yml:20 Wednesday 14 February 2024 01:54:13 +0000 (0:00:00.284) 0:00:00.297 **** changed: [sut] => { "changed": true, "checksum": "05987691cc309e84627f31fa0d1680a3b3b2c4b2", "dest": "/etc/systemd/system/tangd.socket.d/max-connections.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-1707875653.2258408-4270-2110501580752/source", "state": "file", "uid": 0 } TASK [Run role] **************************************************************** task path: /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/tests_share_system_dir.yml:28 Wednesday 14 February 2024 01:54:13 +0000 (0:00:00.483) 0:00:00.780 **** TASK [linux-system-roles.nbde_server : Set version specific variables] ********* task path: /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:6 Wednesday 14 February 2024 01:54:13 +0000 (0:00:00.014) 0:00:00.794 **** included: /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml for sut TASK [linux-system-roles.nbde_server : Ensure ansible_facts used by role] ****** task path: /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:2 Wednesday 14 February 2024 01:54:13 +0000 (0:00:00.022) 0:00:00.817 **** ok: [sut] TASK [linux-system-roles.nbde_server : Check if system is ostree] ************** task path: /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:11 Wednesday 14 February 2024 01:54:14 +0000 (0:00:00.312) 0:00:01.130 **** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.nbde_server : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:16 Wednesday 14 February 2024 01:54:14 +0000 (0:00:00.124) 0:00:01.255 **** ok: [sut] => { "ansible_facts": { "__nbde_server_is_ostree": false }, "changed": false } TASK [linux-system-roles.nbde_server : Set platform/version specific variables] *** task path: /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:20 Wednesday 14 February 2024 01:54:14 +0000 (0:00:00.019) 0:00:01.274 **** 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-custom-port-idempotentwtrl0_ht/tests/roles/linux-system-roles.nbde_server/vars/default.yml" ], "changed": false } TASK [linux-system-roles.nbde_server : Include the appropriate provider tasks] *** task path: /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:9 Wednesday 14 February 2024 01:54:14 +0000 (0:00:00.022) 0:00:01.297 **** included: /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml for sut TASK [linux-system-roles.nbde_server : Ensure tang is installed] *************** task path: /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 Wednesday 14 February 2024 01:54:14 +0000 (0:00:00.022) 0:00:01.319 **** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tang-6-2.el7.x86_64 providing tang is already installed" ] } TASK [linux-system-roles.nbde_server : Ensure keys are rotated] **************** task path: /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:9 Wednesday 14 February 2024 01:54:14 +0000 (0:00:00.670) 0:00:01.990 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Ensure we have keys] ******************** task path: /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:18 Wednesday 14 February 2024 01:54:14 +0000 (0:00:00.021) 0:00:02.012 **** changed: [sut] => { "arguments": { "cachedir": "/var/cache/tang", "force": false, "keydir": "/var/db/tang", "keygen": "/usr/libexec/tangd-keygen", "keys_to_deploy_dir": null, "state": "keys-created", "update": "/usr/libexec/tangd-update" }, "changed": true, "state": "keys-created" } TASK [linux-system-roles.nbde_server : Perform key management (fetch/deploy) tasks] *** task path: /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:27 Wednesday 14 February 2024 01:54:15 +0000 (0:00:00.197) 0:00:02.209 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Manage firewall and SELinux for port] *** task path: /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:32 Wednesday 14 February 2024 01:54:15 +0000 (0:00:00.019) 0:00:02.229 **** included: /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml for sut TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /WORKDIR/git-custom-port-idempotentwtrl0_ht/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Wednesday 14 February 2024 01:54:15 +0000 (0:00:00.062) 0:00:02.291 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /WORKDIR/git-custom-port-idempotentwtrl0_ht/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Wednesday 14 February 2024 01:54:15 +0000 (0:00:00.010) 0:00:02.302 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /WORKDIR/git-custom-port-idempotentwtrl0_ht/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Wednesday 14 February 2024 01:54:15 +0000 (0:00:00.022) 0:00:02.324 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /WORKDIR/git-custom-port-idempotentwtrl0_ht/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Wednesday 14 February 2024 01:54:15 +0000 (0:00:00.013) 0:00:02.338 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /WORKDIR/git-custom-port-idempotentwtrl0_ht/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Wednesday 14 February 2024 01:54:15 +0000 (0:00:00.021) 0:00:02.359 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /WORKDIR/git-custom-port-idempotentwtrl0_ht/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Wednesday 14 February 2024 01:54:15 +0000 (0:00:00.011) 0:00:02.371 **** skipping: [sut] => {} TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /WORKDIR/git-custom-port-idempotentwtrl0_ht/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Wednesday 14 February 2024 01:54:15 +0000 (0:00:00.020) 0:00:02.391 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /WORKDIR/git-custom-port-idempotentwtrl0_ht/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Wednesday 14 February 2024 01:54:15 +0000 (0:00:00.011) 0:00:02.402 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] *** task path: /WORKDIR/git-custom-port-idempotentwtrl0_ht/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Wednesday 14 February 2024 01:54:15 +0000 (0:00:00.009) 0:00:02.411 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] *** task path: /WORKDIR/git-custom-port-idempotentwtrl0_ht/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Wednesday 14 February 2024 01:54:15 +0000 (0:00:00.008) 0:00:02.420 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /WORKDIR/git-custom-port-idempotentwtrl0_ht/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Wednesday 14 February 2024 01:54:15 +0000 (0:00:00.009) 0:00:02.430 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /WORKDIR/git-custom-port-idempotentwtrl0_ht/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Wednesday 14 February 2024 01:54:15 +0000 (0:00:00.008) 0:00:02.439 **** TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /WORKDIR/git-custom-port-idempotentwtrl0_ht/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74 Wednesday 14 February 2024 01:54:15 +0000 (0:00:00.009) 0:00:02.448 **** TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /WORKDIR/git-custom-port-idempotentwtrl0_ht/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Wednesday 14 February 2024 01:54:15 +0000 (0:00:00.009) 0:00:02.457 **** skipping: [sut] => (item={'ports': 80, 'proto': 'tcp', 'setype': 'tangd_port_t', 'state': 'present', 'local': True}) => { "__selinux_item": { "local": true, "ports": 80, "proto": "tcp", "setype": "tangd_port_t", "state": "present" }, "ansible_loop_var": "__selinux_item", "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /WORKDIR/git-custom-port-idempotentwtrl0_ht/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Wednesday 14 February 2024 01:54:15 +0000 (0:00:00.014) 0:00:02.471 **** TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /WORKDIR/git-custom-port-idempotentwtrl0_ht/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Wednesday 14 February 2024 01:54:15 +0000 (0:00:00.009) 0:00:02.480 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /WORKDIR/git-custom-port-idempotentwtrl0_ht/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115 Wednesday 14 February 2024 01:54:15 +0000 (0:00:00.009) 0:00:02.489 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /WORKDIR/git-custom-port-idempotentwtrl0_ht/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128 Wednesday 14 February 2024 01:54:15 +0000 (0:00:00.010) 0:00:02.499 **** TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /WORKDIR/git-custom-port-idempotentwtrl0_ht/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136 Wednesday 14 February 2024 01:54:15 +0000 (0:00:00.008) 0:00:02.508 **** TASK [linux-system-roles.nbde_server : Stat the tangd custom port systemd directory] *** task path: /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:14 Wednesday 14 February 2024 01:54:15 +0000 (0:00:00.010) 0:00:02.519 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707875653.1729424, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1707875653.6359248, "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": 1707875653.6359248, "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": "154140318", "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.nbde_server : Get a list of files in the tangd custom directory] *** task path: /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:19 Wednesday 14 February 2024 01:54:15 +0000 (0:00:00.131) 0:00:02.650 **** fatal: [sut]: FAILED! => { "changed": false } MSG: Unsupported parameters for (find) module: exact_mode Supported parameters include: age, age_stamp, contains, depth, excludes, file_type, follow, get_checksum, hidden, paths, patterns, recurse, size, use_regex TASK [Debug] ******************************************************************* task path: /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/tests_share_system_dir.yml:102 Wednesday 14 February 2024 01:54:15 +0000 (0:00:00.167) 0:00:02.818 **** ok: [sut] => { "changed": false, "cmd": [ "journalctl", "-ex" ], "delta": "0:00:00.051524", "end": "2024-02-14 01:54:15.946434", "rc": 0, "start": "2024-02-14 01:54:15.894910" } STDOUT: -- Logs begin at Wed 2024-02-14 01:33:17 UTC, end at Wed 2024-02-14 01:54:15 UTC. -- Feb 14 01:33:17 localhost.localdomain systemd[1]: Started Journal Service. Feb 14 01:33:17 localhost.localdomain systemd[1]: Mounting Configuration File System... -- Subject: Unit sys-kernel-config.mount has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sys-kernel-config.mount has begun starting up. Feb 14 01:33:17 localhost.localdomain systemd[1]: Mounted Configuration File System. -- Subject: Unit sys-kernel-config.mount has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sys-kernel-config.mount has finished starting up. -- -- The start-up result is done. Feb 14 01:33:17 localhost.localdomain systemd[1]: Started Setup Virtual Console. -- Subject: Unit systemd-vconsole-setup.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-vconsole-setup.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:17 localhost.localdomain systemd[1]: Started udev Coldplug all Devices. -- Subject: Unit systemd-udev-trigger.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udev-trigger.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:17 localhost.localdomain systemd[1]: Starting Show Plymouth Boot Screen... -- Subject: Unit plymouth-start.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-start.service has begun starting up. Feb 14 01:33:17 localhost.localdomain systemd[1]: Starting dracut initqueue hook... -- Subject: Unit dracut-initqueue.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-initqueue.service has begun starting up. Feb 14 01:33:17 localhost.localdomain systemd[1]: Reached target System Initialization. -- Subject: Unit sysinit.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sysinit.target has finished starting up. -- -- The start-up result is done. Feb 14 01:33:17 localhost.localdomain kernel: FDC 0 is a S82078B Feb 14 01:33:17 localhost.localdomain systemd[1]: Started Show Plymouth Boot Screen. -- Subject: Unit plymouth-start.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-start.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:17 localhost.localdomain systemd[1]: Started Forward Password Requests to Plymouth Directory Watch. -- Subject: Unit systemd-ask-password-plymouth.path has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-ask-password-plymouth.path has finished starting up. -- -- The start-up result is done. Feb 14 01:33:17 localhost.localdomain systemd[1]: Reached target Paths. -- Subject: Unit paths.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit paths.target has finished starting up. -- -- The start-up result is done. Feb 14 01:33:17 localhost.localdomain systemd[1]: Reached target Basic System. -- Subject: Unit basic.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit basic.target has finished starting up. -- -- The start-up result is done. Feb 14 01:33:17 localhost.localdomain kernel: xen_netfront: Initialising Xen virtual ethernet driver Feb 14 01:33:17 localhost.localdomain kernel: libata version 3.00 loaded. Feb 14 01:33:17 localhost.localdomain kernel: ata_piix 0000:00:01.1: version 2.13 Feb 14 01:33:17 localhost.localdomain kernel: scsi host0: ata_piix Feb 14 01:33:17 localhost.localdomain kernel: scsi host1: ata_piix Feb 14 01:33:17 localhost.localdomain kernel: ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 Feb 14 01:33:17 localhost.localdomain kernel: ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 Feb 14 01:33:17 localhost.localdomain kernel: [TTM] Zone kernel: Available graphics memory: 1843226 kiB Feb 14 01:33:17 localhost.localdomain kernel: [TTM] Initializing pool allocator Feb 14 01:33:17 localhost.localdomain kernel: [TTM] Initializing DMA pool allocator Feb 14 01:33:17 localhost.localdomain kernel: [drm] fb mappable at 0xF0000000 Feb 14 01:33:17 localhost.localdomain kernel: [drm] vram aper at 0xF0000000 Feb 14 01:33:17 localhost.localdomain kernel: [drm] size 33554432 Feb 14 01:33:17 localhost.localdomain kernel: [drm] fb depth is 16 Feb 14 01:33:17 localhost.localdomain kernel: [drm] pitch is 2048 Feb 14 01:33:17 localhost.localdomain kernel: blkfront: xvda: barrier or flush: disabled; persistent grants: disabled; indirect descriptors: enabled; Feb 14 01:33:17 localhost.localdomain kernel: xvda: xvda1 Feb 14 01:33:17 localhost.localdomain kernel: fbcon: cirrusdrmfb (fb0) is primary device Feb 14 01:33:18 localhost.localdomain kernel: Console: switching to colour frame buffer device 128x48 Feb 14 01:33:18 localhost.localdomain kernel: cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Feb 14 01:33:18 localhost.localdomain kernel: [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Feb 14 01:33:18 localhost.localdomain systemd[1]: Found device /dev/disk/by-uuid/6859697e-3d7c-4233-8ff7-5f3216805e7f. -- Subject: Unit dev-disk-by\x2duuid-6859697e\x2d3d7c\x2d4233\x2d8ff7\x2d5f3216805e7f.device has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dev-disk-by\x2duuid-6859697e\x2d3d7c\x2d4233\x2d8ff7\x2d5f3216805e7f.device has finished starting up. -- -- The start-up result is done. Feb 14 01:33:18 localhost.localdomain systemd[1]: Starting File System Check on /dev/disk/by-uuid/6859697e-3d7c-4233-8ff7-5f3216805e7f... -- 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. Feb 14 01:33:18 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. Feb 14 01:33:18 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. Feb 14 01:33:18 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. Feb 14 01:33:18 localhost.localdomain systemd-fsck[257]: /dev/xvda1: clean, 63862/262144 files, 526701/1048320 blocks Feb 14 01:33:18 localhost.localdomain systemd[1]: Started File System Check on /dev/disk/by-uuid/6859697e-3d7c-4233-8ff7-5f3216805e7f. -- 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. Feb 14 01:33:18 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. Feb 14 01:33:18 localhost.localdomain kernel: EXT4-fs (xvda1): mounted filesystem with ordered data mode. Opts: (null) Feb 14 01:33:18 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. Feb 14 01:33:18 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. Feb 14 01:33:18 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. Feb 14 01:33:18 localhost.localdomain systemd[1]: Reloading. Feb 14 01:33:18 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. Feb 14 01:33:18 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. Feb 14 01:33:18 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. Feb 14 01:33:18 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. Feb 14 01:33:18 localhost.localdomain kernel: input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Feb 14 01:33:18 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. Feb 14 01:33:18 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. Feb 14 01:33:18 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. Feb 14 01:33:18 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. Feb 14 01:33:18 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. Feb 14 01:33:18 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. Feb 14 01:33:18 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. Feb 14 01:33:18 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. Feb 14 01:33:18 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. Feb 14 01:33:18 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. Feb 14 01:33:18 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. Feb 14 01:33:18 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. Feb 14 01:33:18 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. Feb 14 01:33:18 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. Feb 14 01:33:18 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. Feb 14 01:33:18 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. Feb 14 01:33:18 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. Feb 14 01:33:18 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. Feb 14 01:33:18 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. Feb 14 01:33:18 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. Feb 14 01:33:18 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. Feb 14 01:33:18 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. Feb 14 01:33:18 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. Feb 14 01:33:18 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. Feb 14 01:33:18 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. Feb 14 01:33:18 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. Feb 14 01:33:18 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. Feb 14 01:33:18 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. Feb 14 01:33:18 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. Feb 14 01:33:18 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. Feb 14 01:33:18 localhost.localdomain kernel: tsc: Refined TSC clocksource calibration: 2899.997 MHz Feb 14 01:33:18 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. Feb 14 01:33:18 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. Feb 14 01:33:18 localhost.localdomain systemd[1]: Switching root. Feb 14 01:33:18 localhost.localdomain unknown[98]: 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. Feb 14 01:33:23 localhost.localdomain systemd-journal[349]: Runtime journal is using 8.0M (max allowed 180.0M, trying to leave 270.0M free of 1.7G available → current limit 180.0M). Feb 14 01:33:23 localhost.localdomain systemd-journald[98]: Received SIGTERM from PID 1 (systemd). Feb 14 01:33:23 localhost.localdomain kernel: random: crng init done Feb 14 01:33:23 localhost.localdomain kernel: type=1404 audit(1707874399.869:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 Feb 14 01:33:23 localhost.localdomain kernel: SELinux: 2048 avtab hash slots, 112757 rules. Feb 14 01:33:23 localhost.localdomain kernel: SELinux: 2048 avtab hash slots, 112757 rules. Feb 14 01:33:23 localhost.localdomain kernel: SELinux: 8 users, 14 roles, 5049 types, 316 bools, 1 sens, 1024 cats Feb 14 01:33:23 localhost.localdomain kernel: SELinux: 130 classes, 112757 rules Feb 14 01:33:23 localhost.localdomain kernel: SELinux: Completing initialization. Feb 14 01:33:23 localhost.localdomain kernel: SELinux: Setting up existing superblocks. Feb 14 01:33:23 localhost.localdomain kernel: type=1403 audit(1707874400.497:3): policy loaded auid=4294967295 ses=4294967295 Feb 14 01:33:23 localhost.localdomain systemd[1]: Successfully loaded SELinux policy in 686.100ms. Feb 14 01:33:23 localhost.localdomain kernel: ip_tables: (C) 2000-2006 Netfilter Core Team Feb 14 01:33:23 localhost.localdomain systemd[1]: Inserted module 'ip_tables' Feb 14 01:33:23 localhost.localdomain systemd[1]: Relabelled /dev, /run and /sys/fs/cgroup in 11.903ms. Feb 14 01:33:23 localhost.localdomain kernel: EXT4-fs (xvda1): re-mounted. Opts: (null) Feb 14 01:33:23 localhost.localdomain systemd-journal[349]: 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. Feb 14 01:33:21 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) Feb 14 01:33:21 localhost.localdomain systemd[1]: Detected virtualization xen. Feb 14 01:33:21 localhost.localdomain systemd[1]: Detected architecture x86-64. Feb 14 01:33:21 localhost.localdomain systemd[1]: Set hostname to . Feb 14 01:33:21 localhost.localdomain systemd[1]: Initializing machine ID from random generator. Feb 14 01:33:21 localhost.localdomain systemd[1]: Installed transient /etc/machine-id file. Feb 14 01:33:23 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. Feb 14 01:33:23 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. Feb 14 01:33:23 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. Feb 14 01:33:23 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. Feb 14 01:33:23 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. Feb 14 01:33:23 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. Feb 14 01:33:23 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. Feb 14 01:33:23 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. Feb 14 01:33:23 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. Feb 14 01:33:23 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. Feb 14 01:33:23 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. Feb 14 01:33:23 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. Feb 14 01:33:23 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. Feb 14 01:33:23 localhost.localdomain systemd-udevd[385]: starting version 219 Feb 14 01:33:23 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. Feb 14 01:33:23 localhost.localdomain systemd-udevd[385]: Network interface NamePolicy= disabled on kernel command line, ignoring. Feb 14 01:33:23 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. Feb 14 01:33:23 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. Feb 14 01:33:23 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. Feb 14 01:33:23 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. Feb 14 01:33:23 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. Feb 14 01:33:23 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. Feb 14 01:33:23 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. Feb 14 01:33:23 localhost.localdomain kernel: RPC: Registered named UNIX socket transport module. Feb 14 01:33:23 localhost.localdomain kernel: RPC: Registered udp transport module. Feb 14 01:33:23 localhost.localdomain kernel: RPC: Registered tcp transport module. Feb 14 01:33:23 localhost.localdomain kernel: RPC: Registered tcp NFSv4.1 backchannel transport module. Feb 14 01:33:23 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. Feb 14 01:33:23 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. Feb 14 01:33:24 localhost.localdomain auditd[414]: Started dispatcher: /sbin/audispd pid: 416 Feb 14 01:33:24 localhost.localdomain kernel: type=1305 audit(1707874404.109:4): audit_pid=414 old=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 Feb 14 01:33:24 localhost.localdomain audispd[416]: No plugins found, exiting Feb 14 01:33:24 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. Feb 14 01:33:24 localhost.localdomain auditd[414]: Init complete, auditd 2.8.5 listening for events (startup state enable) Feb 14 01:33:24 localhost.localdomain kernel: cryptd: max_cpu_qlen set to 1000 Feb 14 01:33:24 localhost.localdomain kernel: input: PC Speaker as /devices/platform/pcspkr/input/input4 Feb 14 01:33:24 localhost.localdomain augenrules[430]: /sbin/augenrules: No change Feb 14 01:33:24 localhost.localdomain augenrules[430]: No rules Feb 14 01:33:24 localhost.localdomain augenrules[430]: enabled 1 Feb 14 01:33:24 localhost.localdomain augenrules[430]: failure 1 Feb 14 01:33:24 localhost.localdomain augenrules[430]: pid 414 Feb 14 01:33:24 localhost.localdomain augenrules[430]: rate_limit 0 Feb 14 01:33:24 localhost.localdomain augenrules[430]: backlog_limit 8192 Feb 14 01:33:24 localhost.localdomain augenrules[430]: lost 0 Feb 14 01:33:24 localhost.localdomain augenrules[430]: backlog 1 Feb 14 01:33:24 localhost.localdomain augenrules[430]: enabled 1 Feb 14 01:33:24 localhost.localdomain augenrules[430]: failure 1 Feb 14 01:33:24 localhost.localdomain augenrules[430]: pid 414 Feb 14 01:33:24 localhost.localdomain augenrules[430]: rate_limit 0 Feb 14 01:33:24 localhost.localdomain augenrules[430]: backlog_limit 8192 Feb 14 01:33:24 localhost.localdomain augenrules[430]: lost 0 Feb 14 01:33:24 localhost.localdomain augenrules[430]: backlog 1 Feb 14 01:33:24 localhost.localdomain kernel: piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr Feb 14 01:33:24 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. Feb 14 01:33:24 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. Feb 14 01:33:24 localhost.localdomain kernel: AVX2 version of gcm_enc/dec engaged. Feb 14 01:33:24 localhost.localdomain kernel: AES CTR mode by8 optimization enabled Feb 14 01:33:24 localhost.localdomain kernel: alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) Feb 14 01:33:24 localhost.localdomain kernel: alg: No test for __generic-gcm-aes-aesni (__driver-generic-gcm-aes-aesni) Feb 14 01:33:24 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. Feb 14 01:33:24 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. Feb 14 01:33:24 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. Feb 14 01:33:24 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. Feb 14 01:33:24 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. Feb 14 01:33:24 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. Feb 14 01:33:24 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. Feb 14 01:33:24 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. Feb 14 01:33:24 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. Feb 14 01:33:24 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. Feb 14 01:33:24 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. Feb 14 01:33:24 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. Feb 14 01:33:24 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. Feb 14 01:33:24 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. Feb 14 01:33:24 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. Feb 14 01:33:24 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. Feb 14 01:33:24 localhost.localdomain kernel: ppdev: user-space parallel port driver Feb 14 01:33:24 localhost.localdomain kernel: EDAC sbridge: Seeking for: PCI ID 8086:2fa0 Feb 14 01:33:24 localhost.localdomain kernel: EDAC sbridge: Ver: 1.1.2 Feb 14 01:33:25 localhost.localdomain dbus[483]: [system] Successfully activated service 'org.freedesktop.systemd1' Feb 14 01:33:25 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. Feb 14 01:33:25 localhost.localdomain chronyd[523]: chronyd version 3.4 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +SECHASH +IPV6 +DEBUG) Feb 14 01:33:25 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. Feb 14 01:33:25 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. Feb 14 01:33:25 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. Feb 14 01:33:25 localhost.localdomain polkitd[480]: Started polkitd version 0.112 Feb 14 01:33:25 localhost.localdomain systemd-logind[477]: 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. Feb 14 01:33:25 localhost.localdomain rngd[481]: Initalizing available sources Feb 14 01:33:25 localhost.localdomain rngd[481]: Failed to init entropy source 0: Hardware RNG Device Feb 14 01:33:25 localhost.localdomain rngd[481]: Enabling RDRAND rng support Feb 14 01:33:25 localhost.localdomain rngd[481]: Initalizing entropy source Intel RDRAND Instruction RNG Feb 14 01:33:25 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. Feb 14 01:33:25 localhost.localdomain systemd-logind[477]: Watching system buttons on /dev/input/event0 (Power Button) Feb 14 01:33:25 localhost.localdomain systemd-logind[477]: Watching system buttons on /dev/input/event1 (Sleep Button) Feb 14 01:33:25 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. Feb 14 01:33:25 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. Feb 14 01:33:25 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. Feb 14 01:33:25 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. Feb 14 01:33:25 localhost.localdomain chronyd[523]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift Feb 14 01:33:25 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. Feb 14 01:33:25 localhost.localdomain polkitd[480]: Loading rules from directory /etc/polkit-1/rules.d Feb 14 01:33:25 localhost.localdomain polkitd[480]: Loading rules from directory /usr/share/polkit-1/rules.d Feb 14 01:33:25 localhost.localdomain polkitd[480]: Finished loading, compiling and executing 2 rules Feb 14 01:33:25 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. Feb 14 01:33:25 localhost.localdomain polkitd[480]: Acquired the name org.freedesktop.PolicyKit1 on the system bus Feb 14 01:33:26 localhost.localdomain rngd[481]: Enabling JITTER rng support Feb 14 01:33:26 localhost.localdomain rngd[481]: Initalizing entropy source JITTER Entropy generator Feb 14 01:33:28 localhost.localdomain cloud-init[530]: Cloud-init v. 0.7.9 running 'init-local' at Wed, 14 Feb 2024 01:33:28 +0000. Up 11.60 seconds. Feb 14 01:33:29 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. Feb 14 01:33:29 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. Feb 14 01:33:29 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. Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.4500] NetworkManager (version 1.18.8-2.el7_9) is starting... (for the first time) Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.4508] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 10-slaves-order.conf) Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.4601] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager" Feb 14 01:33:29 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. Feb 14 01:33:29 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. Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.4636] manager[0x55c62e567080]: monitoring kernel firmware directory '/lib/firmware'. Feb 14 01:33:29 localhost.localdomain dbus[483]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' Feb 14 01:33:29 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. Feb 14 01:33:29 localhost.localdomain dbus[483]: [system] Successfully activated service 'org.freedesktop.hostname1' Feb 14 01:33:29 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. Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.5174] hostname: hostname: using hostnamed Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.5174] hostname: hostname changed from (none) to "localhost.localdomain" Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.5181] dns-mgr[0x55c62e54f220]: init: dns=default,systemd-resolved rc-manager=file Feb 14 01:33:29 localhost.localdomain dbus[483]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' Feb 14 01:33:29 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. Feb 14 01:33:29 localhost.localdomain dbus[483]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Feb 14 01:33:29 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. Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.5598] settings: Loaded settings plugin: SettingsPluginIfcfg ("/usr/lib64/NetworkManager/1.18.8-2.el7_9/libnm-settings-plugin-ifcfg-rh.so") Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.5610] settings: Loaded settings plugin: NMSIbftPlugin ("/usr/lib64/NetworkManager/1.18.8-2.el7_9/libnm-settings-plugin-ibft.so") Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.5610] settings: Loaded settings plugin: NMSKeyfilePlugin (internal) Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.5641] ifcfg-rh: new connection /etc/sysconfig/network-scripts/ifcfg-eth0 (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03,"System eth0") Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.5673] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.5674] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.5675] manager: Networking is enabled by state file Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.5689] dhcp-init: Using DHCP client 'dhclient' Feb 14 01:33:29 localhost.localdomain nm-dispatcher[584]: req:1 'hostname': new request (4 scripts) Feb 14 01:33:29 localhost.localdomain nm-dispatcher[584]: req:1 'hostname': start running ordered scripts... Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.5760] Loaded device plugin: NMTeamFactory (/usr/lib64/NetworkManager/1.18.8-2.el7_9/libnm-device-plugin-team.so) Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.5774] device (lo): carrier: link connected Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.5777] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1) Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.5793] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2) Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.5836] device (eth0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external') Feb 14 01:33:29 localhost.localdomain kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.5850] device (eth0): carrier: link connected Feb 14 01:33:29 localhost.localdomain nm-dispatcher[584]: req:2 'connectivity-change': new request (4 scripts) Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.6041] device (eth0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed') Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.6083] policy: auto-activating connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.6102] device (eth0): Activation: starting connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.6131] device (eth0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.6136] manager: NetworkManager state is now CONNECTING Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.6140] device (eth0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.6145] device (eth0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.6170] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds) Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.6389] dhcp4 (eth0): dhclient started with pid 598 Feb 14 01:33:29 localhost.localdomain nm-dispatcher[584]: req:2 'connectivity-change': start running ordered scripts... Feb 14 01:33:29 localhost.localdomain dhclient[598]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7 (xid=0x40bdd45f) Feb 14 01:33:29 localhost.localdomain dhclient[598]: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x40bdd45f) Feb 14 01:33:29 localhost.localdomain dhclient[598]: DHCPOFFER from 10.31.40.1 Feb 14 01:33:29 localhost.localdomain dhclient[598]: DHCPACK from 10.31.40.1 (xid=0x40bdd45f) Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.9011] dhcp4 (eth0): address 10.31.41.6 Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.9014] dhcp4 (eth0): plen 22 (255.255.252.0) Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.9014] dhcp4 (eth0): gateway 10.31.40.1 Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.9014] dhcp4 (eth0): lease time 3600 Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.9015] dhcp4 (eth0): hostname 'ip-10-31-41-6' Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.9015] dhcp4 (eth0): nameserver '10.29.169.13' Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.9015] dhcp4 (eth0): nameserver '10.29.170.12' Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.9015] dhcp4 (eth0): nameserver '10.2.32.1' Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.9015] dhcp4 (eth0): domain name 'us-east-1.aws.redhat.com' Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.9015] dhcp4 (eth0): state changed unknown -> bound Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.9029] device (eth0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed') Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.9041] device (eth0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed') Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.9043] device (eth0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed') Feb 14 01:33:29 localhost.localdomain NetworkManager[578]: [1707874409.9054] manager: NetworkManager state is now CONNECTED_LOCAL Feb 14 01:33:30 localhost.localdomain dhclient[598]: bound to 10.31.41.6 -- renewal in 1774 seconds. Feb 14 01:33:30 localhost.localdomain NetworkManager[578]: [1707874410.1108] manager: NetworkManager state is now CONNECTED_SITE Feb 14 01:33:30 localhost.localdomain NetworkManager[578]: [1707874410.1109] policy: set 'System eth0' (eth0) as default for IPv4 routing and DNS Feb 14 01:33:30 localhost.localdomain NetworkManager[578]: [1707874410.1111] policy: set-hostname: set hostname to 'ip-10-31-41-6' (from DHCPv4) Feb 14 01:33:30 ip-10-31-41-6 systemd-hostnamed[583]: Changed host name to 'ip-10-31-41-6' Feb 14 01:33:30 ip-10-31-41-6 NetworkManager[578]: [1707874410.1161] device (eth0): Activation: successful, device activated. Feb 14 01:33:30 ip-10-31-41-6 NetworkManager[578]: [1707874410.1170] manager: NetworkManager state is now CONNECTED_GLOBAL Feb 14 01:33:30 ip-10-31-41-6 NetworkManager[578]: [1707874410.1177] manager: startup complete Feb 14 01:33:30 ip-10-31-41-6 nm-dispatcher[584]: req:3 'up' [eth0]: new request (4 scripts) Feb 14 01:33:30 ip-10-31-41-6 nm-dispatcher[584]: req:3 'up' [eth0]: start running ordered scripts... Feb 14 01:33:30 ip-10-31-41-6 nm-dispatcher[584]: req:4 'connectivity-change': new request (4 scripts) Feb 14 01:33:30 ip-10-31-41-6 nm-dispatcher[584]: req:5 'hostname': new request (4 scripts) Feb 14 01:33:30 ip-10-31-41-6 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. Feb 14 01:33:30 ip-10-31-41-6 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. Feb 14 01:33:30 ip-10-31-41-6 nm-dispatcher[584]: req:4 'connectivity-change': start running ordered scripts... Feb 14 01:33:30 ip-10-31-41-6 nm-dispatcher[584]: req:5 'hostname': start running ordered scripts... Feb 14 01:33:31 ip-10-31-41-6 network[644]: Bringing up loopback interface: [ OK ] Feb 14 01:33:31 ip-10-31-41-6 network[644]: Bringing up interface eth0: [ OK ] Feb 14 01:33:31 ip-10-31-41-6 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. Feb 14 01:33:31 ip-10-31-41-6 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. Feb 14 01:33:31 ip-10-31-41-6 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. Feb 14 01:33:31 ip-10-31-41-6 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. Feb 14 01:33:31 ip-10-31-41-6 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. Feb 14 01:33:31 ip-10-31-41-6 cloud-init[850]: Cloud-init v. 0.7.9 running 'init' at Wed, 14 Feb 2024 01:33:31 +0000. Up 14.39 seconds. Feb 14 01:33:31 ip-10-31-41-6 cloud-init[850]: ci-info: +++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++ Feb 14 01:33:31 ip-10-31-41-6 cloud-init[850]: ci-info: +--------+------+------------+---------------+-------+-------------------+ Feb 14 01:33:31 ip-10-31-41-6 cloud-init[850]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | Feb 14 01:33:31 ip-10-31-41-6 cloud-init[850]: ci-info: +--------+------+------------+---------------+-------+-------------------+ Feb 14 01:33:31 ip-10-31-41-6 cloud-init[850]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | . | Feb 14 01:33:31 ip-10-31-41-6 cloud-init[850]: ci-info: | lo: | True | . | . | d | . | Feb 14 01:33:31 ip-10-31-41-6 cloud-init[850]: ci-info: | eth0: | True | 10.31.41.6 | 255.255.252.0 | . | 0e:a0:aa:78:c2:91 | Feb 14 01:33:31 ip-10-31-41-6 cloud-init[850]: ci-info: | eth0: | True | . | . | d | 0e:a0:aa:78:c2:91 | Feb 14 01:33:31 ip-10-31-41-6 cloud-init[850]: ci-info: +--------+------+------------+---------------+-------+-------------------+ Feb 14 01:33:31 ip-10-31-41-6 cloud-init[850]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++ Feb 14 01:33:31 ip-10-31-41-6 cloud-init[850]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Feb 14 01:33:31 ip-10-31-41-6 cloud-init[850]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | Feb 14 01:33:31 ip-10-31-41-6 cloud-init[850]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Feb 14 01:33:31 ip-10-31-41-6 cloud-init[850]: ci-info: | 0 | 0.0.0.0 | 10.31.40.1 | 0.0.0.0 | eth0 | UG | Feb 14 01:33:31 ip-10-31-41-6 cloud-init[850]: ci-info: | 1 | 10.31.40.0 | 0.0.0.0 | 255.255.252.0 | eth0 | U | Feb 14 01:33:31 ip-10-31-41-6 cloud-init[850]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Feb 14 01:33:31 ip-10-31-41-6 cloud-init[850]: 2024-02-13 20:33:31,804 - __init__.py[WARNING]: Unhandled non-multipart (text/x-not-multipart) userdata: '~/.citool.d/post-install...' Feb 14 01:33:32 ip-10-31-41-6 kernel: EXT4-fs (xvda1): resizing filesystem from 1048320 to 65535739 blocks Feb 14 01:33:32 ip-10-31-41-6 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. Feb 14 01:33:32 ip-10-31-41-6 kernel: EXT4-fs (xvda1): resized filesystem to 65535739 Feb 14 01:33:33 ip-10-31-41-6.us-east-1.aws.redhat.com systemd-hostnamed[583]: Changed static host name to 'ip-10-31-41-6.us-east-1.aws.redhat.com' Feb 14 01:33:33 ip-10-31-41-6.us-east-1.aws.redhat.com systemd-hostnamed[583]: Changed host name to 'ip-10-31-41-6.us-east-1.aws.redhat.com' Feb 14 01:33:33 ip-10-31-41-6.us-east-1.aws.redhat.com NetworkManager[578]: [1707874413.3726] hostname: hostname changed from "localhost.localdomain" to "ip-10-31-41-6.us-east-1.aws.redhat.com" Feb 14 01:33:33 ip-10-31-41-6.us-east-1.aws.redhat.com nm-dispatcher[584]: req:6 'hostname': new request (4 scripts) Feb 14 01:33:33 ip-10-31-41-6.us-east-1.aws.redhat.com nm-dispatcher[584]: req:6 'hostname': start running ordered scripts... Feb 14 01:33:33 ip-10-31-41-6.us-east-1.aws.redhat.com NetworkManager[578]: [1707874413.3823] policy: set-hostname: set hostname to 'ip-10-31-41-6.us-east-1.aws.redhat.com' (from system configuration) Feb 14 01:33:33 ip-10-31-41-6.us-east-1.aws.redhat.com nm-dispatcher[584]: req:7 'hostname': new request (4 scripts) Feb 14 01:33:33 ip-10-31-41-6.us-east-1.aws.redhat.com postfix/postfix-script[1186]: starting the Postfix mail system Feb 14 01:33:33 ip-10-31-41-6.us-east-1.aws.redhat.com nm-dispatcher[584]: req:7 'hostname': start running ordered scripts... Feb 14 01:33:33 ip-10-31-41-6.us-east-1.aws.redhat.com postfix/master[1201]: daemon started -- version 2.10.1, configuration /etc/postfix Feb 14 01:33:33 ip-10-31-41-6.us-east-1.aws.redhat.com 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. Feb 14 01:33:33 ip-10-31-41-6.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. Feb 14 01:33:33 ip-10-31-41-6.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. Feb 14 01:33:33 ip-10-31-41-6.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. Feb 14 01:33:33 ip-10-31-41-6.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. Feb 14 01:33:33 ip-10-31-41-6.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. Feb 14 01:33:33 ip-10-31-41-6.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. Feb 14 01:33:33 ip-10-31-41-6.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. Feb 14 01:33:33 ip-10-31-41-6.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. Feb 14 01:33:33 ip-10-31-41-6.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. Feb 14 01:33:33 ip-10-31-41-6.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. Feb 14 01:33:33 ip-10-31-41-6.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. Feb 14 01:33:33 ip-10-31-41-6.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. Feb 14 01:33:33 ip-10-31-41-6.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. Feb 14 01:33:33 ip-10-31-41-6.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. Feb 14 01:33:33 ip-10-31-41-6.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. Feb 14 01:33:33 ip-10-31-41-6.us-east-1.aws.redhat.com crond[1254]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 94% if used.) Feb 14 01:33:33 ip-10-31-41-6.us-east-1.aws.redhat.com sm-notify[1221]: Version 1.3.0 starting Feb 14 01:33:33 ip-10-31-41-6.us-east-1.aws.redhat.com systemd[1]: Received SIGRTMIN+21 from PID 227 (plymouthd). Feb 14 01:33:33 ip-10-31-41-6.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. Feb 14 01:33:33 ip-10-31-41-6.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. Feb 14 01:33:33 ip-10-31-41-6.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. Feb 14 01:33:33 ip-10-31-41-6.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. Feb 14 01:33:33 ip-10-31-41-6.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. Feb 14 01:33:33 ip-10-31-41-6.us-east-1.aws.redhat.com rsyslogd[1224]: [origin software="rsyslogd" swVersion="8.24.0-57.el7_9.3" x-pid="1224" x-info="http://www.rsyslog.com"] start Feb 14 01:33:33 ip-10-31-41-6.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. Feb 14 01:33:33 ip-10-31-41-6.us-east-1.aws.redhat.com kdumpctl[1222]: No kdump initial ramdisk found. Feb 14 01:33:33 ip-10-31-41-6.us-east-1.aws.redhat.com kdumpctl[1222]: Rebuilding /boot/initramfs-3.10.0-1160.108.1.el7.x86_64kdump.img Feb 14 01:33:33 ip-10-31-41-6.us-east-1.aws.redhat.com restraintd[1247]: Listening on http://localhost:8081 Feb 14 01:33:33 ip-10-31-41-6.us-east-1.aws.redhat.com sshd[1220]: Server listening on 0.0.0.0 port 22. Feb 14 01:33:33 ip-10-31-41-6.us-east-1.aws.redhat.com sshd[1220]: Server listening on :: port 22. Feb 14 01:33:33 ip-10-31-41-6.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. Feb 14 01:33:33 ip-10-31-41-6.us-east-1.aws.redhat.com cloud-init[1223]: Cloud-init v. 0.7.9 running 'modules:config' at Wed, 14 Feb 2024 01:33:33 +0000. Up 16.98 seconds. Feb 14 01:33:34 ip-10-31-41-6.us-east-1.aws.redhat.com crond[1254]: (CRON) INFO (running with inotify support) Feb 14 01:33:34 ip-10-31-41-6.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. Feb 14 01:33:34 ip-10-31-41-6.us-east-1.aws.redhat.com sshd[1220]: Received signal 15; terminating. Feb 14 01:33:34 ip-10-31-41-6.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. Feb 14 01:33:34 ip-10-31-41-6.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. Feb 14 01:33:34 ip-10-31-41-6.us-east-1.aws.redhat.com sshd[1414]: Server listening on 0.0.0.0 port 22. Feb 14 01:33:34 ip-10-31-41-6.us-east-1.aws.redhat.com sshd[1414]: Server listening on :: port 22. Feb 14 01:33:34 ip-10-31-41-6.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. Feb 14 01:33:34 ip-10-31-41-6.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. Feb 14 01:33:34 ip-10-31-41-6.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. Feb 14 01:33:34 ip-10-31-41-6.us-east-1.aws.redhat.com cloud-init[1455]: Cloud-init v. 0.7.9 running 'modules:final' at Wed, 14 Feb 2024 01:33:34 +0000. Up 17.49 seconds. Feb 14 01:33:34 ip-10-31-41-6.us-east-1.aws.redhat.com ec2[1522]: Feb 14 01:33:34 ip-10-31-41-6.us-east-1.aws.redhat.com ec2[1522]: ############################################################# Feb 14 01:33:34 ip-10-31-41-6.us-east-1.aws.redhat.com ec2[1522]: -----BEGIN SSH HOST KEY FINGERPRINTS----- Feb 14 01:33:34 ip-10-31-41-6.us-east-1.aws.redhat.com ec2[1522]: 256 SHA256:XRBJxd/dlqwfYToccR8iDqeVdwh7HJBPDpPHUENR9mM no comment (ECDSA) Feb 14 01:33:34 ip-10-31-41-6.us-east-1.aws.redhat.com ec2[1522]: 256 SHA256:oE6Obtxd05Wfi4Kq7ES9F8gvz8jieDHzXJiDAdyL928 no comment (ED25519) Feb 14 01:33:34 ip-10-31-41-6.us-east-1.aws.redhat.com ec2[1522]: 2048 SHA256:Kydd9V4tG1xpVRDu7S0/4cygkXoMO77sqcpgom1ddkw no comment (RSA) Feb 14 01:33:34 ip-10-31-41-6.us-east-1.aws.redhat.com ec2[1522]: -----END SSH HOST KEY FINGERPRINTS----- Feb 14 01:33:34 ip-10-31-41-6.us-east-1.aws.redhat.com ec2[1522]: ############################################################# Feb 14 01:33:34 ip-10-31-41-6.us-east-1.aws.redhat.com cloud-init[1455]: Cloud-init v. 0.7.9 finished at Wed, 14 Feb 2024 01:33:34 +0000. Datasource DataSourceEc2. Up 17.69 seconds Feb 14 01:33:34 ip-10-31-41-6.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. Feb 14 01:33:34 ip-10-31-41-6.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. Feb 14 01:33:34 ip-10-31-41-6.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. Feb 14 01:33:34 ip-10-31-41-6.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. Feb 14 01:33:34 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1554]: dracut-033-572.el7 Feb 14 01:33:35 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: Executing: /usr/sbin/dracut --quiet --hostonly --hostonly-cmdline --hostonly-i18n --hostonly-mode strict -o "plymouth dash resume ifcfg" --mount "/dev/disk/by-uuid/6859697e-3d7c-4233-8ff7-5f3216805e7f /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 Feb 14 01:33:35 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Feb 14 01:33:35 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: dracut module 'ifcfg' will not be installed, because it's in the list to be omitted! Feb 14 01:33:35 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: dracut module 'plymouth' will not be installed, because it's in the list to be omitted! Feb 14 01:33:35 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: dracut module 'crypt' will not be installed, because command 'cryptsetup' could not be found! Feb 14 01:33:35 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Feb 14 01:33:35 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: dracut module 'dmsquash-live-ntfs' will not be installed, because command 'ntfs-3g' could not be found! Feb 14 01:33:35 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Feb 14 01:33:35 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Feb 14 01:33:35 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: dracut module 'multipath' will not be installed, because command 'multipath' could not be found! Feb 14 01:33:35 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Feb 14 01:33:35 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: dracut module 'iscsi' will not be installed, because command 'iscsistart' could not be found! Feb 14 01:33:35 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Feb 14 01:33:35 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: dracut module 'resume' will not be installed, because it's in the list to be omitted! Feb 14 01:33:36 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Feb 14 01:33:36 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: dracut module 'crypt' will not be installed, because command 'cryptsetup' could not be found! Feb 14 01:33:36 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Feb 14 01:33:36 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: dracut module 'dmsquash-live-ntfs' will not be installed, because command 'ntfs-3g' could not be found! Feb 14 01:33:36 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Feb 14 01:33:36 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Feb 14 01:33:36 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: dracut module 'multipath' will not be installed, because command 'multipath' could not be found! Feb 14 01:33:36 ip-10-31-41-6.us-east-1.aws.redhat.com chronyd[523]: Selected source 10.2.32.38 Feb 14 01:33:36 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Feb 14 01:33:36 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: dracut module 'iscsi' will not be installed, because command 'iscsistart' could not be found! Feb 14 01:33:36 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Feb 14 01:33:36 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: *** Including module: bash *** Feb 14 01:33:36 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: *** Including module: nss-softokn *** Feb 14 01:33:36 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: *** Including module: i18n *** Feb 14 01:33:36 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: *** Including module: drm *** Feb 14 01:33:38 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: *** Including module: kernel-modules *** Feb 14 01:33:47 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: *** Including module: fstab-sys *** Feb 14 01:33:47 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: *** Including module: rootfs-block *** Feb 14 01:33:47 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: *** Including module: terminfo *** Feb 14 01:33:47 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: *** Including module: udev-rules *** Feb 14 01:33:47 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: Skipping udev rule: 40-redhat-cpu-hotplug.rules Feb 14 01:33:48 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: Skipping udev rule: 91-permissions.rules Feb 14 01:33:48 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: *** Including module: biosdevname *** Feb 14 01:33:48 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: *** Including module: systemd *** Feb 14 01:33:48 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: *** Including module: usrmount *** Feb 14 01:33:48 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: *** Including module: base *** Feb 14 01:33:48 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: *** Including module: fs-lib *** Feb 14 01:33:48 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: *** Including module: kdumpbase *** Feb 14 01:33:49 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: *** Including module: microcode_ctl-fw_dir_override *** Feb 14 01:33:49 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: microcode_ctl module: mangling fw_dir Feb 14 01:33:49 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: microcode_ctl: reset fw_dir to "/lib/firmware/updates /lib/firmware" Feb 14 01:33:49 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel"... Feb 14 01:33:49 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: 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 Feb 14 01:33:49 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-2d-07"... Feb 14 01:33:49 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: microcode_ctl: configuration "intel-06-2d-07" is ignored Feb 14 01:33:49 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4e-03"... Feb 14 01:33:49 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: microcode_ctl: configuration "intel-06-4e-03" is ignored Feb 14 01:33:49 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01"... Feb 14 01:33:49 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: microcode_ctl: configuration "intel-06-4f-01" is ignored Feb 14 01:33:49 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-55-04"... Feb 14 01:33:49 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: microcode_ctl: configuration "intel-06-55-04" is ignored Feb 14 01:33:49 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-5e-03"... Feb 14 01:33:49 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: microcode_ctl: configuration "intel-06-5e-03" is ignored Feb 14 01:33:49 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8c-01"... Feb 14 01:33:49 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: microcode_ctl: configuration "intel-06-8c-01" is ignored Feb 14 01:33:49 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: microcode_ctl: final fw_dir: "/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware" Feb 14 01:33:49 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: *** Including module: shutdown *** Feb 14 01:33:49 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: *** Including modules done *** Feb 14 01:33:49 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: *** Installing kernel module dependencies and firmware *** Feb 14 01:33:50 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: *** Installing kernel module dependencies and firmware done *** Feb 14 01:33:50 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: *** Resolving executable dependencies *** Feb 14 01:33:51 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: *** Resolving executable dependencies done*** Feb 14 01:33:51 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: *** Hardlinking files *** Feb 14 01:33:51 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: *** Hardlinking files done *** Feb 14 01:33:51 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: *** Stripping files *** Feb 14 01:33:52 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: *** Stripping files done *** Feb 14 01:33:52 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: *** Generating early-microcode cpio image contents *** Feb 14 01:33:52 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: *** Constructing GenuineIntel.bin **** Feb 14 01:33:52 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: *** Store current command line parameters *** Feb 14 01:33:52 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: *** Creating image file *** Feb 14 01:33:52 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: *** Creating microcode section *** Feb 14 01:33:52 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: *** Created microcode section *** Feb 14 01:33:57 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: *** Creating image file done *** Feb 14 01:33:57 ip-10-31-41-6.us-east-1.aws.redhat.com dracut[1556]: *** Creating initramfs image file '/boot/initramfs-3.10.0-1160.108.1.el7.x86_64kdump.img' done *** Feb 14 01:33:57 ip-10-31-41-6.us-east-1.aws.redhat.com kdumpctl[1222]: kexec: loaded kdump kernel Feb 14 01:33:57 ip-10-31-41-6.us-east-1.aws.redhat.com kdumpctl[1222]: Starting kdump: [OK] Feb 14 01:33:57 ip-10-31-41-6.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. Feb 14 01:33:57 ip-10-31-41-6.us-east-1.aws.redhat.com systemd[1]: Startup finished in 615ms (kernel) + 2.310s (initrd) + 38.067s (userspace) = 40.993s. -- 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 615144 microseconds. -- -- Initial RAM disk start-up required 2310681 microseconds. -- -- Userspace start-up required 38067631 microseconds. Feb 14 01:34:42 ip-10-31-41-6.us-east-1.aws.redhat.com chronyd[523]: Source 73.193.62.54 replaced with 65.73.197.211 Feb 14 01:35:07 ip-10-31-41-6.us-east-1.aws.redhat.com sshd[7776]: Accepted publickey for root from 10.30.33.131 port 54590 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:35:07 ip-10-31-41-6.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. Feb 14 01:35:07 ip-10-31-41-6.us-east-1.aws.redhat.com systemd-logind[477]: 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 7776. Feb 14 01:35:07 ip-10-31-41-6.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. Feb 14 01:35:07 ip-10-31-41-6.us-east-1.aws.redhat.com sshd[7776]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 14 01:35:07 ip-10-31-41-6.us-east-1.aws.redhat.com sshd[7776]: Received disconnect from 10.30.33.131 port 54590:11: disconnected by user Feb 14 01:35:07 ip-10-31-41-6.us-east-1.aws.redhat.com sshd[7776]: Disconnected from 10.30.33.131 port 54590 Feb 14 01:35:07 ip-10-31-41-6.us-east-1.aws.redhat.com sshd[7776]: pam_unix(sshd:session): session closed for user root Feb 14 01:35:07 ip-10-31-41-6.us-east-1.aws.redhat.com systemd-logind[477]: 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. Feb 14 01:35:07 ip-10-31-41-6.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. Feb 14 01:35:14 ip-10-31-41-6.us-east-1.aws.redhat.com sshd[7789]: Did not receive identification string from 10.29.163.186 port 45822 Feb 14 01:35:14 ip-10-31-41-6.us-east-1.aws.redhat.com sshd[7790]: Address 10.29.163.186 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Feb 14 01:35:14 ip-10-31-41-6.us-east-1.aws.redhat.com sshd[7790]: Accepted publickey for root from 10.29.163.186 port 45838 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:35:14 ip-10-31-41-6.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. Feb 14 01:35:14 ip-10-31-41-6.us-east-1.aws.redhat.com systemd-logind[477]: 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 7790. Feb 14 01:35:14 ip-10-31-41-6.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. Feb 14 01:35:14 ip-10-31-41-6.us-east-1.aws.redhat.com sshd[7790]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 14 01:35:15 ip-10-31-41-6.us-east-1.aws.redhat.com sshd[7790]: Received disconnect from 10.29.163.186 port 45838:11: disconnected by user Feb 14 01:35:15 ip-10-31-41-6.us-east-1.aws.redhat.com sshd[7790]: Disconnected from 10.29.163.186 port 45838 Feb 14 01:35:15 ip-10-31-41-6.us-east-1.aws.redhat.com sshd[7790]: pam_unix(sshd:session): session closed for user root Feb 14 01:35:15 ip-10-31-41-6.us-east-1.aws.redhat.com systemd-logind[477]: 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. Feb 14 01:35:15 ip-10-31-41-6.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. Feb 14 01:35:15 ip-10-31-41-6.us-east-1.aws.redhat.com sshd[7802]: Address 10.29.163.186 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Feb 14 01:35:15 ip-10-31-41-6.us-east-1.aws.redhat.com sshd[7802]: Accepted publickey for root from 10.29.163.186 port 45848 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:35:15 ip-10-31-41-6.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. Feb 14 01:35:15 ip-10-31-41-6.us-east-1.aws.redhat.com systemd-logind[477]: 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 7802. Feb 14 01:35:15 ip-10-31-41-6.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. Feb 14 01:35:15 ip-10-31-41-6.us-east-1.aws.redhat.com sshd[7802]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 14 01:35:15 ip-10-31-41-6.us-east-1.aws.redhat.com sshd[7802]: Received disconnect from 10.29.163.186 port 45848:11: disconnected by user Feb 14 01:35:15 ip-10-31-41-6.us-east-1.aws.redhat.com sshd[7802]: Disconnected from 10.29.163.186 port 45848 Feb 14 01:35:15 ip-10-31-41-6.us-east-1.aws.redhat.com sshd[7802]: pam_unix(sshd:session): session closed for user root Feb 14 01:35:15 ip-10-31-41-6.us-east-1.aws.redhat.com systemd-logind[477]: 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. Feb 14 01:35:15 ip-10-31-41-6.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. Feb 14 01:35:15 ip-10-31-41-6.us-east-1.aws.redhat.com sshd[7815]: Address 10.29.163.186 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Feb 14 01:35:15 ip-10-31-41-6.us-east-1.aws.redhat.com sshd[7815]: Accepted publickey for root from 10.29.163.186 port 45856 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:35:15 ip-10-31-41-6.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. Feb 14 01:35:15 ip-10-31-41-6.us-east-1.aws.redhat.com systemd-logind[477]: 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 7815. Feb 14 01:35:15 ip-10-31-41-6.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. Feb 14 01:35:15 ip-10-31-41-6.us-east-1.aws.redhat.com sshd[7815]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 14 01:35:15 ip-10-31-41-6.us-east-1.aws.redhat.com sshd[7815]: Received disconnect from 10.29.163.186 port 45856:11: disconnected by user Feb 14 01:35:15 ip-10-31-41-6.us-east-1.aws.redhat.com sshd[7815]: Disconnected from 10.29.163.186 port 45856 Feb 14 01:35:15 ip-10-31-41-6.us-east-1.aws.redhat.com sshd[7815]: pam_unix(sshd:session): session closed for user root Feb 14 01:35:15 ip-10-31-41-6.us-east-1.aws.redhat.com systemd-logind[477]: 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. Feb 14 01:35:15 ip-10-31-41-6.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. Feb 14 01:35:16 ip-10-31-41-6.us-east-1.aws.redhat.com sshd[7829]: Address 10.29.163.186 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Feb 14 01:35:16 ip-10-31-41-6.us-east-1.aws.redhat.com sshd[7829]: Accepted publickey for root from 10.29.163.186 port 45858 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:35:17 ip-10-31-41-6.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. Feb 14 01:35:17 ip-10-31-41-6.us-east-1.aws.redhat.com systemd-logind[477]: 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 7829. Feb 14 01:35:17 ip-10-31-41-6.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. Feb 14 01:35:17 ip-10-31-41-6.us-east-1.aws.redhat.com sshd[7829]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 14 01:35:36 ip-10-31-41-6.us-east-1.aws.redhat.com yum[7844]: Installed: libmodulemd-1.6.3-1.el7.x86_64 Feb 14 01:35:36 ip-10-31-41-6.us-east-1.aws.redhat.com yum[7844]: Installed: libsolv-0.6.34-4.el7.x86_64 Feb 14 01:35:36 ip-10-31-41-6.us-east-1.aws.redhat.com yum[7844]: Installed: librepo-1.8.1-8.el7_9.x86_64 Feb 14 01:35:36 ip-10-31-41-6.us-east-1.aws.redhat.com yum[7844]: Installed: libdnf-0.22.5-2.el7_9.x86_64 Feb 14 01:35:36 ip-10-31-41-6.us-east-1.aws.redhat.com yum[7844]: Installed: python2-libdnf-0.22.5-2.el7_9.x86_64 Feb 14 01:35:36 ip-10-31-41-6.us-east-1.aws.redhat.com yum[7844]: Installed: python2-hawkey-0.22.5-2.el7_9.x86_64 Feb 14 01:35:37 ip-10-31-41-6.us-east-1.aws.redhat.com yum[7844]: Installed: libreport-filesystem-2.1.11-53.el7.centos.x86_64 Feb 14 01:35:37 ip-10-31-41-6.us-east-1.aws.redhat.com yum[7844]: Installed: dnf-data-4.0.9.2-2.el7_9.noarch Feb 14 01:35:37 ip-10-31-41-6.us-east-1.aws.redhat.com yum[7844]: Installed: python-enum34-1.0.4-1.el7.noarch Feb 14 01:35:37 ip-10-31-41-6.us-east-1.aws.redhat.com yum[7844]: Installed: deltarpm-3.6-3.el7.x86_64 Feb 14 01:35:37 ip-10-31-41-6.us-east-1.aws.redhat.com yum[7844]: Installed: libcomps-0.1.8-14.el7.x86_64 Feb 14 01:35:37 ip-10-31-41-6.us-east-1.aws.redhat.com yum[7844]: Installed: python2-libcomps-0.1.8-14.el7.x86_64 Feb 14 01:35:37 ip-10-31-41-6.us-east-1.aws.redhat.com yum[7844]: Installed: python2-dnf-4.0.9.2-2.el7_9.noarch Feb 14 01:35:38 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-ansible.legacy.setup[7912]: Invoked with filter=[] gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Feb 14 01:35:39 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-service_facts[7949]: Invoked Feb 14 01:35:40 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8067]: 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 Feb 14 01:35:41 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-stat[8077]: 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 Feb 14 01:35:41 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8088]: 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 Feb 14 01:35:42 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8100]: 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=[] Feb 14 01:35:43 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8110]: 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=[] Feb 14 01:35:44 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8120]: 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 Feb 14 01:35:44 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8131]: 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 Feb 14 01:35:46 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8146]: 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 Feb 14 01:35:48 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8161]: 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 Feb 14 01:35:48 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8172]: 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 Feb 14 01:35:49 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-file[8183]: 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 Feb 14 01:35:49 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-file[8192]: 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 Feb 14 01:35:49 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-file[8201]: 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 Feb 14 01:35:50 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-stat[8210]: 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 Feb 14 01:35:50 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-community.general.ini_file[8221]: 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 Feb 14 01:35:50 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8230]: 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 Feb 14 01:35:50 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8255]: 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 Feb 14 01:35:51 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-stat[8265]: 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 Feb 14 01:35:51 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8274]: 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 Feb 14 01:35:51 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8299]: 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 Feb 14 01:35:52 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8309]: 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 Feb 14 01:35:52 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8334]: 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 Feb 14 01:35:53 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8344]: 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 Feb 14 01:35:53 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8369]: 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 Feb 14 01:35:53 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8379]: 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 Feb 14 01:35:53 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8404]: 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 Feb 14 01:35:54 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8414]: 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 Feb 14 01:35:55 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8424]: 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 Feb 14 01:39:53 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8721]: 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=[] Feb 14 01:39:58 ip-10-31-41-6.us-east-1.aws.redhat.com yum[8724]: Installed: python-deltarpm-3.6-3.el7.x86_64 Feb 14 01:39:59 ip-10-31-41-6.us-east-1.aws.redhat.com yum[8724]: Installed: createrepo-0.9.9-28.el7.noarch Feb 14 01:39:59 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8737]: 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=[] Feb 14 01:40:00 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8747]: 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=[] Feb 14 01:40:01 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8757]: 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=[] Feb 14 01:40:03 ip-10-31-41-6.us-east-1.aws.redhat.com yum[8760]: Installed: psmisc-22.20-17.el7.x86_64 Feb 14 01:40:03 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8771]: 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=[] Feb 14 01:40:06 ip-10-31-41-6.us-east-1.aws.redhat.com groupadd[8778]: group added to /etc/group: name=ntp, GID=38 Feb 14 01:40:06 ip-10-31-41-6.us-east-1.aws.redhat.com groupadd[8778]: group added to /etc/gshadow: name=ntp Feb 14 01:40:06 ip-10-31-41-6.us-east-1.aws.redhat.com groupadd[8778]: new group: name=ntp, GID=38 Feb 14 01:40:06 ip-10-31-41-6.us-east-1.aws.redhat.com useradd[8782]: new user: name=ntp, UID=38, GID=38, home=/etc/ntp, shell=/sbin/nologin Feb 14 01:40:06 ip-10-31-41-6.us-east-1.aws.redhat.com systemd[1]: Reloading. Feb 14 01:40:06 ip-10-31-41-6.us-east-1.aws.redhat.com yum[8774]: Installed: ntpdate-4.2.6p5-29.el7.centos.2.x86_64 Feb 14 01:40:07 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8812]: 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 Feb 14 01:40:13 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8822]: 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 Feb 14 01:40:14 ip-10-31-41-6.us-east-1.aws.redhat.com dbus[483]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' Feb 14 01:40:14 ip-10-31-41-6.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. Feb 14 01:40:14 ip-10-31-41-6.us-east-1.aws.redhat.com dbus[483]: [system] Successfully activated service 'org.freedesktop.timedate1' Feb 14 01:40:14 ip-10-31-41-6.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. Feb 14 01:40:14 ip-10-31-41-6.us-east-1.aws.redhat.com systemd-timedated[8826]: 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. Feb 14 01:40:14 ip-10-31-41-6.us-east-1.aws.redhat.com dbus[483]: [system] Reloaded configuration Feb 14 01:40:14 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-yum_repository[8836]: 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 Feb 14 01:40:15 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-user[8845]: 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-41-6.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 Feb 14 01:40:15 ip-10-31-41-6.us-east-1.aws.redhat.com usermod[8851]: change user 'root' password Feb 14 01:40:15 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-lineinfile[8864]: 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 Feb 14 01:40:15 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-lineinfile[8873]: 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 Feb 14 01:40:15 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-file[8882]: 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 Feb 14 01:40:15 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-stat[8891]: 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 Feb 14 01:40:16 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-ansible.legacy.stat[8922]: 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 Feb 14 01:40:16 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-ansible.legacy.copy[8947]: Invoked with src=/root/.ansible/tmp/ansible-tmp-1707874815.8401937-720-278248679829703/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 Feb 14 01:40:16 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-stat[8965]: 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 Feb 14 01:40:16 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-ansible.legacy.stat[8996]: 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 Feb 14 01:40:16 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-ansible.legacy.copy[9021]: Invoked with src=/root/.ansible/tmp/ansible-tmp-1707874816.493294-733-13996747510180/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 Feb 14 01:40:17 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-stat[9039]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/usr/bin/extendtesttime.sh get_md5=False get_mime=True get_attributes=True Feb 14 01:40:17 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-stat[9048]: 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 Feb 14 01:40:17 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-ansible.legacy.stat[9079]: 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 Feb 14 01:40:17 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-ansible.legacy.copy[9104]: Invoked with src=/root/.ansible/tmp/ansible-tmp-1707874817.2399554-753-58717768340835/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 Feb 14 01:40:17 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-stat[9122]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/motd get_md5=False get_mime=True get_attributes=True Feb 14 01:40:17 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-ansible.legacy.stat[9155]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/root/.guest-metadata.json follow=False get_md5=False get_mime=True get_attributes=True Feb 14 01:40:18 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-ansible.legacy.copy[9180]: Invoked with src=/root/.ansible/tmp/ansible-tmp-1707874817.8059764-768-40201190134428/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=tmppexi2y13 serole=None mode=u=rw,go= selevel=None owner=root follow=False validate=None checksum=bf21a9e8fbc5a3846fb05b4fa0859e0917b2202f backup=False local_follow=None Feb 14 01:40:18 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-ansible.legacy.command[9198]: 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 Feb 14 01:40:18 ip-10-31-41-6.us-east-1.aws.redhat.com ansible-hostname[9210]: Invoked with use=None name=93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm Feb 14 01:40:18 ip-10-31-41-6.us-east-1.aws.redhat.com dbus[483]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' Feb 14 01:40:18 ip-10-31-41-6.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. Feb 14 01:40:18 ip-10-31-41-6.us-east-1.aws.redhat.com dbus[483]: [system] Successfully activated service 'org.freedesktop.hostname1' Feb 14 01:40:18 ip-10-31-41-6.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. Feb 14 01:40:18 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm systemd-hostnamed[9216]: Changed static host name to '93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm' Feb 14 01:40:18 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm systemd-hostnamed[9216]: Changed host name to '93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm' Feb 14 01:40:18 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm NetworkManager[578]: [1707874818.8498] hostname: hostname changed from "ip-10-31-41-6.us-east-1.aws.redhat.com" to "93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm" Feb 14 01:40:18 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm dbus[483]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' Feb 14 01:40:18 93f15173-d782-4add-b7ff-07c47b7d1e51.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. Feb 14 01:40:18 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm NetworkManager[578]: [1707874818.8686] policy: set-hostname: set hostname to '93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm' (from system configuration) Feb 14 01:40:18 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm dbus[483]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Feb 14 01:40:18 93f15173-d782-4add-b7ff-07c47b7d1e51.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. Feb 14 01:40:18 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm nm-dispatcher[9222]: req:1 'hostname': new request (4 scripts) Feb 14 01:40:18 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm nm-dispatcher[9222]: req:1 'hostname': start running ordered scripts... Feb 14 01:40:18 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm nm-dispatcher[9222]: req:2 'hostname': new request (4 scripts) Feb 14 01:40:18 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm nm-dispatcher[9222]: req:2 'hostname': start running ordered scripts... Feb 14 01:40:19 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-ansible.legacy.command[9259]: 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 Feb 14 01:40:19 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-file[9271]: 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 Feb 14 01:40:19 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-stat[9280]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/usr/bin/rstrnt-package get_md5=False get_mime=True get_attributes=True Feb 14 01:40:19 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-ansible.legacy.command[9291]: 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 Feb 14 01:40:20 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-stat[9301]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/var/lib/restraint get_md5=False get_mime=True get_attributes=True Feb 14 01:40:20 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-file[9312]: 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 Feb 14 01:40:20 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-stat[9321]: 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 Feb 14 01:40:21 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-file[9332]: 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 Feb 14 01:40:21 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-file[9341]: 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 Feb 14 01:40:21 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-file[9350]: 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 Feb 14 01:40:21 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-file[9359]: 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 Feb 14 01:40:21 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-ansible.legacy.command[9368]: 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 Feb 14 01:40:21 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-ansible.legacy.command[9378]: 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 Feb 14 01:40:22 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm auditd[414]: The audit daemon is exiting. Feb 14 01:40:22 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm kernel: type=1305 audit(1707874822.000:956): audit_pid=0 old=414 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 Feb 14 01:40:22 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm kernel: type=1130 audit(1707874822.003:957): 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' Feb 14 01:40:22 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm kernel: type=1131 audit(1707874822.003:958): 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' Feb 14 01:40:22 93f15173-d782-4add-b7ff-07c47b7d1e51.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. Feb 14 01:40:23 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm auditd[9395]: Started dispatcher: /sbin/audispd pid: 9397 Feb 14 01:40:23 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm kernel: type=1305 audit(1707874823.003:959): audit_enabled=1 old=1 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 Feb 14 01:40:23 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm kernel: type=1305 audit(1707874823.003:960): audit_pid=9395 old=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 Feb 14 01:40:23 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm audispd[9397]: No plugins found, exiting Feb 14 01:40:23 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm auditd[9395]: Init complete, auditd 2.8.5 listening for events (startup state enable) Feb 14 01:40:23 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm augenrules[9399]: /sbin/augenrules: No change Feb 14 01:40:23 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm augenrules[9399]: No rules Feb 14 01:40:23 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm augenrules[9399]: enabled 1 Feb 14 01:40:23 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm augenrules[9399]: failure 1 Feb 14 01:40:23 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm augenrules[9399]: pid 9395 Feb 14 01:40:23 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm augenrules[9399]: rate_limit 0 Feb 14 01:40:23 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm augenrules[9399]: backlog_limit 8192 Feb 14 01:40:23 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm augenrules[9399]: lost 0 Feb 14 01:40:23 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm augenrules[9399]: backlog 1 Feb 14 01:40:23 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm augenrules[9399]: enabled 1 Feb 14 01:40:23 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm augenrules[9399]: failure 1 Feb 14 01:40:23 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm augenrules[9399]: pid 9395 Feb 14 01:40:23 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm augenrules[9399]: rate_limit 0 Feb 14 01:40:23 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm augenrules[9399]: backlog_limit 8192 Feb 14 01:40:23 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm augenrules[9399]: lost 0 Feb 14 01:40:23 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm augenrules[9399]: backlog 0 Feb 14 01:40:23 93f15173-d782-4add-b7ff-07c47b7d1e51.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. Feb 14 01:40:23 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-stat[9423]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/NetworkManager/conf.d get_md5=False get_mime=True get_attributes=True Feb 14 01:40:23 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-ansible.legacy.stat[9456]: 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 Feb 14 01:40:23 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-ansible.legacy.copy[9481]: Invoked with src=/root/.ansible/tmp/ansible-tmp-1707874823.3576434-852-206208957618183/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=tmp3bdrc8n8 serole=None mode=None checksum=0145f3ae57eef5aa08bbb678fedbb3edd001cd2d owner=None follow=False validate=None attributes=None backup=False local_follow=None Feb 14 01:40:24 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-ansible.legacy.command[9499]: 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 Feb 14 01:40:24 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-ansible.legacy.command[9524]: 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 Feb 14 01:40:25 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-ansible.legacy.command[9534]: 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 Feb 14 01:40:26 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-ansible.legacy.command[9544]: 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 Feb 14 01:44:29 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-ansible.legacy.systemd[9960]: Invoked with no_block=False force=None name=sshd daemon_reexec=False enabled=None daemon_reload=False state=restarted masked=None scope=system Feb 14 01:44:29 93f15173-d782-4add-b7ff-07c47b7d1e51.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. Feb 14 01:44:29 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[1414]: Received signal 15; terminating. Feb 14 01:44:29 93f15173-d782-4add-b7ff-07c47b7d1e51.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. Feb 14 01:44:29 93f15173-d782-4add-b7ff-07c47b7d1e51.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. Feb 14 01:44:29 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[9966]: Server listening on 0.0.0.0 port 22. Feb 14 01:44:29 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[9966]: Server listening on :: port 22. Feb 14 01:44:29 93f15173-d782-4add-b7ff-07c47b7d1e51.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. Feb 14 01:44:30 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-ansible.legacy.setup[9993]: Invoked with filter=[] gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Feb 14 01:44:31 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-service_facts[10030]: Invoked Feb 14 01:44:32 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-ansible.legacy.command[10148]: 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 Feb 14 01:44:34 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-ansible.legacy.command[10158]: 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 Feb 14 01:44:35 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-ansible.legacy.command[10172]: 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 Feb 14 01:44:36 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-ansible.legacy.command[10186]: 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 Feb 14 01:44:38 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-ansible.legacy.command[10196]: 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 Feb 14 01:48:38 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-ansible.legacy.setup[10610]: Invoked with filter=[] gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Feb 14 01:48:39 93f15173-d782-4add-b7ff-07c47b7d1e51.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. Feb 14 01:48:39 93f15173-d782-4add-b7ff-07c47b7d1e51.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. Feb 14 01:48:39 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-service_facts[10649]: Invoked Feb 14 01:48:40 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-ansible.legacy.command[10767]: 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 Feb 14 01:48:43 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-ansible.legacy.setup[10795]: Invoked with filter=[] gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Feb 14 01:48:44 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-ansible.legacy.yum[10832]: 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=[] Feb 14 01:48:45 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-ansible.legacy.yum[10842]: 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=[] Feb 14 01:48:46 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-ansible.legacy.command[10852]: 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 Feb 14 01:48:46 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-ansible.legacy.command[10863]: 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 Feb 14 01:48:48 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-ansible.legacy.command[10878]: 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 Feb 14 01:48:50 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-ansible.legacy.command[10893]: 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 Feb 14 01:48:50 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-ansible.legacy.command[10904]: 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 Feb 14 01:48:51 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-service_facts[10915]: Invoked Feb 14 01:48:52 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-ansible.legacy.command[11033]: 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 Feb 14 01:48:53 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-service_facts[11043]: Invoked Feb 14 01:48:54 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-ansible.legacy.command[11161]: 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 Feb 14 01:48:55 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-ansible.legacy.command[11171]: 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 Feb 14 01:48:55 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-ansible.legacy.command[11196]: 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 Feb 14 01:48:56 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-ansible.legacy.command[11206]: 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 Feb 14 01:48:57 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-ansible.legacy.command[11216]: 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 Feb 14 01:52:56 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-setup[11678]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Feb 14 01:52:57 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-stat[11712]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Feb 14 01:52:58 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-yum[11721]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 14 01:53:02 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm yum[11726]: Installed: libjose-10-1.el7.x86_64 Feb 14 01:53:02 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm yum[11726]: Installed: jose-10-1.el7.x86_64 Feb 14 01:53:02 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm yum[11726]: Installed: http-parser-2.7.1-9.el7.x86_64 Feb 14 01:53:02 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm groupadd[11735]: group added to /etc/group: name=tang, GID=994 Feb 14 01:53:02 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm groupadd[11735]: group added to /etc/gshadow: name=tang Feb 14 01:53:02 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm groupadd[11735]: new group: name=tang, GID=994 Feb 14 01:53:02 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm useradd[11740]: new user: name=tang, UID=997, GID=994, home=/var/cache/tang, shell=/sbin/nologin Feb 14 01:53:02 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm systemd[1]: Reloading. Feb 14 01:53:03 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm yum[11726]: Installed: tang-6-2.el7.x86_64 Feb 14 01:53:03 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-nbde_server_tang[11770]: 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 Feb 14 01:53:04 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-stat[11788]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d get_md5=False get_mime=True get_attributes=True Feb 14 01:53:04 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-file[11797]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/systemd/system/tangd.socket.d owner=None follow=True group=None unsafe_writes=False state=absent content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0755 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Feb 14 01:53:04 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-systemd[11806]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Feb 14 01:53:04 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm systemd[1]: Reloading. Feb 14 01:53:04 93f15173-d782-4add-b7ff-07c47b7d1e51.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. Feb 14 01:53:05 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-command[11835]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Feb 14 01:53:05 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-command[11846]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Feb 14 01:53:05 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[11850]: Did not receive identification string from 10.29.163.186 port 35432 Feb 14 01:53:06 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[11851]: Address 10.29.163.186 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Feb 14 01:53:06 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[11851]: Accepted publickey for root from 10.29.163.186 port 35438 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:53:06 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm systemd-logind[477]: 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 11851. Feb 14 01:53:06 93f15173-d782-4add-b7ff-07c47b7d1e51.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. Feb 14 01:53:06 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[11851]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 14 01:53:06 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[11851]: Received disconnect from 10.29.163.186 port 35438:11: disconnected by user Feb 14 01:53:06 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[11851]: Disconnected from 10.29.163.186 port 35438 Feb 14 01:53:06 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[11851]: pam_unix(sshd:session): session closed for user root Feb 14 01:53:06 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm systemd-logind[477]: 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. Feb 14 01:53:06 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[11862]: Address 10.29.163.186 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Feb 14 01:53:06 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[11862]: Accepted publickey for root from 10.29.163.186 port 35452 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:53:06 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm systemd-logind[477]: 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 11862. Feb 14 01:53:06 93f15173-d782-4add-b7ff-07c47b7d1e51.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. Feb 14 01:53:06 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[11862]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 14 01:53:06 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[11862]: Received disconnect from 10.29.163.186 port 35452:11: disconnected by user Feb 14 01:53:06 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[11862]: Disconnected from 10.29.163.186 port 35452 Feb 14 01:53:06 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[11862]: pam_unix(sshd:session): session closed for user root Feb 14 01:53:06 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm systemd-logind[477]: 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. Feb 14 01:53:07 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-setup[11898]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Feb 14 01:53:08 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-stat[11932]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Feb 14 01:53:08 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-yum[11941]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 14 01:53:09 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-nbde_server_tang[11954]: 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 Feb 14 01:53:09 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-stat[11972]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d get_md5=False get_mime=True get_attributes=True Feb 14 01:53:09 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-file[11981]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/systemd/system/tangd.socket.d owner=None follow=True group=None unsafe_writes=False state=absent content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0755 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Feb 14 01:53:10 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-systemd[11990]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Feb 14 01:53:10 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-find[12003]: Invoked with excludes=None paths=['/var/db/tang'] file_type=file age=None contains=None recurse=False age_stamp=mtime patterns=['*.jwk', '.*.jwk'] depth=None get_checksum=False use_regex=False follow=False hidden=True size=None Feb 14 01:53:10 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-yum[12012]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 14 01:53:11 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-nbde_server_tang[12025]: Invoked with force=False keys_to_deploy_dir=None update=/usr/libexec/tangd-update keygen=/usr/libexec/tangd-keygen state=keys-created cachedir=/var/cache/tang keydir=/var/db/tang Feb 14 01:53:11 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-find[12034]: Invoked with excludes=None paths=['/var/db/tang'] file_type=file age=None contains=None recurse=False age_stamp=mtime patterns=['*.jwk', '.*.jwk'] depth=None get_checksum=False use_regex=False follow=False hidden=True size=None Feb 14 01:53:11 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-stat[12043]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=True path=/var/db/tang/y0XlvSqa2rhHjjfcfGCVLwh476I.jwk get_md5=False get_mime=True get_attributes=True Feb 14 01:53:11 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-stat[12061]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=True path=/var/db/tang/gPGDkb6R10AFVlM4a28CPvxnh3g.jwk get_md5=False get_mime=True get_attributes=True Feb 14 01:53:12 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-stat[12079]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d get_md5=False get_mime=True get_attributes=True Feb 14 01:53:12 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-file[12088]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/systemd/system/tangd.socket.d owner=None follow=True group=None unsafe_writes=False state=absent content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0755 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Feb 14 01:53:12 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-systemd[12097]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Feb 14 01:53:13 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-command[12110]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "true" = true ]; then rm -rf "/tmp/nbde_server_fetch_keys_deploy_not_set1xzbd1wi" else rm -rf "/tmp/nbde_server_fetch_keys_deploy_not_set1xzbd1wi"/* "/tmp/nbde_server_fetch_keys_deploy_not_set1xzbd1wi"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Feb 14 01:53:13 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-command[12121]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Feb 14 01:53:13 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-command[12132]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Feb 14 01:53:16 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[12136]: Did not receive identification string from 10.29.163.186 port 60554 Feb 14 01:53:17 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[12137]: Address 10.29.163.186 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Feb 14 01:53:17 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[12137]: Accepted publickey for root from 10.29.163.186 port 60560 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:53:17 93f15173-d782-4add-b7ff-07c47b7d1e51.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. Feb 14 01:53:17 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm systemd-logind[477]: 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 12137. Feb 14 01:53:17 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[12137]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 14 01:53:17 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[12137]: Received disconnect from 10.29.163.186 port 60560:11: disconnected by user Feb 14 01:53:17 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[12137]: Disconnected from 10.29.163.186 port 60560 Feb 14 01:53:17 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[12137]: pam_unix(sshd:session): session closed for user root Feb 14 01:53:17 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm systemd-logind[477]: 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. Feb 14 01:53:17 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[12148]: Address 10.29.163.186 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Feb 14 01:53:17 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[12148]: Accepted publickey for root from 10.29.163.186 port 60576 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:53:17 93f15173-d782-4add-b7ff-07c47b7d1e51.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. Feb 14 01:53:17 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm systemd-logind[477]: 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 12148. Feb 14 01:53:17 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[12148]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 14 01:53:17 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[12148]: Received disconnect from 10.29.163.186 port 60576:11: disconnected by user Feb 14 01:53:17 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[12148]: Disconnected from 10.29.163.186 port 60576 Feb 14 01:53:17 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[12148]: pam_unix(sshd:session): session closed for user root Feb 14 01:53:17 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm systemd-logind[477]: 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. Feb 14 01:53:18 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-setup[12184]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Feb 14 01:53:19 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-stat[12218]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Feb 14 01:53:19 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-yum[12227]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 14 01:53:20 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-nbde_server_tang[12240]: 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 Feb 14 01:53:20 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-stat[12258]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d get_md5=False get_mime=True get_attributes=True Feb 14 01:53:20 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-file[12267]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/systemd/system/tangd.socket.d owner=None follow=True group=None unsafe_writes=False state=absent content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0755 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Feb 14 01:53:21 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-systemd[12276]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Feb 14 01:53:21 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-find[12289]: Invoked with excludes=None paths=['/var/db/tang'] file_type=file age=None contains=None recurse=False age_stamp=mtime patterns=['*.jwk', '.*.jwk'] depth=None get_checksum=False use_regex=False follow=False hidden=True size=None Feb 14 01:53:21 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-yum[12298]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 14 01:53:22 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-nbde_server_tang[12311]: Invoked with force=False keys_to_deploy_dir=None update=/usr/libexec/tangd-update keygen=/usr/libexec/tangd-keygen state=keys-created cachedir=/var/cache/tang keydir=/var/db/tang Feb 14 01:53:22 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-find[12320]: Invoked with excludes=None paths=['/var/db/tang'] file_type=file age=None contains=None recurse=False age_stamp=mtime patterns=['*.jwk', '.*.jwk'] depth=None get_checksum=False use_regex=False follow=False hidden=True size=None Feb 14 01:53:22 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-stat[12329]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=True path=/var/db/tang/h3OFX4KSTkTMutBJBRmi6r2qZuA.jwk get_md5=False get_mime=True get_attributes=True Feb 14 01:53:22 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-stat[12347]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=True path=/var/db/tang/WN-GKaN39Pi0wNApmwbqxWLbeP8.jwk get_md5=False get_mime=True get_attributes=True Feb 14 01:53:22 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-tempfile[12365]: Invoked with path=None prefix=ansible. suffix=nbde_server_keys state=directory Feb 14 01:53:23 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-stat[12396]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/tmp/ansible.9Ie5o5nbde_server_keys/h3OFX4KSTkTMutBJBRmi6r2qZuA.jwk get_md5=False get_mime=True get_attributes=True Feb 14 01:53:23 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-copy[12421]: Invoked with directory_mode=None force=True remote_src=None _original_basename=h3OFX4KSTkTMutBJBRmi6r2qZuA.jwk owner=tang follow=False local_follow=None group=tang unsafe_writes=False serole=None content=NOT_LOGGING_PARAMETER setype=None dest=/tmp/ansible.9Ie5o5nbde_server_keys/ selevel=None regexp=None validate=None src=/root/.ansible/tmp/ansible-tmp-1707875602.9518566-2891-112487449513597/source checksum=43ced1225c6356f3d30e7dca35381f888ca74d8d seuser=None delimiter=None mode=256 attributes=None backup=False Feb 14 01:53:23 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-stat[12461]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/tmp/ansible.9Ie5o5nbde_server_keys/WN-GKaN39Pi0wNApmwbqxWLbeP8.jwk get_md5=False get_mime=True get_attributes=True Feb 14 01:53:23 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-copy[12486]: Invoked with directory_mode=None force=True remote_src=None _original_basename=WN-GKaN39Pi0wNApmwbqxWLbeP8.jwk owner=tang follow=False local_follow=None group=tang unsafe_writes=False serole=None content=NOT_LOGGING_PARAMETER setype=None dest=/tmp/ansible.9Ie5o5nbde_server_keys/ selevel=None regexp=None validate=None src=/root/.ansible/tmp/ansible-tmp-1707875603.400792-2891-108399831494356/source checksum=cd1162115cc4a8a9d94f66274d1e7921b91acd41 seuser=None delimiter=None mode=256 attributes=None backup=False Feb 14 01:53:24 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-nbde_server_tang[12504]: Invoked with force=False keys_to_deploy_dir=/tmp/ansible.9Ie5o5nbde_server_keys update=/usr/libexec/tangd-update keygen=/usr/libexec/tangd-keygen state=keys-deployed cachedir=/var/cache/tang keydir=/var/db/tang Feb 14 01:53:24 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-file[12513]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/tmp/ansible.9Ie5o5nbde_server_keys/ owner=None follow=True group=None unsafe_writes=False state=absent content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=None modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Feb 14 01:53:24 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-stat[12522]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d get_md5=False get_mime=True get_attributes=True Feb 14 01:53:24 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-file[12531]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/systemd/system/tangd.socket.d owner=None follow=True group=None unsafe_writes=False state=absent content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0755 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Feb 14 01:53:25 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-systemd[12540]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Feb 14 01:53:25 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-stat[12553]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/var/db/tang/h3OFX4KSTkTMutBJBRmi6r2qZuA.jwk get_md5=False get_mime=True get_attributes=True Feb 14 01:53:25 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-stat[12564]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/var/db/tang/WN-GKaN39Pi0wNApmwbqxWLbeP8.jwk get_md5=False get_mime=True get_attributes=True Feb 14 01:53:26 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-command[12575]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "true" = true ]; then rm -rf "/tmp/nbde_server_fetch_keys_deploy_sets82qj3al" else rm -rf "/tmp/nbde_server_fetch_keys_deploy_sets82qj3al"/* "/tmp/nbde_server_fetch_keys_deploy_sets82qj3al"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Feb 14 01:53:26 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-command[12586]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Feb 14 01:53:26 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-command[12597]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Feb 14 01:53:27 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[12601]: Did not receive identification string from 10.29.163.186 port 58934 Feb 14 01:53:27 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[12602]: Address 10.29.163.186 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Feb 14 01:53:28 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[12602]: Accepted publickey for root from 10.29.163.186 port 58936 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:53:28 93f15173-d782-4add-b7ff-07c47b7d1e51.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. Feb 14 01:53:28 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm systemd-logind[477]: 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 12602. Feb 14 01:53:28 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[12602]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 14 01:53:28 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[12602]: Received disconnect from 10.29.163.186 port 58936:11: disconnected by user Feb 14 01:53:28 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[12602]: Disconnected from 10.29.163.186 port 58936 Feb 14 01:53:28 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[12602]: pam_unix(sshd:session): session closed for user root Feb 14 01:53:28 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm systemd-logind[477]: 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. Feb 14 01:53:28 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[12613]: Address 10.29.163.186 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Feb 14 01:53:28 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[12613]: Accepted publickey for root from 10.29.163.186 port 58946 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:53:28 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm systemd-logind[477]: 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 12613. Feb 14 01:53:28 93f15173-d782-4add-b7ff-07c47b7d1e51.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. Feb 14 01:53:28 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[12613]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 14 01:53:28 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[12613]: Received disconnect from 10.29.163.186 port 58946:11: disconnected by user Feb 14 01:53:28 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[12613]: Disconnected from 10.29.163.186 port 58946 Feb 14 01:53:28 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[12613]: pam_unix(sshd:session): session closed for user root Feb 14 01:53:28 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm systemd-logind[477]: 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. Feb 14 01:53:29 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-setup[12649]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Feb 14 01:53:32 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-stat[12683]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Feb 14 01:53:32 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-yum[12692]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 14 01:53:32 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-nbde_server_tang[12705]: 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 Feb 14 01:53:33 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-stat[12723]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d get_md5=False get_mime=True get_attributes=True Feb 14 01:53:33 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-file[12732]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/systemd/system/tangd.socket.d owner=None follow=True group=None unsafe_writes=False state=absent content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0755 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Feb 14 01:53:33 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-systemd[12741]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Feb 14 01:53:34 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-command[12754]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Feb 14 01:53:34 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-command[12765]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Feb 14 01:53:38 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[12769]: Did not receive identification string from 10.29.163.186 port 56562 Feb 14 01:53:38 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[12770]: Address 10.29.163.186 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Feb 14 01:53:38 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[12770]: Accepted publickey for root from 10.29.163.186 port 56576 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:53:39 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm systemd-logind[477]: 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 12770. Feb 14 01:53:39 93f15173-d782-4add-b7ff-07c47b7d1e51.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. Feb 14 01:53:39 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[12770]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 14 01:53:39 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[12770]: Received disconnect from 10.29.163.186 port 56576:11: disconnected by user Feb 14 01:53:39 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[12770]: Disconnected from 10.29.163.186 port 56576 Feb 14 01:53:39 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[12770]: pam_unix(sshd:session): session closed for user root Feb 14 01:53:39 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm systemd-logind[477]: 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. Feb 14 01:53:39 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[12781]: Address 10.29.163.186 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Feb 14 01:53:39 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[12781]: Accepted publickey for root from 10.29.163.186 port 56592 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:53:39 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm systemd-logind[477]: 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 12781. Feb 14 01:53:39 93f15173-d782-4add-b7ff-07c47b7d1e51.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. Feb 14 01:53:39 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[12781]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 14 01:53:39 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[12781]: Received disconnect from 10.29.163.186 port 56592:11: disconnected by user Feb 14 01:53:39 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[12781]: Disconnected from 10.29.163.186 port 56592 Feb 14 01:53:39 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[12781]: pam_unix(sshd:session): session closed for user root Feb 14 01:53:39 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm systemd-logind[477]: 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. Feb 14 01:53:40 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-setup[12817]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Feb 14 01:53:40 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-stat[12851]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Feb 14 01:53:41 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-yum[12860]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 14 01:53:41 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-nbde_server_tang[12873]: 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 Feb 14 01:53:42 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-command[12891]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Feb 14 01:53:42 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-command[12902]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Feb 14 01:53:42 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-yum[12913]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 14 01:53:42 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-nbde_server_tang[12926]: 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 Feb 14 01:53:43 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-command[12944]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Feb 14 01:53:43 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-command[12955]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Feb 14 01:53:43 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-yum[12966]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 14 01:53:43 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-nbde_server_tang[12979]: 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 Feb 14 01:53:44 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-command[12997]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Feb 14 01:53:44 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-command[13008]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Feb 14 01:53:44 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-yum[13019]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 14 01:53:44 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-nbde_server_tang[13032]: 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 Feb 14 01:53:45 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-command[13050]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Feb 14 01:53:45 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-command[13061]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Feb 14 01:53:45 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-yum[13072]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 14 01:53:45 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-nbde_server_tang[13085]: 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 Feb 14 01:53:45 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-command[13103]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Feb 14 01:53:46 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-command[13114]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Feb 14 01:53:49 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[13118]: Did not receive identification string from 10.29.163.186 port 37730 Feb 14 01:53:49 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[13119]: Address 10.29.163.186 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Feb 14 01:53:49 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[13119]: Accepted publickey for root from 10.29.163.186 port 37736 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:53:50 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm systemd-logind[477]: 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 13119. Feb 14 01:53:50 93f15173-d782-4add-b7ff-07c47b7d1e51.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. Feb 14 01:53:50 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[13119]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 14 01:53:50 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[13119]: Received disconnect from 10.29.163.186 port 37736:11: disconnected by user Feb 14 01:53:50 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[13119]: Disconnected from 10.29.163.186 port 37736 Feb 14 01:53:50 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[13119]: pam_unix(sshd:session): session closed for user root Feb 14 01:53:50 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm systemd-logind[477]: 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. Feb 14 01:53:50 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[13130]: Address 10.29.163.186 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Feb 14 01:53:50 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[13130]: Accepted publickey for root from 10.29.163.186 port 37752 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:53:50 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm systemd-logind[477]: 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 13130. Feb 14 01:53:50 93f15173-d782-4add-b7ff-07c47b7d1e51.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. Feb 14 01:53:50 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[13130]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 14 01:53:50 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[13130]: Received disconnect from 10.29.163.186 port 37752:11: disconnected by user Feb 14 01:53:50 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[13130]: Disconnected from 10.29.163.186 port 37752 Feb 14 01:53:50 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[13130]: pam_unix(sshd:session): session closed for user root Feb 14 01:53:50 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm systemd-logind[477]: 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. Feb 14 01:53:51 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-setup[13166]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Feb 14 01:53:51 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-stat[13200]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Feb 14 01:53:52 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-yum[13209]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 14 01:53:52 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-nbde_server_tang[13222]: 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 Feb 14 01:53:53 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-stat[13240]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d get_md5=False get_mime=True get_attributes=True Feb 14 01:53:53 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-file[13249]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/systemd/system/tangd.socket.d owner=None follow=True group=None unsafe_writes=False state=absent content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0755 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Feb 14 01:53:53 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-systemd[13258]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Feb 14 01:53:53 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-find[13271]: Invoked with excludes=None paths=['/var/db/tang'] file_type=file age=None contains=None recurse=False age_stamp=mtime patterns=['*.jwk', '.*.jwk'] depth=None get_checksum=False use_regex=False follow=False hidden=False size=None Feb 14 01:53:54 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-yum[13280]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 14 01:53:54 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-nbde_server_tang[13293]: 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 Feb 14 01:53:54 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-stat[13302]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d get_md5=False get_mime=True get_attributes=True Feb 14 01:53:55 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-file[13311]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/systemd/system/tangd.socket.d owner=None follow=True group=None unsafe_writes=False state=absent content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0755 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Feb 14 01:53:55 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-systemd[13320]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Feb 14 01:53:55 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-find[13333]: Invoked with excludes=None paths=['/var/db/tang'] file_type=file age=None contains=None recurse=False age_stamp=mtime patterns=['*.jwk', '.*.jwk'] depth=None get_checksum=False use_regex=False follow=False hidden=False size=None Feb 14 01:53:55 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-yum[13342]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 14 01:53:56 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-nbde_server_tang[13355]: 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 Feb 14 01:53:56 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-stat[13373]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d get_md5=False get_mime=True get_attributes=True Feb 14 01:53:56 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-file[13382]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/systemd/system/tangd.socket.d owner=None follow=True group=None unsafe_writes=False state=absent content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0755 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Feb 14 01:53:57 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-systemd[13391]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Feb 14 01:53:57 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-find[13404]: Invoked with excludes=None paths=['/var/db/tang'] file_type=file age=None contains=None recurse=False age_stamp=mtime patterns=['*.jwk', '.*.jwk'] depth=None get_checksum=False use_regex=False follow=False hidden=False size=None Feb 14 01:53:57 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-command[13413]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Feb 14 01:53:57 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-command[13424]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Feb 14 01:54:00 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[13428]: Did not receive identification string from 10.29.163.186 port 51074 Feb 14 01:54:00 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[13429]: Address 10.29.163.186 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Feb 14 01:54:00 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[13429]: Accepted publickey for root from 10.29.163.186 port 51090 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:54:00 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm systemd-logind[477]: 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 13429. Feb 14 01:54:00 93f15173-d782-4add-b7ff-07c47b7d1e51.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. Feb 14 01:54:00 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[13429]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 14 01:54:01 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[13429]: Received disconnect from 10.29.163.186 port 51090:11: disconnected by user Feb 14 01:54:01 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[13429]: Disconnected from 10.29.163.186 port 51090 Feb 14 01:54:01 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[13429]: pam_unix(sshd:session): session closed for user root Feb 14 01:54:01 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm systemd-logind[477]: 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. Feb 14 01:54:01 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[13440]: Address 10.29.163.186 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Feb 14 01:54:01 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[13440]: Accepted publickey for root from 10.29.163.186 port 51096 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:54:01 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm systemd-logind[477]: 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 13440. Feb 14 01:54:01 93f15173-d782-4add-b7ff-07c47b7d1e51.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. Feb 14 01:54:01 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[13440]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 14 01:54:01 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[13440]: Received disconnect from 10.29.163.186 port 51096:11: disconnected by user Feb 14 01:54:01 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[13440]: Disconnected from 10.29.163.186 port 51096 Feb 14 01:54:01 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[13440]: pam_unix(sshd:session): session closed for user root Feb 14 01:54:01 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm systemd-logind[477]: 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. Feb 14 01:54:02 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-setup[13476]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Feb 14 01:54:02 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-stat[13510]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Feb 14 01:54:03 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-yum[13519]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 14 01:54:03 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-nbde_server_tang[13532]: 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 Feb 14 01:54:03 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-stat[13550]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d get_md5=False get_mime=True get_attributes=True Feb 14 01:54:04 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-file[13559]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/systemd/system/tangd.socket.d owner=None follow=True group=None unsafe_writes=False state=absent content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0755 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Feb 14 01:54:04 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-systemd[13568]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Feb 14 01:54:04 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-systemd[13581]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Feb 14 01:54:05 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-yum[13594]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 14 01:54:05 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-nbde_server_tang[13607]: 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 Feb 14 01:54:06 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-stat[13616]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d get_md5=False get_mime=True get_attributes=True Feb 14 01:54:06 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-file[13625]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/systemd/system/tangd.socket.d owner=None follow=True group=None unsafe_writes=False state=absent content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0755 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Feb 14 01:54:06 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-systemd[13634]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=stopped masked=None scope=None user=None Feb 14 01:54:06 93f15173-d782-4add-b7ff-07c47b7d1e51.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. Feb 14 01:54:06 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-systemd[13648]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=stopped masked=None scope=None user=None Feb 14 01:54:07 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-yum[13661]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 14 01:54:07 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-nbde_server_tang[13674]: 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 Feb 14 01:54:07 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-stat[13683]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d get_md5=False get_mime=True get_attributes=True Feb 14 01:54:08 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-file[13692]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/systemd/system/tangd.socket.d owner=None follow=True group=None unsafe_writes=False state=absent content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0755 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Feb 14 01:54:08 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-systemd[13701]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Feb 14 01:54:08 93f15173-d782-4add-b7ff-07c47b7d1e51.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. Feb 14 01:54:08 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-systemd[13715]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Feb 14 01:54:08 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-command[13728]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Feb 14 01:54:09 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-command[13739]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Feb 14 01:54:11 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[13743]: Did not receive identification string from 10.29.163.186 port 36480 Feb 14 01:54:11 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[13744]: Address 10.29.163.186 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Feb 14 01:54:11 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[13744]: Accepted publickey for root from 10.29.163.186 port 36494 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:54:11 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm systemd-logind[477]: New session 18 of user root. -- Subject: A new session 18 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 18 has been created for the user root. -- -- The leading process of the session is 13744. Feb 14 01:54:11 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm systemd[1]: Started Session 18 of user root. -- Subject: Unit session-18.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-18.scope has finished starting up. -- -- The start-up result is done. Feb 14 01:54:11 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[13744]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 14 01:54:12 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[13744]: Received disconnect from 10.29.163.186 port 36494:11: disconnected by user Feb 14 01:54:12 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[13744]: Disconnected from 10.29.163.186 port 36494 Feb 14 01:54:12 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[13744]: pam_unix(sshd:session): session closed for user root Feb 14 01:54:12 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm systemd-logind[477]: Removed session 18. -- Subject: Session 18 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 18 has been terminated. Feb 14 01:54:12 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[13755]: Address 10.29.163.186 maps to incomplete-baseosci-worker.us-east-1.aws.redhat.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Feb 14 01:54:12 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[13755]: Accepted publickey for root from 10.29.163.186 port 49970 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:54:12 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm systemd-logind[477]: New session 19 of user root. -- Subject: A new session 19 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 19 has been created for the user root. -- -- The leading process of the session is 13755. Feb 14 01:54:12 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm systemd[1]: Started Session 19 of user root. -- Subject: Unit session-19.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-19.scope has finished starting up. -- -- The start-up result is done. Feb 14 01:54:12 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[13755]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 14 01:54:12 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[13755]: Received disconnect from 10.29.163.186 port 49970:11: disconnected by user Feb 14 01:54:12 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[13755]: Disconnected from 10.29.163.186 port 49970 Feb 14 01:54:12 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm sshd[13755]: pam_unix(sshd:session): session closed for user root Feb 14 01:54:12 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm systemd-logind[477]: Removed session 19. -- Subject: Session 19 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 19 has been terminated. Feb 14 01:54:13 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-file[13791]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/systemd/system/tangd.socket.d owner=None follow=True group=None unsafe_writes=False state=directory content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0775 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Feb 14 01:54:13 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-stat[13822]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d/max-connections.conf get_md5=False get_mime=True get_attributes=True Feb 14 01:54:13 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-copy[13847]: Invoked with directory_mode=None force=True remote_src=None _original_basename=tmpylyoar9d owner=None follow=False local_follow=None group=None unsafe_writes=False setype=None content=NOT_LOGGING_PARAMETER serole=None dest=/etc/systemd/system/tangd.socket.d/max-connections.conf selevel=None regexp=None validate=None src=/root/.ansible/tmp/ansible-tmp-1707875653.2258408-4270-2110501580752/source checksum=05987691cc309e84627f31fa0d1680a3b3b2c4b2 seuser=None delimiter=None mode=0664 attributes=None backup=False Feb 14 01:54:13 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-setup[13865]: Invoked with filter=* gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'distribution_version', 'os_family'] fact_path=/etc/ansible/facts.d gather_timeout=10 Feb 14 01:54:14 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-stat[13878]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Feb 14 01:54:14 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-setup[13887]: Invoked with filter=ansible_pkg_mgr gather_subset=['!all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Feb 14 01:54:14 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-yum[13902]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 14 01:54:15 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-nbde_server_tang[13915]: 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 Feb 14 01:54:15 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-stat[13933]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d get_md5=False get_mime=True get_attributes=True Feb 14 01:54:15 93f15173-d782-4add-b7ff-07c47b7d1e51.testing-farm ansible-command[13952]: Invoked with creates=None executable=None _uses_shell=False strip_empty_ends=True _raw_params=journalctl -ex removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/tests_share_system_dir.yml:106 Wednesday 14 February 2024 01:54:15 +0000 (0:00:00.268) 0:00:03.087 **** included: /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/tasks/cleanup.yml for sut TASK [Remove control node files/directories] *********************************** task path: /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/tasks/cleanup.yml:2 Wednesday 14 February 2024 01:54:15 +0000 (0:00:00.016) 0:00:03.103 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove managed node files/directories] *********************************** task path: /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/tasks/cleanup.yml:9 Wednesday 14 February 2024 01:54:16 +0000 (0:00:00.009) 0:00:03.112 **** skipping: [sut] => (item={'path': '', 'remove_dir': 'true'}) => { "ansible_loop_var": "item", "changed": false, "item": { "path": "", "remove_dir": "true" }, "skip_reason": "Conditional result was False" } changed: [sut] => (item={'path': '/var/db/tang', 'remove_dir': 'false'}) => { "ansible_loop_var": "item", "changed": true, "cmd": "set -euxo pipefail\nif [ \"false\" = true ]; then\n rm -rf \"/var/db/tang\"\nelse\n rm -rf \"/var/db/tang\"/* \"/var/db/tang\"/.* || :\nfi\n", "delta": "0:00:00.004326", "end": "2024-02-14 01:54:16.119236", "item": { "path": "/var/db/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-02-14 01:54:16.114910" } STDERR: + '[' false = true ']' + rm -rf /var/db/tang/D8BspjngDSIc8ZVDK-O9VHDy5wc.jwk /var/db/tang/SlVSnFJ0-8QvNgMAoVHhdNne73c.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.004125", "end": "2024-02-14 01:54:16.249146", "item": { "path": "/var/cache/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-02-14 01:54:16.245021" } STDERR: + '[' false = true ']' + rm -rf '/var/cache/tang/*' '/var/cache/tang/.*' to retry, use: --limit @/tmp/tests_share_system_dir.retry PLAY RECAP ********************************************************************* sut : ok=15 changed=4 unreachable=0 failed=1 skipped=22 rescued=0 ignored=0 Wednesday 14 February 2024 01:54:16 +0000 (0:00:00.258) 0:00:03.371 **** =============================================================================== linux-system-roles.nbde_server : Ensure tang is installed --------------- 0.67s /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 Create a customization systemd file ------------------------------------- 0.48s /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/tests_share_system_dir.yml:20 linux-system-roles.nbde_server : Ensure ansible_facts used by role ------ 0.31s /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:2 Create the tangd.socket.d directory ------------------------------------- 0.28s /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/tests_share_system_dir.yml:14 Debug ------------------------------------------------------------------- 0.27s /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/tests_share_system_dir.yml:102 Remove managed node files/directories ----------------------------------- 0.26s /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/tasks/cleanup.yml:9 --------- linux-system-roles.nbde_server : Ensure we have keys -------------------- 0.20s /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:18 linux-system-roles.nbde_server : Get a list of files in the tangd custom directory --- 0.17s /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:19 linux-system-roles.nbde_server : Stat the tangd custom port systemd directory --- 0.13s /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:14 linux-system-roles.nbde_server : Check if system is ostree -------------- 0.12s /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:11 linux-system-roles.nbde_server : Manage firewall and SELinux for port --- 0.06s /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:32 linux-system-roles.nbde_server : Set version specific variables --------- 0.02s /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:6 linux-system-roles.nbde_server : Include the appropriate provider tasks --- 0.02s /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:9 linux-system-roles.nbde_server : Set platform/version specific variables --- 0.02s /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:20 fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled --- 0.02s /WORKDIR/git-custom-port-idempotentwtrl0_ht/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 linux-system-roles.nbde_server : Ensure keys are rotated ---------------- 0.02s /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:9 fedora.linux_system_roles.selinux : Set selinux_reboot_required --------- 0.02s /WORKDIR/git-custom-port-idempotentwtrl0_ht/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 fedora.linux_system_roles.selinux : Warn if SELinux is disabled --------- 0.02s /WORKDIR/git-custom-port-idempotentwtrl0_ht/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 linux-system-roles.nbde_server : Perform key management (fetch/deploy) tasks --- 0.02s /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:27 linux-system-roles.nbde_server : Set flag to indicate system is ostree --- 0.02s /WORKDIR/git-custom-port-idempotentwtrl0_ht/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:16 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---