# 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-idempotentxu6ezwy2/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-idempotentxu6ezwy2/tests/tests_share_system_dir.yml:14 Wednesday 14 February 2024 01:46:57 +0000 (0:00:00.012) 0:00:00.012 **** changed: [sut] => { "ansible_facts": { "discovered_interpreter_python": "/usr/libexec/platform-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": 6, "state": "directory", "uid": 0 } TASK [Create a customization systemd file] ************************************* task path: /WORKDIR/git-custom-port-idempotentxu6ezwy2/tests/tests_share_system_dir.yml:20 Wednesday 14 February 2024 01:46:58 +0000 (0:00:00.372) 0:00:00.385 **** 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-1707875218.0649223-4628-35349936018571/source", "state": "file", "uid": 0 } TASK [Run role] **************************************************************** task path: /WORKDIR/git-custom-port-idempotentxu6ezwy2/tests/tests_share_system_dir.yml:28 Wednesday 14 February 2024 01:46:58 +0000 (0:00:00.645) 0:00:01.031 **** TASK [linux-system-roles.nbde_server : Set version specific variables] ********* task path: /WORKDIR/git-custom-port-idempotentxu6ezwy2/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:6 Wednesday 14 February 2024 01:46:58 +0000 (0:00:00.012) 0:00:01.043 **** included: /WORKDIR/git-custom-port-idempotentxu6ezwy2/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-idempotentxu6ezwy2/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:2 Wednesday 14 February 2024 01:46:58 +0000 (0:00:00.020) 0:00:01.064 **** ok: [sut] TASK [linux-system-roles.nbde_server : Check if system is ostree] ************** task path: /WORKDIR/git-custom-port-idempotentxu6ezwy2/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:11 Wednesday 14 February 2024 01:46:59 +0000 (0:00:00.456) 0:00:01.521 **** 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-idempotentxu6ezwy2/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:16 Wednesday 14 February 2024 01:46:59 +0000 (0:00:00.197) 0:00:01.718 **** 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-idempotentxu6ezwy2/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:20 Wednesday 14 February 2024 01:46:59 +0000 (0:00:00.021) 0:00:01.740 **** 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-idempotentxu6ezwy2/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-idempotentxu6ezwy2/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:9 Wednesday 14 February 2024 01:46:59 +0000 (0:00:00.039) 0:00:01.779 **** included: /WORKDIR/git-custom-port-idempotentxu6ezwy2/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-idempotentxu6ezwy2/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 Wednesday 14 February 2024 01:46:59 +0000 (0:00:00.041) 0:00:01.820 **** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.nbde_server : Ensure keys are rotated] **************** task path: /WORKDIR/git-custom-port-idempotentxu6ezwy2/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:9 Wednesday 14 February 2024 01:47:02 +0000 (0:00:02.845) 0:00:04.666 **** 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-idempotentxu6ezwy2/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:18 Wednesday 14 February 2024 01:47:02 +0000 (0:00:00.019) 0:00:04.686 **** 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-idempotentxu6ezwy2/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:27 Wednesday 14 February 2024 01:47:02 +0000 (0:00:00.288) 0:00:04.974 **** 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-idempotentxu6ezwy2/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:32 Wednesday 14 February 2024 01:47:02 +0000 (0:00:00.018) 0:00:04.992 **** included: /WORKDIR/git-custom-port-idempotentxu6ezwy2/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-idempotentxu6ezwy2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Wednesday 14 February 2024 01:47:02 +0000 (0:00:00.060) 0:00:05.053 **** 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-idempotentxu6ezwy2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Wednesday 14 February 2024 01:47:02 +0000 (0:00:00.009) 0:00:05.063 **** 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-idempotentxu6ezwy2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Wednesday 14 February 2024 01:47:02 +0000 (0:00:00.009) 0:00:05.072 **** 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-idempotentxu6ezwy2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Wednesday 14 February 2024 01:47:02 +0000 (0:00:00.008) 0:00:05.081 **** 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-idempotentxu6ezwy2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Wednesday 14 February 2024 01:47:02 +0000 (0:00:00.009) 0:00:05.090 **** 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-idempotentxu6ezwy2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Wednesday 14 February 2024 01:47:02 +0000 (0:00:00.009) 0:00:05.099 **** skipping: [sut] => {} TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /WORKDIR/git-custom-port-idempotentxu6ezwy2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Wednesday 14 February 2024 01:47:02 +0000 (0:00:00.009) 0:00:05.108 **** 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-idempotentxu6ezwy2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Wednesday 14 February 2024 01:47:02 +0000 (0:00:00.008) 0:00:05.117 **** 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-idempotentxu6ezwy2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Wednesday 14 February 2024 01:47:02 +0000 (0:00:00.009) 0:00:05.127 **** 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-idempotentxu6ezwy2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Wednesday 14 February 2024 01:47:02 +0000 (0:00:00.008) 0:00:05.135 **** 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-idempotentxu6ezwy2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Wednesday 14 February 2024 01:47:02 +0000 (0:00:00.008) 0:00:05.144 **** 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-idempotentxu6ezwy2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Wednesday 14 February 2024 01:47:02 +0000 (0:00:00.009) 0:00:05.154 **** TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /WORKDIR/git-custom-port-idempotentxu6ezwy2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74 Wednesday 14 February 2024 01:47:02 +0000 (0:00:00.009) 0:00:05.163 **** TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /WORKDIR/git-custom-port-idempotentxu6ezwy2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Wednesday 14 February 2024 01:47:02 +0000 (0:00:00.009) 0:00:05.173 **** 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-idempotentxu6ezwy2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Wednesday 14 February 2024 01:47:02 +0000 (0:00:00.012) 0:00:05.186 **** TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /WORKDIR/git-custom-port-idempotentxu6ezwy2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Wednesday 14 February 2024 01:47:02 +0000 (0:00:00.009) 0:00:05.195 **** 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-idempotentxu6ezwy2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115 Wednesday 14 February 2024 01:47:02 +0000 (0:00:00.009) 0:00:05.204 **** 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-idempotentxu6ezwy2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128 Wednesday 14 February 2024 01:47:02 +0000 (0:00:00.010) 0:00:05.214 **** TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /WORKDIR/git-custom-port-idempotentxu6ezwy2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136 Wednesday 14 February 2024 01:47:02 +0000 (0:00:00.008) 0:00:05.223 **** TASK [linux-system-roles.nbde_server : Stat the tangd custom port systemd directory] *** task path: /WORKDIR/git-custom-port-idempotentxu6ezwy2/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:14 Wednesday 14 February 2024 01:47:02 +0000 (0:00:00.007) 0:00:05.231 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707875218.0011106, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707875218.6141107, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 211812545, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0775", "mtime": 1707875218.6141107, "nlink": 2, "path": "/etc/systemd/system/tangd.socket.d", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 34, "uid": 0, "version": "3568282591", "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-idempotentxu6ezwy2/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:19 Wednesday 14 February 2024 01:47:03 +0000 (0:00:00.189) 0:00:05.420 **** 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-idempotentxu6ezwy2/tests/tests_share_system_dir.yml:102 Wednesday 14 February 2024 01:47:03 +0000 (0:00:00.256) 0:00:05.676 **** ok: [sut] => { "changed": false, "cmd": [ "journalctl", "-ex" ], "delta": "0:00:00.029226", "end": "2024-02-14 01:47:03.576470", "rc": 0, "start": "2024-02-14 01:47:03.547244" } STDOUT: -- Logs begin at Wed 2024-02-14 01:33:10 UTC, end at Wed 2024-02-14 01:47:03 UTC. -- Feb 14 01:33:28 localhost.localdomain kernel: printk: systemd: 16 output lines suppressed due to ratelimiting Feb 14 01:33:28 localhost.localdomain kernel: audit: type=1404 audit(1707874400.751:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1 Feb 14 01:33:28 localhost.localdomain kernel: SELinux: policy capability network_peer_controls=1 Feb 14 01:33:28 localhost.localdomain kernel: SELinux: policy capability open_perms=1 Feb 14 01:33:28 localhost.localdomain kernel: SELinux: policy capability extended_socket_class=1 Feb 14 01:33:28 localhost.localdomain kernel: SELinux: policy capability always_check_network=0 Feb 14 01:33:28 localhost.localdomain kernel: SELinux: policy capability cgroup_seclabel=1 Feb 14 01:33:28 localhost.localdomain kernel: SELinux: policy capability nnp_nosuid_transition=1 Feb 14 01:33:28 localhost.localdomain kernel: audit: type=1403 audit(1707874402.684:3): auid=4294967295 ses=4294967295 lsm=selinux res=1 Feb 14 01:33:28 localhost.localdomain systemd[1]: Successfully loaded SELinux policy in 1.938592s. Feb 14 01:33:28 localhost.localdomain systemd[1]: Relabelled /dev, /run and /sys/fs/cgroup in 18.946ms. Feb 14 01:33:28 localhost.localdomain systemd[1]: systemd 239 (239-79.el8) running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=legacy) Feb 14 01:33:28 localhost.localdomain systemd[1]: Detected virtualization xen. Feb 14 01:33:28 localhost.localdomain systemd[1]: Detected architecture x86-64. Feb 14 01:33:28 localhost.localdomain systemd[1]: Set hostname to . Feb 14 01:33:28 localhost.localdomain systemd[1]: Initializing machine ID from random generator. Feb 14 01:33:28 localhost.localdomain systemd[1]: Installed transient /etc/machine-id file. Feb 14 01:33:28 localhost.localdomain systemd[1]: /usr/lib/systemd/system/cloud-init.target:15: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 14 01:33:28 localhost.localdomain systemd[1]: /usr/lib/systemd/system/cloud-init.service:18: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 14 01:33:28 localhost.localdomain systemd[1]: /usr/lib/systemd/system/cloud-init-local.service:12: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 14 01:33:28 localhost.localdomain systemd[1]: /usr/lib/systemd/system/cloud-final.service:7: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 14 01:33:28 localhost.localdomain systemd[1]: /usr/lib/systemd/system/cloud-config.service:9: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 14 01:33:28 localhost.localdomain systemd[1]: initrd-switch-root.service: Succeeded. Feb 14 01:33:28 localhost.localdomain systemd[1]: Stopped Switch Root. Feb 14 01:33:28 localhost.localdomain systemd[1]: systemd-journald.service: Service has no hold-off time (RestartSec=0), scheduling restart. Feb 14 01:33:28 localhost.localdomain systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1. Feb 14 01:33:28 localhost.localdomain systemd[1]: Stopped Journal Service. Feb 14 01:33:28 localhost.localdomain systemd-journald[501]: Journal started -- Subject: The journal has been started -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The system journal process has started up, opened the journal -- files for writing and is now ready to process requests. Feb 14 01:33:28 localhost.localdomain systemd-journald[501]: Runtime journal (/run/log/journal/f7717f5d441e49c18e06270da1c7ec78) is 8.0M, max 176.9M, 168.9M free. -- Subject: Disk space used by the journal -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Runtime journal (/run/log/journal/f7717f5d441e49c18e06270da1c7ec78) is currently using 8.0M. -- Maximum allowed usage is set to 176.9M. -- Leaving at least 265.4M free (of currently available 1.7G of disk space). -- Enforced usage limit is thus 176.9M, of which 168.9M are still available. -- -- The limits controlling how much disk space is used by the journal may -- be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=, -- RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in -- /etc/systemd/journald.conf. See journald.conf(5) for details. Feb 14 01:33:28 localhost.localdomain systemd[1]: systemd-journald.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-journald.service has successfully entered the 'dead' state. Feb 14 01:33:28 localhost.localdomain systemd[1]: Mounted Kernel Debug File System. -- Subject: Unit sys-kernel-debug.mount has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sys-kernel-debug.mount has finished starting up. -- -- The start-up result is done. Feb 14 01:33:28 localhost.localdomain systemd[1]: Mounted Huge Pages File System. -- Subject: Unit dev-hugepages.mount has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dev-hugepages.mount has finished starting up. -- -- The start-up result is done. Feb 14 01:33:28 localhost.localdomain systemd[1]: Started Read and set NIS domainname from /etc/sysconfig/network. -- Subject: Unit nis-domainname.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit nis-domainname.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:28 localhost.localdomain systemd[1]: Mounted POSIX Message Queue File System. -- Subject: Unit dev-mqueue.mount has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dev-mqueue.mount has finished starting up. -- -- The start-up result is done. Feb 14 01:33:28 localhost.localdomain systemd[1]: Started Create list of required static device nodes for the current kernel. -- Subject: Unit kmod-static-nodes.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit kmod-static-nodes.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:29 localhost.localdomain systemd[1]: Started Remount Root and Kernel File Systems. -- Subject: Unit systemd-remount-fs.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-remount-fs.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:29 localhost.localdomain systemd[1]: Starting Flush Journal to Persistent Storage... -- Subject: Unit systemd-journal-flush.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-journal-flush.service has begun starting up. Feb 14 01:33:29 localhost.localdomain systemd[1]: Starting Create Static Device Nodes in /dev... -- Subject: Unit systemd-tmpfiles-setup-dev.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-setup-dev.service has begun starting up. Feb 14 01:33:29 localhost.localdomain systemd[1]: Starting Load/Save Random Seed... -- Subject: Unit systemd-random-seed.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-random-seed.service has begun starting up. Feb 14 01:33:29 localhost.localdomain systemd[1]: Started udev Coldplug all Devices. -- Subject: Unit systemd-udev-trigger.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udev-trigger.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:29 localhost.localdomain systemd[1]: Started Load/Save Random Seed. -- Subject: Unit systemd-random-seed.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-random-seed.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:29 localhost.localdomain systemd-journald[501]: Runtime journal (/run/log/journal/f7717f5d441e49c18e06270da1c7ec78) is 8.0M, max 176.9M, 168.9M free. -- Subject: Disk space used by the journal -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Runtime journal (/run/log/journal/f7717f5d441e49c18e06270da1c7ec78) is currently using 8.0M. -- Maximum allowed usage is set to 176.9M. -- Leaving at least 265.4M free (of currently available 1.7G of disk space). -- Enforced usage limit is thus 176.9M, of which 168.9M are still available. -- -- The limits controlling how much disk space is used by the journal may -- be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=, -- RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in -- /etc/systemd/journald.conf. See journald.conf(5) for details. Feb 14 01:33:29 localhost.localdomain systemd[1]: Started Flush Journal to Persistent Storage. -- Subject: Unit systemd-journal-flush.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-journal-flush.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:29 localhost.localdomain systemd[1]: systemd-vconsole-setup.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-vconsole-setup.service has successfully entered the 'dead' state. Feb 14 01:33:29 localhost.localdomain systemd[1]: Started Setup Virtual Console. -- Subject: Unit systemd-vconsole-setup.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-vconsole-setup.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:29 localhost.localdomain systemd[1]: Started Apply Kernel Variables. -- Subject: Unit systemd-sysctl.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-sysctl.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:29 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: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-setup-dev.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:29 localhost.localdomain systemd[1]: Reached target Local File Systems (Pre). -- Subject: Unit local-fs-pre.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit local-fs-pre.target has finished starting up. -- -- The start-up result is done. Feb 14 01:33:29 localhost.localdomain systemd[1]: Reached target Local File Systems. -- Subject: Unit local-fs.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit local-fs.target has finished starting up. -- -- The start-up result is done. Feb 14 01:33:29 localhost.localdomain systemd[1]: Starting Import network configuration from initramfs... -- Subject: Unit import-state.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit import-state.service has begun starting up. Feb 14 01:33:29 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: https://access.redhat.com/support -- -- Unit systemd-machine-id-commit.service has begun starting up. Feb 14 01:33:29 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: https://access.redhat.com/support -- -- Unit plymouth-read-write.service has begun starting up. Feb 14 01:33:29 localhost.localdomain systemd[1]: Starting udev Kernel Device Manager... -- Subject: Unit systemd-udevd.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udevd.service has begun starting up. Feb 14 01:33:29 localhost.localdomain systemd[1]: etc-machine\x2did.mount: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit etc-machine\x2did.mount has successfully entered the 'dead' state. Feb 14 01:33:29 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: https://access.redhat.com/support -- -- Unit systemd-machine-id-commit.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:30 localhost.localdomain systemd[1]: Received SIGRTMIN+20 from PID 331 (plymouthd). Feb 14 01:33:30 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: https://access.redhat.com/support -- -- Unit plymouth-read-write.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:30 localhost.localdomain systemd[1]: Started Import network configuration from initramfs. -- Subject: Unit import-state.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit import-state.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:30 localhost.localdomain systemd[1]: Starting Create Volatile Files and Directories... -- Subject: Unit systemd-tmpfiles-setup.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-setup.service has begun starting up. Feb 14 01:33:30 localhost.localdomain systemd[1]: Started Create Volatile Files and Directories. -- Subject: Unit systemd-tmpfiles-setup.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-setup.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:30 localhost.localdomain systemd[1]: Starting RPC Bind... -- Subject: Unit rpcbind.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rpcbind.service has begun starting up. Feb 14 01:33:30 localhost.localdomain systemd-udevd[536]: Network interface NamePolicy= disabled on kernel command line, ignoring. Feb 14 01:33:30 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: https://access.redhat.com/support -- -- Unit var-lib-nfs-rpc_pipefs.mount has begun starting up. Feb 14 01:33:30 localhost.localdomain systemd[1]: Starting Security Auditing Service... -- Subject: Unit auditd.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit auditd.service has begun starting up. Feb 14 01:33:30 localhost.localdomain auditd[558]: No plugins found, not dispatching events Feb 14 01:33:30 localhost.localdomain auditd[558]: Init complete, auditd 3.1.2 listening for events (startup state enable) Feb 14 01:33:30 localhost.localdomain systemd[1]: Started RPC Bind. -- Subject: Unit rpcbind.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rpcbind.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:30 localhost.localdomain systemd[1]: Started udev Kernel Device Manager. -- Subject: Unit systemd-udevd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udevd.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:31 localhost.localdomain kernel: RPC: Registered named UNIX socket transport module. Feb 14 01:33:31 localhost.localdomain kernel: RPC: Registered udp transport module. Feb 14 01:33:31 localhost.localdomain kernel: RPC: Registered tcp transport module. Feb 14 01:33:31 localhost.localdomain kernel: RPC: Registered tcp NFSv4.1 backchannel transport module. Feb 14 01:33:31 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: https://access.redhat.com/support -- -- Unit var-lib-nfs-rpc_pipefs.mount has finished starting up. -- -- The start-up result is done. Feb 14 01:33:31 localhost.localdomain systemd[1]: Reached target rpc_pipefs.target. -- Subject: Unit rpc_pipefs.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rpc_pipefs.target has finished starting up. -- -- The start-up result is done. Feb 14 01:33:31 localhost.localdomain kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5 Feb 14 01:33:31 localhost.localdomain kernel: RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 655360 ms ovfl timer Feb 14 01:33:31 localhost.localdomain kernel: piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr Feb 14 01:33:31 localhost.localdomain kernel: EDAC sbridge: Seeking for: PCI ID 8086:2fa0 Feb 14 01:33:31 localhost.localdomain kernel: EDAC sbridge: Ver: 1.1.2 Feb 14 01:33:31 localhost.localdomain systemd-udevd[572]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Feb 14 01:33:31 localhost.localdomain augenrules[561]: /sbin/augenrules: No change Feb 14 01:33:31 localhost.localdomain augenrules[605]: No rules Feb 14 01:33:31 localhost.localdomain augenrules[605]: enabled 1 Feb 14 01:33:31 localhost.localdomain augenrules[605]: failure 1 Feb 14 01:33:31 localhost.localdomain augenrules[605]: pid 558 Feb 14 01:33:31 localhost.localdomain augenrules[605]: rate_limit 0 Feb 14 01:33:31 localhost.localdomain augenrules[605]: backlog_limit 8192 Feb 14 01:33:31 localhost.localdomain augenrules[605]: lost 0 Feb 14 01:33:31 localhost.localdomain augenrules[605]: backlog 2 Feb 14 01:33:31 localhost.localdomain augenrules[605]: backlog_wait_time 60000 Feb 14 01:33:31 localhost.localdomain augenrules[605]: backlog_wait_time_actual 0 Feb 14 01:33:31 localhost.localdomain augenrules[605]: enabled 1 Feb 14 01:33:31 localhost.localdomain augenrules[605]: failure 1 Feb 14 01:33:31 localhost.localdomain augenrules[605]: pid 558 Feb 14 01:33:31 localhost.localdomain augenrules[605]: rate_limit 0 Feb 14 01:33:31 localhost.localdomain augenrules[605]: backlog_limit 8192 Feb 14 01:33:31 localhost.localdomain augenrules[605]: lost 0 Feb 14 01:33:31 localhost.localdomain augenrules[605]: backlog 6 Feb 14 01:33:31 localhost.localdomain augenrules[605]: backlog_wait_time 60000 Feb 14 01:33:31 localhost.localdomain augenrules[605]: backlog_wait_time_actual 0 Feb 14 01:33:31 localhost.localdomain augenrules[605]: enabled 1 Feb 14 01:33:31 localhost.localdomain augenrules[605]: failure 1 Feb 14 01:33:31 localhost.localdomain augenrules[605]: pid 558 Feb 14 01:33:31 localhost.localdomain augenrules[605]: rate_limit 0 Feb 14 01:33:31 localhost.localdomain augenrules[605]: backlog_limit 8192 Feb 14 01:33:31 localhost.localdomain augenrules[605]: lost 0 Feb 14 01:33:31 localhost.localdomain augenrules[605]: backlog 4 Feb 14 01:33:31 localhost.localdomain augenrules[605]: backlog_wait_time 60000 Feb 14 01:33:31 localhost.localdomain augenrules[605]: backlog_wait_time_actual 0 Feb 14 01:33:31 localhost.localdomain systemd[1]: Started Security Auditing Service. -- Subject: Unit auditd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit auditd.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:31 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: https://access.redhat.com/support -- -- Unit systemd-update-utmp.service has begun starting up. Feb 14 01:33:31 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: https://access.redhat.com/support -- -- Unit systemd-update-utmp.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:31 localhost.localdomain systemd[1]: Reached target System Initialization. -- Subject: Unit sysinit.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sysinit.target has finished starting up. -- -- The start-up result is done. Feb 14 01:33:31 localhost.localdomain systemd[1]: Listening on D-Bus System Message Bus Socket. -- Subject: Unit dbus.socket has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dbus.socket has finished starting up. -- -- The start-up result is done. Feb 14 01:33:31 localhost.localdomain systemd[1]: Started dnf makecache --timer. -- Subject: Unit dnf-makecache.timer has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dnf-makecache.timer has finished starting up. -- -- The start-up result is done. Feb 14 01:33:31 localhost.localdomain systemd[1]: Listening on SSSD Kerberos Cache Manager responder socket. -- Subject: Unit sssd-kcm.socket has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sssd-kcm.socket has finished starting up. -- -- The start-up result is done. Feb 14 01:33:31 localhost.localdomain systemd[1]: Reached target Sockets. -- Subject: Unit sockets.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sockets.target has finished starting up. -- -- The start-up result is done. Feb 14 01:33:31 localhost.localdomain systemd[1]: Reached target Basic System. -- Subject: Unit basic.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit basic.target has finished starting up. -- -- The start-up result is done. Feb 14 01:33:31 localhost.localdomain systemd[1]: Started D-Bus System Message Bus. -- Subject: Unit dbus.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dbus.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:31 localhost.localdomain systemd[1]: Starting Restore /run/initramfs on shutdown... -- Subject: Unit dracut-shutdown.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-shutdown.service has begun starting up. Feb 14 01:33:31 localhost.localdomain systemd[1]: Started irqbalance daemon. -- Subject: Unit irqbalance.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit irqbalance.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:31 localhost.localdomain systemd[1]: Reached target User and Group Name Lookups. -- Subject: Unit nss-user-lookup.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit nss-user-lookup.target has finished starting up. -- -- The start-up result is done. Feb 14 01:33:31 localhost.localdomain systemd[1]: Starting Login Service... -- Subject: Unit systemd-logind.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-logind.service has begun starting up. Feb 14 01:33:31 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: https://access.redhat.com/support -- -- Unit cloud-init-local.service has begun starting up. Feb 14 01:33:32 localhost.localdomain systemd-logind[622]: New seat seat0. -- Subject: A new seat seat0 is now available -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new seat seat0 has been configured and is now available. Feb 14 01:33:32 localhost.localdomain systemd-logind[622]: Watching system buttons on /dev/input/event0 (Power Button) Feb 14 01:33:32 localhost.localdomain systemd-logind[622]: Watching system buttons on /dev/input/event1 (Sleep Button) Feb 14 01:33:32 localhost.localdomain systemd-logind[622]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard) Feb 14 01:33:32 localhost.localdomain systemd[1]: Starting NTP client/server... -- Subject: Unit chronyd.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit chronyd.service has begun starting up. Feb 14 01:33:32 localhost.localdomain systemd[1]: Started Hardware RNG Entropy Gatherer Daemon. -- Subject: Unit rngd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rngd.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:32 localhost.localdomain systemd[1]: Started daily update of the root trust anchor for DNSSEC. -- Subject: Unit unbound-anchor.timer has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit unbound-anchor.timer has finished starting up. -- -- The start-up result is done. Feb 14 01:33:32 localhost.localdomain systemd[1]: Started Daily Cleanup of Temporary Directories. -- Subject: Unit systemd-tmpfiles-clean.timer has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-clean.timer has finished starting up. -- -- The start-up result is done. Feb 14 01:33:32 localhost.localdomain systemd[1]: Reached target Timers. -- Subject: Unit timers.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit timers.target has finished starting up. -- -- The start-up result is done. Feb 14 01:33:32 localhost.localdomain systemd[1]: Reached target sshd-keygen.target. -- Subject: Unit sshd-keygen.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sshd-keygen.target has finished starting up. -- -- The start-up result is done. Feb 14 01:33:32 localhost.localdomain systemd[1]: Started Restore /run/initramfs on shutdown. -- Subject: Unit dracut-shutdown.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-shutdown.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:32 localhost.localdomain systemd[1]: Starting update of the root trust anchor for DNSSEC validation in unbound... -- Subject: Unit unbound-anchor.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit unbound-anchor.service has begun starting up. Feb 14 01:33:32 localhost.localdomain systemd[1]: Started Login Service. -- Subject: Unit systemd-logind.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-logind.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:33 localhost.localdomain rngd[625]: Disabling 7: PKCS11 Entropy generator (pkcs11) Feb 14 01:33:33 localhost.localdomain rngd[625]: Disabling 5: NIST Network Entropy Beacon (nist) Feb 14 01:33:33 localhost.localdomain rngd[625]: Disabling 9: Qrypt quantum entropy beacon (qrypt) Feb 14 01:33:33 localhost.localdomain rngd[625]: Initializing available sources Feb 14 01:33:33 localhost.localdomain rngd[625]: [hwrng ]: Initialization Failed Feb 14 01:33:33 localhost.localdomain rngd[625]: [rdrand]: Enabling RDRAND rng support Feb 14 01:33:33 localhost.localdomain rngd[625]: [rdrand]: Initialized Feb 14 01:33:33 localhost.localdomain rngd[625]: [jitter]: JITTER timeout set to 5 sec Feb 14 01:33:33 localhost.localdomain rngd[625]: [jitter]: Initializing AES buffer Feb 14 01:33:33 localhost.localdomain systemd-udevd[575]: Using default interface naming scheme 'rhel-8.0'. Feb 14 01:33:33 localhost.localdomain chronyd[631]: chronyd version 4.2 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG) Feb 14 01:33:33 localhost.localdomain chronyd[631]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift Feb 14 01:33:33 localhost.localdomain chronyd[631]: Using right/UTC timezone to obtain leap second data Feb 14 01:33:33 localhost.localdomain systemd-udevd[575]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Feb 14 01:33:33 localhost.localdomain systemd[1]: unbound-anchor.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit unbound-anchor.service has successfully entered the 'dead' state. Feb 14 01:33:33 localhost.localdomain systemd[1]: Started update of the root trust anchor for DNSSEC validation in unbound. -- Subject: Unit unbound-anchor.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit unbound-anchor.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:33 localhost.localdomain systemd[1]: Started NTP client/server. -- Subject: Unit chronyd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit chronyd.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:38 localhost.localdomain rngd[625]: [jitter]: Unable to obtain AES key, disabling JITTER source Feb 14 01:33:38 localhost.localdomain rngd[625]: [jitter]: Initialization Failed Feb 14 01:33:38 localhost.localdomain rngd[625]: Process privileges have been dropped to 2:2 Feb 14 01:33:44 localhost.localdomain dhclient[644]: Internet Systems Consortium DHCP Client 4.3.6 Feb 14 01:33:44 localhost.localdomain dhclient[644]: Copyright 2004-2017 Internet Systems Consortium. Feb 14 01:33:44 localhost.localdomain dhclient[644]: All rights reserved. Feb 14 01:33:44 localhost.localdomain dhclient[644]: For info, please visit https://www.isc.org/software/dhcp/ Feb 14 01:33:44 localhost.localdomain dhclient[644]: Feb 14 01:33:44 localhost.localdomain dhclient[644]: Listening on LPF/eth0/12:97:58:bb:4e:55 Feb 14 01:33:44 localhost.localdomain dhclient[644]: Sending on LPF/eth0/12:97:58:bb:4e:55 Feb 14 01:33:44 localhost.localdomain dhclient[644]: Sending on Socket/fallback Feb 14 01:33:44 localhost.localdomain dhclient[644]: Created duid "\000\004\367q\177]D\036I\301\216\006'\015\241\307\354x". Feb 14 01:33:44 localhost.localdomain dhclient[644]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7 (xid=0xce3b9966) Feb 14 01:33:44 localhost.localdomain dhclient[644]: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0xce3b9966) Feb 14 01:33:44 localhost.localdomain dhclient[644]: DHCPOFFER from 10.31.8.1 Feb 14 01:33:44 localhost.localdomain dhclient[644]: DHCPACK from 10.31.8.1 (xid=0xce3b9966) Feb 14 01:33:44 localhost.localdomain dhclient[644]: bound to 10.31.11.245 -- renewal in 1798 seconds. Feb 14 01:33:44 localhost.localdomain dbus-daemon[618]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.3' (uid=0 pid=659 comm="hostnamectl set-hostname ip-10-31-11-245.us-east-1" label="system_u:system_r:cloud_init_t:s0") Feb 14 01:33:44 localhost.localdomain systemd[1]: Starting Hostname Service... -- Subject: Unit systemd-hostnamed.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-hostnamed.service has begun starting up. Feb 14 01:33:44 localhost.localdomain dbus-daemon[618]: [system] Successfully activated service 'org.freedesktop.hostname1' Feb 14 01:33:44 localhost.localdomain systemd[1]: Started Hostname Service. -- Subject: Unit systemd-hostnamed.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-hostnamed.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:44 ip-10-31-11-245.us-east-1.aws.redhat.com systemd-hostnamed[660]: Changed static host name to 'ip-10-31-11-245.us-east-1.aws.redhat.com' Feb 14 01:33:44 ip-10-31-11-245.us-east-1.aws.redhat.com systemd-hostnamed[660]: Changed host name to 'ip-10-31-11-245.us-east-1.aws.redhat.com' Feb 14 01:33:44 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[642]: Cloud-init v. 23.4-2.el8 running 'init-local' at Wed, 14 Feb 2024 01:33:43 +0000. Up 33.25 seconds. Feb 14 01:33:44 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Started Initial cloud-init job (pre-networking). -- Subject: Unit cloud-init-local.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-init-local.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:44 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Reached target Network (Pre). -- Subject: Unit network-pre.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit network-pre.target has finished starting up. -- -- The start-up result is done. Feb 14 01:33:44 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager... -- Subject: Unit NetworkManager.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager.service has begun starting up. Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com NetworkManager[665]: [1707874425.8192] NetworkManager (version 1.40.16-14.el8) is starting... (boot:3ef98895-8d2f-4cec-83de-db9ee7ea94b1) Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com NetworkManager[665]: [1707874425.8206] Read config: /etc/NetworkManager/NetworkManager.conf (run: 15-carrier-timeout.conf) Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Started Network Manager. -- Subject: Unit NetworkManager.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager Wait Online... -- Subject: Unit NetworkManager-wait-online.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager-wait-online.service has begun starting up. Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Reached target Network. -- Subject: Unit network.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit network.target has finished starting up. -- -- The start-up result is done. Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Starting GSSAPI Proxy Daemon... -- Subject: Unit gssproxy.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit gssproxy.service has begun starting up. Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Starting Dynamic System Tuning Daemon... -- Subject: Unit tuned.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit tuned.service has begun starting up. Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com NetworkManager[665]: [1707874425.8296] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager" Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com NetworkManager[665]: [1707874425.9133] manager[0x559dc16f5080]: monitoring kernel firmware directory '/lib/firmware'. Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com NetworkManager[665]: [1707874425.9161] hostname: hostname: using hostnamed Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com NetworkManager[665]: [1707874425.9161] hostname: static hostname changed from (none) to "ip-10-31-11-245.us-east-1.aws.redhat.com" Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com NetworkManager[665]: [1707874425.9166] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com NetworkManager[665]: [1707874425.9257] Loaded device plugin: NMTeamFactory (/usr/lib64/NetworkManager/1.40.16-14.el8/libnm-device-plugin-team.so) Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com NetworkManager[665]: [1707874425.9257] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com NetworkManager[665]: [1707874425.9258] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com NetworkManager[665]: [1707874425.9258] manager: Networking is enabled by state file Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com dbus-daemon[618]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=665 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0") Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager Script Dispatcher Service... -- Subject: Unit NetworkManager-dispatcher.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager-dispatcher.service has begun starting up. Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com NetworkManager[665]: [1707874425.9335] settings: Loaded settings plugin: ifcfg-rh ("/usr/lib64/NetworkManager/1.40.16-14.el8/libnm-settings-plugin-ifcfg-rh.so") Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com NetworkManager[665]: [1707874425.9336] settings: Loaded settings plugin: keyfile (internal) Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com NetworkManager[665]: [1707874425.9399] dhcp: init: Using DHCP client 'internal' Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com NetworkManager[665]: [1707874425.9400] device (lo): carrier: link connected Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com NetworkManager[665]: [1707874425.9403] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1) Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com NetworkManager[665]: [1707874425.9415] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2) Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com NetworkManager[665]: [1707874425.9419] device (eth0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external') Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com NetworkManager[665]: [1707874425.9459] device (eth0): carrier: link connected Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com NetworkManager[665]: [1707874425.9462] device (eth0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed') Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com NetworkManager[665]: [1707874425.9476] policy: auto-activating connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com NetworkManager[665]: [1707874425.9484] device (eth0): Activation: starting connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com NetworkManager[665]: [1707874425.9486] device (eth0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com NetworkManager[665]: [1707874425.9495] manager: NetworkManager state is now CONNECTING Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com NetworkManager[665]: [1707874425.9499] device (eth0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com NetworkManager[665]: [1707874425.9509] device (eth0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com NetworkManager[665]: [1707874425.9523] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds) Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com NetworkManager[665]: [1707874425.9545] dhcp4 (eth0): state changed new lease, address=10.31.11.245 Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com NetworkManager[665]: [1707874425.9552] policy: set 'System eth0' (eth0) as default for IPv4 routing and DNS Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com dbus-daemon[618]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.5' (uid=0 pid=665 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0") Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com dbus-daemon[618]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found. Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com NetworkManager[665]: [1707874425.9630] device (eth0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed') Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Started GSSAPI Proxy Daemon. -- Subject: Unit gssproxy.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit gssproxy.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Reached target NFS client services. -- Subject: Unit nfs-client.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit nfs-client.target has finished starting up. -- -- The start-up result is done. Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Reached target Remote File Systems (Pre). -- Subject: Unit remote-fs-pre.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit remote-fs-pre.target has finished starting up. -- -- The start-up result is done. Feb 14 01:33:45 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Reached target Remote File Systems. -- Subject: Unit remote-fs.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit remote-fs.target has finished starting up. -- -- The start-up result is done. Feb 14 01:33:46 ip-10-31-11-245.us-east-1.aws.redhat.com dbus-daemon[618]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Feb 14 01:33:46 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Started Network Manager Script Dispatcher Service. -- Subject: Unit NetworkManager-dispatcher.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager-dispatcher.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:46 ip-10-31-11-245.us-east-1.aws.redhat.com NetworkManager[665]: [1707874426.3282] device (eth0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed') Feb 14 01:33:46 ip-10-31-11-245.us-east-1.aws.redhat.com NetworkManager[665]: [1707874426.3284] device (eth0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed') Feb 14 01:33:46 ip-10-31-11-245.us-east-1.aws.redhat.com NetworkManager[665]: [1707874426.3288] manager: NetworkManager state is now CONNECTED_SITE Feb 14 01:33:46 ip-10-31-11-245.us-east-1.aws.redhat.com NetworkManager[665]: [1707874426.3292] device (eth0): Activation: successful, device activated. Feb 14 01:33:46 ip-10-31-11-245.us-east-1.aws.redhat.com NetworkManager[665]: [1707874426.3297] manager: NetworkManager state is now CONNECTED_GLOBAL Feb 14 01:33:46 ip-10-31-11-245.us-east-1.aws.redhat.com NetworkManager[665]: [1707874426.3301] manager: startup complete Feb 14 01:33:46 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Started Network Manager Wait Online. -- Subject: Unit NetworkManager-wait-online.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager-wait-online.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:46 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Starting Initial cloud-init job (metadata service crawler)... -- Subject: Unit cloud-init.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-init.service has begun starting up. Feb 14 01:33:46 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: Cloud-init v. 23.4-2.el8 running 'init' at Wed, 14 Feb 2024 01:33:46 +0000. Up 36.92 seconds. Feb 14 01:33:46 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: ci-info: +++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ Feb 14 01:33:46 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: ci-info: +--------+------+------------------------------+---------------+--------+-------------------+ Feb 14 01:33:46 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | Feb 14 01:33:46 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: ci-info: +--------+------+------------------------------+---------------+--------+-------------------+ Feb 14 01:33:46 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: ci-info: | eth0 | True | 10.31.11.245 | 255.255.252.0 | global | 12:97:58:bb:4e:55 | Feb 14 01:33:46 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: ci-info: | eth0 | True | fe80::1097:58ff:febb:4e55/64 | . | link | 12:97:58:bb:4e:55 | Feb 14 01:33:46 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . | Feb 14 01:33:46 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: ci-info: | lo | True | ::1/128 | . | host | . | Feb 14 01:33:46 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: ci-info: +--------+------+------------------------------+---------------+--------+-------------------+ Feb 14 01:33:46 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++ Feb 14 01:33:46 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: ci-info: +-------+-------------+-----------+---------------+-----------+-------+ Feb 14 01:33:46 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | Feb 14 01:33:46 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: ci-info: +-------+-------------+-----------+---------------+-----------+-------+ Feb 14 01:33:46 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: ci-info: | 0 | 0.0.0.0 | 10.31.8.1 | 0.0.0.0 | eth0 | UG | Feb 14 01:33:46 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: ci-info: | 1 | 10.31.8.0 | 0.0.0.0 | 255.255.252.0 | eth0 | U | Feb 14 01:33:46 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: ci-info: +-------+-------------+-----------+---------------+-----------+-------+ Feb 14 01:33:46 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++ Feb 14 01:33:46 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: ci-info: +-------+-------------+---------+-----------+-------+ Feb 14 01:33:46 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: ci-info: | Route | Destination | Gateway | Interface | Flags | Feb 14 01:33:46 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: ci-info: +-------+-------------+---------+-----------+-------+ Feb 14 01:33:46 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: ci-info: | 1 | fe80::/64 | :: | eth0 | U | Feb 14 01:33:46 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: ci-info: | 3 | multicast | :: | eth0 | U | Feb 14 01:33:46 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: ci-info: +-------+-------------+---------+-----------+-------+ Feb 14 01:33:46 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: 2024-02-14 01:33:46,882 - __init__.py[WARNING]: Unhandled non-multipart (text/x-not-multipart) userdata: 'b'~/.citool.d/post-install'...' Feb 14 01:33:47 ip-10-31-11-245.us-east-1.aws.redhat.com dbus-daemon[618]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.9' (uid=0 pid=670 comm="/usr/libexec/platform-python -Es /usr/sbin/tuned -" label="system_u:system_r:tuned_t:s0") Feb 14 01:33:47 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Starting Authorization Manager... -- Subject: Unit polkit.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit polkit.service has begun starting up. Feb 14 01:33:47 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Started Dynamic System Tuning Daemon. -- Subject: Unit tuned.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit tuned.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:48 ip-10-31-11-245.us-east-1.aws.redhat.com polkitd[939]: Started polkitd version 0.115 Feb 14 01:33:49 ip-10-31-11-245.us-east-1.aws.redhat.com polkitd[939]: Loading rules from directory /etc/polkit-1/rules.d Feb 14 01:33:49 ip-10-31-11-245.us-east-1.aws.redhat.com polkitd[939]: Loading rules from directory /usr/share/polkit-1/rules.d Feb 14 01:33:49 ip-10-31-11-245.us-east-1.aws.redhat.com polkitd[939]: Finished loading, compiling and executing 2 rules Feb 14 01:33:49 ip-10-31-11-245.us-east-1.aws.redhat.com dbus-daemon[618]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' Feb 14 01:33:49 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Started Authorization Manager. -- Subject: Unit polkit.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit polkit.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:49 ip-10-31-11-245.us-east-1.aws.redhat.com polkitd[939]: Acquired the name org.freedesktop.PolicyKit1 on the system bus Feb 14 01:33:52 ip-10-31-11-245.us-east-1.aws.redhat.com chronyd[631]: Selected source 10.2.32.38 Feb 14 01:33:52 ip-10-31-11-245.us-east-1.aws.redhat.com chronyd[631]: System clock TAI offset set to 37 seconds Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: Generating public/private rsa key pair. Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: The key fingerprint is: Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: SHA256:7WSQ5Wh2Cgor7XYWBhO8cRMWgzsozBzS7je7VjnXEsI root@ip-10-31-11-245.us-east-1.aws.redhat.com Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: The key's randomart image is: Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: +---[RSA 3072]----+ Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: | o..=o . | Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: |..=oo. = | Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: |=o== o. * o | Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: |o=== .E+.= | Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: |o.o.+ oSo+ | Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: | o..o.+ o+. | Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: | o.o+ o .. | Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: | . oo | Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: | ... | Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: +----[SHA256]-----+ Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: Generating public/private dsa key pair. Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: The key fingerprint is: Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: SHA256:vHuElGxdAGehSpWIV8IGaYtsMoG0cBI4etWhzY2v0BU root@ip-10-31-11-245.us-east-1.aws.redhat.com Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: The key's randomart image is: Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: +---[DSA 1024]----+ Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: |Bo. .*o+Eo=o | Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: |*o. =+*=.= . | Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: |.= +.+=.+o . | Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: |+ = .o == . | Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: | = . ooS. | Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: | . .... | Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: | . .. | Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: | .. | Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: | .. | Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: +----[SHA256]-----+ Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: Generating public/private ecdsa key pair. Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: The key fingerprint is: Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: SHA256:zW6rO4oeVv5uZ99fZaLMHfmB4yO5eM9pAjvGWWHwEDA root@ip-10-31-11-245.us-east-1.aws.redhat.com Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: The key's randomart image is: Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: +---[ECDSA 256]---+ Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: | E... | Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: | .o | Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: | + | Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: | o + .. | Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: | . S + .o+.o| Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: | o o +oo.=o| Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: | o . . Bo+o. o| Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: | . o .oB+++oo .| Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: | .o .+*B+o=+...| Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: +----[SHA256]-----+ Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: Generating public/private ed25519 key pair. Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: The key fingerprint is: Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: SHA256:797yPvmyLkCDI9MjzKNNn59Q1sLUcit10Q3GDGwMn44 root@ip-10-31-11-245.us-east-1.aws.redhat.com Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: The key's randomart image is: Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: +--[ED25519 256]--+ Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: | ..+o*oo | Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: | o +.=o+ .| Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: | o . + = +o | Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: | O = O oo | Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: | + * BS+E . | Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: | . . + .. | Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: | o o. . | Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: | o.o.+ | Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: | .o**=. | Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[720]: +----[SHA256]-----+ Feb 14 01:33:55 ip-10-31-11-245.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: https://access.redhat.com/support -- -- Unit cloud-init.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Starting OpenSSH server daemon... -- Subject: Unit sshd.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sshd.service has begun starting up. Feb 14 01:33:55 ip-10-31-11-245.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: https://access.redhat.com/support -- -- Unit cloud-config.target has finished starting up. -- -- The start-up result is done. Feb 14 01:33:55 ip-10-31-11-245.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: https://access.redhat.com/support -- -- Unit network-online.target has finished starting up. -- -- The start-up result is done. Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Starting System Logging Service... -- Subject: Unit rsyslog.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rsyslog.service has begun starting up. Feb 14 01:33:55 ip-10-31-11-245.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: https://access.redhat.com/support -- -- Unit rpc-statd-notify.service has begun starting up. Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Starting The restraint harness.... -- Subject: Unit restraintd.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit restraintd.service has begun starting up. Feb 14 01:33:55 ip-10-31-11-245.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: https://access.redhat.com/support -- -- Unit cloud-config.service has begun starting up. Feb 14 01:33:55 ip-10-31-11-245.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: https://access.redhat.com/support -- -- Unit kdump.service has begun starting up. Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com sshd[1020]: Server listening on 0.0.0.0 port 22. Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com sshd[1020]: Server listening on :: port 22. Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Started OpenSSH server daemon. -- Subject: Unit sshd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sshd.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com sm-notify[1022]: Version 2.3.3 starting Feb 14 01:33:55 ip-10-31-11-245.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: https://access.redhat.com/support -- -- Unit rpc-statd-notify.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Started The restraint harness.. -- Subject: Unit restraintd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit restraintd.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com rsyslogd[1021]: [origin software="rsyslogd" swVersion="8.2102.0-15.el8" x-pid="1021" x-info="https://www.rsyslog.com"] start Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Started System Logging Service. -- Subject: Unit rsyslog.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rsyslog.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com restraintd[1030]: Listening on http://localhost:8081 Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com rsyslogd[1021]: imjournal: journal files changed, reloading... [v8.2102.0-15.el8 try https://www.rsyslog.com/e/0 ] Feb 14 01:33:55 ip-10-31-11-245.us-east-1.aws.redhat.com kdumpctl[1029]: kdump: Detected change(s) in the following file(s): /etc/fstab Feb 14 01:33:56 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[1265]: Cloud-init v. 23.4-2.el8 running 'modules:config' at Wed, 14 Feb 2024 01:33:55 +0000. Up 46.18 seconds. Feb 14 01:33:56 ip-10-31-11-245.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: https://access.redhat.com/support -- -- Unit cloud-config.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:56 ip-10-31-11-245.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: https://access.redhat.com/support -- -- Unit systemd-user-sessions.service has begun starting up. Feb 14 01:33:56 ip-10-31-11-245.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: https://access.redhat.com/support -- -- Unit cloud-final.service has begun starting up. Feb 14 01:33:56 ip-10-31-11-245.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: https://access.redhat.com/support -- -- Unit systemd-user-sessions.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:56 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Started Command Scheduler. -- Subject: Unit crond.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit crond.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:56 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Starting Hold until boot process finishes up... -- Subject: Unit plymouth-quit-wait.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-quit-wait.service has begun starting up. Feb 14 01:33:56 ip-10-31-11-245.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: https://access.redhat.com/support -- -- Unit plymouth-quit.service has begun starting up. Feb 14 01:33:56 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Received SIGRTMIN+21 from PID 331 (plymouthd). Feb 14 01:33:56 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Received SIGRTMIN+21 from PID 331 (n/a). Feb 14 01:33:56 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Started Hold until boot process finishes up. -- Subject: Unit plymouth-quit-wait.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-quit-wait.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:56 ip-10-31-11-245.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: https://access.redhat.com/support -- -- Unit getty@tty1.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:56 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Reached target Login Prompts. -- Subject: Unit getty.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit getty.target has finished starting up. -- -- The start-up result is done. Feb 14 01:33:56 ip-10-31-11-245.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: https://access.redhat.com/support -- -- Unit plymouth-quit.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:56 ip-10-31-11-245.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: https://access.redhat.com/support -- -- Unit multi-user.target has finished starting up. -- -- The start-up result is done. Feb 14 01:33:56 ip-10-31-11-245.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: https://access.redhat.com/support -- -- Unit systemd-update-utmp-runlevel.service has begun starting up. Feb 14 01:33:56 ip-10-31-11-245.us-east-1.aws.redhat.com crond[1274]: (CRON) STARTUP (1.5.2) Feb 14 01:33:56 ip-10-31-11-245.us-east-1.aws.redhat.com crond[1274]: (CRON) INFO (Syslog will be used instead of sendmail.) Feb 14 01:33:56 ip-10-31-11-245.us-east-1.aws.redhat.com crond[1274]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 74% if used.) Feb 14 01:33:56 ip-10-31-11-245.us-east-1.aws.redhat.com crond[1274]: (CRON) INFO (running with inotify support) Feb 14 01:33:56 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: systemd-update-utmp-runlevel.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-update-utmp-runlevel.service has successfully entered the 'dead' state. Feb 14 01:33:56 ip-10-31-11-245.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: https://access.redhat.com/support -- -- Unit systemd-update-utmp-runlevel.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:56 ip-10-31-11-245.us-east-1.aws.redhat.com kdumpctl[1029]: kdump: Rebuilding /boot/initramfs-4.18.0-536.el8.x86_64kdump.img Feb 14 01:33:56 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[1358]: ############################################################# Feb 14 01:33:56 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[1359]: -----BEGIN SSH HOST KEY FINGERPRINTS----- Feb 14 01:33:56 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[1361]: 1024 SHA256:vHuElGxdAGehSpWIV8IGaYtsMoG0cBI4etWhzY2v0BU root@ip-10-31-11-245.us-east-1.aws.redhat.com (DSA) Feb 14 01:33:56 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[1363]: 256 SHA256:zW6rO4oeVv5uZ99fZaLMHfmB4yO5eM9pAjvGWWHwEDA root@ip-10-31-11-245.us-east-1.aws.redhat.com (ECDSA) Feb 14 01:33:56 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[1366]: 256 SHA256:797yPvmyLkCDI9MjzKNNn59Q1sLUcit10Q3GDGwMn44 root@ip-10-31-11-245.us-east-1.aws.redhat.com (ED25519) Feb 14 01:33:56 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[1372]: 3072 SHA256:7WSQ5Wh2Cgor7XYWBhO8cRMWgzsozBzS7je7VjnXEsI root@ip-10-31-11-245.us-east-1.aws.redhat.com (RSA) Feb 14 01:33:56 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[1374]: -----END SSH HOST KEY FINGERPRINTS----- Feb 14 01:33:56 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[1376]: ############################################################# Feb 14 01:33:56 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[1348]: Cloud-init v. 23.4-2.el8 running 'modules:final' at Wed, 14 Feb 2024 01:33:56 +0000. Up 46.88 seconds. Feb 14 01:33:56 ip-10-31-11-245.us-east-1.aws.redhat.com cloud-init[1348]: Cloud-init v. 23.4-2.el8 finished at Wed, 14 Feb 2024 01:33:56 +0000. Datasource DataSourceEc2Local. Up 47.14 seconds Feb 14 01:33:57 ip-10-31-11-245.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: https://access.redhat.com/support -- -- Unit cloud-final.service has finished starting up. -- -- The start-up result is done. Feb 14 01:33:57 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Reached target Cloud-init target. -- Subject: Unit cloud-init.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-init.target has finished starting up. -- -- The start-up result is done. Feb 14 01:33:57 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: NetworkManager-dispatcher.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state. Feb 14 01:33:57 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1581]: dracut-049-233.git20240115.el8 Feb 14 01:33:57 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: Executing: /usr/bin/dracut --add kdumpbase --quiet --hostonly --hostonly-cmdline --hostonly-i18n --hostonly-mode strict --hostonly-nics -o "plymouth dash resume ifcfg earlykdump" --compress=xz --mount "/dev/disk/by-uuid/929d1e8c-5aa9-4a2e-9c9b-ff48578ec2fe /sysroot xfs rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota,nofail,x-systemd.before=initrd-fs.target" --no-hostonly-default-device -f /boot/initramfs-4.18.0-536.el8.x86_64kdump.img 4.18.0-536.el8.x86_64 Feb 14 01:33:58 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Feb 14 01:33:58 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: dracut module 'ifcfg' will not be installed, because it's in the list to be omitted! Feb 14 01:33:58 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: dracut module 'plymouth' will not be installed, because it's in the list to be omitted! Feb 14 01:33:58 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found! Feb 14 01:33:58 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found! Feb 14 01:33:58 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found! Feb 14 01:33:58 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Feb 14 01:33:58 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Feb 14 01:33:58 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Feb 14 01:33:58 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Feb 14 01:33:58 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Feb 14 01:33:58 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! Feb 14 01:33:58 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! Feb 14 01:33:58 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! Feb 14 01:33:58 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: dracut module 'resume' will not be installed, because it's in the list to be omitted! Feb 14 01:33:58 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: dracut module 'earlykdump' will not be installed, because it's in the list to be omitted! Feb 14 01:33:59 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: memstrack is available Feb 14 01:33:59 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Feb 14 01:33:59 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found! Feb 14 01:33:59 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found! Feb 14 01:33:59 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found! Feb 14 01:33:59 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Feb 14 01:33:59 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Feb 14 01:33:59 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Feb 14 01:33:59 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Feb 14 01:33:59 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Feb 14 01:33:59 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! Feb 14 01:33:59 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! Feb 14 01:33:59 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! Feb 14 01:33:59 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Including module: bash *** Feb 14 01:33:59 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Including module: systemd *** Feb 14 01:33:59 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Including module: systemd-initrd *** Feb 14 01:33:59 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Including module: watchdog-modules *** Feb 14 01:33:59 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Including module: nss-softokn *** Feb 14 01:33:59 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Including module: rngd *** Feb 14 01:33:59 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Including module: i18n *** Feb 14 01:34:00 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Including module: drm *** Feb 14 01:34:00 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Including module: prefixdevname *** Feb 14 01:34:00 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Including module: kernel-modules *** Feb 14 01:34:01 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Including module: kernel-modules-extra *** Feb 14 01:34:01 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: kernel-modules-extra: configuration source "/run/depmod.d/" does not exist Feb 14 01:34:01 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: kernel-modules-extra: configuration source "/lib/depmod.d/" does not exist Feb 14 01:34:01 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: kernel-modules-extra: parsing configuration file "/etc/depmod.d//dist.conf" Feb 14 01:34:01 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: kernel-modules-extra: /etc/depmod.d//dist.conf: added "updates extra built-in weak-updates" to the list of search directories Feb 14 01:34:01 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Including module: fstab-sys *** Feb 14 01:34:01 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Including module: rootfs-block *** Feb 14 01:34:01 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Including module: terminfo *** Feb 14 01:34:01 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Including module: udev-rules *** Feb 14 01:34:01 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: Skipping udev rule: 91-permissions.rules Feb 14 01:34:01 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: Skipping udev rule: 80-drivers-modprobe.rules Feb 14 01:34:01 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Including module: biosdevname *** Feb 14 01:34:01 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Including module: dracut-systemd *** Feb 14 01:34:01 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Including module: usrmount *** Feb 14 01:34:01 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Including module: base *** Feb 14 01:34:01 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Including module: fs-lib *** Feb 14 01:34:01 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Including module: kdumpbase *** Feb 14 01:34:01 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Including module: memstrack *** Feb 14 01:34:01 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Including module: microcode_ctl-fw_dir_override *** Feb 14 01:34:01 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl module: mangling fw_dir Feb 14 01:34:01 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl: reset fw_dir to "/lib/firmware/updates /lib/firmware" Feb 14 01:34:01 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel"... Feb 14 01:34:02 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl: intel: caveats check for kernel version "4.18.0-536.el8.x86_64" passed, adding "/usr/share/microcode_ctl/ucode_with_caveats/intel" to fw_dir variable Feb 14 01:34:02 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-2d-07"... Feb 14 01:34:02 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl: configuration "intel-06-2d-07" is ignored Feb 14 01:34:02 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4e-03"... Feb 14 01:34:02 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl: configuration "intel-06-4e-03" is ignored Feb 14 01:34:02 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01"... Feb 14 01:34:02 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl: configuration "intel-06-4f-01" is ignored Feb 14 01:34:02 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-55-04"... Feb 14 01:34:02 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl: configuration "intel-06-55-04" is ignored Feb 14 01:34:02 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-5e-03"... Feb 14 01:34:02 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl: configuration "intel-06-5e-03" is ignored Feb 14 01:34:02 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8c-01"... Feb 14 01:34:02 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl: configuration "intel-06-8c-01" is ignored Feb 14 01:34:02 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-0xca"... Feb 14 01:34:02 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl: configuration "intel-06-8e-9e-0x-0xca" is ignored Feb 14 01:34:02 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-dell"... Feb 14 01:34:02 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl: configuration "intel-06-8e-9e-0x-dell" is ignored Feb 14 01:34:02 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl: final fw_dir: "/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware" Feb 14 01:34:02 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Including module: shutdown *** Feb 14 01:34:02 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Including module: squash *** Feb 14 01:34:02 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Including modules done *** Feb 14 01:34:03 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Installing kernel module dependencies *** Feb 14 01:34:03 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Installing kernel module dependencies done *** Feb 14 01:34:03 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Resolving executable dependencies *** Feb 14 01:34:05 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Resolving executable dependencies done*** Feb 14 01:34:06 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Hardlinking files *** Feb 14 01:34:06 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Hardlinking files done *** Feb 14 01:34:06 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Generating early-microcode cpio image *** Feb 14 01:34:06 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Constructing GenuineIntel.bin *** Feb 14 01:34:06 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Constructing GenuineIntel.bin *** Feb 14 01:34:06 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Store current command line parameters *** Feb 14 01:34:06 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: Stored kernel commandline: Feb 14 01:34:06 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: No dracut internal kernel commandline stored in the initramfs Feb 14 01:34:06 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Install squash loader *** Feb 14 01:34:06 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Stripping files *** Feb 14 01:34:07 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Stripping files done *** Feb 14 01:34:07 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Squashing the files inside the initramfs *** Feb 14 01:34:15 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: systemd-hostnamed.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-hostnamed.service has successfully entered the 'dead' state. Feb 14 01:34:17 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Squashing the files inside the initramfs done *** Feb 14 01:34:17 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Creating image file '/boot/initramfs-4.18.0-536.el8.x86_64kdump.img' *** Feb 14 01:34:18 ip-10-31-11-245.us-east-1.aws.redhat.com dracut[1583]: *** Creating initramfs image file '/boot/initramfs-4.18.0-536.el8.x86_64kdump.img' done *** Feb 14 01:34:19 ip-10-31-11-245.us-east-1.aws.redhat.com kdumpctl[1029]: kdump: kexec: loaded kdump kernel Feb 14 01:34:19 ip-10-31-11-245.us-east-1.aws.redhat.com kdumpctl[1029]: kdump: Starting kdump: [OK] Feb 14 01:34:19 ip-10-31-11-245.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: https://access.redhat.com/support -- -- Unit kdump.service has finished starting up. -- -- The start-up result is done. Feb 14 01:34:19 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Startup finished in 700ms (kernel) + 10.145s (initrd) + 58.552s (userspace) = 1min 9.398s. -- Subject: System start-up is now complete -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- All system services necessary queued for starting at boot have been -- 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 700290 microseconds. -- -- Initial RAM disk start-up required 10145228 microseconds. -- -- Userspace start-up required 58552628 microseconds. Feb 14 01:34:55 ip-10-31-11-245.us-east-1.aws.redhat.com sshd[5066]: Accepted publickey for root from 10.30.33.131 port 50926 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:34:56 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Created slice User Slice of UID 0. -- Subject: Unit user-0.slice has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user-0.slice has finished starting up. -- -- The start-up result is done. Feb 14 01:34:56 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Starting User runtime directory /run/user/0... -- Subject: Unit user-runtime-dir@0.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user-runtime-dir@0.service has begun starting up. Feb 14 01:34:56 ip-10-31-11-245.us-east-1.aws.redhat.com systemd-logind[622]: New session 1 of user root. -- Subject: A new session 1 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://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 5066. Feb 14 01:34:56 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Started User runtime directory /run/user/0. -- Subject: Unit user-runtime-dir@0.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user-runtime-dir@0.service has finished starting up. -- -- The start-up result is done. Feb 14 01:34:56 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Starting User Manager for UID 0... -- Subject: Unit user@0.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user@0.service has begun starting up. Feb 14 01:34:56 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[5071]: pam_unix(systemd-user:session): session opened for user root by (uid=0) Feb 14 01:34:56 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[5071]: Reached target Paths. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Feb 14 01:34:56 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[5071]: Starting D-Bus User Message Bus Socket. -- Subject: Unit UNIT has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has begun starting up. Feb 14 01:34:56 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[5071]: Reached target Timers. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Feb 14 01:34:56 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[5071]: Listening on D-Bus User Message Bus Socket. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Feb 14 01:34:56 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[5071]: Reached target Sockets. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Feb 14 01:34:56 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[5071]: Reached target Basic System. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Feb 14 01:34:56 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[5071]: Reached target Default. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Feb 14 01:34:56 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[5071]: Startup finished in 230ms. -- Subject: User manager start-up is now complete -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The user manager instance for user 0 has been started. All services queued -- for starting have been started. Note that other services might still be starting -- up or be started at any later time. -- -- Startup of the manager took 230618 microseconds. Feb 14 01:34:56 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Started User Manager for UID 0. -- Subject: Unit user@0.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user@0.service has finished starting up. -- -- The start-up result is done. Feb 14 01:34:56 ip-10-31-11-245.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: https://access.redhat.com/support -- -- Unit session-1.scope has finished starting up. -- -- The start-up result is done. Feb 14 01:34:56 ip-10-31-11-245.us-east-1.aws.redhat.com sshd[5066]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 14 01:34:56 ip-10-31-11-245.us-east-1.aws.redhat.com sshd[5080]: Received disconnect from 10.30.33.131 port 50926:11: disconnected by user Feb 14 01:34:56 ip-10-31-11-245.us-east-1.aws.redhat.com sshd[5080]: Disconnected from user root 10.30.33.131 port 50926 Feb 14 01:34:56 ip-10-31-11-245.us-east-1.aws.redhat.com sshd[5066]: pam_unix(sshd:session): session closed for user root Feb 14 01:34:56 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: session-1.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-1.scope has successfully entered the 'dead' state. Feb 14 01:34:56 ip-10-31-11-245.us-east-1.aws.redhat.com systemd-logind[622]: Session 1 logged out. Waiting for processes to exit. Feb 14 01:34:56 ip-10-31-11-245.us-east-1.aws.redhat.com systemd-logind[622]: Removed session 1. -- Subject: Session 1 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 1 has been terminated. Feb 14 01:34:58 ip-10-31-11-245.us-east-1.aws.redhat.com sshd[5100]: error: kex_exchange_identification: Connection closed by remote host Feb 14 01:34:58 ip-10-31-11-245.us-east-1.aws.redhat.com sshd[5101]: Accepted publickey for root from 10.29.163.186 port 52974 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:34:58 ip-10-31-11-245.us-east-1.aws.redhat.com systemd-logind[622]: New session 3 of user root. -- Subject: A new session 3 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://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 5101. Feb 14 01:34:58 ip-10-31-11-245.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: https://access.redhat.com/support -- -- Unit session-3.scope has finished starting up. -- -- The start-up result is done. Feb 14 01:34:58 ip-10-31-11-245.us-east-1.aws.redhat.com sshd[5101]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 14 01:34:58 ip-10-31-11-245.us-east-1.aws.redhat.com sshd[5104]: Received disconnect from 10.29.163.186 port 52974:11: disconnected by user Feb 14 01:34:58 ip-10-31-11-245.us-east-1.aws.redhat.com sshd[5104]: Disconnected from user root 10.29.163.186 port 52974 Feb 14 01:34:58 ip-10-31-11-245.us-east-1.aws.redhat.com sshd[5101]: pam_unix(sshd:session): session closed for user root Feb 14 01:34:58 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: session-3.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-3.scope has successfully entered the 'dead' state. Feb 14 01:34:58 ip-10-31-11-245.us-east-1.aws.redhat.com systemd-logind[622]: Session 3 logged out. Waiting for processes to exit. Feb 14 01:34:58 ip-10-31-11-245.us-east-1.aws.redhat.com systemd-logind[622]: Removed session 3. -- Subject: Session 3 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 3 has been terminated. Feb 14 01:34:58 ip-10-31-11-245.us-east-1.aws.redhat.com sshd[5124]: Accepted publickey for root from 10.29.163.186 port 52986 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:34:58 ip-10-31-11-245.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: https://access.redhat.com/support -- -- Unit session-4.scope has finished starting up. -- -- The start-up result is done. Feb 14 01:34:58 ip-10-31-11-245.us-east-1.aws.redhat.com systemd-logind[622]: New session 4 of user root. -- Subject: A new session 4 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://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 5124. Feb 14 01:34:58 ip-10-31-11-245.us-east-1.aws.redhat.com sshd[5124]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 14 01:34:58 ip-10-31-11-245.us-east-1.aws.redhat.com sshd[5127]: Received disconnect from 10.29.163.186 port 52986:11: disconnected by user Feb 14 01:34:58 ip-10-31-11-245.us-east-1.aws.redhat.com sshd[5127]: Disconnected from user root 10.29.163.186 port 52986 Feb 14 01:34:58 ip-10-31-11-245.us-east-1.aws.redhat.com sshd[5124]: pam_unix(sshd:session): session closed for user root Feb 14 01:34:58 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: session-4.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-4.scope has successfully entered the 'dead' state. Feb 14 01:34:58 ip-10-31-11-245.us-east-1.aws.redhat.com systemd-logind[622]: Session 4 logged out. Waiting for processes to exit. Feb 14 01:34:58 ip-10-31-11-245.us-east-1.aws.redhat.com systemd-logind[622]: Removed session 4. -- Subject: Session 4 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 4 has been terminated. Feb 14 01:34:58 ip-10-31-11-245.us-east-1.aws.redhat.com sshd[5147]: Accepted publickey for root from 10.29.163.186 port 52996 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:34:58 ip-10-31-11-245.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: https://access.redhat.com/support -- -- Unit session-5.scope has finished starting up. -- -- The start-up result is done. Feb 14 01:34:58 ip-10-31-11-245.us-east-1.aws.redhat.com systemd-logind[622]: New session 5 of user root. -- Subject: A new session 5 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://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 5147. Feb 14 01:34:58 ip-10-31-11-245.us-east-1.aws.redhat.com sshd[5147]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 14 01:34:59 ip-10-31-11-245.us-east-1.aws.redhat.com sshd[5150]: Received disconnect from 10.29.163.186 port 52996:11: disconnected by user Feb 14 01:34:59 ip-10-31-11-245.us-east-1.aws.redhat.com sshd[5150]: Disconnected from user root 10.29.163.186 port 52996 Feb 14 01:34:59 ip-10-31-11-245.us-east-1.aws.redhat.com sshd[5147]: pam_unix(sshd:session): session closed for user root Feb 14 01:34:59 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: session-5.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-5.scope has successfully entered the 'dead' state. Feb 14 01:34:59 ip-10-31-11-245.us-east-1.aws.redhat.com systemd-logind[622]: Session 5 logged out. Waiting for processes to exit. Feb 14 01:34:59 ip-10-31-11-245.us-east-1.aws.redhat.com systemd-logind[622]: Removed session 5. -- Subject: Session 5 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 5 has been terminated. Feb 14 01:35:00 ip-10-31-11-245.us-east-1.aws.redhat.com sshd[5170]: Accepted publickey for root from 10.29.163.186 port 53012 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:35:00 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Started Session 6 of user root. -- Subject: Unit session-6.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-6.scope has finished starting up. -- -- The start-up result is done. Feb 14 01:35:00 ip-10-31-11-245.us-east-1.aws.redhat.com systemd-logind[622]: New session 6 of user root. -- Subject: A new session 6 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://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 5170. Feb 14 01:35:00 ip-10-31-11-245.us-east-1.aws.redhat.com sshd[5170]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 14 01:35:30 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[5290]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 14 01:35:32 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[5337]: ansible-service_facts Invoked Feb 14 01:35:34 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[5443]: ansible-ansible.legacy.command Invoked with _raw_params=rpm -qa _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:35:35 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[5464]: ansible-stat Invoked with path=/etc/yum.repos.d/qa-tools.repo follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:35:35 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[5486]: ansible-ansible.legacy.command Invoked with _raw_params=curl -sLI --connect-timeout 5 -w '%{response_code}' http://liver2.lab.eng.brq.redhat.com/repo/ | grep ^200 _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:35:36 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[5510]: ansible-ansible.legacy.dnf Invoked with name=['ca-certificates'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 14 01:35:39 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[5531]: ansible-ansible.legacy.dnf Invoked with name=['curl'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 14 01:35:41 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[5552]: ansible-ansible.legacy.command Invoked with _raw_params=curl -skL -o /etc/pki/ca-trust/source/anchors/Current-IT-Root-CAs.pem https://certs.corp.redhat.com/certs/Current-IT-Root-CAs.pem _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:35:41 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[5574]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c 'update-ca-trust' _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:35:43 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[5601]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c 'update-ca-trust extract' _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:35:44 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[5628]: ansible-ansible.legacy.command Invoked with _raw_params=curl -v https://gitlab.cee.redhat.com _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:35:44 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[5650]: ansible-ansible.legacy.command Invoked with _raw_params=curl -v https://beaker.engineering.redhat.com/ _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:35:45 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[5672]: ansible-file Invoked with path=/etc/yum.repos.d/CentOS-Media.repo state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:35:45 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[5692]: ansible-file Invoked with path=/etc/yum.repos.d/CentOS-Linux-Media.repo state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:35:46 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[5712]: ansible-file Invoked with path=/etc/yum.repos.d/CentOS-Stream-Media.repo state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:35:46 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[5732]: ansible-file Invoked with path=/etc/yum.repos.d/beaker-client-testing.repo state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:35:46 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[5752]: ansible-stat Invoked with path=/etc/yum.repos.d/beaker-client.repo follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:35:46 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[5774]: ansible-replace Invoked with path=/etc/yum.repos.d/beaker-client.repo regexp=7|\$releasever replace=8 backup=False encoding=utf-8 unsafe_writes=False after=None before=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:35:47 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[5794]: ansible-stat Invoked with path=/etc/yum.repos.d/beaker-client.repo follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:35:47 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[5816]: ansible-community.general.ini_file Invoked with path=/etc/yum.repos.d/beaker-client.repo section=beaker-client option=skip_if_unavailable value=1 backup=False state=present exclusive=True no_extra_spaces=False ignore_spaces=False allow_no_value=False modify_inactive_option=True create=True follow=False unsafe_writes=False values=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:35:47 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[5836]: ansible-ansible.legacy.command Invoked with _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 _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:35:47 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[5879]: ansible-ansible.legacy.command Invoked with _raw_params=yum -q repolist _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:35:48 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[5901]: ansible-stat Invoked with path=/etc/yum.repos.d/baseos-ci.repo follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:35:48 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[5921]: ansible-ansible.legacy.command Invoked with _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 _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:35:49 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[5964]: ansible-ansible.legacy.command Invoked with _raw_params=yum -q repolist _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:35:50 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[5986]: ansible-ansible.legacy.command Invoked with _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 _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:35:50 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[6029]: ansible-ansible.legacy.command Invoked with _raw_params=yum -q repolist _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:35:50 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[6051]: ansible-ansible.legacy.command Invoked with _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 _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:35:51 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[6094]: ansible-ansible.legacy.command Invoked with _raw_params=yum -q repolist _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:35:51 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[6116]: ansible-ansible.legacy.command Invoked with _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 _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:35:51 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[6159]: ansible-ansible.legacy.command Invoked with _raw_params=yum -q repolist _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:35:52 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[6181]: ansible-ansible.legacy.command Invoked with _raw_params=dnf clean all --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:35:52 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[6203]: ansible-ansible.legacy.command Invoked with _raw_params=dnf makecache --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:38:03 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[6395]: ansible-ansible.legacy.dnf Invoked with name=['createrepo'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 14 01:38:12 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. -- Subject: Unit run-r03f768a33d4d40e19cfadc39130f7f9c.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit run-r03f768a33d4d40e19cfadc39130f7f9c.service has finished starting up. -- -- The start-up result is done. Feb 14 01:38:12 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: cgroup compatibility translation between legacy and unified hierarchy settings activated. See cgroup-compat debug messages for details. Feb 14 01:38:12 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Starting man-db-cache-update.service... -- Subject: Unit man-db-cache-update.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit man-db-cache-update.service has begun starting up. Feb 14 01:38:13 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[6430]: ansible-ansible.legacy.dnf Invoked with name=['make'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 14 01:38:15 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: man-db-cache-update.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit man-db-cache-update.service has successfully entered the 'dead' state. Feb 14 01:38:15 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Started man-db-cache-update.service. -- Subject: Unit man-db-cache-update.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit man-db-cache-update.service has finished starting up. -- -- The start-up result is done. Feb 14 01:38:15 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: run-r03f768a33d4d40e19cfadc39130f7f9c.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit run-r03f768a33d4d40e19cfadc39130f7f9c.service has successfully entered the 'dead' state. Feb 14 01:38:16 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[6503]: ansible-ansible.legacy.dnf Invoked with name=['parted'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 14 01:38:18 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[6524]: ansible-ansible.legacy.dnf Invoked with name=['psmisc'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 14 01:38:20 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[6545]: ansible-ansible.legacy.dnf Invoked with name=['chrony'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 14 01:38:24 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Reloading. Feb 14 01:38:24 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/cloud-init.target:15: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 14 01:38:24 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/cloud-init.service:18: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 14 01:38:24 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/cloud-init-local.service:12: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 14 01:38:24 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/cloud-final.service:7: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 14 01:38:24 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/cloud-config.service:9: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 14 01:38:24 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Stopping NTP client/server... -- Subject: Unit chronyd.service has begun shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit chronyd.service has begun shutting down. Feb 14 01:38:24 ip-10-31-11-245.us-east-1.aws.redhat.com chronyd[631]: chronyd exiting Feb 14 01:38:24 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: chronyd.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit chronyd.service has successfully entered the 'dead' state. Feb 14 01:38:24 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Stopped NTP client/server. -- Subject: Unit chronyd.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit chronyd.service has finished shutting down. Feb 14 01:38:24 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Starting NTP client/server... -- Subject: Unit chronyd.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit chronyd.service has begun starting up. Feb 14 01:38:24 ip-10-31-11-245.us-east-1.aws.redhat.com chronyd[6593]: chronyd version 4.5 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG) Feb 14 01:38:24 ip-10-31-11-245.us-east-1.aws.redhat.com chronyd[6593]: Loaded 0 symmetric keys Feb 14 01:38:24 ip-10-31-11-245.us-east-1.aws.redhat.com chronyd[6593]: Frequency 0.754 +/- 1.188 ppm read from /var/lib/chrony/drift Feb 14 01:38:24 ip-10-31-11-245.us-east-1.aws.redhat.com chronyd[6593]: Using right/UTC timezone to obtain leap second data Feb 14 01:38:24 ip-10-31-11-245.us-east-1.aws.redhat.com chronyd[6593]: Added source 10.2.32.37 Feb 14 01:38:24 ip-10-31-11-245.us-east-1.aws.redhat.com chronyd[6593]: Added source 10.2.32.38 Feb 14 01:38:24 ip-10-31-11-245.us-east-1.aws.redhat.com chronyd[6593]: Added source 10.11.160.238 Feb 14 01:38:24 ip-10-31-11-245.us-east-1.aws.redhat.com chronyd[6593]: Added source 10.18.100.10 Feb 14 01:38:24 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Started NTP client/server. -- Subject: Unit chronyd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit chronyd.service has finished starting up. -- -- The start-up result is done. Feb 14 01:38:25 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. -- Subject: Unit run-rf71af85318c542928e8e339458e54197.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit run-rf71af85318c542928e8e339458e54197.service has finished starting up. -- -- The start-up result is done. Feb 14 01:38:25 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Reloading. Feb 14 01:38:25 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/cloud-init.target:15: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 14 01:38:25 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/cloud-init.service:18: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 14 01:38:25 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/cloud-init-local.service:12: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 14 01:38:25 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/cloud-final.service:7: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 14 01:38:25 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/cloud-config.service:9: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 14 01:38:25 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Starting man-db-cache-update.service... -- Subject: Unit man-db-cache-update.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit man-db-cache-update.service has begun starting up. Feb 14 01:38:25 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. -- Subject: Unit run-rba7029810a7c417697c5a8c939a211ce.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit run-rba7029810a7c417697c5a8c939a211ce.service has finished starting up. -- -- The start-up result is done. Feb 14 01:38:25 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[6961]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c "chronyc sources" _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:38:26 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: man-db-cache-update.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit man-db-cache-update.service has successfully entered the 'dead' state. Feb 14 01:38:26 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Started man-db-cache-update.service. -- Subject: Unit man-db-cache-update.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit man-db-cache-update.service has finished starting up. -- -- The start-up result is done. Feb 14 01:38:26 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: run-rf71af85318c542928e8e339458e54197.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit run-rf71af85318c542928e8e339458e54197.service has successfully entered the 'dead' state. Feb 14 01:38:26 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: run-rba7029810a7c417697c5a8c939a211ce.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit run-rba7029810a7c417697c5a8c939a211ce.service has successfully entered the 'dead' state. Feb 14 01:38:26 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[7033]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c "chronyc sources | grep redhat | grep -v util.phx2.redhat || chronyc add server clock.corp.redhat.com iburst" _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:38:27 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[7062]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c "chronyc sources" _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:38:30 ip-10-31-11-245.us-east-1.aws.redhat.com chronyd[6593]: Selected source 10.2.32.38 Feb 14 01:38:30 ip-10-31-11-245.us-east-1.aws.redhat.com chronyd[6593]: System clock TAI offset set to 37 seconds Feb 14 01:38:32 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[7083]: ansible-ansible.legacy.command Invoked with _raw_params=chronyc waitsync 5 _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:38:32 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[7104]: ansible-ansible.legacy.command Invoked with _raw_params=setenforce 0; timedatectl set-timezone UTC; setenforce 1 _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:38:32 ip-10-31-11-245.us-east-1.aws.redhat.com dbus-daemon[618]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.34' (uid=0 pid=7108 comm="timedatectl set-timezone UTC " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023") Feb 14 01:38:32 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Starting System clock and RTC settings service... -- Subject: Unit timedatex.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit timedatex.service has begun starting up. Feb 14 01:38:32 ip-10-31-11-245.us-east-1.aws.redhat.com dbus-daemon[618]: [system] Successfully activated service 'org.freedesktop.timedate1' Feb 14 01:38:32 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Started System clock and RTC settings service. -- Subject: Unit timedatex.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit timedatex.service has finished starting up. -- -- The start-up result is done. Feb 14 01:38:32 ip-10-31-11-245.us-east-1.aws.redhat.com dbus-daemon[618]: [system] Reloaded configuration Feb 14 01:38:33 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[7132]: ansible-yum_repository Invoked with state=present name=beaker-tasks description=Beaker tasks baseurl=['http://beaker.engineering.redhat.com/rpms/'] gpgcheck=False enabled=True reposdir=/etc/yum.repos.d unsafe_writes=False bandwidth=None cost=None deltarpm_metadata_percentage=None deltarpm_percentage=None enablegroups=None exclude=None failovermethod=None file=None gpgcakey=None gpgkey=None module_hotfixes=None http_caching=None include=None includepkgs=None ip_resolve=None keepalive=None keepcache=None metadata_expire=None metadata_expire_filter=None metalink=None mirrorlist=None mirrorlist_expire=None params=None password=NOT_LOGGING_PARAMETER priority=None protect=None proxy=None proxy_password=NOT_LOGGING_PARAMETER proxy_username=None repo_gpgcheck=None retries=None s3_enabled=None skip_if_unavailable=None sslcacert=None ssl_check_cert_permissions=None sslclientcert=None sslclientkey=None sslverify=None throttle=None timeout=None ui_repoid_vars=None username=None async=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:38:33 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[7152]: ansible-user Invoked with name=root update_password=always password=NOT_LOGGING_PARAMETER state=present non_unique=False force=False remove=False create_home=True system=False move_home=False append=False ssh_key_bits=0 ssh_key_type=rsa ssh_key_comment=ansible-generated on ip-10-31-11-245.us-east-1.aws.redhat.com uid=None group=None groups=None comment=None home=None shell=None login_class=None password_expire_max=None password_expire_min=None hidden=None seuser=None skeleton=None generate_ssh_key=None ssh_key_file=None ssh_key_passphrase=NOT_LOGGING_PARAMETER expires=None password_lock=None local=None profile=None authorization=None role=None umask=None Feb 14 01:38:33 ip-10-31-11-245.us-east-1.aws.redhat.com usermod[7158]: change user 'root' password Feb 14 01:38:34 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[7183]: ansible-lineinfile Invoked with dest=/etc/ssh/sshd_config regexp=#?PasswordAuthentication (?:yes|no) line=PasswordAuthentication yes state=present path=/etc/ssh/sshd_config backrefs=False create=False backup=False firstmatch=False unsafe_writes=False search_string=None insertafter=None insertbefore=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:38:34 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[7203]: ansible-lineinfile Invoked with dest=/etc/ssh/sshd_config line=PermitRootLogin yes state=present path=/etc/ssh/sshd_config backrefs=False create=False backup=False firstmatch=False unsafe_writes=False regexp=None search_string=None insertafter=None insertbefore=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:38:35 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[7223]: ansible-file Invoked with path=/var/lib/tft state=directory recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:38:35 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[7243]: ansible-stat Invoked with path=/var/lib/tft/lib.sh follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:38:35 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[7305]: ansible-ansible.legacy.stat Invoked with path=/var/lib/tft/lib.sh follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 14 01:38:35 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[7362]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707874715.2700753-759-124647755150856/source dest=/var/lib/tft/lib.sh owner=root group=root mode=u=rx,go= follow=False _original_basename=lib.sh.j2 checksum=af779f2a149bc6695c9d2d1622342e81371886ab backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:38:36 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[7403]: ansible-stat Invoked with path=/usr/local/bin/ci-extendtesttime.sh follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:38:36 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[7465]: ansible-ansible.legacy.stat Invoked with path=/usr/local/bin/ci-extendtesttime.sh follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 14 01:38:36 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[7522]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707874716.1208556-772-255663585603915/source dest=/usr/local/bin/ci-extendtesttime.sh owner=root group=root mode=u=rx,go= follow=False _original_basename=ci-extendtesttime.sh.j2 checksum=2d0f6c296873c17e8b22c9490b000973b2a8a350 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:38:36 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[7563]: ansible-stat Invoked with path=/usr/bin/extendtesttime.sh follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:38:37 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[7583]: ansible-stat Invoked with path=/usr/local/bin/ci-return2pool.sh follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:38:37 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[7645]: ansible-ansible.legacy.stat Invoked with path=/usr/local/bin/ci-return2pool.sh follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 14 01:38:37 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[7702]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707874717.099896-803-80733310849180/source dest=/usr/local/bin/ci-return2pool.sh owner=root group=root mode=u=rx,go= follow=False _original_basename=ci-return2pool.sh.j2 checksum=f77cae3b2a729c60bcb0c01c82bf347f13a9b2c5 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:38:37 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[7743]: ansible-stat Invoked with path=/etc/motd follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:38:38 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[7807]: ansible-ansible.legacy.stat Invoked with path=/root/.guest-metadata.json follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 14 01:38:38 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[7864]: ansible-ansible.legacy.copy Invoked with dest=/root/.guest-metadata.json owner=root group=root mode=u=rw,go= src=/root/.ansible/tmp/ansible-tmp-1707874717.8869505-821-128552259533506/source _original_basename=tmpptf6cfbc follow=False checksum=bf21a9e8fbc5a3846fb05b4fa0859e0917b2202f backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:38:38 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[7905]: ansible-ansible.legacy.command Invoked with _raw_params=curl -sLI --connect-timeout 5 -w '%{response_code}' http://169.254.169.254/latest/meta-data/instance-id | grep ^200 _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:38:39 ip-10-31-11-245.us-east-1.aws.redhat.com platform-python[7928]: ansible-hostname Invoked with name=ea34f134-76b7-4542-b751-1311064f847a.testing-farm use=None Feb 14 01:38:39 ip-10-31-11-245.us-east-1.aws.redhat.com dbus-daemon[618]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.36' (uid=0 pid=7934 comm="/usr/bin/hostnamectl --transient status " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023") Feb 14 01:38:39 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Starting Hostname Service... -- Subject: Unit systemd-hostnamed.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-hostnamed.service has begun starting up. Feb 14 01:38:39 ip-10-31-11-245.us-east-1.aws.redhat.com dbus-daemon[618]: [system] Successfully activated service 'org.freedesktop.hostname1' Feb 14 01:38:39 ip-10-31-11-245.us-east-1.aws.redhat.com systemd[1]: Started Hostname Service. -- Subject: Unit systemd-hostnamed.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-hostnamed.service has finished starting up. -- -- The start-up result is done. Feb 14 01:38:39 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd-hostnamed[7935]: Changed static host name to 'ea34f134-76b7-4542-b751-1311064f847a.testing-farm' Feb 14 01:38:39 ea34f134-76b7-4542-b751-1311064f847a.testing-farm NetworkManager[665]: [1707874719.1968] hostname: static hostname changed from "ip-10-31-11-245.us-east-1.aws.redhat.com" to "ea34f134-76b7-4542-b751-1311064f847a.testing-farm" Feb 14 01:38:39 ea34f134-76b7-4542-b751-1311064f847a.testing-farm dbus-daemon[618]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=665 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0") Feb 14 01:38:39 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: Starting Network Manager Script Dispatcher Service... -- Subject: Unit NetworkManager-dispatcher.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager-dispatcher.service has begun starting up. Feb 14 01:38:39 ea34f134-76b7-4542-b751-1311064f847a.testing-farm NetworkManager[665]: [1707874719.2048] policy: set-hostname: set hostname to 'ea34f134-76b7-4542-b751-1311064f847a.testing-farm' (from system configuration) Feb 14 01:38:39 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd-hostnamed[7935]: Changed host name to 'ea34f134-76b7-4542-b751-1311064f847a.testing-farm' Feb 14 01:38:39 ea34f134-76b7-4542-b751-1311064f847a.testing-farm dbus-daemon[618]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Feb 14 01:38:39 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: Started Network Manager Script Dispatcher Service. -- Subject: Unit NetworkManager-dispatcher.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager-dispatcher.service has finished starting up. -- -- The start-up result is done. Feb 14 01:38:39 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[7968]: ansible-ansible.legacy.command Invoked with _raw_params=ping -4 -c1 -W10 $(hostname) _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:38:39 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[7991]: ansible-file Invoked with path=/var/log/messages state=touch recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:38:40 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[8011]: ansible-ansible.legacy.command Invoked with _raw_params=setsebool nis_enabled on _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:38:40 ea34f134-76b7-4542-b751-1311064f847a.testing-farm setsebool[8013]: The nis_enabled policy boolean was changed to on by root Feb 14 01:38:40 ea34f134-76b7-4542-b751-1311064f847a.testing-farm dbus-daemon[618]: [system] Reloaded configuration Feb 14 01:38:40 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[8032]: ansible-stat Invoked with path=/usr/bin/rstrnt-package follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:38:40 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[8054]: ansible-ansible.legacy.command Invoked with _raw_params=sed -e 's/rpm -q $package/rpm -q --whatprovides $package/' -i /usr/bin/rstrnt-package _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:38:40 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[8075]: ansible-stat Invoked with path=/var/lib/restraint follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:38:41 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[8097]: ansible-file Invoked with path=/var/lib/restraint/avc_since state=touch recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:38:41 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[8117]: ansible-stat Invoked with path=/usr/share/beakerlib/beakerlib.sh follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:38:41 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[8139]: ansible-file Invoked with dest=/usr/lib/beakerlib state=directory path=/usr/lib/beakerlib recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:38:41 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[8159]: ansible-file Invoked with dest=/usr/share/rhts-library state=directory path=/usr/share/rhts-library recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:38:41 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[8179]: ansible-file Invoked with src=/usr/share/beakerlib/beakerlib.sh dest=/usr/lib/beakerlib/beakerlib.sh state=link path=/usr/lib/beakerlib/beakerlib.sh recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:38:42 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[8199]: ansible-file Invoked with src=/usr/share/beakerlib/beakerlib.sh dest=/usr/share/rhts-library/rhtslib.sh state=link path=/usr/share/rhts-library/rhtslib.sh recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:38:42 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[8219]: ansible-ansible.legacy.command Invoked with _raw_params=mv /var/log/audit/audit.log /var/log/audit/audit.log.bak _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:38:42 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[8240]: ansible-ansible.legacy.command Invoked with _raw_params=/usr/sbin/service auditd restart _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:38:42 ea34f134-76b7-4542-b751-1311064f847a.testing-farm auditd[558]: The audit daemon is exiting. Feb 14 01:38:42 ea34f134-76b7-4542-b751-1311064f847a.testing-farm kernel: audit: type=1305 audit(1707874722.775:715): op=set audit_pid=0 old=558 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 Feb 14 01:38:42 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: auditd.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit auditd.service has successfully entered the 'dead' state. Feb 14 01:38:42 ea34f134-76b7-4542-b751-1311064f847a.testing-farm kernel: audit: type=1130 audit(1707874722.780:716): 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:38:42 ea34f134-76b7-4542-b751-1311064f847a.testing-farm kernel: audit: type=1131 audit(1707874722.780:717): 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:38:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: Starting Security Auditing Service... -- Subject: Unit auditd.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit auditd.service has begun starting up. Feb 14 01:38:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm auditd[8262]: No plugins found, not dispatching events Feb 14 01:38:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm auditd[8262]: Init complete, auditd 3.1.2 listening for events (startup state enable) Feb 14 01:38:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm augenrules[8265]: /sbin/augenrules: No change Feb 14 01:38:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm augenrules[8275]: No rules Feb 14 01:38:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm augenrules[8275]: enabled 1 Feb 14 01:38:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm augenrules[8275]: failure 1 Feb 14 01:38:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm augenrules[8275]: pid 8262 Feb 14 01:38:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm augenrules[8275]: rate_limit 0 Feb 14 01:38:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm augenrules[8275]: backlog_limit 8192 Feb 14 01:38:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm augenrules[8275]: lost 0 Feb 14 01:38:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm augenrules[8275]: backlog 4 Feb 14 01:38:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm augenrules[8275]: backlog_wait_time 60000 Feb 14 01:38:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm augenrules[8275]: backlog_wait_time_actual 0 Feb 14 01:38:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm augenrules[8275]: enabled 1 Feb 14 01:38:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm augenrules[8275]: failure 1 Feb 14 01:38:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm augenrules[8275]: pid 8262 Feb 14 01:38:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm augenrules[8275]: rate_limit 0 Feb 14 01:38:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm augenrules[8275]: backlog_limit 8192 Feb 14 01:38:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm augenrules[8275]: lost 0 Feb 14 01:38:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm augenrules[8275]: backlog 0 Feb 14 01:38:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm augenrules[8275]: backlog_wait_time 60000 Feb 14 01:38:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm augenrules[8275]: backlog_wait_time_actual 0 Feb 14 01:38:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm augenrules[8275]: enabled 1 Feb 14 01:38:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm augenrules[8275]: failure 1 Feb 14 01:38:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm augenrules[8275]: pid 8262 Feb 14 01:38:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm augenrules[8275]: rate_limit 0 Feb 14 01:38:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm augenrules[8275]: backlog_limit 8192 Feb 14 01:38:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm augenrules[8275]: lost 0 Feb 14 01:38:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm augenrules[8275]: backlog 4 Feb 14 01:38:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm augenrules[8275]: backlog_wait_time 60000 Feb 14 01:38:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm augenrules[8275]: backlog_wait_time_actual 0 Feb 14 01:38:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: Started Security Auditing Service. -- Subject: Unit auditd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit auditd.service has finished starting up. -- -- The start-up result is done. Feb 14 01:38:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[8300]: ansible-stat Invoked with path=/etc/NetworkManager/conf.d follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:38:45 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[8364]: ansible-ansible.legacy.stat Invoked with path=/etc/NetworkManager/conf.d/99-zzz-tft-workaround-dns-default.conf follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 14 01:38:45 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[8421]: ansible-ansible.legacy.copy Invoked with dest=/etc/NetworkManager/conf.d/99-zzz-tft-workaround-dns-default.conf src=/root/.ansible/tmp/ansible-tmp-1707874725.0686717-926-267137593875304/source _original_basename=tmptsvcye65 follow=False checksum=0145f3ae57eef5aa08bbb678fedbb3edd001cd2d backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:38:46 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[8462]: ansible-ansible.legacy.command Invoked with _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 _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:38:46 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[8505]: ansible-ansible.legacy.command Invoked with _raw_params=yum -q repolist _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:38:46 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[8527]: ansible-ansible.legacy.command Invoked with _raw_params=dnf config-manager --set-enabled ha _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:38:47 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[8549]: ansible-ansible.legacy.command Invoked with _raw_params=dnf clean all --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:38:48 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[8571]: ansible-ansible.legacy.command Invoked with _raw_params=dnf makecache --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:38:49 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: NetworkManager-dispatcher.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state. Feb 14 01:39:02 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: timedatex.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit timedatex.service has successfully entered the 'dead' state. Feb 14 01:39:09 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: systemd-hostnamed.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-hostnamed.service has successfully entered the 'dead' state. Feb 14 01:40:56 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[8809]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 14 01:40:57 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[8856]: ansible-service_facts Invoked Feb 14 01:40:59 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[8962]: ansible-ansible.legacy.command Invoked with _raw_params=rpm -qa _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:41:00 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[8983]: ansible-ansible.legacy.command Invoked with _raw_params=if [ $(find /etc/yum.repos.d/ -name 'epel.repo' | wc -l ) -gt 0 ]; then dnf config-manager --set-disabled epel; fi _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:41:01 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[9009]: ansible-ansible.legacy.command Invoked with _raw_params=dnf clean all --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:41:02 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[9031]: ansible-ansible.legacy.command Invoked with _raw_params=dnf makecache --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:43:12 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[9260]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 14 01:43:13 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[9307]: ansible-service_facts Invoked Feb 14 01:43:14 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[9413]: ansible-ansible.legacy.command Invoked with _raw_params=rpm -qa _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:43:17 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[9473]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 14 01:43:17 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[9520]: ansible-ansible.legacy.dnf Invoked with name=['ca-certificates'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 14 01:43:20 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[9541]: ansible-ansible.legacy.dnf Invoked with name=['curl'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 14 01:43:22 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[9562]: ansible-ansible.legacy.command Invoked with _raw_params=curl -skL -o /etc/pki/ca-trust/source/anchors/Current-IT-Root-CAs.pem https://certs.corp.redhat.com/certs/Current-IT-Root-CAs.pem _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:43:23 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[9584]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c 'update-ca-trust' _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:43:24 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[9611]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c 'update-ca-trust extract' _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:43:25 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[9638]: ansible-ansible.legacy.command Invoked with _raw_params=curl -v https://gitlab.cee.redhat.com _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:43:25 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[9660]: ansible-ansible.legacy.command Invoked with _raw_params=curl -v https://beaker.engineering.redhat.com/ _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:43:26 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[9682]: ansible-service_facts Invoked Feb 14 01:43:28 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[9788]: ansible-ansible.legacy.command Invoked with _raw_params=rpm -qa _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:43:29 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[9809]: ansible-service_facts Invoked Feb 14 01:43:31 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[9915]: ansible-ansible.legacy.command Invoked with _raw_params=rpm -qa _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:43:32 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[9936]: ansible-ansible.legacy.command Invoked with _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 _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:43:32 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[9979]: ansible-ansible.legacy.command Invoked with _raw_params=yum -q repolist _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:43:33 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[10001]: ansible-ansible.legacy.command Invoked with _raw_params=dnf clean all --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:43:33 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[10023]: ansible-ansible.legacy.command Invoked with _raw_params=dnf makecache --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:45:40 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[10253]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=* fact_path=/etc/ansible/facts.d Feb 14 01:45:40 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[10298]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:45:41 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[10318]: ansible-dnf Invoked with name=['tang'] state=present allow_downgrade=False autoremove=False bugfix=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True lock_timeout=30 conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 14 01:45:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm groupadd[10331]: group added to /etc/group: name=tang, GID=991 Feb 14 01:45:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm groupadd[10331]: group added to /etc/gshadow: name=tang Feb 14 01:45:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm groupadd[10331]: new group: name=tang, GID=991 Feb 14 01:45:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm useradd[10338]: new user: name=tang, UID=994, GID=991, home=/var/cache/tang, shell=/sbin/nologin Feb 14 01:45:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. -- Subject: Unit run-ra56a5d0bd48d4f16a7cf193433e43027.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit run-ra56a5d0bd48d4f16a7cf193433e43027.service has finished starting up. -- -- The start-up result is done. Feb 14 01:45:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: Reloading. Feb 14 01:45:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.target:15: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 14 01:45:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.service:18: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 14 01:45:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init-local.service:12: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 14 01:45:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-final.service:7: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 14 01:45:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-config.service:9: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 14 01:45:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: Starting man-db-cache-update.service... -- Subject: Unit man-db-cache-update.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit man-db-cache-update.service has begun starting up. Feb 14 01:45:45 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: man-db-cache-update.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit man-db-cache-update.service has successfully entered the 'dead' state. Feb 14 01:45:45 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: Started man-db-cache-update.service. -- Subject: Unit man-db-cache-update.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit man-db-cache-update.service has finished starting up. -- -- The start-up result is done. Feb 14 01:45:45 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: run-ra56a5d0bd48d4f16a7cf193433e43027.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit run-ra56a5d0bd48d4f16a7cf193433e43027.service has successfully entered the 'dead' state. Feb 14 01:45:45 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[10785]: ansible-nbde_server_tang Invoked with state=keys-created keygen=/usr/libexec/tangd-keygen keydir=/var/db/tang update=/usr/libexec/tangd-update cachedir=/var/cache/tang force=False keys_to_deploy_dir=None Feb 14 01:45:45 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[10818]: ansible-stat Invoked with path=/etc/systemd/system/tangd.socket.d follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:45:46 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[10838]: ansible-file Invoked with path=/etc/systemd/system/tangd.socket.d state=absent mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None Feb 14 01:45:46 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[10858]: ansible-systemd Invoked with name=tangd.socket state=started enabled=True daemon_reload=False daemon_reexec=False no_block=False force=None masked=None user=None scope=None Feb 14 01:45:46 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: Reloading. Feb 14 01:45:46 ea34f134-76b7-4542-b751-1311064f847a.testing-farm rsyslogd[1021]: imjournal: journal files changed, reloading... [v8.2102.0-15.el8 try https://www.rsyslog.com/e/0 ] Feb 14 01:45:47 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.target:15: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 14 01:45:47 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.service:18: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 14 01:45:47 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init-local.service:12: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 14 01:45:47 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-final.service:7: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 14 01:45:47 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-config.service:9: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 14 01:45:47 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: Listening on Tang Server socket. -- Subject: Unit tangd.socket has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit tangd.socket has finished starting up. -- -- The start-up result is done. Feb 14 01:45:47 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[10907]: ansible-command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:45:47 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[10929]: ansible-command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:45:49 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[10933]: error: kex_exchange_identification: Connection closed by remote host Feb 14 01:45:49 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[10934]: Accepted publickey for root from 10.29.163.186 port 47754 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:45:49 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: Started Session 7 of user root. -- Subject: Unit session-7.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-7.scope has finished starting up. -- -- The start-up result is done. Feb 14 01:45:49 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd-logind[622]: New session 7 of user root. -- Subject: A new session 7 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://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 10934. Feb 14 01:45:49 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[10934]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 14 01:45:49 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[10937]: Received disconnect from 10.29.163.186 port 47754:11: disconnected by user Feb 14 01:45:49 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[10937]: Disconnected from user root 10.29.163.186 port 47754 Feb 14 01:45:49 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[10934]: pam_unix(sshd:session): session closed for user root Feb 14 01:45:49 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: session-7.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-7.scope has successfully entered the 'dead' state. Feb 14 01:45:49 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd-logind[622]: Session 7 logged out. Waiting for processes to exit. Feb 14 01:45:49 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd-logind[622]: Removed session 7. -- Subject: Session 7 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 7 has been terminated. Feb 14 01:45:49 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[10957]: Accepted publickey for root from 10.29.163.186 port 47756 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:45:49 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: Started Session 8 of user root. -- Subject: Unit session-8.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-8.scope has finished starting up. -- -- The start-up result is done. Feb 14 01:45:49 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd-logind[622]: New session 8 of user root. -- Subject: A new session 8 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://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 10957. Feb 14 01:45:49 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[10957]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 14 01:45:49 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[10961]: Received disconnect from 10.29.163.186 port 47756:11: disconnected by user Feb 14 01:45:49 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[10961]: Disconnected from user root 10.29.163.186 port 47756 Feb 14 01:45:49 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[10957]: pam_unix(sshd:session): session closed for user root Feb 14 01:45:49 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: session-8.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-8.scope has successfully entered the 'dead' state. Feb 14 01:45:49 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd-logind[622]: Session 8 logged out. Waiting for processes to exit. Feb 14 01:45:49 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd-logind[622]: Removed session 8. -- Subject: Session 8 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 8 has been terminated. Feb 14 01:45:50 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[11038]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=* fact_path=/etc/ansible/facts.d Feb 14 01:45:51 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[11083]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:45:52 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[11103]: ansible-dnf Invoked with name=['tang'] state=present allow_downgrade=False autoremove=False bugfix=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True lock_timeout=30 conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 14 01:45:54 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[11123]: ansible-nbde_server_tang Invoked with state=keys-created keygen=/usr/libexec/tangd-keygen keydir=/var/db/tang update=/usr/libexec/tangd-update cachedir=/var/cache/tang force=False keys_to_deploy_dir=None Feb 14 01:45:54 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[11156]: ansible-stat Invoked with path=/etc/systemd/system/tangd.socket.d follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:45:55 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[11176]: ansible-file Invoked with path=/etc/systemd/system/tangd.socket.d state=absent mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None Feb 14 01:45:55 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[11196]: ansible-systemd Invoked with name=tangd.socket state=started enabled=True daemon_reload=False daemon_reexec=False no_block=False force=None masked=None user=None scope=None Feb 14 01:45:56 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[11220]: ansible-find Invoked with paths=['/var/db/tang'] hidden=True patterns=['*.jwk', '.*.jwk'] file_type=file age_stamp=mtime recurse=False follow=False get_checksum=False use_regex=False excludes=None contains=None age=None size=None depth=None Feb 14 01:45:56 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[11240]: ansible-dnf Invoked with name=['tang'] state=present allow_downgrade=False autoremove=False bugfix=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True lock_timeout=30 conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 14 01:45:58 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[11260]: ansible-nbde_server_tang Invoked with state=keys-created keygen=/usr/libexec/tangd-keygen keydir=/var/db/tang update=/usr/libexec/tangd-update cachedir=/var/cache/tang force=False keys_to_deploy_dir=None Feb 14 01:45:59 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[11280]: ansible-find Invoked with paths=['/var/db/tang'] hidden=True patterns=['*.jwk', '.*.jwk'] file_type=file age_stamp=mtime recurse=False follow=False get_checksum=False use_regex=False excludes=None contains=None age=None size=None depth=None Feb 14 01:45:59 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[11300]: ansible-stat Invoked with path=/var/db/tang/8XaKkdy8EjASTArDLuohC_g3nJM.jwk follow=True get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 14 01:45:59 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[11340]: ansible-stat Invoked with path=/var/db/tang/e2GZS1H5q9UPOMkDB-aLK22Klo8.jwk follow=True get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 14 01:46:00 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[11380]: ansible-stat Invoked with path=/etc/systemd/system/tangd.socket.d follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:46:00 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[11400]: ansible-file Invoked with path=/etc/systemd/system/tangd.socket.d state=absent mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None Feb 14 01:46:00 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[11420]: ansible-systemd Invoked with name=tangd.socket state=started enabled=True daemon_reload=False daemon_reexec=False no_block=False force=None masked=None user=None scope=None Feb 14 01:46:01 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[11444]: ansible-command Invoked with _raw_params=set -euxo pipefail if [ "true" = true ]; then rm -rf "/tmp/nbde_server_fetch_keys_deploy_not_seta2e5291e" else rm -rf "/tmp/nbde_server_fetch_keys_deploy_not_seta2e5291e"/* "/tmp/nbde_server_fetch_keys_deploy_not_seta2e5291e"/.* || : fi _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:46:01 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[11466]: ansible-command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:46:02 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[11488]: ansible-command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:46:04 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[11492]: error: kex_exchange_identification: Connection closed by remote host Feb 14 01:46:05 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[11493]: Accepted publickey for root from 10.29.163.186 port 37184 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:46:05 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: Started Session 9 of user root. -- Subject: Unit session-9.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-9.scope has finished starting up. -- -- The start-up result is done. Feb 14 01:46:05 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd-logind[622]: New session 9 of user root. -- Subject: A new session 9 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://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 11493. Feb 14 01:46:05 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[11493]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 14 01:46:05 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[11496]: Received disconnect from 10.29.163.186 port 37184:11: disconnected by user Feb 14 01:46:05 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[11496]: Disconnected from user root 10.29.163.186 port 37184 Feb 14 01:46:05 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[11493]: pam_unix(sshd:session): session closed for user root Feb 14 01:46:05 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: session-9.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-9.scope has successfully entered the 'dead' state. Feb 14 01:46:05 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd-logind[622]: Session 9 logged out. Waiting for processes to exit. Feb 14 01:46:05 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd-logind[622]: Removed session 9. -- Subject: Session 9 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 9 has been terminated. Feb 14 01:46:05 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[11516]: Accepted publickey for root from 10.29.163.186 port 37196 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:46:05 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: Started Session 10 of user root. -- Subject: Unit session-10.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-10.scope has finished starting up. -- -- The start-up result is done. Feb 14 01:46:05 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd-logind[622]: New session 10 of user root. -- Subject: A new session 10 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://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 11516. Feb 14 01:46:05 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[11516]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 14 01:46:05 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[11519]: Received disconnect from 10.29.163.186 port 37196:11: disconnected by user Feb 14 01:46:05 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[11519]: Disconnected from user root 10.29.163.186 port 37196 Feb 14 01:46:05 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[11516]: pam_unix(sshd:session): session closed for user root Feb 14 01:46:05 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: session-10.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-10.scope has successfully entered the 'dead' state. Feb 14 01:46:05 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd-logind[622]: Session 10 logged out. Waiting for processes to exit. Feb 14 01:46:05 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd-logind[622]: Removed session 10. -- Subject: Session 10 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 10 has been terminated. Feb 14 01:46:06 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[11596]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=* fact_path=/etc/ansible/facts.d Feb 14 01:46:07 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[11641]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:46:07 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[11661]: ansible-dnf Invoked with name=['tang'] state=present allow_downgrade=False autoremove=False bugfix=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True lock_timeout=30 conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 14 01:46:10 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[11681]: ansible-nbde_server_tang Invoked with state=keys-created keygen=/usr/libexec/tangd-keygen keydir=/var/db/tang update=/usr/libexec/tangd-update cachedir=/var/cache/tang force=False keys_to_deploy_dir=None Feb 14 01:46:10 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[11714]: ansible-stat Invoked with path=/etc/systemd/system/tangd.socket.d follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:46:10 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[11734]: ansible-file Invoked with path=/etc/systemd/system/tangd.socket.d state=absent mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None Feb 14 01:46:11 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[11754]: ansible-systemd Invoked with name=tangd.socket state=started enabled=True daemon_reload=False daemon_reexec=False no_block=False force=None masked=None user=None scope=None Feb 14 01:46:11 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[11778]: ansible-find Invoked with paths=['/var/db/tang'] hidden=True patterns=['*.jwk', '.*.jwk'] file_type=file age_stamp=mtime recurse=False follow=False get_checksum=False use_regex=False excludes=None contains=None age=None size=None depth=None Feb 14 01:46:12 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[11798]: ansible-dnf Invoked with name=['tang'] state=present allow_downgrade=False autoremove=False bugfix=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True lock_timeout=30 conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 14 01:46:14 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[11818]: ansible-nbde_server_tang Invoked with state=keys-created keygen=/usr/libexec/tangd-keygen keydir=/var/db/tang update=/usr/libexec/tangd-update cachedir=/var/cache/tang force=False keys_to_deploy_dir=None Feb 14 01:46:14 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[11838]: ansible-find Invoked with paths=['/var/db/tang'] hidden=True patterns=['*.jwk', '.*.jwk'] file_type=file age_stamp=mtime recurse=False follow=False get_checksum=False use_regex=False excludes=None contains=None age=None size=None depth=None Feb 14 01:46:14 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[11858]: ansible-stat Invoked with path=/var/db/tang/dMzlx02kYNkCGN1MQ8ZOxZBxKYg.jwk follow=True get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 14 01:46:15 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[11898]: ansible-stat Invoked with path=/var/db/tang/sw_Dfu293y_yq-kj7_th1U49lec.jwk follow=True get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 14 01:46:15 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[11938]: ansible-tempfile Invoked with state=directory suffix=nbde_server_keys prefix=ansible. path=None Feb 14 01:46:15 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[12000]: ansible-stat Invoked with path=/tmp/ansible.ca2cl9kjnbde_server_keys/dMzlx02kYNkCGN1MQ8ZOxZBxKYg.jwk follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 14 01:46:16 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[12057]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707875175.61122-2902-64779751349665/source dest=/tmp/ansible.ca2cl9kjnbde_server_keys/ owner=tang group=tang mode=256 _original_basename=dMzlx02kYNkCGN1MQ8ZOxZBxKYg.jwk follow=False checksum=93085fb7a16561d332db27ffdfa114820af1b501 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None regexp=None delimiter=None Feb 14 01:46:16 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[12140]: ansible-stat Invoked with path=/tmp/ansible.ca2cl9kjnbde_server_keys/sw_Dfu293y_yq-kj7_th1U49lec.jwk follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 14 01:46:16 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[12197]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707875176.1794457-2902-121753088666646/source dest=/tmp/ansible.ca2cl9kjnbde_server_keys/ owner=tang group=tang mode=256 _original_basename=sw_Dfu293y_yq-kj7_th1U49lec.jwk follow=False checksum=f4a9267678b2718ce8c2ddefb43e98497c9996dd backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None regexp=None delimiter=None Feb 14 01:46:16 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[12238]: ansible-nbde_server_tang Invoked with state=keys-deployed keydir=/var/db/tang keygen=/usr/libexec/tangd-keygen keys_to_deploy_dir=/tmp/ansible.ca2cl9kjnbde_server_keys update=/usr/libexec/tangd-update cachedir=/var/cache/tang force=False Feb 14 01:46:17 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[12258]: ansible-file Invoked with path=/tmp/ansible.ca2cl9kjnbde_server_keys/ state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None Feb 14 01:46:17 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[12278]: ansible-stat Invoked with path=/etc/systemd/system/tangd.socket.d follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:46:17 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[12298]: ansible-file Invoked with path=/etc/systemd/system/tangd.socket.d state=absent mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None Feb 14 01:46:18 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[12318]: ansible-systemd Invoked with name=tangd.socket state=started enabled=True daemon_reload=False daemon_reexec=False no_block=False force=None masked=None user=None scope=None Feb 14 01:46:19 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[12342]: ansible-stat Invoked with path=/var/db/tang/dMzlx02kYNkCGN1MQ8ZOxZBxKYg.jwk follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:46:19 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[12364]: ansible-stat Invoked with path=/var/db/tang/sw_Dfu293y_yq-kj7_th1U49lec.jwk follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:46:20 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[12386]: ansible-command Invoked with _raw_params=set -euxo pipefail if [ "true" = true ]; then rm -rf "/tmp/nbde_server_fetch_keys_deploy_setrh2ocsvv" else rm -rf "/tmp/nbde_server_fetch_keys_deploy_setrh2ocsvv"/* "/tmp/nbde_server_fetch_keys_deploy_setrh2ocsvv"/.* || : fi _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:46:20 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[12408]: ansible-command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:46:20 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[12430]: ansible-command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:46:25 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[12434]: error: kex_exchange_identification: Connection closed by remote host Feb 14 01:46:25 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[12435]: Accepted publickey for root from 10.29.163.186 port 56932 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:46:25 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: Started Session 11 of user root. -- Subject: Unit session-11.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-11.scope has finished starting up. -- -- The start-up result is done. Feb 14 01:46:25 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd-logind[622]: New session 11 of user root. -- Subject: A new session 11 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://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 12435. Feb 14 01:46:25 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[12435]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 14 01:46:25 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[12438]: Received disconnect from 10.29.163.186 port 56932:11: disconnected by user Feb 14 01:46:25 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[12438]: Disconnected from user root 10.29.163.186 port 56932 Feb 14 01:46:25 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[12435]: pam_unix(sshd:session): session closed for user root Feb 14 01:46:25 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: session-11.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-11.scope has successfully entered the 'dead' state. Feb 14 01:46:25 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd-logind[622]: Session 11 logged out. Waiting for processes to exit. Feb 14 01:46:25 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd-logind[622]: Removed session 11. -- Subject: Session 11 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 11 has been terminated. Feb 14 01:46:25 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[12458]: Accepted publickey for root from 10.29.163.186 port 56942 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:46:25 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: Started Session 12 of user root. -- Subject: Unit session-12.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-12.scope has finished starting up. -- -- The start-up result is done. Feb 14 01:46:25 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd-logind[622]: New session 12 of user root. -- Subject: A new session 12 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://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 12458. Feb 14 01:46:25 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[12458]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 14 01:46:25 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[12461]: Received disconnect from 10.29.163.186 port 56942:11: disconnected by user Feb 14 01:46:25 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[12461]: Disconnected from user root 10.29.163.186 port 56942 Feb 14 01:46:25 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[12458]: pam_unix(sshd:session): session closed for user root Feb 14 01:46:25 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: session-12.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-12.scope has successfully entered the 'dead' state. Feb 14 01:46:25 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd-logind[622]: Session 12 logged out. Waiting for processes to exit. Feb 14 01:46:25 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd-logind[622]: Removed session 12. -- Subject: Session 12 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 12 has been terminated. Feb 14 01:46:26 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[12538]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=* fact_path=/etc/ansible/facts.d Feb 14 01:46:28 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[12583]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:46:29 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[12603]: ansible-dnf Invoked with name=['tang'] state=present allow_downgrade=False autoremove=False bugfix=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True lock_timeout=30 conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 14 01:46:31 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[12623]: ansible-nbde_server_tang Invoked with state=keys-created keygen=/usr/libexec/tangd-keygen keydir=/var/db/tang update=/usr/libexec/tangd-update cachedir=/var/cache/tang force=False keys_to_deploy_dir=None Feb 14 01:46:32 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[12656]: ansible-stat Invoked with path=/etc/systemd/system/tangd.socket.d follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:46:32 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[12676]: ansible-file Invoked with path=/etc/systemd/system/tangd.socket.d state=absent mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None Feb 14 01:46:33 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[12696]: ansible-systemd Invoked with name=tangd.socket state=started enabled=True daemon_reload=False daemon_reexec=False no_block=False force=None masked=None user=None scope=None Feb 14 01:46:33 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[12720]: ansible-command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:46:33 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[12742]: ansible-command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:46:36 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[12746]: error: kex_exchange_identification: Connection closed by remote host Feb 14 01:46:36 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[12747]: Accepted publickey for root from 10.29.163.186 port 38932 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:46:36 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd-logind[622]: New session 13 of user root. -- Subject: A new session 13 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://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 12747. Feb 14 01:46:36 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: Started Session 13 of user root. -- Subject: Unit session-13.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-13.scope has finished starting up. -- -- The start-up result is done. Feb 14 01:46:36 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[12747]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 14 01:46:36 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[12750]: Received disconnect from 10.29.163.186 port 38932:11: disconnected by user Feb 14 01:46:36 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[12750]: Disconnected from user root 10.29.163.186 port 38932 Feb 14 01:46:36 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[12747]: pam_unix(sshd:session): session closed for user root Feb 14 01:46:36 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: session-13.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-13.scope has successfully entered the 'dead' state. Feb 14 01:46:36 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd-logind[622]: Session 13 logged out. Waiting for processes to exit. Feb 14 01:46:36 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd-logind[622]: Removed session 13. -- Subject: Session 13 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 13 has been terminated. Feb 14 01:46:36 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[12770]: Accepted publickey for root from 10.29.163.186 port 38938 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:46:36 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: Started Session 14 of user root. -- Subject: Unit session-14.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-14.scope has finished starting up. -- -- The start-up result is done. Feb 14 01:46:36 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd-logind[622]: New session 14 of user root. -- Subject: A new session 14 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://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 12770. Feb 14 01:46:36 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[12770]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 14 01:46:36 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[12774]: Received disconnect from 10.29.163.186 port 38938:11: disconnected by user Feb 14 01:46:36 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[12774]: Disconnected from user root 10.29.163.186 port 38938 Feb 14 01:46:36 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[12770]: pam_unix(sshd:session): session closed for user root Feb 14 01:46:36 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: session-14.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-14.scope has successfully entered the 'dead' state. Feb 14 01:46:36 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd-logind[622]: Session 14 logged out. Waiting for processes to exit. Feb 14 01:46:36 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd-logind[622]: Removed session 14. -- Subject: Session 14 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 14 has been terminated. Feb 14 01:46:37 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[12851]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=* fact_path=/etc/ansible/facts.d Feb 14 01:46:38 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[12896]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:46:38 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[12916]: ansible-dnf Invoked with name=['tang'] state=present allow_downgrade=False autoremove=False bugfix=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True lock_timeout=30 conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 14 01:46:41 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[12936]: ansible-nbde_server_tang Invoked with state=keys-created keygen=/usr/libexec/tangd-keygen keydir=/var/db/tang update=/usr/libexec/tangd-update cachedir=/var/cache/tang force=False keys_to_deploy_dir=None Feb 14 01:46:41 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[12969]: ansible-command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:46:41 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[12991]: ansible-command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:46:42 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[13013]: ansible-dnf Invoked with name=['tang'] state=present allow_downgrade=False autoremove=False bugfix=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True lock_timeout=30 conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 14 01:46:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[13033]: ansible-nbde_server_tang Invoked with state=keys-created keygen=/usr/libexec/tangd-keygen keydir=/var/db/tang update=/usr/libexec/tangd-update cachedir=/var/cache/tang force=False keys_to_deploy_dir=None Feb 14 01:46:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[13066]: ansible-command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:46:44 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[13088]: ansible-command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:46:45 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[13110]: ansible-dnf Invoked with name=['tang'] state=present allow_downgrade=False autoremove=False bugfix=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True lock_timeout=30 conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 14 01:46:47 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[13130]: ansible-nbde_server_tang Invoked with state=keys-created keygen=/usr/libexec/tangd-keygen keydir=/var/db/tang update=/usr/libexec/tangd-update cachedir=/var/cache/tang force=False keys_to_deploy_dir=None Feb 14 01:46:47 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[13163]: ansible-command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:46:48 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[13185]: ansible-command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:46:48 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[13207]: ansible-dnf Invoked with name=['tang'] state=present allow_downgrade=False autoremove=False bugfix=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True lock_timeout=30 conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 14 01:46:50 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[13227]: ansible-nbde_server_tang Invoked with state=keys-created keygen=/usr/libexec/tangd-keygen keydir=/var/db/tang update=/usr/libexec/tangd-update cachedir=/var/cache/tang force=False keys_to_deploy_dir=None Feb 14 01:46:51 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[13260]: ansible-command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:46:51 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[13282]: ansible-command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:46:52 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[13304]: ansible-dnf Invoked with name=['tang'] state=present allow_downgrade=False autoremove=False bugfix=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True lock_timeout=30 conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 14 01:46:54 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[13324]: ansible-nbde_server_tang Invoked with state=keys-created keygen=/usr/libexec/tangd-keygen keydir=/var/db/tang update=/usr/libexec/tangd-update cachedir=/var/cache/tang force=False keys_to_deploy_dir=None Feb 14 01:46:54 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[13357]: ansible-command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:46:54 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[13379]: ansible-command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:46:56 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[13383]: error: kex_exchange_identification: Connection closed by remote host Feb 14 01:46:56 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[13384]: Accepted publickey for root from 10.29.163.186 port 36954 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:46:56 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: Started Session 15 of user root. -- Subject: Unit session-15.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-15.scope has finished starting up. -- -- The start-up result is done. Feb 14 01:46:56 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd-logind[622]: New session 15 of user root. -- Subject: A new session 15 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://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 13384. Feb 14 01:46:56 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[13384]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 14 01:46:56 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[13387]: Received disconnect from 10.29.163.186 port 36954:11: disconnected by user Feb 14 01:46:56 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[13387]: Disconnected from user root 10.29.163.186 port 36954 Feb 14 01:46:56 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[13384]: pam_unix(sshd:session): session closed for user root Feb 14 01:46:56 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: session-15.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-15.scope has successfully entered the 'dead' state. Feb 14 01:46:56 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd-logind[622]: Session 15 logged out. Waiting for processes to exit. Feb 14 01:46:56 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd-logind[622]: Removed session 15. -- Subject: Session 15 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 15 has been terminated. Feb 14 01:46:56 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[13407]: Accepted publickey for root from 10.29.163.186 port 36956 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:46:56 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: Started Session 16 of user root. -- Subject: Unit session-16.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-16.scope has finished starting up. -- -- The start-up result is done. Feb 14 01:46:56 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd-logind[622]: New session 16 of user root. -- Subject: A new session 16 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://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 13407. Feb 14 01:46:56 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[13407]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 14 01:46:57 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[13410]: Received disconnect from 10.29.163.186 port 36956:11: disconnected by user Feb 14 01:46:57 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[13410]: Disconnected from user root 10.29.163.186 port 36956 Feb 14 01:46:57 ea34f134-76b7-4542-b751-1311064f847a.testing-farm sshd[13407]: pam_unix(sshd:session): session closed for user root Feb 14 01:46:57 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd[1]: session-16.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-16.scope has successfully entered the 'dead' state. Feb 14 01:46:57 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd-logind[622]: Session 16 logged out. Waiting for processes to exit. Feb 14 01:46:57 ea34f134-76b7-4542-b751-1311064f847a.testing-farm systemd-logind[622]: Removed session 16. -- Subject: Session 16 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 16 has been terminated. Feb 14 01:46:57 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[13487]: ansible-file Invoked with path=/etc/systemd/system/tangd.socket.d state=directory mode=0775 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None Feb 14 01:46:58 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[13549]: ansible-stat Invoked with path=/etc/systemd/system/tangd.socket.d/max-connections.conf follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 14 01:46:58 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[13606]: ansible-copy Invoked with dest=/etc/systemd/system/tangd.socket.d/max-connections.conf mode=0664 src=/root/.ansible/tmp/ansible-tmp-1707875218.0649223-4628-35349936018571/source _original_basename=tmpsre1sm_v follow=False checksum=05987691cc309e84627f31fa0d1680a3b3b2c4b2 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None regexp=None delimiter=None Feb 14 01:46:59 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[13647]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'distribution_version', 'os_family'] gather_timeout=10 filter=* fact_path=/etc/ansible/facts.d Feb 14 01:46:59 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[13671]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:46:59 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[13691]: ansible-setup Invoked with filter=ansible_pkg_mgr gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Feb 14 01:47:00 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[13717]: ansible-dnf Invoked with name=['tang'] state=present allow_downgrade=False autoremove=False bugfix=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True lock_timeout=30 conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 14 01:47:02 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[13737]: ansible-nbde_server_tang Invoked with state=keys-created keygen=/usr/libexec/tangd-keygen keydir=/var/db/tang update=/usr/libexec/tangd-update cachedir=/var/cache/tang force=False keys_to_deploy_dir=None Feb 14 01:47:03 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[13770]: ansible-stat Invoked with path=/etc/systemd/system/tangd.socket.d follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:47:03 ea34f134-76b7-4542-b751-1311064f847a.testing-farm platform-python[13812]: ansible-command Invoked with _raw_params=journalctl -ex warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-custom-port-idempotentxu6ezwy2/tests/tests_share_system_dir.yml:106 Wednesday 14 February 2024 01:47:03 +0000 (0:00:00.299) 0:00:05.976 **** included: /WORKDIR/git-custom-port-idempotentxu6ezwy2/tests/tasks/cleanup.yml for sut TASK [Remove control node files/directories] *********************************** task path: /WORKDIR/git-custom-port-idempotentxu6ezwy2/tests/tasks/cleanup.yml:2 Wednesday 14 February 2024 01:47:03 +0000 (0:00:00.011) 0:00:05.987 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove managed node files/directories] *********************************** task path: /WORKDIR/git-custom-port-idempotentxu6ezwy2/tests/tasks/cleanup.yml:9 Wednesday 14 February 2024 01:47:03 +0000 (0:00:00.009) 0:00:05.997 **** 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.004875", "end": "2024-02-14 01:47:03.809893", "item": { "path": "/var/db/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-02-14 01:47:03.805018" } STDERR: + '[' false = true ']' + rm -rf /var/db/tang/Mr8DufFYH3afxFfY8BZGrQbxKFc.jwk /var/db/tang/R7d44or6vcUQRrD1aVtAYdrPj8M.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.004534", "end": "2024-02-14 01:47:03.993496", "item": { "path": "/var/cache/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-02-14 01:47:03.988962" } 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:47:04 +0000 (0:00:00.381) 0:00:06.378 **** =============================================================================== linux-system-roles.nbde_server : Ensure tang is installed --------------- 2.85s /WORKDIR/git-custom-port-idempotentxu6ezwy2/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 Create a customization systemd file ------------------------------------- 0.65s /WORKDIR/git-custom-port-idempotentxu6ezwy2/tests/tests_share_system_dir.yml:20 linux-system-roles.nbde_server : Ensure ansible_facts used by role ------ 0.46s /WORKDIR/git-custom-port-idempotentxu6ezwy2/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:2 Remove managed node files/directories ----------------------------------- 0.38s /WORKDIR/git-custom-port-idempotentxu6ezwy2/tests/tasks/cleanup.yml:9 --------- Create the tangd.socket.d directory ------------------------------------- 0.37s /WORKDIR/git-custom-port-idempotentxu6ezwy2/tests/tests_share_system_dir.yml:14 Debug ------------------------------------------------------------------- 0.30s /WORKDIR/git-custom-port-idempotentxu6ezwy2/tests/tests_share_system_dir.yml:102 linux-system-roles.nbde_server : Ensure we have keys -------------------- 0.29s /WORKDIR/git-custom-port-idempotentxu6ezwy2/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.26s /WORKDIR/git-custom-port-idempotentxu6ezwy2/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:19 linux-system-roles.nbde_server : Check if system is ostree -------------- 0.20s /WORKDIR/git-custom-port-idempotentxu6ezwy2/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:11 linux-system-roles.nbde_server : Stat the tangd custom port systemd directory --- 0.19s /WORKDIR/git-custom-port-idempotentxu6ezwy2/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:14 linux-system-roles.nbde_server : Manage firewall and SELinux for port --- 0.06s /WORKDIR/git-custom-port-idempotentxu6ezwy2/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:32 linux-system-roles.nbde_server : Include the appropriate provider tasks --- 0.04s /WORKDIR/git-custom-port-idempotentxu6ezwy2/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:9 linux-system-roles.nbde_server : Set platform/version specific variables --- 0.04s /WORKDIR/git-custom-port-idempotentxu6ezwy2/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:20 linux-system-roles.nbde_server : Set flag to indicate system is ostree --- 0.02s /WORKDIR/git-custom-port-idempotentxu6ezwy2/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:16 linux-system-roles.nbde_server : Set version specific variables --------- 0.02s /WORKDIR/git-custom-port-idempotentxu6ezwy2/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:6 linux-system-roles.nbde_server : Ensure keys are rotated ---------------- 0.02s /WORKDIR/git-custom-port-idempotentxu6ezwy2/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:9 linux-system-roles.nbde_server : Perform key management (fetch/deploy) tasks --- 0.02s /WORKDIR/git-custom-port-idempotentxu6ezwy2/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:27 fedora.linux_system_roles.selinux : Set an SELinux label on a port ------ 0.01s /WORKDIR/git-custom-port-idempotentxu6ezwy2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Run role ---------------------------------------------------------------- 0.01s /WORKDIR/git-custom-port-idempotentxu6ezwy2/tests/tests_share_system_dir.yml:28 Cleanup ----------------------------------------------------------------- 0.01s /WORKDIR/git-custom-port-idempotentxu6ezwy2/tests/tests_share_system_dir.yml:106 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---