ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file [WARNING]: running playbook inside collection fedora.linux_system_roles statically imported: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml statically imported: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml statically imported: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/check_candlepin.yml statically imported: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_squid.yml statically imported: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_squid.yml 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 'jsonl', 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_proxy.yml ****************************************************** 1 plays in /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_proxy.yml PLAY [Basic proxy test] ******************************************************** META: ran handlers TASK [Get LSR_RHC_TEST_DATA environment variable] ****************************** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:3 Saturday 25 October 2025 15:20:37 -0400 (0:00:00.032) 0:00:00.032 ****** ok: [managed-node1] => { "ansible_facts": { "lsr_rhc_test_data_file": "" }, "changed": false } TASK [Import test data] ******************************************************** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 Saturday 25 October 2025 15:20:37 -0400 (0:00:00.041) 0:00:00.073 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get facts for external test data] **************************************** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:16 Saturday 25 October 2025 15:20:37 -0400 (0:00:00.033) 0:00:00.106 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set local lsr_rhc_test_data] ********************************************* task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:24 Saturday 25 October 2025 15:20:38 -0400 (0:00:00.032) 0:00:00.139 ****** ok: [managed-node1] => { "ansible_facts": { "lsr_rhc_test_data": { "baseurl": "http://localhost:8080", "candlepin_host": "candlepin.local", "candlepin_insecure": false, "candlepin_port": 8443, "candlepin_prefix": "/candlepin", "env_nonworking": "Ceci n'est pas une environment", "envs_register": [ "Environment 2" ], "insights": false, "proxy_auth_hostname": "localhost", "proxy_auth_password": "proxypass", "proxy_auth_port": 3130, "proxy_auth_scheme": "https", "proxy_auth_username": "proxyuser", "proxy_noauth_hostname": "localhost", "proxy_noauth_port": 3128, "proxy_noauth_scheme": "https", "proxy_nonworking_hostname": "wrongproxy", "proxy_nonworking_password": "wrong-proxypassword", "proxy_nonworking_port": 4000, "proxy_nonworking_username": "wrong-proxyuser", "reg_activation_keys": [ "default_key" ], "reg_invalid_password": "invalid-password", "reg_invalid_username": "invalid-user", "reg_organization": "donaldduck", "reg_password": "password", "reg_username": "doc", "release": null, "repositories": [ { "name": "donaldy-content-label-7051", "state": "enabled" }, { "name": "content-label-32060", "state": "disabled" } ] } }, "ansible_included_var_files": [ "/tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/../files/candlepin_data.yml" ], "changed": false } TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:32 Saturday 25 October 2025 15:20:38 -0400 (0:00:00.041) 0:00:00.181 ****** ok: [managed-node1] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python" }, "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37 Saturday 25 October 2025 15:20:38 -0400 (0:00:00.478) 0:00:00.660 ****** ok: [managed-node1] => { "ansible_facts": { "__rhc_is_ostree": false }, "changed": false } TASK [Get facts for external test data] **************************************** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:9 Saturday 25 October 2025 15:20:38 -0400 (0:00:00.038) 0:00:00.699 ****** ok: [managed-node1] TASK [Set helper fact for Candlepin base URL] ********************************** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:17 Saturday 25 October 2025 15:20:39 -0400 (0:00:00.594) 0:00:01.293 ****** ok: [managed-node1] => { "ansible_facts": { "_cp_url": "https://candlepin.local:8443/candlepin" }, "changed": false } TASK [Set helper fact for Candlepin owner URL] ********************************* task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:21 Saturday 25 October 2025 15:20:39 -0400 (0:00:00.038) 0:00:01.332 ****** ok: [managed-node1] => { "ansible_facts": { "_cp_url_owner": "https://candlepin.local:8443/candlepin/owners/donaldduck" }, "changed": false } TASK [Add candlepin hostname to /etc/hosts] ************************************ task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:25 Saturday 25 October 2025 15:20:39 -0400 (0:00:00.044) 0:00:01.377 ****** changed: [managed-node1] => { "backup": "", "changed": true } MSG: line added TASK [Install needed packages] ************************************************* task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:31 Saturday 25 October 2025 15:20:39 -0400 (0:00:00.375) 0:00:01.752 ****** changed: [managed-node1] => { "changed": true, "changes": { "installed": [ "podman" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror, product-id, search-disabled-repos, subscription-\n : manager\n\nThis system is not registered with an entitlement server. You can use subscription-manager to register.\n\nLoading mirror speeds from cached hostfile\nResolving Dependencies\n--> Running transaction check\n---> Package podman.x86_64 0:1.6.4-36.el7_9 will be installed\n--> Processing Dependency: slirp4netns >= 0.4.0-1 for package: podman-1.6.4-36.el7_9.x86_64\n--> Processing Dependency: runc >= 1.0.0-57 for package: podman-1.6.4-36.el7_9.x86_64\n--> Processing Dependency: containers-common >= 0.1.29-3 for package: podman-1.6.4-36.el7_9.x86_64\n--> Processing Dependency: containernetworking-plugins >= 0.8.1-1 for package: podman-1.6.4-36.el7_9.x86_64\n--> Processing Dependency: nftables for package: podman-1.6.4-36.el7_9.x86_64\n--> Processing Dependency: fuse-overlayfs for package: podman-1.6.4-36.el7_9.x86_64\n--> Processing Dependency: container-selinux for package: podman-1.6.4-36.el7_9.x86_64\n--> Processing Dependency: conmon for package: podman-1.6.4-36.el7_9.x86_64\n--> Running transaction check\n---> Package conmon.x86_64 2:2.0.8-1.el7 will be installed\n---> Package container-selinux.noarch 2:2.119.2-1.911c772.el7_8 will be installed\n---> Package containernetworking-plugins.x86_64 0:0.8.3-3.el7.centos will be installed\n---> Package containers-common.x86_64 1:0.1.40-11.el7_8 will be installed\n---> Package fuse-overlayfs.x86_64 0:0.7.2-6.el7_8 will be installed\n--> Processing Dependency: libfuse3.so.3(FUSE_3.2)(64bit) for package: fuse-overlayfs-0.7.2-6.el7_8.x86_64\n--> Processing Dependency: libfuse3.so.3(FUSE_3.0)(64bit) for package: fuse-overlayfs-0.7.2-6.el7_8.x86_64\n--> Processing Dependency: libfuse3.so.3()(64bit) for package: fuse-overlayfs-0.7.2-6.el7_8.x86_64\n---> Package nftables.x86_64 1:0.8-14.el7 will be installed\n--> Processing Dependency: libnftnl.so.7(LIBNFTNL_5)(64bit) for package: 1:nftables-0.8-14.el7.x86_64\n--> Processing Dependency: libnftnl.so.7()(64bit) for package: 1:nftables-0.8-14.el7.x86_64\n---> Package runc.x86_64 0:1.0.0-70.rc10.el7_9 will be installed\n--> Processing Dependency: criu for package: runc-1.0.0-70.rc10.el7_9.x86_64\n---> Package slirp4netns.x86_64 0:0.4.3-4.el7_8 will be installed\n--> Running transaction check\n---> Package criu.x86_64 0:3.12-2.el7 will be installed\n--> Processing Dependency: libprotobuf-c.so.1(LIBPROTOBUF_C_1.0.0)(64bit) for package: criu-3.12-2.el7.x86_64\n--> Processing Dependency: libprotobuf-c.so.1()(64bit) for package: criu-3.12-2.el7.x86_64\n--> Processing Dependency: libnet.so.1()(64bit) for package: criu-3.12-2.el7.x86_64\n---> Package fuse3-libs.x86_64 0:3.6.1-4.el7 will be installed\n---> Package libnftnl.x86_64 0:1.0.8-3.el7 will be installed\n--> Running transaction check\n---> Package libnet.x86_64 0:1.1.6-7.el7 will be installed\n---> Package protobuf-c.x86_64 0:1.0.2-3.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository\n Size\n================================================================================\nInstalling:\n podman x86_64 1.6.4-36.el7_9 extras 13 M\nInstalling for dependencies:\n conmon x86_64 2:2.0.8-1.el7 extras 31 k\n container-selinux noarch 2:2.119.2-1.911c772.el7_8 extras 40 k\n containernetworking-plugins x86_64 0.8.3-3.el7.centos extras 20 M\n containers-common x86_64 1:0.1.40-11.el7_8 extras 43 k\n criu x86_64 3.12-2.el7 base 453 k\n fuse-overlayfs x86_64 0.7.2-6.el7_8 extras 54 k\n fuse3-libs x86_64 3.6.1-4.el7 extras 82 k\n libnet x86_64 1.1.6-7.el7 base 59 k\n libnftnl x86_64 1.0.8-3.el7 base 78 k\n nftables x86_64 1:0.8-14.el7 base 186 k\n protobuf-c x86_64 1.0.2-3.el7 base 28 k\n runc x86_64 1.0.0-70.rc10.el7_9 extras 2.7 M\n slirp4netns x86_64 0.4.3-4.el7_8 extras 81 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+13 Dependent packages)\n\nTotal download size: 37 M\nInstalled size: 143 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 33 MB/s | 37 MB 00:01 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : 2:container-selinux-2.119.2-1.911c772.el7_8.noarch 1/14 \n Installing : slirp4netns-0.4.3-4.el7_8.x86_64 2/14 \n Installing : containernetworking-plugins-0.8.3-3.el7.centos.x86_64 3/14 \n Installing : libnftnl-1.0.8-3.el7.x86_64 4/14 \n Installing : 1:nftables-0.8-14.el7.x86_64 5/14 \n Installing : 2:conmon-2.0.8-1.el7.x86_64 6/14 \n Installing : fuse3-libs-3.6.1-4.el7.x86_64 7/14 \n Installing : fuse-overlayfs-0.7.2-6.el7_8.x86_64 8/14 \n Installing : 1:containers-common-0.1.40-11.el7_8.x86_64 9/14 \n Installing : protobuf-c-1.0.2-3.el7.x86_64 10/14 \n Installing : libnet-1.1.6-7.el7.x86_64 11/14 \n Installing : criu-3.12-2.el7.x86_64 12/14 \n Installing : runc-1.0.0-70.rc10.el7_9.x86_64 13/14 \n Installing : podman-1.6.4-36.el7_9.x86_64 14/14 \n Verifying : libnet-1.1.6-7.el7.x86_64 1/14 \n Verifying : protobuf-c-1.0.2-3.el7.x86_64 2/14 \n Verifying : fuse3-libs-3.6.1-4.el7.x86_64 3/14 \n Verifying : podman-1.6.4-36.el7_9.x86_64 4/14 \n Verifying : fuse-overlayfs-0.7.2-6.el7_8.x86_64 5/14 \n Verifying : runc-1.0.0-70.rc10.el7_9.x86_64 6/14 \n Verifying : slirp4netns-0.4.3-4.el7_8.x86_64 7/14 \n Verifying : 1:nftables-0.8-14.el7.x86_64 8/14 \n Verifying : criu-3.12-2.el7.x86_64 9/14 \n Verifying : 2:conmon-2.0.8-1.el7.x86_64 10/14 \n Verifying : 1:containers-common-0.1.40-11.el7_8.x86_64 11/14 \n Verifying : libnftnl-1.0.8-3.el7.x86_64 12/14 \n Verifying : containernetworking-plugins-0.8.3-3.el7.centos.x86_64 13/14 \n Verifying : 2:container-selinux-2.119.2-1.911c772.el7_8.noarch 14/14 \n\nInstalled:\n podman.x86_64 0:1.6.4-36.el7_9 \n\nDependency Installed:\n conmon.x86_64 2:2.0.8-1.el7 \n container-selinux.noarch 2:2.119.2-1.911c772.el7_8 \n containernetworking-plugins.x86_64 0:0.8.3-3.el7.centos \n containers-common.x86_64 1:0.1.40-11.el7_8 \n criu.x86_64 0:3.12-2.el7 \n fuse-overlayfs.x86_64 0:0.7.2-6.el7_8 \n fuse3-libs.x86_64 0:3.6.1-4.el7 \n libnet.x86_64 0:1.1.6-7.el7 \n libnftnl.x86_64 0:1.0.8-3.el7 \n nftables.x86_64 1:0.8-14.el7 \n protobuf-c.x86_64 0:1.0.2-3.el7 \n runc.x86_64 0:1.0.0-70.rc10.el7_9 \n slirp4netns.x86_64 0:0.4.3-4.el7_8 \n\nComplete!\n" ] } lsrpackages: podman TASK [Clean up Candlepin container] ******************************************** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:38 Saturday 25 October 2025 15:20:58 -0400 (0:00:18.532) 0:00:20.285 ****** included: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/teardown_candlepin.yml for managed-node1 TASK [Check if the candlepin container exists] ********************************* task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/teardown_candlepin.yml:6 Saturday 25 October 2025 15:20:58 -0400 (0:00:00.045) 0:00:20.331 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "ps", "-a", "--filter", "name=candlepin" ], "delta": "0:00:01.875027", "end": "2025-10-25 15:21:00.450779", "rc": 0, "start": "2025-10-25 15:20:58.575752" } STDOUT: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES TASK [Ensure that Candlepin container doesn't exist] *************************** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/teardown_candlepin.yml:17 Saturday 25 October 2025 15:21:00 -0400 (0:00:02.292) 0:00:22.623 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Start Candlepin container] *********************************************** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:41 Saturday 25 October 2025 15:21:00 -0400 (0:00:00.036) 0:00:22.660 ****** fatal: [managed-node1]: FAILED! => { "changed": false, "cmd": [ "podman", "run", "--rm", "--detach", "--hostname", "candlepin.local", "--name", "candlepin", "--publish", "8443:8443", "--publish", "8080:8080", "--privileged", "ghcr.io/candlepin/candlepin-unofficial" ], "delta": "0:00:05.467760", "end": "2025-10-25 15:21:06.254840", "rc": 125, "start": "2025-10-25 15:21:00.787080" } STDERR: Trying to pull ghcr.io/candlepin/candlepin-unofficial... Getting image source signatures Copying blob sha256:868e32b0b96932a9d44af4fddb5291921afffb37e16e8c9bc0382ef20f02e4a0 read tcp 10.31.42.106:42036->185.199.111.154:443: read: connection reset by peer Error: unable to pull ghcr.io/candlepin/candlepin-unofficial: unable to pull image: Error writing blob: error storing blob to file "/var/tmp/storage094291061/1": read tcp 10.31.42.106:42036->185.199.111.154:443: read: connection reset by peer MSG: non-zero return code TASK [Unregister] ************************************************************** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_proxy.yml:353 Saturday 25 October 2025 15:21:06 -0400 (0:00:05.765) 0:00:28.425 ****** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Saturday 25 October 2025 15:21:06 -0400 (0:00:00.084) 0:00:28.510 ****** included: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Saturday 25 October 2025 15:21:06 -0400 (0:00:00.073) 0:00:28.583 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if system is ostree] *************** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Saturday 25 October 2025 15:21:06 -0400 (0:00:00.035) 0:00:28.619 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Set flag to indicate system is ostree] *** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Saturday 25 October 2025 15:21:06 -0400 (0:00:00.033) 0:00:28.652 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Saturday 25 October 2025 15:21:06 -0400 (0:00:00.033) 0:00:28.686 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Saturday 25 October 2025 15:21:06 -0400 (0:00:00.033) 0:00:28.719 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Saturday 25 October 2025 15:21:06 -0400 (0:00:00.033) 0:00:28.752 ****** included: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for managed-node1 TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Saturday 25 October 2025 15:21:06 -0400 (0:00:00.028) 0:00:28.781 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Saturday 25 October 2025 15:21:06 -0400 (0:00:00.040) 0:00:28.822 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Saturday 25 October 2025 15:21:06 -0400 (0:00:00.035) 0:00:28.858 ****** ok: [managed-node1] => { "changed": false } MSG: System already unregistered. TASK [fedora.linux_system_roles.rhc : Set or unset the release] **************** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:49 Saturday 25 October 2025 15:21:07 -0400 (0:00:00.650) 0:00:29.508 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Configure repositories] ****************** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:58 Saturday 25 October 2025 15:21:07 -0400 (0:00:00.035) 0:00:29.544 ****** TASK [fedora.linux_system_roles.rhc : Handle insights registration] ************ task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:18 Saturday 25 October 2025 15:21:07 -0400 (0:00:00.032) 0:00:29.577 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up Candlepin container] ******************************************** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_proxy.yml:359 Saturday 25 October 2025 15:21:07 -0400 (0:00:00.033) 0:00:29.610 ****** included: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/teardown_candlepin.yml for managed-node1 TASK [Check if the candlepin container exists] ********************************* task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/teardown_candlepin.yml:6 Saturday 25 October 2025 15:21:07 -0400 (0:00:00.055) 0:00:29.665 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "ps", "-a", "--filter", "name=candlepin" ], "delta": "0:00:00.067201", "end": "2025-10-25 15:21:07.905699", "rc": 0, "start": "2025-10-25 15:21:07.838498" } STDOUT: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES TASK [Ensure that Candlepin container doesn't exist] *************************** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/teardown_candlepin.yml:17 Saturday 25 October 2025 15:21:07 -0400 (0:00:00.409) 0:00:30.075 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove SELinux policy for proxy ports] *********************************** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_proxy.yml:362 Saturday 25 October 2025 15:21:07 -0400 (0:00:00.038) 0:00:30.113 ****** TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 25 October 2025 15:21:08 -0400 (0:00:00.140) 0:00:30.253 ****** included: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node1 TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Saturday 25 October 2025 15:21:08 -0400 (0:00:00.019) 0:00:30.272 ****** ok: [managed-node1] TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Saturday 25 October 2025 15:21:08 -0400 (0:00:00.383) 0:00:30.656 ****** included: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node1 TASK [fedora.linux_system_roles.selinux : Check if system is ostree] *********** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Saturday 25 October 2025 15:21:08 -0400 (0:00:00.048) 0:00:30.705 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] *** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Saturday 25 October 2025 15:21:08 -0400 (0:00:00.292) 0:00:30.998 ****** ok: [managed-node1] => { "ansible_facts": { "__selinux_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Saturday 25 October 2025 15:21:08 -0400 (0:00:00.050) 0:00:31.048 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] *** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Saturday 25 October 2025 15:21:09 -0400 (0:00:00.294) 0:00:31.343 ****** ok: [managed-node1] => { "ansible_facts": { "__selinux_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] ******* task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Saturday 25 October 2025 15:21:09 -0400 (0:00:00.049) 0:00:31.392 ****** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "libselinux-python-2.5-15.el7.x86_64 providing libselinux-python is already installed", "policycoreutils-python-2.5-34.el7.x86_64 providing policycoreutils-python is already installed" ] } lsrpackages: libselinux-python policycoreutils-python TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Saturday 25 October 2025 15:21:10 -0400 (0:00:00.805) 0:00:32.197 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Saturday 25 October 2025 15:21:10 -0400 (0:00:00.035) 0:00:32.233 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure grubby used to modify selinux kernel parameter] *** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Saturday 25 October 2025 15:21:10 -0400 (0:00:00.035) 0:00:32.268 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Saturday 25 October 2025 15:21:10 -0400 (0:00:00.037) 0:00:32.306 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Saturday 25 October 2025 15:21:10 -0400 (0:00:00.036) 0:00:32.342 ****** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Saturday 25 October 2025 15:21:10 -0400 (0:00:00.035) 0:00:32.378 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is needed and not set] *** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Saturday 25 October 2025 15:21:10 -0400 (0:00:00.034) 0:00:32.413 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Refresh facts] *********************** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Saturday 25 October 2025 15:21:10 -0400 (0:00:00.035) 0:00:32.448 ****** ok: [managed-node1] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Saturday 25 October 2025 15:21:10 -0400 (0:00:00.514) 0:00:32.963 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.007628", "end": "2025-10-25 15:21:11.086833", "failed_when_result": false, "rc": 0, "start": "2025-10-25 15:21:11.079205" } STDOUT: running TASK [fedora.linux_system_roles.selinux : Require installed systemd] *********** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Saturday 25 October 2025 15:21:11 -0400 (0:00:00.291) 0:00:33.254 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Saturday 25 October 2025 15:21:11 -0400 (0:00:00.037) 0:00:33.292 ****** ok: [managed-node1] => { "ansible_facts": { "__selinux_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Saturday 25 October 2025 15:21:11 -0400 (0:00:00.040) 0:00:33.333 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Saturday 25 October 2025 15:21:11 -0400 (0:00:00.038) 0:00:33.371 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Saturday 25 October 2025 15:21:11 -0400 (0:00:00.034) 0:00:33.405 ****** ok: [managed-node1] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [Add or remove selinux=0 from args as needed] ***************************** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Saturday 25 October 2025 15:21:11 -0400 (0:00:00.039) 0:00:33.445 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Saturday 25 October 2025 15:21:11 -0400 (0:00:00.038) 0:00:33.483 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Saturday 25 October 2025 15:21:11 -0400 (0:00:00.011) 0:00:33.494 ****** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Saturday 25 October 2025 15:21:11 -0400 (0:00:00.034) 0:00:33.528 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Saturday 25 October 2025 15:21:11 -0400 (0:00:00.033) 0:00:33.562 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] *** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Saturday 25 October 2025 15:21:11 -0400 (0:00:00.033) 0:00:33.596 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] *** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Saturday 25 October 2025 15:21:11 -0400 (0:00:00.033) 0:00:33.629 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Saturday 25 October 2025 15:21:11 -0400 (0:00:00.035) 0:00:33.665 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Saturday 25 October 2025 15:21:11 -0400 (0:00:00.035) 0:00:33.701 ****** TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Saturday 25 October 2025 15:21:11 -0400 (0:00:00.035) 0:00:33.736 ****** TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Saturday 25 October 2025 15:21:11 -0400 (0:00:00.039) 0:00:33.775 ****** ok: [managed-node1] => (item={u'setype': u'squid_port_t', u'proto': u'tcp', u'local': True, u'state': u'absent', u'ports': [u'3128', u'3130', u'4000']}) => { "__selinux_item": { "local": true, "ports": [ "3128", "3130", "4000" ], "proto": "tcp", "setype": "squid_port_t", "state": "absent" }, "ansible_loop_var": "__selinux_item", "changed": false, "ports": [ "3128", "3130", "4000" ], "proto": "tcp", "setype": "squid_port_t", "state": "absent" } TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Saturday 25 October 2025 15:21:12 -0400 (0:00:00.613) 0:00:34.388 ****** TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Saturday 25 October 2025 15:21:12 -0400 (0:00:00.034) 0:00:34.422 ****** ok: [managed-node1] => { "ansible_facts": { "selinux_checksums": false, "selinux_installed_modules": { "abrt": { "100": { "checksum": "", "enabled": 1 } }, "accountsd": { "100": { "checksum": "", "enabled": 1 } }, "acct": { "100": { "checksum": "", "enabled": 1 } }, "afs": { "100": { "checksum": "", "enabled": 1 } }, "aiccu": { "100": { "checksum": "", "enabled": 1 } }, "aide": { "100": { "checksum": "", "enabled": 1 } }, "ajaxterm": { "100": { "checksum": "", "enabled": 1 } }, "alsa": { "100": { "checksum": "", "enabled": 1 } }, "amanda": { "100": { "checksum": "", "enabled": 1 } }, "amtu": { "100": { "checksum": "", "enabled": 1 } }, "anaconda": { "100": { "checksum": "", "enabled": 1 } }, "antivirus": { "100": { "checksum": "", "enabled": 1 } }, "apache": { "100": { "checksum": "", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "", "enabled": 1 } }, "apm": { "100": { "checksum": "", "enabled": 1 } }, "application": { "100": { "checksum": "", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "", "enabled": 1 } }, "asterisk": { "100": { "checksum": "", "enabled": 1 } }, "auditadm": { "100": { "checksum": "", "enabled": 1 } }, "authconfig": { "100": { "checksum": "", "enabled": 1 } }, "authlogin": { "100": { "checksum": "", "enabled": 1 } }, "automount": { "100": { "checksum": "", "enabled": 1 } }, "avahi": { "100": { "checksum": "", "enabled": 1 } }, "awstats": { "100": { "checksum": "", "enabled": 1 } }, "bacula": { "100": { "checksum": "", "enabled": 1 } }, "base": { "100": { "checksum": "", "enabled": 1 } }, "bcfg2": { "100": { "checksum": "", "enabled": 1 } }, "bind": { "100": { "checksum": "", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "", "enabled": 1 } }, "blueman": { "100": { "checksum": "", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "", "enabled": 1 } }, "boinc": { "100": { "checksum": "", "enabled": 1 } }, "boltd": { "100": { "checksum": "", "enabled": 1 } }, "bootloader": { "100": { "checksum": "", "enabled": 1 } }, "brctl": { "100": { "checksum": "", "enabled": 1 } }, "brltty": { "100": { "checksum": "", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "", "enabled": 1 } }, "bumblebee": { "100": { "checksum": "", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "", "enabled": 1 } }, "calamaris": { "100": { "checksum": "", "enabled": 1 } }, "callweaver": { "100": { "checksum": "", "enabled": 1 } }, "canna": { "100": { "checksum": "", "enabled": 1 } }, "ccs": { "100": { "checksum": "", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "", "enabled": 1 } }, "certmaster": { "100": { "checksum": "", "enabled": 1 } }, "certmonger": { "100": { "checksum": "", "enabled": 1 } }, "certwatch": { "100": { "checksum": "", "enabled": 1 } }, "cfengine": { "100": { "checksum": "", "enabled": 1 } }, "cgdcbxd": { "100": { "checksum": "", "enabled": 1 } }, "cgroup": { "100": { "checksum": "", "enabled": 1 } }, "chrome": { "100": { "checksum": "", "enabled": 1 } }, "chronyd": { "100": { "checksum": "", "enabled": 1 } }, "cinder": { "100": { "checksum": "", "enabled": 1 } }, "cipe": { "100": { "checksum": "", "enabled": 1 } }, "clock": { "100": { "checksum": "", "enabled": 1 } }, "clogd": { "100": { "checksum": "", "enabled": 1 } }, "cloudform": { "100": { "checksum": "", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "", "enabled": 1 } }, "cobbler": { "100": { "checksum": "", "enabled": 1 } }, "cockpit": { "100": { "checksum": "", "enabled": 1 } }, "collectd": { "100": { "checksum": "", "enabled": 1 } }, "colord": { "100": { "checksum": "", "enabled": 1 } }, "comsat": { "100": { "checksum": "", "enabled": 1 } }, "condor": { "100": { "checksum": "", "enabled": 1 } }, "conman": { "100": { "checksum": "", "enabled": 1 } }, "consolekit": { "100": { "checksum": "", "enabled": 1 } }, "container": { "100": { "checksum": "", "enabled": 1 }, "200": { "checksum": "", "enabled": 1 } }, "couchdb": { "100": { "checksum": "", "enabled": 1 } }, "courier": { "100": { "checksum": "", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "", "enabled": 1 } }, "cron": { "100": { "checksum": "", "enabled": 1 } }, "ctdb": { "100": { "checksum": "", "enabled": 1 } }, "cups": { "100": { "checksum": "", "enabled": 1 } }, "cvs": { "100": { "checksum": "", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "", "enabled": 1 } }, "cyrus": { "100": { "checksum": "", "enabled": 1 } }, "daemontools": { "100": { "checksum": "", "enabled": 1 } }, "dbadm": { "100": { "checksum": "", "enabled": 1 } }, "dbskk": { "100": { "checksum": "", "enabled": 1 } }, "dbus": { "100": { "checksum": "", "enabled": 1 } }, "dcc": { "100": { "checksum": "", "enabled": 1 } }, "ddclient": { "100": { "checksum": "", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "", "enabled": 1 } }, "devicekit": { "100": { "checksum": "", "enabled": 1 } }, "dhcp": { "100": { "checksum": "", "enabled": 1 } }, "dictd": { "100": { "checksum": "", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "", "enabled": 1 } }, "dirsrv-admin": { "100": { "checksum": "", "enabled": 1 } }, "dmesg": { "100": { "checksum": "", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "", "enabled": 1 } }, "dnssec": { "100": { "checksum": "", "enabled": 1 } }, "dovecot": { "100": { "checksum": "", "enabled": 1 } }, "drbd": { "100": { "checksum": "", "enabled": 1 } }, "dspam": { "100": { "checksum": "", "enabled": 1 } }, "entropyd": { "100": { "checksum": "", "enabled": 1 } }, "exim": { "100": { "checksum": "", "enabled": 1 } }, "fail2ban": { "100": { "checksum": "", "enabled": 1 } }, "fcoe": { "100": { "checksum": "", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "", "enabled": 1 } }, "finger": { "100": { "checksum": "", "enabled": 1 } }, "firewalld": { "100": { "checksum": "", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "", "enabled": 1 } }, "firstboot": { "100": { "checksum": "", "enabled": 1 } }, "fprintd": { "100": { "checksum": "", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "", "enabled": 1 } }, "freqset": { "100": { "checksum": "", "enabled": 1 } }, "fstools": { "100": { "checksum": "", "enabled": 1 } }, "ftp": { "100": { "checksum": "", "enabled": 1 } }, "games": { "100": { "checksum": "", "enabled": 1 } }, "ganesha": { "100": { "checksum": "", "enabled": 1 } }, "gdomap": { "100": { "checksum": "", "enabled": 1 } }, "geoclue": { "100": { "checksum": "", "enabled": 1 } }, "getty": { "100": { "checksum": "", "enabled": 1 } }, "git": { "100": { "checksum": "", "enabled": 1 } }, "gitosis": { "100": { "checksum": "", "enabled": 1 } }, "glance": { "100": { "checksum": "", "enabled": 1 } }, "glusterd": { "100": { "checksum": "", "enabled": 1 } }, "gnome": { "100": { "checksum": "", "enabled": 1 } }, "gpg": { "100": { "checksum": "", "enabled": 1 } }, "gpm": { "100": { "checksum": "", "enabled": 1 } }, "gpsd": { "100": { "checksum": "", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "", "enabled": 1 } }, "guest": { "100": { "checksum": "", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "", "enabled": 1 } }, "hostname": { "100": { "checksum": "", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "", "enabled": 1 } }, "hwloc": { "100": { "checksum": "", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "", "enabled": 1 } }, "icecast": { "100": { "checksum": "", "enabled": 1 } }, "inetd": { "100": { "checksum": "", "enabled": 1 } }, "init": { "100": { "checksum": "", "enabled": 1 } }, "inn": { "100": { "checksum": "", "enabled": 1 } }, "iodine": { "100": { "checksum": "", "enabled": 1 } }, "iotop": { "100": { "checksum": "", "enabled": 1 } }, "ipa": { "100": { "checksum": "", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "", "enabled": 1 } }, "ipsec": { "100": { "checksum": "", "enabled": 1 } }, "iptables": { "100": { "checksum": "", "enabled": 1 } }, "irc": { "100": { "checksum": "", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "", "enabled": 1 } }, "iscsi": { "100": { "checksum": "", "enabled": 1 } }, "isns": { "100": { "checksum": "", "enabled": 1 } }, "jabber": { "100": { "checksum": "", "enabled": 1 } }, "jetty": { "100": { "checksum": "", "enabled": 1 } }, "jockey": { "100": { "checksum": "", "enabled": 1 } }, "journalctl": { "100": { "checksum": "", "enabled": 1 } }, "kdump": { "100": { "checksum": "", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "", "enabled": 1 } }, "keepalived": { "100": { "checksum": "", "enabled": 1 } }, "kerberos": { "100": { "checksum": "", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "", "enabled": 1 } }, "keystone": { "100": { "checksum": "", "enabled": 1 } }, "kismet": { "100": { "checksum": "", "enabled": 1 } }, "kmscon": { "100": { "checksum": "", "enabled": 1 } }, "kpatch": { "100": { "checksum": "", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "", "enabled": 1 } }, "ktalk": { "100": { "checksum": "", "enabled": 1 } }, "l2tp": { "100": { "checksum": "", "enabled": 1 } }, "ldap": { "100": { "checksum": "", "enabled": 1 } }, "libraries": { "100": { "checksum": "", "enabled": 1 } }, "likewise": { "100": { "checksum": "", "enabled": 1 } }, "linuxptp": { "100": { "checksum": "", "enabled": 1 } }, "lircd": { "100": { "checksum": "", "enabled": 1 } }, "livecd": { "100": { "checksum": "", "enabled": 1 } }, "lldpad": { "100": { "checksum": "", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "", "enabled": 1 } }, "locallogin": { "100": { "checksum": "", "enabled": 1 } }, "lockdev": { "100": { "checksum": "", "enabled": 1 } }, "logadm": { "100": { "checksum": "", "enabled": 1 } }, "logging": { "100": { "checksum": "", "enabled": 1 } }, "logrotate": { "100": { "checksum": "", "enabled": 1 } }, "logwatch": { "100": { "checksum": "", "enabled": 1 } }, "lpd": { "100": { "checksum": "", "enabled": 1 } }, "lsm": { "100": { "checksum": "", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "", "enabled": 1 } }, "lvm": { "100": { "checksum": "", "enabled": 1 } }, "mailman": { "100": { "checksum": "", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "", "enabled": 1 } }, "man2html": { "100": { "checksum": "", "enabled": 1 } }, "mandb": { "100": { "checksum": "", "enabled": 1 } }, "mcelog": { "100": { "checksum": "", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "", "enabled": 1 } }, "memcached": { "100": { "checksum": "", "enabled": 1 } }, "milter": { "100": { "checksum": "", "enabled": 1 } }, "minidlna": { "100": { "checksum": "", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "", "enabled": 1 } }, "mip6d": { "100": { "checksum": "", "enabled": 1 } }, "mirrormanager": { "100": { "checksum": "", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "", "enabled": 1 } }, "mock": { "100": { "checksum": "", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "", "enabled": 1 } }, "modutils": { "100": { "checksum": "", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "", "enabled": 1 } }, "mongodb": { "100": { "checksum": "", "enabled": 1 } }, "motion": { "100": { "checksum": "", "enabled": 1 } }, "mount": { "100": { "checksum": "", "enabled": 1 } }, "mozilla": { "100": { "checksum": "", "enabled": 1 } }, "mpd": { "100": { "checksum": "", "enabled": 1 } }, "mplayer": { "100": { "checksum": "", "enabled": 1 } }, "mrtg": { "100": { "checksum": "", "enabled": 1 } }, "mta": { "100": { "checksum": "", "enabled": 1 } }, "munin": { "100": { "checksum": "", "enabled": 1 } }, "mysql": { "100": { "checksum": "", "enabled": 1 } }, "mythtv": { "100": { "checksum": "", "enabled": 1 } }, "nagios": { "100": { "checksum": "", "enabled": 1 } }, "namespace": { "100": { "checksum": "", "enabled": 1 } }, "ncftool": { "100": { "checksum": "", "enabled": 1 } }, "netlabel": { "100": { "checksum": "", "enabled": 1 } }, "netutils": { "100": { "checksum": "", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "", "enabled": 1 } }, "ninfod": { "100": { "checksum": "", "enabled": 1 } }, "nis": { "100": { "checksum": "", "enabled": 1 } }, "nova": { "100": { "checksum": "", "enabled": 1 } }, "nscd": { "100": { "checksum": "", "enabled": 1 } }, "nsd": { "100": { "checksum": "", "enabled": 1 } }, "nslcd": { "100": { "checksum": "", "enabled": 1 } }, "ntop": { "100": { "checksum": "", "enabled": 1 } }, "ntp": { "100": { "checksum": "", "enabled": 1 } }, "numad": { "100": { "checksum": "", "enabled": 1 } }, "nut": { "100": { "checksum": "", "enabled": 1 } }, "nx": { "100": { "checksum": "", "enabled": 1 } }, "obex": { "100": { "checksum": "", "enabled": 1 } }, "oddjob": { "100": { "checksum": "", "enabled": 1 } }, "openct": { "100": { "checksum": "", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "", "enabled": 1 } }, "openhpid": { "100": { "checksum": "", "enabled": 1 } }, "openshift": { "100": { "checksum": "", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "", "enabled": 1 } }, "opensm": { "100": { "checksum": "", "enabled": 1 } }, "openvpn": { "100": { "checksum": "", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "", "enabled": 1 } }, "openwsman": { "100": { "checksum": "", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "", "enabled": 1 } }, "osad": { "100": { "checksum": "", "enabled": 1 } }, "pads": { "100": { "checksum": "", "enabled": 1 } }, "passenger": { "100": { "checksum": "", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "", "enabled": 1 } }, "pcp": { "100": { "checksum": "", "enabled": 1 } }, "pcscd": { "100": { "checksum": "", "enabled": 1 } }, "pegasus": { "100": { "checksum": "", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "", "enabled": 1 } }, "pesign": { "100": { "checksum": "", "enabled": 1 } }, "pingd": { "100": { "checksum": "", "enabled": 1 } }, "piranha": { "100": { "checksum": "", "enabled": 1 } }, "pkcs": { "100": { "checksum": "", "enabled": 1 } }, "pki": { "100": { "checksum": "", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "", "enabled": 1 } }, "policykit": { "100": { "checksum": "", "enabled": 1 } }, "polipo": { "100": { "checksum": "", "enabled": 1 } }, "portmap": { "100": { "checksum": "", "enabled": 1 } }, "portreserve": { "100": { "checksum": "", "enabled": 1 } }, "postfix": { "100": { "checksum": "", "enabled": 1 } }, "postgresql": { "100": { "checksum": "", "enabled": 1 } }, "postgrey": { "100": { "checksum": "", "enabled": 1 } }, "ppp": { "100": { "checksum": "", "enabled": 1 } }, "prelink": { "100": { "checksum": "", "enabled": 1 } }, "prelude": { "100": { "checksum": "", "enabled": 1 } }, "privoxy": { "100": { "checksum": "", "enabled": 1 } }, "procmail": { "100": { "checksum": "", "enabled": 1 } }, "prosody": { "100": { "checksum": "", "enabled": 1 } }, "psad": { "100": { "checksum": "", "enabled": 1 } }, "ptchown": { "100": { "checksum": "", "enabled": 1 } }, "publicfile": { "100": { "checksum": "", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "", "enabled": 1 } }, "puppet": { "100": { "checksum": "", "enabled": 1 } }, "pwauth": { "100": { "checksum": "", "enabled": 1 } }, "qmail": { "100": { "checksum": "", "enabled": 1 } }, "qpid": { "100": { "checksum": "", "enabled": 1 } }, "quantum": { "100": { "checksum": "", "enabled": 1 } }, "quota": { "100": { "checksum": "", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "", "enabled": 1 } }, "radius": { "100": { "checksum": "", "enabled": 1 } }, "radvd": { "100": { "checksum": "", "enabled": 1 } }, "raid": { "100": { "checksum": "", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "", "enabled": 1 } }, "rdisc": { "100": { "checksum": "", "enabled": 1 } }, "readahead": { "100": { "checksum": "", "enabled": 1 } }, "realmd": { "100": { "checksum": "", "enabled": 1 } }, "redis": { "100": { "checksum": "", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "", "enabled": 1 } }, "restraint": { "400": { "checksum": "", "enabled": 1 } }, "rhcs": { "100": { "checksum": "", "enabled": 1 } }, "rhev": { "100": { "checksum": "", "enabled": 1 } }, "rhgb": { "100": { "checksum": "", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "", "enabled": 1 } }, "rhts": { "400": { "checksum": "", "enabled": 1 } }, "ricci": { "100": { "checksum": "", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "", "enabled": 1 } }, "rlogin": { "100": { "checksum": "", "enabled": 1 } }, "rngd": { "100": { "checksum": "", "enabled": 1 } }, "roundup": { "100": { "checksum": "", "enabled": 1 } }, "rpc": { "100": { "checksum": "", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "", "enabled": 1 } }, "rpm": { "100": { "checksum": "", "enabled": 1 } }, "rshd": { "100": { "checksum": "", "enabled": 1 } }, "rssh": { "100": { "checksum": "", "enabled": 1 } }, "rsync": { "100": { "checksum": "", "enabled": 1 } }, "rtas": { "100": { "checksum": "", "enabled": 1 } }, "rtkit": { "100": { "checksum": "", "enabled": 1 } }, "rwho": { "100": { "checksum": "", "enabled": 1 } }, "samba": { "100": { "checksum": "", "enabled": 1 } }, "sambagui": { "100": { "checksum": "", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "", "enabled": 1 } }, "sanlock": { "100": { "checksum": "", "enabled": 1 } }, "sasl": { "100": { "checksum": "", "enabled": 1 } }, "sbd": { "100": { "checksum": "", "enabled": 1 } }, "sblim": { "100": { "checksum": "", "enabled": 1 } }, "screen": { "100": { "checksum": "", "enabled": 1 } }, "secadm": { "100": { "checksum": "", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "", "enabled": 1 } }, "sendmail": { "100": { "checksum": "", "enabled": 1 } }, "sensord": { "100": { "checksum": "", "enabled": 1 } }, "setrans": { "100": { "checksum": "", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "", "enabled": 1 } }, "seunshare": { "100": { "checksum": "", "enabled": 1 } }, "sge": { "100": { "checksum": "", "enabled": 1 } }, "shorewall": { "100": { "checksum": "", "enabled": 1 } }, "slocate": { "100": { "checksum": "", "enabled": 1 } }, "slpd": { "100": { "checksum": "", "enabled": 1 } }, "smartmon": { "100": { "checksum": "", "enabled": 1 } }, "smokeping": { "100": { "checksum": "", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "", "enabled": 1 } }, "smsd": { "100": { "checksum": "", "enabled": 1 } }, "snapper": { "100": { "checksum": "", "enabled": 1 } }, "snmp": { "100": { "checksum": "", "enabled": 1 } }, "snort": { "100": { "checksum": "", "enabled": 1 } }, "sosreport": { "100": { "checksum": "", "enabled": 1 } }, "soundserver": { "100": { "checksum": "", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "", "enabled": 1 } }, "squid": { "100": { "checksum": "", "enabled": 1 } }, "ssh": { "100": { "checksum": "", "enabled": 1 } }, "sssd": { "100": { "checksum": "", "enabled": 1 } }, "staff": { "100": { "checksum": "", "enabled": 1 } }, "stapserver": { "100": { "checksum": "", "enabled": 1 } }, "stunnel": { "100": { "checksum": "", "enabled": 1 } }, "su": { "100": { "checksum": "", "enabled": 1 } }, "sudo": { "100": { "checksum": "", "enabled": 1 } }, "svnserve": { "100": { "checksum": "", "enabled": 1 } }, "swift": { "100": { "checksum": "", "enabled": 1 } }, "sysadm": { "100": { "checksum": "", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "", "enabled": 1 } }, "sysstat": { "100": { "checksum": "", "enabled": 1 } }, "systemd": { "100": { "checksum": "", "enabled": 1 } }, "tangd": { "100": { "checksum": "", "enabled": 1 } }, "targetd": { "100": { "checksum": "", "enabled": 1 } }, "tcpd": { "100": { "checksum": "", "enabled": 1 } }, "tcsd": { "100": { "checksum": "", "enabled": 1 } }, "telepathy": { "100": { "checksum": "", "enabled": 1 } }, "telnet": { "100": { "checksum": "", "enabled": 1 } }, "tftp": { "100": { "checksum": "", "enabled": 1 } }, "tgtd": { "100": { "checksum": "", "enabled": 1 } }, "thin": { "100": { "checksum": "", "enabled": 1 } }, "thumb": { "100": { "checksum": "", "enabled": 1 } }, "tlp": { "100": { "checksum": "", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "", "enabled": 1 } }, "tomcat": { "100": { "checksum": "", "enabled": 1 } }, "tor": { "100": { "checksum": "", "enabled": 1 } }, "tuned": { "100": { "checksum": "", "enabled": 1 } }, "tvtime": { "100": { "checksum": "", "enabled": 1 } }, "udev": { "100": { "checksum": "", "enabled": 1 } }, "ulogd": { "100": { "checksum": "", "enabled": 1 } }, "uml": { "100": { "checksum": "", "enabled": 1 } }, "unconfined": { "100": { "checksum": "", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "", "enabled": 1 } }, "updfstab": { "100": { "checksum": "", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "", "enabled": 1 } }, "userdomain": { "100": { "checksum": "", "enabled": 1 } }, "userhelper": { "100": { "checksum": "", "enabled": 1 } }, "usermanage": { "100": { "checksum": "", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "", "enabled": 1 } }, "uucp": { "100": { "checksum": "", "enabled": 1 } }, "uuidd": { "100": { "checksum": "", "enabled": 1 } }, "varnishd": { "100": { "checksum": "", "enabled": 1 } }, "vdagent": { "100": { "checksum": "", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "", "enabled": 1 } }, "virt": { "100": { "checksum": "", "enabled": 1 } }, "vlock": { "100": { "checksum": "", "enabled": 1 } }, "vmtools": { "100": { "checksum": "", "enabled": 1 } }, "vmware": { "100": { "checksum": "", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "", "enabled": 1 } }, "vpn": { "100": { "checksum": "", "enabled": 1 } }, "w3c": { "100": { "checksum": "", "enabled": 1 } }, "watchdog": { "100": { "checksum": "", "enabled": 1 } }, "wdmd": { "100": { "checksum": "", "enabled": 1 } }, "webadm": { "100": { "checksum": "", "enabled": 1 } }, "webalizer": { "100": { "checksum": "", "enabled": 1 } }, "wine": { "100": { "checksum": "", "enabled": 1 } }, "wireshark": { "100": { "checksum": "", "enabled": 1 } }, "xen": { "100": { "checksum": "", "enabled": 1 } }, "xguest": { "100": { "checksum": "", "enabled": 1 } }, "xserver": { "100": { "checksum": "", "enabled": 1 } }, "zabbix": { "100": { "checksum": "", "enabled": 1 } }, "zarafa": { "100": { "checksum": "", "enabled": 1 } }, "zebra": { "100": { "checksum": "", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "", "enabled": 1 } }, "zosremote": { "100": { "checksum": "", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:162 Saturday 25 October 2025 15:21:15 -0400 (0:00:02.757) 0:00:37.180 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:175 Saturday 25 October 2025 15:21:15 -0400 (0:00:00.057) 0:00:37.238 ****** TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:183 Saturday 25 October 2025 15:21:15 -0400 (0:00:00.055) 0:00:37.293 ****** PLAY RECAP ********************************************************************* managed-node1 : ok=30 changed=2 unreachable=0 failed=1 skipped=38 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.9.27", "delta": "0:00:05.467760", "end_time": "2025-10-25 15:21:06.254840", "host": "managed-node1", "message": "non-zero return code", "rc": 125, "start_time": "2025-10-25 15:21:00.787080", "stderr": "Trying to pull ghcr.io/candlepin/candlepin-unofficial...\nGetting image source signatures\nCopying blob sha256:868e32b0b96932a9d44af4fddb5291921afffb37e16e8c9bc0382ef20f02e4a0\n read tcp 10.31.42.106:42036->185.199.111.154:443: read: connection reset by peer\nError: unable to pull ghcr.io/candlepin/candlepin-unofficial: unable to pull image: Error writing blob: error storing blob to file \"/var/tmp/storage094291061/1\": read tcp 10.31.42.106:42036->185.199.111.154:443: read: connection reset by peer", "task_name": "Start Candlepin container", "task_path": "/tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:41" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 25 October 2025 15:21:15 -0400 (0:00:00.033) 0:00:37.327 ****** =============================================================================== Install needed packages ------------------------------------------------ 18.53s /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:31 Start Candlepin container ----------------------------------------------- 5.77s /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:41 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.76s /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Check if the candlepin container exists --------------------------------- 2.29s /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/teardown_candlepin.yml:6 fedora.linux_system_roles.selinux : Install SELinux python2 tools ------- 0.81s /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 0.65s /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 fedora.linux_system_roles.selinux : Set an SELinux label on a port ------ 0.61s /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Get facts for external test data ---------------------------------------- 0.59s /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:9 fedora.linux_system_roles.selinux : Refresh facts ----------------------- 0.51s /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Check if system is ostree ----------------------------------------------- 0.48s /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:32 Check if the candlepin container exists --------------------------------- 0.41s /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/teardown_candlepin.yml:6 fedora.linux_system_roles.selinux : Ensure ansible_facts used by role --- 0.38s /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Add candlepin hostname to /etc/hosts ------------------------------------ 0.38s /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:25 fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin --- 0.29s /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 fedora.linux_system_roles.selinux : Check if system is ostree ----------- 0.29s /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 fedora.linux_system_roles.selinux : Run systemctl ----------------------- 0.29s /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Remove SELinux policy for proxy ports ----------------------------------- 0.14s /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_proxy.yml:362 Unregister -------------------------------------------------------------- 0.08s /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_proxy.yml:353 fedora.linux_system_roles.rhc : Set ansible_facts required by role ------ 0.07s /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 fedora.linux_system_roles.selinux : Load SELinux modules ---------------- 0.06s /tmp/collections-qjN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:162 -- Logs begin at Sat 2025-10-25 15:16:39 EDT, end at Sat 2025-10-25 15:21:15 EDT. -- Oct 25 15:20:38 managed-node1 sudo[9970]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-fiqofczkawirvaytkfgjrtpfppxkuetr ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1761420038.11-11341-35938202801907/AnsiballZ_stat.py Oct 25 15:20:38 managed-node1 sudo[9970]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 25 15:20:38 managed-node1 ansible-stat[9973]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Oct 25 15:20:38 managed-node1 sudo[9970]: pam_unix(sudo:session): session closed for user root Oct 25 15:20:38 managed-node1 sudo[10022]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-rjxfiznekkfcqrhucjrbahhjneaaqyih ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1761420038.63-11405-195273446339591/AnsiballZ_setup.py Oct 25 15:20:39 managed-node1 sudo[10022]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 25 15:20:39 managed-node1 ansible-setup[10025]: Invoked with filter=* gather_subset=['!all', '!min', 'distribution', 'distribution_major_version'] fact_path=/etc/ansible/facts.d gather_timeout=10 Oct 25 15:20:39 managed-node1 sudo[10022]: pam_unix(sudo:session): session closed for user root Oct 25 15:20:39 managed-node1 sudo[10078]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-sevasicatqwhfckoabhgtovpqusmxosw ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1761420039.31-11425-34696354402533/AnsiballZ_lineinfile.py Oct 25 15:20:39 managed-node1 sudo[10078]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 25 15:20:39 managed-node1 ansible-lineinfile[10081]: Invoked with directory_mode=None force=None remote_src=None backrefs=False insertafter=None path=/etc/hosts owner=None follow=False validate=None group=None insertbefore=None unsafe_writes=False create=False state=present content=NOT_LOGGING_PARAMETER serole=None setype=None selevel=None regexp=.*candlepin.local line=127.0.0.1 candlepin.local src=None seuser=None delimiter=None mode=None firstmatch=False attributes=None backup=False Oct 25 15:20:39 managed-node1 sudo[10078]: pam_unix(sudo:session): session closed for user root Oct 25 15:20:39 managed-node1 sudo[10130]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-okzzibapviewygetgskwcrqavdzaqofd ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1761420039.68-11434-241197925473226/AnsiballZ_setup.py Oct 25 15:20:39 managed-node1 sudo[10130]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 25 15:20:39 managed-node1 ansible-setup[10133]: Invoked with filter=ansible_pkg_mgr gather_subset=['!all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Oct 25 15:20:39 managed-node1 sudo[10130]: pam_unix(sudo:session): session closed for user root Oct 25 15:20:40 managed-node1 sudo[10163]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-euvhslyxyxerqufhuoraxotummemwoho ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1761420039.68-11434-241197925473226/AnsiballZ_yum.py Oct 25 15:20:40 managed-node1 sudo[10163]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 25 15:20:40 managed-node1 ansible-yum[10166]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['podman'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Oct 25 15:20:44 managed-node1 dbus[509]: [system] Reloaded configuration Oct 25 15:20:44 managed-node1 setsebool[10207]: The virt_use_nfs policy boolean was changed to 1 by root Oct 25 15:20:44 managed-node1 setsebool[10207]: The virt_sandbox_use_all_caps policy boolean was changed to 1 by root Oct 25 15:20:51 managed-node1 kernel: SELinux: 2048 avtab hash slots, 113365 rules. Oct 25 15:20:51 managed-node1 kernel: SELinux: 2048 avtab hash slots, 113365 rules. Oct 25 15:20:51 managed-node1 kernel: SELinux: 8 users, 14 roles, 5054 types, 318 bools, 1 sens, 1024 cats Oct 25 15:20:51 managed-node1 kernel: SELinux: 130 classes, 113365 rules Oct 25 15:20:51 managed-node1 kernel: SELinux: Converting 2283 SID table entries... Oct 25 15:20:53 managed-node1 dbus[509]: [system] Reloaded configuration Oct 25 15:20:53 managed-node1 yum[10177]: Installed: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch Oct 25 15:20:53 managed-node1 yum[10177]: Installed: slirp4netns-0.4.3-4.el7_8.x86_64 Oct 25 15:20:55 managed-node1 yum[10177]: Installed: containernetworking-plugins-0.8.3-3.el7.centos.x86_64 Oct 25 15:20:55 managed-node1 yum[10177]: Installed: libnftnl-1.0.8-3.el7.x86_64 Oct 25 15:20:55 managed-node1 systemd[1]: Reloading. Oct 25 15:20:55 managed-node1 yum[10177]: Installed: 1:nftables-0.8-14.el7.x86_64 Oct 25 15:20:55 managed-node1 yum[10177]: Installed: 2:conmon-2.0.8-1.el7.x86_64 Oct 25 15:20:55 managed-node1 yum[10177]: Installed: fuse3-libs-3.6.1-4.el7.x86_64 Oct 25 15:20:55 managed-node1 yum[10177]: Installed: fuse-overlayfs-0.7.2-6.el7_8.x86_64 Oct 25 15:20:55 managed-node1 yum[10177]: Installed: 1:containers-common-0.1.40-11.el7_8.x86_64 Oct 25 15:20:55 managed-node1 yum[10177]: Installed: protobuf-c-1.0.2-3.el7.x86_64 Oct 25 15:20:55 managed-node1 yum[10177]: Installed: libnet-1.1.6-7.el7.x86_64 Oct 25 15:20:55 managed-node1 yum[10177]: Installed: criu-3.12-2.el7.x86_64 Oct 25 15:20:56 managed-node1 yum[10177]: Installed: runc-1.0.0-70.rc10.el7_9.x86_64 Oct 25 15:20:57 managed-node1 yum[10177]: Installed: podman-1.6.4-36.el7_9.x86_64 Oct 25 15:20:58 managed-node1 sudo[10163]: pam_unix(sudo:session): session closed for user root Oct 25 15:20:58 managed-node1 sudo[10297]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-qdxaptvducpcbxmgdlnqfmkjcttqxthx ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1761420058.26-11597-113699254531058/AnsiballZ_command.py Oct 25 15:20:58 managed-node1 sudo[10297]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 25 15:20:58 managed-node1 ansible-command[10300]: Invoked with creates=None executable=None _uses_shell=False strip_empty_ends=True _raw_params=None removes=None argv=['podman', 'ps', '-a', '--filter', 'name=candlepin'] warn=True chdir=None stdin_add_newline=True stdin=None Oct 25 15:20:58 managed-node1 kernel: TECH PREVIEW: Overlay filesystem may not be fully supported. Please review provided documentation for limitations. Oct 25 15:21:00 managed-node1 podman[10301]: 2025-10-25 15:21:00.4403841 -0400 EDT m=+1.839903625 system refresh Oct 25 15:21:00 managed-node1 sudo[10297]: pam_unix(sudo:session): session closed for user root Oct 25 15:21:00 managed-node1 sudo[10367]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-azzgfdpdzumcmazbcbttilqxyizabhgx ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1761420060.6-11622-246250644730822/AnsiballZ_command.py Oct 25 15:21:00 managed-node1 sudo[10367]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 25 15:21:00 managed-node1 ansible-command[10370]: Invoked with creates=None executable=None _uses_shell=False strip_empty_ends=True _raw_params=None removes=None argv=['podman', 'run', '--rm', '--detach', '--hostname', 'candlepin.local', '--name', 'candlepin', '--publish', '8443:8443', '--publish', '8080:8080', '--privileged', 'ghcr.io/candlepin/candlepin-unofficial'] warn=True chdir=None stdin_add_newline=True stdin=None Oct 25 15:21:06 managed-node1 sudo[10367]: pam_unix(sudo:session): session closed for user root Oct 25 15:21:07 managed-node1 sudo[10429]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-skswmyydzdpcnynpoqzgnisvnkzgittg ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1761420066.82-11700-183042708028357/AnsiballZ_redhat_subscription.py Oct 25 15:21:07 managed-node1 sudo[10429]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 25 15:21:07 managed-node1 ansible-community.general.redhat_subscription[10432]: Invoked with server_hostname=None rhsm_repo_ca_cert=None consumer_id=None activationkey=NOT_LOGGING_PARAMETER server_proxy_password=NOT_LOGGING_PARAMETER consumer_name=None server_proxy_port=None server_proxy_scheme=None environment=None force_register=False state=absent server_proxy_user=None server_port=None username=None pool_ids=[] auto_attach=None server_insecure=None password=NOT_LOGGING_PARAMETER rhsm_baseurl=None consumer_type=None org_id=None syspurpose=None token=NOT_LOGGING_PARAMETER server_prefix=None release=None server_proxy_hostname=None Oct 25 15:21:07 managed-node1 sudo[10429]: pam_unix(sudo:session): session closed for user root Oct 25 15:21:07 managed-node1 sudo[10492]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-oktcqjujjtwpjheyqcrfwufdiaukgcfh ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1761420067.65-11717-261694325674876/AnsiballZ_command.py Oct 25 15:21:07 managed-node1 sudo[10492]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 25 15:21:07 managed-node1 ansible-command[10495]: Invoked with creates=None executable=None _uses_shell=False strip_empty_ends=True _raw_params=None removes=None argv=['podman', 'ps', '-a', '--filter', 'name=candlepin'] warn=True chdir=None stdin_add_newline=True stdin=None Oct 25 15:21:07 managed-node1 sudo[10492]: pam_unix(sudo:session): session closed for user root Oct 25 15:21:08 managed-node1 sudo[10553]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-clenuyyatfkeorhjxrqfjuxinhcdsyhv ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1761420068.21-11740-2530714603083/AnsiballZ_setup.py Oct 25 15:21:08 managed-node1 sudo[10553]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 25 15:21:08 managed-node1 ansible-setup[10556]: Invoked with filter=* gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'os_family', 'python_version'] fact_path=/etc/ansible/facts.d gather_timeout=10 Oct 25 15:21:08 managed-node1 sudo[10553]: pam_unix(sudo:session): session closed for user root Oct 25 15:21:08 managed-node1 sudo[10610]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-snbwzocursbndagykhdtwbckisygkujx ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1761420068.64-11757-207241589822212/AnsiballZ_stat.py Oct 25 15:21:08 managed-node1 sudo[10610]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 25 15:21:08 managed-node1 ansible-stat[10613]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Oct 25 15:21:08 managed-node1 sudo[10610]: pam_unix(sudo:session): session closed for user root Oct 25 15:21:09 managed-node1 sudo[10662]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-xypamlfcjfkptatfdaojiyqldbfdqsse ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1761420068.99-11783-173881218191304/AnsiballZ_stat.py Oct 25 15:21:09 managed-node1 sudo[10662]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 25 15:21:09 managed-node1 ansible-stat[10665]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/sbin/transactional-update get_md5=False get_mime=True get_attributes=True Oct 25 15:21:09 managed-node1 sudo[10662]: pam_unix(sudo:session): session closed for user root Oct 25 15:21:09 managed-node1 sudo[10714]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-upqencczqupuploythztquxrtmikwahl ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1761420069.33-11802-104372948249966/AnsiballZ_setup.py Oct 25 15:21:09 managed-node1 sudo[10714]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 25 15:21:09 managed-node1 ansible-setup[10717]: Invoked with filter=ansible_pkg_mgr gather_subset=['!all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Oct 25 15:21:09 managed-node1 sudo[10714]: pam_unix(sudo:session): session closed for user root Oct 25 15:21:09 managed-node1 sudo[10747]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-dhipyeflftaqpqxlllsbfikijeejugrx ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1761420069.33-11802-104372948249966/AnsiballZ_yum.py Oct 25 15:21:09 managed-node1 sudo[10747]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 25 15:21:09 managed-node1 ansible-yum[10750]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['libselinux-python', 'policycoreutils-python'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Oct 25 15:21:10 managed-node1 sudo[10747]: pam_unix(sudo:session): session closed for user root Oct 25 15:21:10 managed-node1 sudo[10809]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-rnhrdziwdgdoqosytcjhhzofktglrjgz ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1761420070.38-11845-233980270409824/AnsiballZ_setup.py Oct 25 15:21:10 managed-node1 sudo[10809]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 25 15:21:10 managed-node1 ansible-setup[10812]: Invoked with filter=ansible_selinux gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Oct 25 15:21:10 managed-node1 sudo[10809]: pam_unix(sudo:session): session closed for user root Oct 25 15:21:11 managed-node1 sudo[10886]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ixmebkwlznsegguqdtmvnpamjchbbyxy ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1761420070.89-11861-142535155589770/AnsiballZ_command.py Oct 25 15:21:11 managed-node1 sudo[10886]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 25 15:21:11 managed-node1 ansible-command[10889]: Invoked with creates=None executable=None _uses_shell=False strip_empty_ends=True _raw_params=systemctl is-system-running removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Oct 25 15:21:11 managed-node1 sudo[10886]: pam_unix(sudo:session): session closed for user root Oct 25 15:21:12 managed-node1 sudo[10939]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-kglcwnepqztixcnejsqwijthfliaqjnt ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1761420071.72-11901-195105533896072/AnsiballZ_local_seport.py Oct 25 15:21:12 managed-node1 sudo[10939]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 25 15:21:12 managed-node1 ansible-fedora.linux_system_roles.local_seport[10942]: Invoked with proto=tcp state=absent ignore_selinux_state=False reload=True setype=squid_port_t local=True ports=['3128', '3130', '4000'] Oct 25 15:21:12 managed-node1 sudo[10939]: pam_unix(sudo:session): session closed for user root Oct 25 15:21:12 managed-node1 sudo[10991]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ifguuvkhjduxniruaufppdcsrpndurft ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1761420072.33-11927-190083823434576/AnsiballZ_selinux_modules_facts.py Oct 25 15:21:12 managed-node1 sudo[10991]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 25 15:21:12 managed-node1 ansible-fedora.linux_system_roles.selinux_modules_facts[10994]: Invoked Oct 25 15:21:14 managed-node1 sudo[10991]: pam_unix(sudo:session): session closed for user root Oct 25 15:21:15 managed-node1 sshd[11003]: Accepted publickey for root from 10.31.42.217 port 38600 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 25 15:21:15 managed-node1 systemd[1]: Started Session 14 of user root. -- Subject: Unit session-14.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-14.scope has finished starting up. -- -- The start-up result is done. Oct 25 15:21:15 managed-node1 systemd-logind[506]: New session 14 of user root. -- Subject: A new session 14 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 14 has been created for the user root. -- -- The leading process of the session is 11003. Oct 25 15:21:15 managed-node1 sshd[11003]: pam_unix(sshd:session): session opened for user root by (uid=0) Oct 25 15:21:15 managed-node1 sshd[11003]: Received disconnect from 10.31.42.217 port 38600:11: disconnected by user Oct 25 15:21:15 managed-node1 sshd[11003]: Disconnected from 10.31.42.217 port 38600 Oct 25 15:21:15 managed-node1 sshd[11003]: pam_unix(sshd:session): session closed for user root Oct 25 15:21:15 managed-node1 systemd-logind[506]: Removed session 14. -- Subject: Session 14 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 14 has been terminated. Oct 25 15:21:15 managed-node1 sshd[11013]: Accepted publickey for root from 10.31.42.217 port 38602 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 25 15:21:15 managed-node1 systemd-logind[506]: New session 15 of user root. -- Subject: A new session 15 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 15 has been created for the user root. -- -- The leading process of the session is 11013. Oct 25 15:21:15 managed-node1 systemd[1]: Started Session 15 of user root. -- Subject: Unit session-15.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-15.scope has finished starting up. -- -- The start-up result is done. Oct 25 15:21:15 managed-node1 sshd[11013]: pam_unix(sshd:session): session opened for user root by (uid=0)