# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-ci_k7dfh_k/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file statically imported: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/setup_ipa.yml Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_basic_ipa.yml ************************************************** 1 plays in /WORKDIR/git-weekly-ci_k7dfh_k/tests/tests_basic_ipa.yml PLAY [Test using IPA to issue certs] ******************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tests_basic_ipa.yml:2 Saturday 17 February 2024 17:10:04 +0000 (0:00:00.012) 0:00:00.012 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tests_basic_ipa.yml:13 Saturday 17 February 2024 17:10:05 +0000 (0:00:00.732) 0:00:00.744 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Skip if not supported] *************************************************** task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tests_basic_ipa.yml:18 Saturday 17 February 2024 17:10:05 +0000 (0:00:00.176) 0:00:00.921 ***** META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [Set __is_beaker_env] ***************************************************** task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/setup_ipa.yml:2 Saturday 17 February 2024 17:10:05 +0000 (0:00:00.004) 0:00:00.925 ***** ok: [sut] => { "ansible_facts": { "__is_beaker_env": false }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/setup_ipa.yml:9 Saturday 17 February 2024 17:10:05 +0000 (0:00:00.019) 0:00:00.945 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/setup_ipa.yml:14 Saturday 17 February 2024 17:10:05 +0000 (0:00:00.120) 0:00:01.065 ***** ok: [sut] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [Install ansible-freeipa] ************************************************* task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/setup_ipa.yml:18 Saturday 17 February 2024 17:10:05 +0000 (0:00:00.013) 0:00:01.079 ***** skipping: [sut] => { "changed": false, "false_condition": "__is_beaker_env", "skip_reason": "Conditional result was False" } TASK [Ensure freeipa-repo is absent] ******************************************* task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/setup_ipa.yml:24 Saturday 17 February 2024 17:10:05 +0000 (0:00:00.007) 0:00:01.087 ***** ok: [sut -> 127.0.0.1] => { "changed": false, "path": "/tmp/freeipa-repo/", "state": "absent" } TASK [Clone ansible-freeipa repo] ********************************************** task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/setup_ipa.yml:32 Saturday 17 February 2024 17:10:05 +0000 (0:00:00.177) 0:00:01.264 ***** changed: [sut -> 127.0.0.1] => { "after": "a3a6919416e9117ff409aacd46d82156b776850a", "before": null, "changed": true } TASK [Create role symlinks] **************************************************** task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/setup_ipa.yml:41 Saturday 17 February 2024 17:10:06 +0000 (0:00:00.835) 0:00:02.100 ***** changed: [sut -> 127.0.0.1] => (item=ipaserver) => { "ansible_loop_var": "item", "changed": true, "dest": "/WORKDIR/git-weekly-ci_k7dfh_k/tests/roles/ipaserver", "gid": 1001, "group": "jenkins", "item": "ipaserver", "mode": "0777", "owner": "jenkins", "size": 34, "src": "/tmp/freeipa-repo/roles/ipaserver/", "state": "link", "uid": 1000090000 } changed: [sut -> 127.0.0.1] => (item=ipaclient) => { "ansible_loop_var": "item", "changed": true, "dest": "/WORKDIR/git-weekly-ci_k7dfh_k/tests/roles/ipaclient", "gid": 1001, "group": "jenkins", "item": "ipaclient", "mode": "0777", "owner": "jenkins", "size": 34, "src": "/tmp/freeipa-repo/roles/ipaclient/", "state": "link", "uid": 1000090000 } TASK [Ensure hostname package is installed] ************************************ task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/setup_ipa.yml:53 Saturday 17 February 2024 17:10:07 +0000 (0:00:00.232) 0:00:02.333 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "hostname-3.13-3.el7_7.1.x86_64 providing hostname is already installed" ] } lsrpackages: hostname TASK [Set hostname] ************************************************************ task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/setup_ipa.yml:59 Saturday 17 February 2024 17:10:07 +0000 (0:00:00.421) 0:00:02.755 ***** changed: [sut] => { "ansible_facts": { "ansible_domain": "test.local", "ansible_fqdn": "ipaserver.test.local", "ansible_hostname": "ipaserver", "ansible_nodename": "ipaserver.test.local" }, "changed": true, "name": "ipaserver.test.local" } TASK [Ensure nss package is up-to-date] **************************************** task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/setup_ipa.yml:65 Saturday 17 February 2024 17:10:07 +0000 (0:00:00.533) 0:00:03.289 ***** ok: [sut] => { "changed": false, "changes": { "installed": [], "updated": [] }, "rc": 0, "results": [ "All packages providing nss are up to date", "" ] } lsrpackages: nss TASK [Include ipaserver role] ************************************************** task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/setup_ipa.yml:82 Saturday 17 February 2024 17:20:09 +0000 (0:10:01.144) 0:10:04.433 ***** TASK [ipaserver : Import variables specific to distribution] ******************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/main.yml:4 Saturday 17 February 2024 17:20:09 +0000 (0:00:00.015) 0:10:04.449 ***** ok: [sut] => (item=/tmp/freeipa-repo/roles/ipaserver/vars/RedHat-7.yml) => { "ansible_facts": { "ipaserver_packages": [ "ipa-server", "libselinux-python" ], "ipaserver_packages_adtrust": [ "ipa-server-trust-ad" ], "ipaserver_packages_dns": [ "ipa-server-dns" ], "ipaserver_packages_firewalld": [ "firewalld" ] }, "ansible_included_var_files": [ "/tmp/freeipa-repo/roles/ipaserver/vars/RedHat-7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/freeipa-repo/roles/ipaserver/vars/RedHat-7.yml" } TASK [ipaserver : Install IPA server] ****************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/main.yml:19 Saturday 17 February 2024 17:20:09 +0000 (0:00:00.017) 0:10:04.466 ***** included: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml for sut TASK [ipaserver : Install - Ensure that IPA server packages are installed] ***** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:7 Saturday 17 February 2024 17:20:09 +0000 (0:00:00.034) 0:10:04.500 ***** changed: [sut] => { "changed": true, "changes": { "installed": [ "ipa-server" ] }, "rc": 0, "results": [ "libselinux-python-2.5-15.el7.x86_64 providing libselinux-python is already installed", "Loaded plugins: search-disabled-repos\nResolving Dependencies\n--> Running transaction check\n---> Package ipa-server.x86_64 0:4.6.8-5.el7_9.16 will be installed\n--> Processing Dependency: python2-ipaserver = 4.6.8-5.el7_9.16 for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: ipa-server-common = 4.6.8-5.el7_9.16 for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: ipa-common = 4.6.8-5.el7_9.16 for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: ipa-client = 4.6.8-5.el7_9.16 for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: krb5-server < 1.15.100 for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: openldap-clients > 2.4.35-4 for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: sssd-dbus >= 1.15.2 for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: softhsm >= 2.0.0rc1-1 for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: slapi-nis >= 0.56.0-4 for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: python-ldap >= 2.4.15 for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: python-gssapi >= 1.2.0-3 for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: pki-kra >= 10.5.18-13 for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: pki-ca >= 10.5.18-13 for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: mod_nss >= 1.0.14-7 for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: mod_lookup_identity >= 0.9.9 for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: mod_auth_gssapi >= 1.5.0 for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: krb5-server >= 1.15.1-36 for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: krb5-server >= 1.15 for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: krb5-pkinit-openssl >= 1.15.1-36 for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: httpd >= 2.4.6-31 for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: certmonger >= 0.78.4-10 for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: 389-ds-base >= 1.3.10.2-12 for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: 389-ds-base >= 1.3.10.2-12 for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: systemd-python for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: open-sans-fonts for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: oddjob for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: ntp for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: mod_wsgi for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: mod_session for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: libtalloc.so.2(TALLOC_2.0.2)(64bit) for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: libsss_nss_idmap.so.0(SSS_NSS_IDMAP_0.4.0)(64bit) for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: libsss_nss_idmap.so.0(SSS_NSS_IDMAP_0.1.0)(64bit) for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: libsss_certmap.so.0(SSS_CERTMAP_0.0)(64bit) for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: libsamba-util.so.0(SAMBA_UTIL_0.0.1)(64bit) for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: libndr.so.0(NDR_0.0.1)(64bit) for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: libndr-nbt.so.0(NDR_NBT_0.0.1)(64bit) for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: libndr-krb5pac.so.0(NDR_KRB5PAC_0.0.1)(64bit) for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: fontawesome-fonts for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: cyrus-sasl-gssapi(x86-64) for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: libtevent.so.0()(64bit) for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: libtalloc.so.2()(64bit) for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: libsss_nss_idmap.so.0()(64bit) for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: libsss_certmap.so.0()(64bit) for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: libsamba-util.so.0()(64bit) for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: libndr.so.0()(64bit) for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: libndr-standard.so.0()(64bit) for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: libndr-nbt.so.0()(64bit) for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: libndr-krb5pac.so.0()(64bit) for package: ipa-server-4.6.8-5.el7_9.16.x86_64\n--> Running transaction check\n---> Package 389-ds-base.x86_64 0:1.3.11.1-4.el7_9 will be installed\n--> Processing Dependency: 389-ds-base-libs = 1.3.11.1-4.el7_9 for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: svrcore >= 4.1.3 for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: perl-NetAddr-IP for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: perl-Mozilla-LDAP for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: perl(NetAddr::IP::Util) for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: perl(Mozilla::LDAP::Utils) for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: perl(Mozilla::LDAP::LDIF) for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: perl(Mozilla::LDAP::Conn) for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: perl(Mozilla::LDAP::API) for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: perl(DB_File) for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: perl(Archive::Tar) for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: gperftools-libs for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: cyrus-sasl-plain for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: cyrus-sasl-md5 for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: bind-utils for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: libtcmalloc.so.4()(64bit) for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: libsvrcore.so.0()(64bit) for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: libslapd.so.0()(64bit) for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: libsds.so.0()(64bit) for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: libnunc-stans.so.0()(64bit) for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: libns-dshttpd-1.3.11.12.so()(64bit) for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: libldaputil.so.0()(64bit) for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: libicuuc.so.50()(64bit) for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: libicui18n.so.50()(64bit) for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: libicudata.so.50()(64bit) for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n---> Package certmonger.x86_64 0:0.78.4-17.el7_9 will be installed\n--> Processing Dependency: libxmlrpc_util.so.3()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libxmlrpc_client.so.3()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libxmlrpc.so.3()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package fontawesome-fonts.noarch 0:4.1.0-2.el7 will be installed\n--> Processing Dependency: fontpackages-filesystem for package: fontawesome-fonts-4.1.0-2.el7.noarch\n---> Package httpd.x86_64 0:2.4.6-99.el7_9.1 will be installed\n--> Processing Dependency: httpd-tools = 2.4.6-99.el7_9.1 for package: httpd-2.4.6-99.el7_9.1.x86_64\n--> Processing Dependency: libaprutil-1.so.0()(64bit) for package: httpd-2.4.6-99.el7_9.1.x86_64\n--> Processing Dependency: libapr-1.so.0()(64bit) for package: httpd-2.4.6-99.el7_9.1.x86_64\n---> Package ipa-client.x86_64 0:4.6.8-5.el7_9.16 will be installed\n--> Processing Dependency: python2-ipaclient = 4.6.8-5.el7_9.16 for package: ipa-client-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: ipa-client-common = 4.6.8-5.el7_9.16 for package: ipa-client-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: sssd >= 1.14.0 for package: ipa-client-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: krb5-workstation >= 1.15.1-36 for package: ipa-client-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: python-sssdconfig for package: ipa-client-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: oddjob-mkhomedir for package: ipa-client-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: libsss_autofs for package: ipa-client-4.6.8-5.el7_9.16.x86_64\n--> Processing Dependency: autofs for package: ipa-client-4.6.8-5.el7_9.16.x86_64\n---> Package ipa-common.noarch 0:4.6.8-5.el7_9.16 will be installed\n---> Package ipa-server-common.noarch 0:4.6.8-5.el7_9.16 will be installed\n--> Processing Dependency: custodia >= 0.3.0-4 for package: ipa-server-common-4.6.8-5.el7_9.16.noarch\n---> Package krb5-pkinit.x86_64 0:1.15.1-55.el7_9 will be installed\n---> Package krb5-server.x86_64 0:1.15.1-55.el7_9 will be installed\n--> Processing Dependency: libkadm5(x86-64) = 1.15.1-55.el7_9 for package: krb5-server-1.15.1-55.el7_9.x86_64\n--> Processing Dependency: libkadm5srv_mit.so.11(kadm5srv_mit_11_MIT)(64bit) for package: krb5-server-1.15.1-55.el7_9.x86_64\n--> Processing Dependency: libkadm5clnt_mit.so.11(kadm5clnt_mit_11_MIT)(64bit) for package: krb5-server-1.15.1-55.el7_9.x86_64\n--> Processing Dependency: /usr/share/dict/words for package: krb5-server-1.15.1-55.el7_9.x86_64\n--> Processing Dependency: libkadm5srv_mit.so.11()(64bit) for package: krb5-server-1.15.1-55.el7_9.x86_64\n--> Processing Dependency: libkadm5clnt_mit.so.11()(64bit) for package: krb5-server-1.15.1-55.el7_9.x86_64\n---> Package libsss_certmap.x86_64 0:1.16.5-10.el7_9.16 will be installed\n---> Package libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.16 will be installed\n---> Package libtalloc.x86_64 0:2.1.16-1.el7 will be installed\n---> Package libtevent.x86_64 0:0.9.39-1.el7 will be installed\n---> Package mod_auth_gssapi.x86_64 0:1.5.1-7.el7 will be installed\n---> Package mod_lookup_identity.x86_64 0:1.0.0-1.el7 will be installed\n---> Package mod_nss.x86_64 0:1.0.14-12.el7 will be installed\n---> Package mod_session.x86_64 0:2.4.6-99.el7_9.1 will be installed\n--> Processing Dependency: apr-util-openssl for package: mod_session-2.4.6-99.el7_9.1.x86_64\n---> Package mod_wsgi.x86_64 0:3.4-18.el7 will be installed\n---> Package ntp.x86_64 0:4.2.6p5-29.el7_8.2 will be installed\n--> Processing Dependency: libopts.so.25()(64bit) for package: ntp-4.2.6p5-29.el7_8.2.x86_64\n---> Package oddjob.x86_64 0:0.31.5-4.el7 will be installed\n---> Package open-sans-fonts.noarch 0:1.10-1.el7 will be installed\n---> Package openldap-clients.x86_64 0:2.4.44-25.el7_9 will be installed\n---> Package pki-ca.noarch 0:10.5.18-27.el7_9 will be installed\n--> Processing Dependency: pki-server = 10.5.18-27.el7_9 for package: pki-ca-10.5.18-27.el7_9.noarch\n--> Processing Dependency: java-1.8.0-openjdk-headless for package: pki-ca-10.5.18-27.el7_9.noarch\n---> Package pki-kra.noarch 0:10.5.18-27.el7_9 will be installed\n---> Package python-gssapi.x86_64 0:1.2.0-3.el7 will be installed\n--> Processing Dependency: python-enum34 for package: python-gssapi-1.2.0-3.el7.x86_64\n---> Package python-ldap.x86_64 0:2.4.15-2.el7 will be installed\n---> Package python2-ipaserver.noarch 0:4.6.8-5.el7_9.16 will be installed\n--> Processing Dependency: python-kdcproxy >= 0.3 for package: python2-ipaserver-4.6.8-5.el7_9.16.noarch\n--> Processing Dependency: python-dns >= 1.12.0-3 for package: python2-ipaserver-4.6.8-5.el7_9.16.noarch\n--> Processing Dependency: python-custodia >= 0.3.0-4 for package: python2-ipaserver-4.6.8-5.el7_9.16.noarch\n--> Processing Dependency: python-augeas >= 0.5 for package: python2-ipaserver-4.6.8-5.el7_9.16.noarch\n--> Processing Dependency: pki-base-python2 >= 10.5.18-13 for package: python2-ipaserver-4.6.8-5.el7_9.16.noarch\n--> Processing Dependency: python-pyasn1 for package: python2-ipaserver-4.6.8-5.el7_9.16.noarch\n---> Package samba-client-libs.x86_64 0:4.10.16-25.el7_9 will be installed\n--> Processing Dependency: samba-common-libs = 4.10.16-25.el7_9 for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: samba-common = 4.10.16-25.el7_9 for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: samba-common = 4.10.16-25.el7_9 for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libwbclient = 4.10.16-25.el7_9 for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libwbclient.so.0(WBCLIENT_0.9)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libwbclient.so.0(WBCLIENT_0.13)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libtdb.so.1(TDB_1.3.17)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libtdb.so.1(TDB_1.3.11)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libtdb.so.1(TDB_1.3.0)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libtdb.so.1(TDB_1.2.5)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libtdb.so.1(TDB_1.2.2)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libtdb.so.1(TDB_1.2.1)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libldb.so.1(LDB_1.3.0)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libldb.so.1(LDB_1.1.30)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libldb.so.1(LDB_1.1.19)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libldb.so.1(LDB_1.1.1)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libldb.so.1(LDB_0.9.23)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libldb.so.1(LDB_0.9.15)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libldb.so.1(LDB_0.9.10)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libgnutls.so.28(GNUTLS_3_1_0)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libgnutls.so.28(GNUTLS_1_4)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libaesni-intel-samba4.so(SAMBA_4.10.16)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libwinbind-client-samba4.so()(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libwbclient.so.0()(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libtdb.so.1()(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libldb.so.1()(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libgnutls.so.28()(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libcups.so.2()(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libcluster-samba4.so()(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libavahi-common.so.3()(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libavahi-client.so.3()(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libaesni-intel-samba4.so()(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n---> Package slapi-nis.x86_64 0:0.60.0-4.el7_9 will be installed\n---> Package softhsm.x86_64 0:2.1.0-3.el7 will be installed\n---> Package sssd-dbus.x86_64 0:1.16.5-10.el7_9.16 will be installed\n--> Processing Dependency: sssd-common = 1.16.5-10.el7_9.16 for package: sssd-dbus-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libdhash.so.1(DHASH_0.4.3)(64bit) for package: sssd-dbus-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_util.so()(64bit) for package: sssd-dbus-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_debug.so()(64bit) for package: sssd-dbus-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_crypt.so()(64bit) for package: sssd-dbus-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_child.so()(64bit) for package: sssd-dbus-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_cert.so()(64bit) for package: sssd-dbus-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libdhash.so.1()(64bit) for package: sssd-dbus-1.16.5-10.el7_9.16.x86_64\n---> Package systemd-python.x86_64 0:219-78.el7_9.9 will be installed\n--> Running transaction check\n---> Package 389-ds-base-libs.x86_64 0:1.3.11.1-4.el7_9 will be installed\n---> Package apr.x86_64 0:1.4.8-7.el7 will be installed\n---> Package apr-util.x86_64 0:1.5.2-6.el7_9.1 will be installed\n---> Package apr-util-openssl.x86_64 0:1.5.2-6.el7_9.1 will be installed\n---> Package autofs.x86_64 1:5.0.7-116.el7_9.1 will be installed\n--> Processing Dependency: libhesiod.so.0()(64bit) for package: 1:autofs-5.0.7-116.el7_9.1.x86_64\n---> Package autogen-libopts.x86_64 0:5.18-5.el7 will be installed\n---> Package avahi-libs.x86_64 0:0.6.31-20.el7 will be installed\n---> Package bind-utils.x86_64 32:9.11.4-26.P2.el7_9.15 will be installed\n--> Processing Dependency: bind-libs-lite(x86-64) = 32:9.11.4-26.P2.el7_9.15 for package: 32:bind-utils-9.11.4-26.P2.el7_9.15.x86_64\n--> Processing Dependency: bind-libs(x86-64) = 32:9.11.4-26.P2.el7_9.15 for package: 32:bind-utils-9.11.4-26.P2.el7_9.15.x86_64\n--> Processing Dependency: liblwres.so.160()(64bit) for package: 32:bind-utils-9.11.4-26.P2.el7_9.15.x86_64\n--> Processing Dependency: libisccfg.so.160()(64bit) for package: 32:bind-utils-9.11.4-26.P2.el7_9.15.x86_64\n--> Processing Dependency: libisc.so.169()(64bit) for package: 32:bind-utils-9.11.4-26.P2.el7_9.15.x86_64\n--> Processing Dependency: libirs.so.160()(64bit) for package: 32:bind-utils-9.11.4-26.P2.el7_9.15.x86_64\n--> Processing Dependency: libdns.so.1102()(64bit) for package: 32:bind-utils-9.11.4-26.P2.el7_9.15.x86_64\n--> Processing Dependency: libbind9.so.160()(64bit) for package: 32:bind-utils-9.11.4-26.P2.el7_9.15.x86_64\n--> Processing Dependency: libGeoIP.so.1()(64bit) for package: 32:bind-utils-9.11.4-26.P2.el7_9.15.x86_64\n---> Package cups-libs.x86_64 1:1.6.3-52.el7_9 will be installed\n---> Package custodia.noarch 0:0.3.1-4.el7 will be installed\n---> Package cyrus-sasl-md5.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package cyrus-sasl-plain.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed\n---> Package gnutls.x86_64 0:3.3.29-9.el7_6 will be installed\n--> Processing Dependency: trousers >= 0.3.11.2 for package: gnutls-3.3.29-9.el7_6.x86_64\n--> Processing Dependency: libnettle.so.4()(64bit) for package: gnutls-3.3.29-9.el7_6.x86_64\n--> Processing Dependency: libhogweed.so.2()(64bit) for package: gnutls-3.3.29-9.el7_6.x86_64\n---> Package gperftools-libs.x86_64 0:2.6.1-1.el7 will be installed\n---> Package httpd-tools.x86_64 0:2.4.6-99.el7_9.1 will be installed\n---> Package ipa-client-common.noarch 0:4.6.8-5.el7_9.16 will be installed\n---> Package java-1.8.0-openjdk-headless.x86_64 1:1.8.0.402.b06-1.el7_9 will be installed\n--> Processing Dependency: tzdata-java >= 2022g for package: 1:java-1.8.0-openjdk-headless-1.8.0.402.b06-1.el7_9.x86_64\n--> Processing Dependency: copy-jdk-configs >= 3.3 for package: 1:java-1.8.0-openjdk-headless-1.8.0.402.b06-1.el7_9.x86_64\n--> Processing Dependency: pcsc-lite-libs(x86-64) for package: 1:java-1.8.0-openjdk-headless-1.8.0.402.b06-1.el7_9.x86_64\n--> Processing Dependency: lksctp-tools(x86-64) for package: 1:java-1.8.0-openjdk-headless-1.8.0.402.b06-1.el7_9.x86_64\n--> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: 1:java-1.8.0-openjdk-headless-1.8.0.402.b06-1.el7_9.x86_64\n--> Processing Dependency: jpackage-utils for package: 1:java-1.8.0-openjdk-headless-1.8.0.402.b06-1.el7_9.x86_64\n--> Processing Dependency: libjpeg.so.62()(64bit) for package: 1:java-1.8.0-openjdk-headless-1.8.0.402.b06-1.el7_9.x86_64\n---> Package krb5-workstation.x86_64 0:1.15.1-55.el7_9 will be installed\n---> Package libdhash.x86_64 0:0.5.0-32.el7 will be installed\n---> Package libicu.x86_64 0:50.2-4.el7_7 will be installed\n---> Package libkadm5.x86_64 0:1.15.1-55.el7_9 will be installed\n---> Package libldb.x86_64 0:1.5.4-2.el7_9 will be installed\n---> Package libsss_autofs.x86_64 0:1.16.5-10.el7_9.16 will be installed\n---> Package libtdb.x86_64 0:1.3.18-1.el7 will be installed\n---> Package libwbclient.x86_64 0:4.10.16-25.el7_9 will be installed\n---> Package oddjob-mkhomedir.x86_64 0:0.31.5-4.el7 will be installed\n---> Package perl-Archive-Tar.noarch 0:1.92-3.el7 will be installed\n--> Processing Dependency: perl(Package::Constants) for package: perl-Archive-Tar-1.92-3.el7.noarch\n---> Package perl-DB_File.x86_64 0:1.830-6.el7 will be installed\n---> Package perl-Mozilla-LDAP.x86_64 0:1.5.3-12.el7 will be installed\n---> Package perl-NetAddr-IP.x86_64 0:4.069-3.el7 will be installed\n---> Package pki-base.noarch 0:10.5.18-27.el7_9 will be installed\n--> Processing Dependency: python2-cryptography for package: pki-base-10.5.18-27.el7_9.noarch\n--> Processing Dependency: python-nss for package: pki-base-10.5.18-27.el7_9.noarch\n---> Package pki-server.noarch 0:10.5.18-27.el7_9 will be installed\n--> Processing Dependency: pki-tools = 10.5.18-27.el7_9 for package: pki-server-10.5.18-27.el7_9.noarch\n--> Processing Dependency: pki-base-java = 10.5.18-27.el7_9 for package: pki-server-10.5.18-27.el7_9.noarch\n--> Processing Dependency: tomcatjss >= 7.2.5-1 for package: pki-server-10.5.18-27.el7_9.noarch\n--> Processing Dependency: tomcat >= 7.0.69 for package: pki-server-10.5.18-27.el7_9.noarch\n--> Processing Dependency: nuxwdog-client-java >= 1.0.5-1 for package: pki-server-10.5.18-27.el7_9.noarch\n--> Processing Dependency: velocity for package: pki-server-10.5.18-27.el7_9.noarch\n---> Package python-augeas.noarch 0:0.5.0-2.el7 will be installed\n--> Processing Dependency: augeas-libs for package: python-augeas-0.5.0-2.el7.noarch\n---> Package python-custodia.noarch 0:0.3.1-4.el7 will be installed\n--> Processing Dependency: python-jwcrypto for package: python-custodia-0.3.1-4.el7.noarch\n---> Package python-dns.noarch 0:1.12.0-4.20150617git465785f.el7 will be installed\n---> Package python-enum34.noarch 0:1.0.4-1.el7 will be installed\n---> Package python-kdcproxy.noarch 0:0.3.2-3.el7 will be installed\n---> Package python-sssdconfig.noarch 0:1.16.5-10.el7_9.16 will be installed\n---> Package python2-ipaclient.noarch 0:4.6.8-5.el7_9.16 will be installed\n--> Processing Dependency: python2-ipalib = 4.6.8-5.el7_9.16 for package: python2-ipaclient-4.6.8-5.el7_9.16.noarch\n---> Package python2-pyasn1.noarch 0:0.1.9-7.el7 will be installed\n---> Package samba-common.noarch 0:4.10.16-25.el7_9 will be installed\n---> Package samba-common-libs.x86_64 0:4.10.16-25.el7_9 will be installed\n---> Package sssd.x86_64 0:1.16.5-10.el7_9.16 will be installed\n--> Processing Dependency: sssd-proxy = 1.16.5-10.el7_9.16 for package: sssd-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: sssd-ldap = 1.16.5-10.el7_9.16 for package: sssd-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: sssd-krb5 = 1.16.5-10.el7_9.16 for package: sssd-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: sssd-ipa = 1.16.5-10.el7_9.16 for package: sssd-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: sssd-ad = 1.16.5-10.el7_9.16 for package: sssd-1.16.5-10.el7_9.16.x86_64\n---> Package sssd-common.x86_64 0:1.16.5-10.el7_9.16 will be installed\n--> Processing Dependency: sssd-client(x86-64) = 1.16.5-10.el7_9.16 for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_sudo(x86-64) = 1.16.5-10.el7_9.16 for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_idmap(x86-64) = 1.16.5-10.el7_9.16 for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_idmap.so.0(SSS_IDMAP_0.5)(64bit) for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_idmap.so.0(SSS_IDMAP_0.4)(64bit) for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_idmap.so.0()(64bit) for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libhttp_parser_strict.so.2()(64bit) for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libcares.so.2()(64bit) for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n---> Package svrcore.x86_64 0:4.1.3-2.el7 will be installed\n---> Package words.noarch 0:3.0-22.el7 will be installed\n---> Package xmlrpc-c.x86_64 0:1.32.5-1905.svn2451.el7 will be installed\n---> Package xmlrpc-c-client.x86_64 0:1.32.5-1905.svn2451.el7 will be installed\n--> Running transaction check\n---> Package GeoIP.x86_64 0:1.5.0-14.el7 will be installed\n--> Processing Dependency: geoipupdate for package: GeoIP-1.5.0-14.el7.x86_64\n---> Package augeas-libs.x86_64 0:1.4.0-10.el7 will be installed\n---> Package bind-libs.x86_64 32:9.11.4-26.P2.el7_9.15 will be installed\n--> Processing Dependency: bind-license = 32:9.11.4-26.P2.el7_9.15 for package: 32:bind-libs-9.11.4-26.P2.el7_9.15.x86_64\n---> Package bind-libs-lite.x86_64 32:9.11.4-26.P2.el7_9.15 will be installed\n---> Package c-ares.x86_64 0:1.10.0-3.el7_9.1 will be installed\n---> Package copy-jdk-configs.noarch 0:3.3-11.el7_9 will be installed\n---> Package hesiod.x86_64 0:3.2.1-3.el7 will be installed\n---> Package http-parser.x86_64 0:2.7.1-9.el7 will be installed\n---> Package javapackages-tools.noarch 0:3.4.1-11.el7 will be installed\n--> Processing Dependency: python-javapackages = 3.4.1-11.el7 for package: javapackages-tools-3.4.1-11.el7.noarch\n---> Package libjpeg-turbo.x86_64 0:1.2.90-8.el7 will be installed\n---> Package libsss_idmap.x86_64 0:1.16.5-10.el7_9.16 will be installed\n---> Package libsss_sudo.x86_64 0:1.16.5-10.el7_9.16 will be installed\n---> Package lksctp-tools.x86_64 0:1.0.17-2.el7 will be installed\n---> Package nettle.x86_64 0:2.7.1-9.el7_9 will be installed\n---> Package nuxwdog-client-java.x86_64 0:1.0.5-1.el7 will be installed\n--> Processing Dependency: nuxwdog = 1.0.5-1.el7 for package: nuxwdog-client-java-1.0.5-1.el7.x86_64\n--> Processing Dependency: libnuxwdog.so.0()(64bit) for package: nuxwdog-client-java-1.0.5-1.el7.x86_64\n---> Package pcsc-lite-libs.x86_64 0:1.8.8-8.el7 will be installed\n---> Package perl-Package-Constants.noarch 1:0.02-299.el7_9 will be installed\n---> Package pki-base-java.noarch 0:10.5.18-27.el7_9 will be installed\n--> Processing Dependency: resteasy-base-jaxrs-api >= 3.0.6-1 for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: resteasy-base-jaxrs >= 3.0.6-1 for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: resteasy-base-jaxb-provider >= 3.0.6-1 for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: resteasy-base-jackson-provider >= 3.0.6-1 for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: resteasy-base-client >= 3.0.6-1 for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: resteasy-base-atom-provider >= 3.0.6-1 for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: ldapjdk >= 4.19-5 for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: jss >= 4.4.9-3 for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: xml-commons-resolver for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: xml-commons-apis for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: xalan-j2 for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: slf4j for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: javassist for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: jakarta-commons-httpclient for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: apache-commons-logging for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: apache-commons-lang for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: apache-commons-io for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: apache-commons-codec for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: apache-commons-cli for package: pki-base-java-10.5.18-27.el7_9.noarch\n---> Package pki-tools.x86_64 0:10.5.18-27.el7_9 will be installed\n---> Package python-jwcrypto.noarch 0:0.4.2-1.el7 will be installed\n---> Package python-nss.x86_64 0:0.16.0-3.el7 will be installed\n---> Package python2-cryptography.x86_64 0:1.7.2-2.el7 will be installed\n--> Processing Dependency: python-idna >= 2.0 for package: python2-cryptography-1.7.2-2.el7.x86_64\n--> Processing Dependency: python-cffi >= 1.4.1 for package: python2-cryptography-1.7.2-2.el7.x86_64\n---> Package python2-ipalib.noarch 0:4.6.8-5.el7_9.16 will be installed\n--> Processing Dependency: python-yubico >= 1.2.3 for package: python2-ipalib-4.6.8-5.el7_9.16.noarch\n--> Processing Dependency: python-qrcode-core >= 5.0.0 for package: python2-ipalib-4.6.8-5.el7_9.16.noarch\n--> Processing Dependency: python-netifaces >= 0.10.4 for package: python2-ipalib-4.6.8-5.el7_9.16.noarch\n--> Processing Dependency: python-netaddr >= 0.7.5-9 for package: python2-ipalib-4.6.8-5.el7_9.16.noarch\n--> Processing Dependency: pyusb for package: python2-ipalib-4.6.8-5.el7_9.16.noarch\n--> Processing Dependency: python-sss-murmur for package: python2-ipalib-4.6.8-5.el7_9.16.noarch\n--> Processing Dependency: python-pyasn1-modules for package: python2-ipalib-4.6.8-5.el7_9.16.noarch\n--> Processing Dependency: python-libipa_hbac for package: python2-ipalib-4.6.8-5.el7_9.16.noarch\n---> Package sssd-ad.x86_64 0:1.16.5-10.el7_9.16 will be installed\n--> Processing Dependency: sssd-krb5-common = 1.16.5-10.el7_9.16 for package: sssd-ad-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: sssd-common-pac = 1.16.5-10.el7_9.16 for package: sssd-ad-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsmbclient.so.0(SMBCLIENT_0.1.0)(64bit) for package: sssd-ad-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsmbclient.so.0()(64bit) for package: sssd-ad-1.16.5-10.el7_9.16.x86_64\n---> Package sssd-client.x86_64 0:1.16.5-10.el7_9.16 will be installed\n---> Package sssd-ipa.x86_64 0:1.16.5-10.el7_9.16 will be installed\n--> Processing Dependency: libipa_hbac(x86-64) = 1.16.5-10.el7_9.16 for package: sssd-ipa-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libipa_hbac.so.0(IPA_HBAC_0.1.0)(64bit) for package: sssd-ipa-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libipa_hbac.so.0(IPA_HBAC_0.0.1)(64bit) for package: sssd-ipa-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libipa_hbac.so.0()(64bit) for package: sssd-ipa-1.16.5-10.el7_9.16.x86_64\n---> Package sssd-krb5.x86_64 0:1.16.5-10.el7_9.16 will be installed\n---> Package sssd-ldap.x86_64 0:1.16.5-10.el7_9.16 will be installed\n---> Package sssd-proxy.x86_64 0:1.16.5-10.el7_9.16 will be installed\n---> Package tomcat.noarch 0:7.0.76-16.el7_9 will be installed\n--> Processing Dependency: tomcat-lib = 7.0.76-16.el7_9 for package: tomcat-7.0.76-16.el7_9.noarch\n--> Processing Dependency: java >= 1:1.6.0 for package: tomcat-7.0.76-16.el7_9.noarch\n--> Processing Dependency: apache-commons-pool for package: tomcat-7.0.76-16.el7_9.noarch\n--> Processing Dependency: apache-commons-dbcp for package: tomcat-7.0.76-16.el7_9.noarch\n--> Processing Dependency: apache-commons-daemon for package: tomcat-7.0.76-16.el7_9.noarch\n--> Processing Dependency: apache-commons-collections for package: tomcat-7.0.76-16.el7_9.noarch\n---> Package tomcatjss.noarch 0:7.2.5-1.el7 will be installed\n---> Package trousers.x86_64 0:0.3.14-2.el7 will be installed\n---> Package tzdata-java.noarch 0:2024a-1.el7 will be installed\n---> Package velocity.noarch 0:1.7-10.el7 will be installed\n--> Processing Dependency: servlet3 for package: velocity-1.7-10.el7.noarch\n--> Processing Dependency: log4j for package: velocity-1.7-10.el7.noarch\n--> Processing Dependency: junit for package: velocity-1.7-10.el7.noarch\n--> Processing Dependency: jdom for package: velocity-1.7-10.el7.noarch\n--> Processing Dependency: jaxen for package: velocity-1.7-10.el7.noarch\n--> Processing Dependency: jakarta-oro for package: velocity-1.7-10.el7.noarch\n--> Processing Dependency: hsqldb for package: velocity-1.7-10.el7.noarch\n--> Processing Dependency: bcel for package: velocity-1.7-10.el7.noarch\n--> Running transaction check\n---> Package apache-commons-cli.noarch 0:1.2-13.el7 will be installed\n---> Package apache-commons-codec.noarch 0:1.8-7.el7 will be installed\n---> Package apache-commons-collections.noarch 0:3.2.1-22.el7_2 will be installed\n---> Package apache-commons-daemon.x86_64 0:1.0.13-7.el7 will be installed\n---> Package apache-commons-dbcp.noarch 0:1.4-17.el7 will be installed\n--> Processing Dependency: mvn(org.apache.geronimo.specs:geronimo-jta_1.1_spec) for package: apache-commons-dbcp-1.4-17.el7.noarch\n---> Package apache-commons-io.noarch 1:2.4-12.el7 will be installed\n---> Package apache-commons-lang.noarch 0:2.6-15.el7 will be installed\n---> Package apache-commons-logging.noarch 0:1.1.2-7.el7 will be installed\n--> Processing Dependency: mvn(logkit:logkit) for package: apache-commons-logging-1.1.2-7.el7.noarch\n--> Processing Dependency: mvn(avalon-framework:avalon-framework-api) for package: apache-commons-logging-1.1.2-7.el7.noarch\n---> Package apache-commons-pool.noarch 0:1.6-9.el7 will be installed\n---> Package bcel.noarch 0:5.2-19.el7_9 will be installed\n--> Processing Dependency: mvn(regexp:regexp) for package: bcel-5.2-19.el7_9.noarch\n---> Package bind-license.noarch 32:9.11.4-26.P2.el7_9.15 will be installed\n---> Package geoipupdate.x86_64 0:2.5.0-2.el7 will be installed\n---> Package hsqldb.noarch 1:1.8.1.3-15.el7_9 will be installed\n---> Package jakarta-commons-httpclient.noarch 1:3.1-16.el7_0 will be installed\n---> Package jakarta-oro.noarch 0:2.0.8-16.el7 will be installed\n---> Package java-1.8.0-openjdk.x86_64 1:1.8.0.402.b06-1.el7_9 will be installed\n--> Processing Dependency: xorg-x11-fonts-Type1 for package: 1:java-1.8.0-openjdk-1.8.0.402.b06-1.el7_9.x86_64\n--> Processing Dependency: libXcomposite(x86-64) for package: 1:java-1.8.0-openjdk-1.8.0.402.b06-1.el7_9.x86_64\n--> Processing Dependency: gtk2(x86-64) for package: 1:java-1.8.0-openjdk-1.8.0.402.b06-1.el7_9.x86_64\n--> Processing Dependency: fontconfig(x86-64) for package: 1:java-1.8.0-openjdk-1.8.0.402.b06-1.el7_9.x86_64\n--> Processing Dependency: libgif.so.4()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.402.b06-1.el7_9.x86_64\n--> Processing Dependency: libXtst.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.402.b06-1.el7_9.x86_64\n--> Processing Dependency: libXrender.so.1()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.402.b06-1.el7_9.x86_64\n--> Processing Dependency: libXi.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.402.b06-1.el7_9.x86_64\n--> Processing Dependency: libXext.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.402.b06-1.el7_9.x86_64\n--> Processing Dependency: libX11.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.402.b06-1.el7_9.x86_64\n---> Package javassist.noarch 0:3.16.1-10.el7 will be installed\n---> Package jaxen.noarch 0:1.1.3-11.el7 will be installed\n--> Processing Dependency: dom4j >= 1.6.1 for package: jaxen-1.1.3-11.el7.noarch\n--> Processing Dependency: xerces-j2 for package: jaxen-1.1.3-11.el7.noarch\n---> Package jdom.noarch 0:1.1.3-6.el7 will be installed\n---> Package jss.x86_64 0:4.4.9-3.el7 will be installed\n---> Package junit.noarch 0:4.11-8.el7 will be installed\n--> Processing Dependency: osgi(org.hamcrest.core) for package: junit-4.11-8.el7.noarch\n--> Processing Dependency: hamcrest for package: junit-4.11-8.el7.noarch\n---> Package ldapjdk.noarch 0:4.19-5.el7 will be installed\n---> Package libipa_hbac.x86_64 0:1.16.5-10.el7_9.16 will be installed\n---> Package libsmbclient.x86_64 0:4.10.16-25.el7_9 will be installed\n---> Package log4j.noarch 0:1.2.17-18.el7_4 will be installed\n--> Processing Dependency: mvn(org.apache.geronimo.specs:geronimo-jms_1.1_spec) for package: log4j-1.2.17-18.el7_4.noarch\n--> Processing Dependency: mvn(javax.mail:mail) for package: log4j-1.2.17-18.el7_4.noarch\n---> Package nuxwdog.x86_64 0:1.0.5-1.el7 will be installed\n---> Package python-cffi.x86_64 0:1.6.0-5.el7 will be installed\n--> Processing Dependency: python-pycparser for package: python-cffi-1.6.0-5.el7.x86_64\n---> Package python-idna.noarch 0:2.4-1.el7 will be installed\n---> Package python-javapackages.noarch 0:3.4.1-11.el7 will be installed\n---> Package python-libipa_hbac.x86_64 0:1.16.5-10.el7_9.16 will be installed\n---> Package python-netaddr.noarch 0:0.7.5-9.el7 will be installed\n---> Package python-netifaces.x86_64 0:0.10.4-3.el7 will be installed\n---> Package python-qrcode-core.noarch 0:5.0.1-1.el7 will be installed\n---> Package python-sss-murmur.x86_64 0:1.16.5-10.el7_9.16 will be installed\n---> Package python-yubico.noarch 0:1.2.3-1.el7 will be installed\n---> Package python2-pyasn1-modules.noarch 0:0.1.9-7.el7 will be installed\n---> Package pyusb.noarch 0:1.0.0-0.11.b1.el7 will be installed\n---> Package resteasy-base-atom-provider.noarch 0:3.0.6-4.el7 will be installed\n--> Processing Dependency: mvn(com.sun.xml.bind:jaxb-impl) for package: resteasy-base-atom-provider-3.0.6-4.el7.noarch\n---> Package resteasy-base-client.noarch 0:3.0.6-4.el7 will be installed\n---> Package resteasy-base-jackson-provider.noarch 0:3.0.6-4.el7 will be installed\n--> Processing Dependency: mvn(org.codehaus.jackson:jackson-xc) for package: resteasy-base-jackson-provider-3.0.6-4.el7.noarch\n--> Processing Dependency: mvn(org.codehaus.jackson:jackson-mapper-asl) for package: resteasy-base-jackson-provider-3.0.6-4.el7.noarch\n--> Processing Dependency: mvn(org.codehaus.jackson:jackson-jaxrs) for package: resteasy-base-jackson-provider-3.0.6-4.el7.noarch\n--> Processing Dependency: mvn(org.codehaus.jackson:jackson-core-asl) for package: resteasy-base-jackson-provider-3.0.6-4.el7.noarch\n---> Package resteasy-base-jaxb-provider.noarch 0:3.0.6-4.el7 will be installed\n---> Package resteasy-base-jaxrs.noarch 0:3.0.6-4.el7 will be installed\n--> Processing Dependency: mvn(org.scannotation:scannotation) for package: resteasy-base-jaxrs-3.0.6-4.el7.noarch\n--> Processing Dependency: mvn(org.jboss.spec.javax.annotation:jboss-annotations-api_1.1_spec) for package: resteasy-base-jaxrs-3.0.6-4.el7.noarch\n--> Processing Dependency: mvn(org.apache.httpcomponents:httpclient) for package: resteasy-base-jaxrs-3.0.6-4.el7.noarch\n---> Package resteasy-base-jaxrs-api.noarch 0:3.0.6-4.el7 will be installed\n---> Package slf4j.noarch 0:1.7.4-4.el7_4 will be installed\n--> Processing Dependency: mvn(ch.qos.cal10n:cal10n-api) for package: slf4j-1.7.4-4.el7_4.noarch\n---> Package sssd-common-pac.x86_64 0:1.16.5-10.el7_9.16 will be installed\n---> Package sssd-krb5-common.x86_64 0:1.16.5-10.el7_9.16 will be installed\n---> Package tomcat-lib.noarch 0:7.0.76-16.el7_9 will be installed\n--> Processing Dependency: tomcat-jsp-2.2-api = 7.0.76-16.el7_9 for package: tomcat-lib-7.0.76-16.el7_9.noarch\n--> Processing Dependency: tomcat-el-2.2-api = 7.0.76-16.el7_9 for package: tomcat-lib-7.0.76-16.el7_9.noarch\n--> Processing Dependency: ecj >= 1:4.2.1 for package: tomcat-lib-7.0.76-16.el7_9.noarch\n---> Package tomcat-servlet-3.0-api.noarch 0:7.0.76-16.el7_9 will be installed\n---> Package xalan-j2.noarch 0:2.7.1-23.el7 will be installed\n---> Package xml-commons-apis.noarch 0:1.4.01-16.el7 will be installed\n---> Package xml-commons-resolver.noarch 0:1.2-15.el7 will be installed\n--> Running transaction check\n---> Package avalon-framework.noarch 0:4.3-10.el7 will be installed\n---> Package avalon-logkit.noarch 0:2.1-14.el7 will be installed\n---> Package cal10n.noarch 0:0.7.7-4.el7 will be installed\n---> Package dom4j.noarch 0:1.6.1-20.el7 will be installed\n--> Processing Dependency: xpp3 for package: dom4j-1.6.1-20.el7.noarch\n--> Processing Dependency: ws-jaxme for package: dom4j-1.6.1-20.el7.noarch\n--> Processing Dependency: relaxngDatatype for package: dom4j-1.6.1-20.el7.noarch\n--> Processing Dependency: msv-xsdlib for package: dom4j-1.6.1-20.el7.noarch\n--> Processing Dependency: msv-msv for package: dom4j-1.6.1-20.el7.noarch\n--> Processing Dependency: isorelax for package: dom4j-1.6.1-20.el7.noarch\n--> Processing Dependency: bea-stax-api for package: dom4j-1.6.1-20.el7.noarch\n--> Processing Dependency: bea-stax for package: dom4j-1.6.1-20.el7.noarch\n---> Package ecj.x86_64 1:4.5.2-3.el7 will be installed\n---> Package fontconfig.x86_64 0:2.13.0-4.3.el7 will be installed\n--> Processing Dependency: dejavu-sans-fonts for package: fontconfig-2.13.0-4.3.el7.x86_64\n---> Package geronimo-jms.noarch 0:1.1.1-19.el7 will be installed\n---> Package geronimo-jta.noarch 0:1.1.1-17.el7 will be installed\n---> Package giflib.x86_64 0:4.1.6-9.el7 will be installed\n--> Processing Dependency: libSM.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64\n--> Processing Dependency: libICE.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64\n---> Package glassfish-jaxb.noarch 0:2.2.5-6.el7 will be installed\n--> Processing Dependency: xsom for package: glassfish-jaxb-2.2.5-6.el7.noarch\n--> Processing Dependency: txw2 for package: glassfish-jaxb-2.2.5-6.el7.noarch\n--> Processing Dependency: stax-ex for package: glassfish-jaxb-2.2.5-6.el7.noarch\n--> Processing Dependency: rngom for package: glassfish-jaxb-2.2.5-6.el7.noarch\n--> Processing Dependency: jing for package: glassfish-jaxb-2.2.5-6.el7.noarch\n--> Processing Dependency: istack-commons for package: glassfish-jaxb-2.2.5-6.el7.noarch\n--> Processing Dependency: glassfish-jaxb-api for package: glassfish-jaxb-2.2.5-6.el7.noarch\n--> Processing Dependency: glassfish-fastinfoset for package: glassfish-jaxb-2.2.5-6.el7.noarch\n--> Processing Dependency: glassfish-dtd-parser for package: glassfish-jaxb-2.2.5-6.el7.noarch\n--> Processing Dependency: codemodel for package: glassfish-jaxb-2.2.5-6.el7.noarch\n---> Package gtk2.x86_64 0:2.24.31-1.el7 will be installed\n--> Processing Dependency: pango >= 1.20.0-1 for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libtiff >= 3.6.1 for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libXrandr >= 1.2.99.4-2 for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: atk >= 1.29.4-2 for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: hicolor-icon-theme for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: gtk-update-icon-cache for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libpangoft2-1.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libpangocairo-1.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libpango-1.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libgdk_pixbuf-2.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libcairo.so.2()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libatk-1.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libXrandr.so.2()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libXinerama.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libXfixes.so.3()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libXdamage.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libXcursor.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n---> Package hamcrest.noarch 0:1.3-6.el7 will be installed\n--> Processing Dependency: qdox for package: hamcrest-1.3-6.el7.noarch\n--> Processing Dependency: easymock2 for package: hamcrest-1.3-6.el7.noarch\n---> Package httpcomponents-client.noarch 0:4.2.5-5.el7_0 will be installed\n--> Processing Dependency: mvn(org.apache.httpcomponents:httpcore) for package: httpcomponents-client-4.2.5-5.el7_0.noarch\n---> Package jackson.noarch 0:1.9.4-7.el7 will be installed\n--> Processing Dependency: stax2-api >= 3.1.1 for package: jackson-1.9.4-7.el7.noarch\n--> Processing Dependency: objectweb-asm >= 3.3 for package: jackson-1.9.4-7.el7.noarch\n--> Processing Dependency: jsr-311 >= 1.1.1 for package: jackson-1.9.4-7.el7.noarch\n--> Processing Dependency: joda-time >= 1.6.2 for package: jackson-1.9.4-7.el7.noarch\n---> Package javamail.noarch 0:1.4.6-8.el7 will be installed\n---> Package jboss-annotations-1.1-api.noarch 0:1.0.1-0.6.20120212git76e1a2.el7 will be installed\n---> Package libX11.x86_64 0:1.6.7-4.el7_9 will be installed\n--> Processing Dependency: libX11-common >= 1.6.7-4.el7_9 for package: libX11-1.6.7-4.el7_9.x86_64\n--> Processing Dependency: libxcb.so.1()(64bit) for package: libX11-1.6.7-4.el7_9.x86_64\n---> Package libXcomposite.x86_64 0:0.4.4-4.1.el7 will be installed\n---> Package libXext.x86_64 0:1.3.3-3.el7 will be installed\n---> Package libXi.x86_64 0:1.7.9-1.el7 will be installed\n---> Package libXrender.x86_64 0:0.9.10-1.el7 will be installed\n---> Package libXtst.x86_64 0:1.2.3-1.el7 will be installed\n---> Package python-pycparser.noarch 0:2.14-1.el7 will be installed\n--> Processing Dependency: python-ply for package: python-pycparser-2.14-1.el7.noarch\n---> Package regexp.noarch 0:1.5-13.el7 will be installed\n---> Package scannotation.noarch 0:1.0.3-0.7.r12.el7 will be installed\n---> Package tomcat-el-2.2-api.noarch 0:7.0.76-16.el7_9 will be installed\n---> Package tomcat-jsp-2.2-api.noarch 0:7.0.76-16.el7_9 will be installed\n---> Package xerces-j2.noarch 0:2.11.0-17.el7_0 will be installed\n---> Package xorg-x11-fonts-Type1.noarch 0:7.5-9.el7 will be installed\n--> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch\n--> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch\n--> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch\n--> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch\n--> Running transaction check\n---> Package atk.x86_64 0:2.28.1-2.el7 will be installed\n---> Package bea-stax.noarch 0:1.2.0-9.el7 will be installed\n---> Package bea-stax-api.noarch 0:1.2.0-9.el7 will be installed\n---> Package cairo.x86_64 0:1.15.12-4.el7 will be installed\n--> Processing Dependency: libpixman-1.so.0()(64bit) for package: cairo-1.15.12-4.el7.x86_64\n--> Processing Dependency: libGL.so.1()(64bit) for package: cairo-1.15.12-4.el7.x86_64\n--> Processing Dependency: libEGL.so.1()(64bit) for package: cairo-1.15.12-4.el7.x86_64\n---> Package codemodel.noarch 0:2.6-9.el7 will be installed\n--> Processing Dependency: jvnet-parent for package: codemodel-2.6-9.el7.noarch\n---> Package dejavu-sans-fonts.noarch 0:2.33-6.el7 will be installed\n--> Processing Dependency: dejavu-fonts-common = 2.33-6.el7 for package: dejavu-sans-fonts-2.33-6.el7.noarch\n---> Package easymock2.noarch 0:2.5.2-12.el7 will be installed\n---> Package gdk-pixbuf2.x86_64 0:2.36.12-3.el7 will be installed\n--> Processing Dependency: libjasper.so.1()(64bit) for package: gdk-pixbuf2-2.36.12-3.el7.x86_64\n---> Package glassfish-dtd-parser.noarch 0:1.2-0.8.20120120svn.el7 will be installed\n---> Package glassfish-fastinfoset.noarch 0:1.2.12-9.el7 will be installed\n---> Package glassfish-jaxb-api.noarch 0:2.2.7-4.el7 will be installed\n---> Package gtk-update-icon-cache.x86_64 0:3.22.30-8.el7_9 will be installed\n---> Package hicolor-icon-theme.noarch 0:0.12-7.el7 will be installed\n---> Package httpcomponents-core.noarch 0:4.2.4-6.el7 will be installed\n---> Package isorelax.noarch 1:0-0.15.release20050331.el7 will be installed\n---> Package istack-commons.noarch 0:2.17-4.el7 will be installed\n---> Package jing.noarch 0:20091111-14.el7 will be installed\n---> Package joda-time.noarch 0:2.2-3.tzdata2013c.el7 will be installed\n--> Processing Dependency: mvn(org.joda:joda-convert) for package: joda-time-2.2-3.tzdata2013c.el7.noarch\n---> Package jsr-311.noarch 0:1.1.1-6.el7 will be installed\n---> Package libICE.x86_64 0:1.0.9-9.el7 will be installed\n---> Package libSM.x86_64 0:1.2.2-2.el7 will be installed\n---> Package libX11-common.noarch 0:1.6.7-4.el7_9 will be installed\n---> Package libXcursor.x86_64 0:1.1.15-1.el7 will be installed\n---> Package libXdamage.x86_64 0:1.1.4-4.1.el7 will be installed\n---> Package libXfixes.x86_64 0:5.0.3-1.el7 will be installed\n---> Package libXinerama.x86_64 0:1.1.3-2.1.el7 will be installed\n---> Package libXrandr.x86_64 0:1.5.1-2.el7 will be installed\n---> Package libtiff.x86_64 0:4.0.3-35.el7 will be installed\n--> Processing Dependency: libjbig.so.2.0()(64bit) for package: libtiff-4.0.3-35.el7.x86_64\n---> Package libxcb.x86_64 0:1.13-1.el7 will be installed\n--> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.13-1.el7.x86_64\n---> Package msv-msv.noarch 1:2013.5.1-7.el7 will be installed\n---> Package msv-xsdlib.noarch 1:2013.5.1-7.el7 will be installed\n---> Package objectweb-asm.noarch 0:3.3.1-9.el7 will be installed\n---> Package pango.x86_64 0:1.42.4-4.el7_7 will be installed\n--> Processing Dependency: libthai(x86-64) >= 0.1.9 for package: pango-1.42.4-4.el7_7.x86_64\n--> Processing Dependency: libXft(x86-64) >= 2.0.0 for package: pango-1.42.4-4.el7_7.x86_64\n--> Processing Dependency: harfbuzz(x86-64) >= 1.4.2 for package: pango-1.42.4-4.el7_7.x86_64\n--> Processing Dependency: fribidi(x86-64) >= 1.0 for package: pango-1.42.4-4.el7_7.x86_64\n--> Processing Dependency: libthai.so.0(LIBTHAI_0.1)(64bit) for package: pango-1.42.4-4.el7_7.x86_64\n--> Processing Dependency: libthai.so.0()(64bit) for package: pango-1.42.4-4.el7_7.x86_64\n--> Processing Dependency: libharfbuzz.so.0()(64bit) for package: pango-1.42.4-4.el7_7.x86_64\n--> Processing Dependency: libfribidi.so.0()(64bit) for package: pango-1.42.4-4.el7_7.x86_64\n--> Processing Dependency: libXft.so.2()(64bit) for package: pango-1.42.4-4.el7_7.x86_64\n---> Package python-ply.noarch 0:3.4-11.el7 will be installed\n---> Package qdox.noarch 0:1.12.1-10.el7 will be installed\n---> Package relaxngDatatype.noarch 0:1.0-11.el7 will be installed\n---> Package rngom.noarch 0:201103-0.8.20120119svn.el7 will be installed\n---> Package stax-ex.noarch 0:1.7.1-6.el7 will be installed\n---> Package stax2-api.noarch 0:3.1.1-10.el7 will be installed\n---> Package ttmkfdir.x86_64 0:3.0.9-42.el7 will be installed\n---> Package txw2.noarch 0:20110809-8.el7 will be installed\n--> Processing Dependency: args4j for package: txw2-20110809-8.el7.noarch\n---> Package ws-jaxme.noarch 0:0.5.2-10.el7 will be installed\n--> Processing Dependency: antlr for package: ws-jaxme-0.5.2-10.el7.noarch\n---> Package xorg-x11-font-utils.x86_64 1:7.5-21.el7 will be installed\n--> Processing Dependency: libfontenc.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-21.el7.x86_64\n---> Package xpp3.noarch 0:1.1.3.8-11.el7 will be installed\n---> Package xsom.noarch 0:0-10.20110809svn.el7 will be installed\n--> Running transaction check\n---> Package antlr-tool.noarch 0:2.7.7-30.el7 will be installed\n---> Package args4j.noarch 0:2.0.16-13.el7 will be installed\n---> Package dejavu-fonts-common.noarch 0:2.33-6.el7 will be installed\n---> Package fribidi.x86_64 0:1.0.2-1.el7_7.1 will be installed\n---> Package harfbuzz.x86_64 0:1.7.5-2.el7 will be installed\n--> Processing Dependency: libgraphite2.so.3()(64bit) for package: harfbuzz-1.7.5-2.el7.x86_64\n---> Package jasper-libs.x86_64 0:1.900.1-33.el7 will be installed\n---> Package jbigkit-libs.x86_64 0:2.0-11.el7 will be installed\n---> Package joda-convert.noarch 0:1.3-5.el7 will be installed\n---> Package jvnet-parent.noarch 0:4-2.el7 will be installed\n---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed\n---> Package libXft.x86_64 0:2.3.2-2.el7 will be installed\n---> Package libfontenc.x86_64 0:1.1.3-3.el7 will be installed\n---> Package libglvnd-egl.x86_64 1:1.0.1-0.8.git5baa1e5.el7 will be installed\n--> Processing Dependency: libglvnd(x86-64) = 1:1.0.1-0.8.git5baa1e5.el7 for package: 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64\n--> Processing Dependency: mesa-libEGL(x86-64) >= 13.0.4-1 for package: 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64\n--> Processing Dependency: libGLdispatch.so.0()(64bit) for package: 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64\n---> Package libglvnd-glx.x86_64 1:1.0.1-0.8.git5baa1e5.el7 will be installed\n--> Processing Dependency: mesa-libGL(x86-64) >= 13.0.4-1 for package: 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64\n---> Package libthai.x86_64 0:0.1.14-9.el7 will be installed\n---> Package pixman.x86_64 0:0.34.0-1.el7 will be installed\n--> Running transaction check\n---> Package graphite2.x86_64 0:1.3.10-1.el7_3 will be installed\n---> Package libglvnd.x86_64 1:1.0.1-0.8.git5baa1e5.el7 will be installed\n---> Package mesa-libEGL.x86_64 0:18.3.4-12.el7_9 will be installed\n--> Processing Dependency: mesa-libgbm = 18.3.4-12.el7_9 for package: mesa-libEGL-18.3.4-12.el7_9.x86_64\n--> Processing Dependency: libxshmfence.so.1()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64\n--> Processing Dependency: libwayland-server.so.0()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64\n--> Processing Dependency: libwayland-client.so.0()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64\n--> Processing Dependency: libglapi.so.0()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64\n--> Processing Dependency: libgbm.so.1()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64\n---> Package mesa-libGL.x86_64 0:18.3.4-12.el7_9 will be installed\n--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: mesa-libGL-18.3.4-12.el7_9.x86_64\n--> Running transaction check\n---> Package libXxf86vm.x86_64 0:1.1.4-1.el7 will be installed\n---> Package libwayland-client.x86_64 0:1.15.0-1.el7 will be installed\n---> Package libwayland-server.x86_64 0:1.15.0-1.el7 will be installed\n---> Package libxshmfence.x86_64 0:1.2-1.el7 will be installed\n---> Package mesa-libgbm.x86_64 0:18.3.4-12.el7_9 will be installed\n---> Package mesa-libglapi.x86_64 0:18.3.4-12.el7_9 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n ipa-server x86_64 4.6.8-5.el7_9.16 rhel-Server 535 k\nInstalling for dependencies:\n 389-ds-base x86_64 1.3.11.1-4.el7_9 rhel-Server 2.4 M\n 389-ds-base-libs x86_64 1.3.11.1-4.el7_9 rhel-Server 718 k\n GeoIP x86_64 1.5.0-14.el7 rhel-Server 1.5 M\n antlr-tool noarch 2.7.7-30.el7 rhel-Server 357 k\n apache-commons-cli noarch 1.2-13.el7 rhel-Server 51 k\n apache-commons-codec noarch 1.8-7.el7 rhel-Server 223 k\n apache-commons-collections noarch 3.2.1-22.el7_2 rhel-Server 509 k\n apache-commons-daemon x86_64 1.0.13-7.el7 rhel-Server 54 k\n apache-commons-dbcp noarch 1.4-17.el7 rhel-Server 167 k\n apache-commons-io noarch 1:2.4-12.el7 rhel-Server 189 k\n apache-commons-lang noarch 2.6-15.el7 rhel-Server 276 k\n apache-commons-logging noarch 1.1.2-7.el7 rhel-Server 78 k\n apache-commons-pool noarch 1.6-9.el7 rhel-Server 113 k\n apr x86_64 1.4.8-7.el7 rhel-Server 104 k\n apr-util x86_64 1.5.2-6.el7_9.1 rhel-Server 92 k\n apr-util-openssl x86_64 1.5.2-6.el7_9.1 rhel-Server 20 k\n args4j noarch 2.0.16-13.el7 rhel-Server 70 k\n atk x86_64 2.28.1-2.el7 rhel-Server 263 k\n augeas-libs x86_64 1.4.0-10.el7 rhel-Server 357 k\n autofs x86_64 1:5.0.7-116.el7_9.1 rhel-Server 834 k\n autogen-libopts x86_64 5.18-5.el7 rhel-Server 66 k\n avahi-libs x86_64 0.6.31-20.el7 rhel-Server 62 k\n avalon-framework noarch 4.3-10.el7 rhel-Server 87 k\n avalon-logkit noarch 2.1-14.el7 rhel-Server 87 k\n bcel noarch 5.2-19.el7_9 rhel-Server 470 k\n bea-stax noarch 1.2.0-9.el7 rhel-Server 176 k\n bea-stax-api noarch 1.2.0-9.el7 rhel-Server 31 k\n bind-libs x86_64 32:9.11.4-26.P2.el7_9.15 rhel-Server 158 k\n bind-libs-lite x86_64 32:9.11.4-26.P2.el7_9.15 rhel-Server 1.1 M\n bind-license noarch 32:9.11.4-26.P2.el7_9.15 rhel-Server 92 k\n bind-utils x86_64 32:9.11.4-26.P2.el7_9.15 rhel-Server 262 k\n c-ares x86_64 1.10.0-3.el7_9.1 rhel-Server 78 k\n cairo x86_64 1.15.12-4.el7 rhel-Server 741 k\n cal10n noarch 0.7.7-4.el7 rhel-Server 36 k\n certmonger x86_64 0.78.4-17.el7_9 rhel-Server 608 k\n codemodel noarch 2.6-9.el7 rhel-Server 164 k\n copy-jdk-configs noarch 3.3-11.el7_9 rhel-Server 22 k\n cups-libs x86_64 1:1.6.3-52.el7_9 rhel-Server 359 k\n custodia noarch 0.3.1-4.el7 rhel-Server 24 k\n cyrus-sasl-gssapi x86_64 2.1.26-24.el7_9 rhel-Server 41 k\n cyrus-sasl-md5 x86_64 2.1.26-24.el7_9 rhel-Server 57 k\n cyrus-sasl-plain x86_64 2.1.26-24.el7_9 rhel-Server 39 k\n dejavu-fonts-common noarch 2.33-6.el7 rhel-Server 64 k\n dejavu-sans-fonts noarch 2.33-6.el7 rhel-Server 1.4 M\n dom4j noarch 1.6.1-20.el7 rhel-Server 277 k\n easymock2 noarch 2.5.2-12.el7 rhel-Server 92 k\n ecj x86_64 1:4.5.2-3.el7 rhel-Server 1.9 M\n fontawesome-fonts noarch 4.1.0-2.el7 rhel-Server 137 k\n fontconfig x86_64 2.13.0-4.3.el7 rhel-Server 254 k\n fontpackages-filesystem noarch 1.44-8.el7 rhel-Server 9.9 k\n fribidi x86_64 1.0.2-1.el7_7.1 rhel-Server 80 k\n gdk-pixbuf2 x86_64 2.36.12-3.el7 rhel-Server 570 k\n geoipupdate x86_64 2.5.0-2.el7 rhel-Server 35 k\n geronimo-jms noarch 1.1.1-19.el7 rhel-Server 31 k\n geronimo-jta noarch 1.1.1-17.el7 rhel-Server 20 k\n giflib x86_64 4.1.6-9.el7 rhel-Server 40 k\n glassfish-dtd-parser noarch 1.2-0.8.20120120svn.el7 rhel-Server 70 k\n glassfish-fastinfoset noarch 1.2.12-9.el7 rhel-Server 272 k\n glassfish-jaxb noarch 2.2.5-6.el7 rhel-Server 1.8 M\n glassfish-jaxb-api noarch 2.2.7-4.el7 rhel-Server 92 k\n gnutls x86_64 3.3.29-9.el7_6 rhel-Server 681 k\n gperftools-libs x86_64 2.6.1-1.el7 rhel-Server 272 k\n graphite2 x86_64 1.3.10-1.el7_3 rhel-Server 115 k\n gtk-update-icon-cache x86_64 3.22.30-8.el7_9 rhel-Server 27 k\n gtk2 x86_64 2.24.31-1.el7 rhel-Server 3.4 M\n hamcrest noarch 1.3-6.el7 rhel-Server 125 k\n harfbuzz x86_64 1.7.5-2.el7 rhel-Server 267 k\n hesiod x86_64 3.2.1-3.el7 rhel-Server 30 k\n hicolor-icon-theme noarch 0.12-7.el7 rhel-Server 43 k\n hsqldb noarch 1:1.8.1.3-15.el7_9 rhel-Server 950 k\n http-parser x86_64 2.7.1-9.el7 rhel-Server 29 k\n httpcomponents-client noarch 4.2.5-5.el7_0 rhel-Server 425 k\n httpcomponents-core noarch 4.2.4-6.el7 rhel-Server 466 k\n httpd x86_64 2.4.6-99.el7_9.1 rhel-Server 1.2 M\n httpd-tools x86_64 2.4.6-99.el7_9.1 rhel-Server 94 k\n ipa-client x86_64 4.6.8-5.el7_9.16 rhel-Server 292 k\n ipa-client-common noarch 4.6.8-5.el7_9.16 rhel-Server 198 k\n ipa-common noarch 4.6.8-5.el7_9.16 rhel-Server 624 k\n ipa-server-common noarch 4.6.8-5.el7_9.16 rhel-Server 705 k\n isorelax noarch 1:0-0.15.release20050331.el7\n rhel-Server 75 k\n istack-commons noarch 2.17-4.el7 rhel-Server 100 k\n jackson noarch 1.9.4-7.el7 rhel-Server 1.0 M\n jakarta-commons-httpclient noarch 1:3.1-16.el7_0 rhel-Server 241 k\n jakarta-oro noarch 2.0.8-16.el7 rhel-Server 78 k\n jasper-libs x86_64 1.900.1-33.el7 rhel-Server 150 k\n java-1.8.0-openjdk x86_64 1:1.8.0.402.b06-1.el7_9 rhel-Server 320 k\n java-1.8.0-openjdk-headless\n x86_64 1:1.8.0.402.b06-1.el7_9 rhel-Server 33 M\n javamail noarch 1.4.6-8.el7 rhel-Server 758 k\n javapackages-tools noarch 3.4.1-11.el7 rhel-Server 73 k\n javassist noarch 3.16.1-10.el7 rhel-Server 627 k\n jaxen noarch 1.1.3-11.el7 rhel-Server 204 k\n jbigkit-libs x86_64 2.0-11.el7 rhel-Server 46 k\n jboss-annotations-1.1-api noarch 1.0.1-0.6.20120212git76e1a2.el7\n rhel-Server 20 k\n jdom noarch 1.1.3-6.el7 rhel-Server 174 k\n jing noarch 20091111-14.el7 rhel-Server 611 k\n joda-convert noarch 1.3-5.el7 rhel-Server 46 k\n joda-time noarch 2.2-3.tzdata2013c.el7 rhel-Server 484 k\n jsr-311 noarch 1.1.1-6.el7 rhel-Server 45 k\n jss x86_64 4.4.9-3.el7 rhel-Server 1.1 M\n junit noarch 4.11-8.el7 rhel-Server 261 k\n jvnet-parent noarch 4-2.el7 rhel-Server 10 k\n krb5-pkinit x86_64 1.15.1-55.el7_9 rhel-Server 167 k\n krb5-server x86_64 1.15.1-55.el7_9 rhel-Server 1.0 M\n krb5-workstation x86_64 1.15.1-55.el7_9 rhel-Server 821 k\n ldapjdk noarch 4.19-5.el7 rhel-Server 316 k\n libICE x86_64 1.0.9-9.el7 rhel-Server 66 k\n libSM x86_64 1.2.2-2.el7 rhel-Server 39 k\n libX11 x86_64 1.6.7-4.el7_9 rhel-Server 607 k\n libX11-common noarch 1.6.7-4.el7_9 rhel-Server 164 k\n libXau x86_64 1.0.8-2.1.el7 rhel-Server 29 k\n libXcomposite x86_64 0.4.4-4.1.el7 rhel-Server 22 k\n libXcursor x86_64 1.1.15-1.el7 rhel-Server 30 k\n libXdamage x86_64 1.1.4-4.1.el7 rhel-Server 20 k\n libXext x86_64 1.3.3-3.el7 rhel-Server 39 k\n libXfixes x86_64 5.0.3-1.el7 rhel-Server 18 k\n libXft x86_64 2.3.2-2.el7 rhel-Server 58 k\n libXi x86_64 1.7.9-1.el7 rhel-Server 40 k\n libXinerama x86_64 1.1.3-2.1.el7 rhel-Server 14 k\n libXrandr x86_64 1.5.1-2.el7 rhel-Server 27 k\n libXrender x86_64 0.9.10-1.el7 rhel-Server 26 k\n libXtst x86_64 1.2.3-1.el7 rhel-Server 20 k\n libXxf86vm x86_64 1.1.4-1.el7 rhel-Server 18 k\n libdhash x86_64 0.5.0-32.el7 rhel-Server 29 k\n libfontenc x86_64 1.1.3-3.el7 rhel-Server 31 k\n libglvnd x86_64 1:1.0.1-0.8.git5baa1e5.el7 rhel-Server 90 k\n libglvnd-egl x86_64 1:1.0.1-0.8.git5baa1e5.el7 rhel-Server 44 k\n libglvnd-glx x86_64 1:1.0.1-0.8.git5baa1e5.el7 rhel-Server 125 k\n libicu x86_64 50.2-4.el7_7 rhel-Server 6.9 M\n libipa_hbac x86_64 1.16.5-10.el7_9.16 rhel-Server 159 k\n libjpeg-turbo x86_64 1.2.90-8.el7 rhel-Server 135 k\n libkadm5 x86_64 1.15.1-55.el7_9 rhel-Server 180 k\n libldb x86_64 1.5.4-2.el7_9 rhel-Server 149 k\n libsmbclient x86_64 4.10.16-25.el7_9 rhel-Server 146 k\n libsss_autofs x86_64 1.16.5-10.el7_9.16 rhel-Server 161 k\n libsss_certmap x86_64 1.16.5-10.el7_9.16 rhel-Server 193 k\n libsss_idmap x86_64 1.16.5-10.el7_9.16 rhel-Server 163 k\n libsss_nss_idmap x86_64 1.16.5-10.el7_9.16 rhel-Server 170 k\n libsss_sudo x86_64 1.16.5-10.el7_9.16 rhel-Server 159 k\n libtalloc x86_64 2.1.16-1.el7 rhel-Server 33 k\n libtdb x86_64 1.3.18-1.el7 rhel-Server 49 k\n libtevent x86_64 0.9.39-1.el7 rhel-Server 41 k\n libthai x86_64 0.1.14-9.el7 rhel-Server 187 k\n libtiff x86_64 4.0.3-35.el7 rhel-Server 172 k\n libwayland-client x86_64 1.15.0-1.el7 rhel-Server 33 k\n libwayland-server x86_64 1.15.0-1.el7 rhel-Server 39 k\n libwbclient x86_64 4.10.16-25.el7_9 rhel-Server 117 k\n libxcb x86_64 1.13-1.el7 rhel-Server 214 k\n libxshmfence x86_64 1.2-1.el7 rhel-Server 7.1 k\n lksctp-tools x86_64 1.0.17-2.el7 rhel-Server 88 k\n log4j noarch 1.2.17-18.el7_4 rhel-Server 446 k\n mesa-libEGL x86_64 18.3.4-12.el7_9 rhel-Server 110 k\n mesa-libGL x86_64 18.3.4-12.el7_9 rhel-Server 166 k\n mesa-libgbm x86_64 18.3.4-12.el7_9 rhel-Server 39 k\n mesa-libglapi x86_64 18.3.4-12.el7_9 rhel-Server 46 k\n mod_auth_gssapi x86_64 1.5.1-7.el7 rhel-Server 67 k\n mod_lookup_identity x86_64 1.0.0-1.el7 rhel-Server 24 k\n mod_nss x86_64 1.0.14-12.el7 rhel-Server 113 k\n mod_session x86_64 2.4.6-99.el7_9.1 rhel-Server 65 k\n mod_wsgi x86_64 3.4-18.el7 rhel-Server 77 k\n msv-msv noarch 1:2013.5.1-7.el7 rhel-Server 3.7 M\n msv-xsdlib noarch 1:2013.5.1-7.el7 rhel-Server 1.1 M\n nettle x86_64 2.7.1-9.el7_9 rhel-Server 328 k\n ntp x86_64 4.2.6p5-29.el7_8.2 rhel-Server 549 k\n nuxwdog x86_64 1.0.5-1.el7 rhel-Server 46 k\n nuxwdog-client-java x86_64 1.0.5-1.el7 rhel-Server 12 k\n objectweb-asm noarch 3.3.1-9.el7 rhel-Server 197 k\n oddjob x86_64 0.31.5-4.el7 rhel-Server 69 k\n oddjob-mkhomedir x86_64 0.31.5-4.el7 rhel-Server 38 k\n open-sans-fonts noarch 1.10-1.el7 rhel-Server 475 k\n openldap-clients x86_64 2.4.44-25.el7_9 rhel-Server 191 k\n pango x86_64 1.42.4-4.el7_7 rhel-Server 280 k\n pcsc-lite-libs x86_64 1.8.8-8.el7 rhel-Server 34 k\n perl-Archive-Tar noarch 1.92-3.el7 rhel-Server 73 k\n perl-DB_File x86_64 1.830-6.el7 rhel-Server 74 k\n perl-Mozilla-LDAP x86_64 1.5.3-12.el7 rhel-Server 147 k\n perl-NetAddr-IP x86_64 4.069-3.el7 rhel-Server 125 k\n perl-Package-Constants noarch 1:0.02-299.el7_9 rhel-Server 46 k\n pixman x86_64 0.34.0-1.el7 rhel-Server 248 k\n pki-base noarch 10.5.18-27.el7_9 rhel-Server 442 k\n pki-base-java noarch 10.5.18-27.el7_9 rhel-Server 1.2 M\n pki-ca noarch 10.5.18-27.el7_9 rhel-Server 498 k\n pki-kra noarch 10.5.18-27.el7_9 rhel-Server 320 k\n pki-server noarch 10.5.18-27.el7_9 rhel-Server 3.0 M\n pki-tools x86_64 10.5.18-27.el7_9 rhel-Server 780 k\n python-augeas noarch 0.5.0-2.el7 rhel-Server 25 k\n python-cffi x86_64 1.6.0-5.el7 rhel-Server 218 k\n python-custodia noarch 0.3.1-4.el7 rhel-Server 115 k\n python-dns noarch 1.12.0-4.20150617git465785f.el7\n rhel-Server 234 k\n python-enum34 noarch 1.0.4-1.el7 rhel-Server 52 k\n python-gssapi x86_64 1.2.0-3.el7 rhel-Server 322 k\n python-idna noarch 2.4-1.el7 rhel-Server 94 k\n python-javapackages noarch 3.4.1-11.el7 rhel-Server 31 k\n python-jwcrypto noarch 0.4.2-1.el7 rhel-Server 57 k\n python-kdcproxy noarch 0.3.2-3.el7 rhel-Server 28 k\n python-ldap x86_64 2.4.15-2.el7 rhel-Server 159 k\n python-libipa_hbac x86_64 1.16.5-10.el7_9.16 rhel-Server 152 k\n python-netaddr noarch 0.7.5-9.el7 rhel-Server 983 k\n python-netifaces x86_64 0.10.4-3.el7 rhel-Server 18 k\n python-nss x86_64 0.16.0-3.el7 rhel-Server 266 k\n python-ply noarch 3.4-11.el7 rhel-Server 123 k\n python-pycparser noarch 2.14-1.el7 rhel-Server 105 k\n python-qrcode-core noarch 5.0.1-1.el7 rhel-Server 40 k\n python-sss-murmur x86_64 1.16.5-10.el7_9.16 rhel-Server 142 k\n python-sssdconfig noarch 1.16.5-10.el7_9.16 rhel-Server 182 k\n python-yubico noarch 1.2.3-1.el7 rhel-Server 47 k\n python2-cryptography x86_64 1.7.2-2.el7 rhel-Server 503 k\n python2-ipaclient noarch 4.6.8-5.el7_9.16 rhel-Server 707 k\n python2-ipalib noarch 4.6.8-5.el7_9.16 rhel-Server 689 k\n python2-ipaserver noarch 4.6.8-5.el7_9.16 rhel-Server 1.5 M\n python2-pyasn1 noarch 0.1.9-7.el7 rhel-Server 100 k\n python2-pyasn1-modules noarch 0.1.9-7.el7 rhel-Server 59 k\n pyusb noarch 1.0.0-0.11.b1.el7 rhel-Server 66 k\n qdox noarch 1.12.1-10.el7 rhel-Server 170 k\n regexp noarch 1.5-13.el7 rhel-Server 47 k\n relaxngDatatype noarch 1.0-11.el7 rhel-Server 16 k\n resteasy-base-atom-provider\n noarch 3.0.6-4.el7 rhel-Server 41 k\n resteasy-base-client noarch 3.0.6-4.el7 rhel-Server 125 k\n resteasy-base-jackson-provider\n noarch 3.0.6-4.el7 rhel-Server 13 k\n resteasy-base-jaxb-provider\n noarch 3.0.6-4.el7 rhel-Server 65 k\n resteasy-base-jaxrs noarch 3.0.6-4.el7 rhel-Server 728 k\n resteasy-base-jaxrs-api noarch 3.0.6-4.el7 rhel-Server 96 k\n rngom noarch 201103-0.8.20120119svn.el7 rhel-Server 266 k\n samba-client-libs x86_64 4.10.16-25.el7_9 rhel-Server 5.0 M\n samba-common noarch 4.10.16-25.el7_9 rhel-Server 219 k\n samba-common-libs x86_64 4.10.16-25.el7_9 rhel-Server 183 k\n scannotation noarch 1.0.3-0.7.r12.el7 rhel-Server 23 k\n slapi-nis x86_64 0.60.0-4.el7_9 rhel-Server 152 k\n slf4j noarch 1.7.4-4.el7_4 rhel-Server 170 k\n softhsm x86_64 2.1.0-3.el7 rhel-Server 291 k\n sssd x86_64 1.16.5-10.el7_9.16 rhel-Server 151 k\n sssd-ad x86_64 1.16.5-10.el7_9.16 rhel-Server 306 k\n sssd-client x86_64 1.16.5-10.el7_9.16 rhel-Server 230 k\n sssd-common x86_64 1.16.5-10.el7_9.16 rhel-Server 1.5 M\n sssd-common-pac x86_64 1.16.5-10.el7_9.16 rhel-Server 224 k\n sssd-dbus x86_64 1.16.5-10.el7_9.16 rhel-Server 262 k\n sssd-ipa x86_64 1.16.5-10.el7_9.16 rhel-Server 387 k\n sssd-krb5 x86_64 1.16.5-10.el7_9.16 rhel-Server 193 k\n sssd-krb5-common x86_64 1.16.5-10.el7_9.16 rhel-Server 226 k\n sssd-ldap x86_64 1.16.5-10.el7_9.16 rhel-Server 287 k\n sssd-proxy x86_64 1.16.5-10.el7_9.16 rhel-Server 186 k\n stax-ex noarch 1.7.1-6.el7 rhel-Server 33 k\n stax2-api noarch 3.1.1-10.el7 rhel-Server 165 k\n svrcore x86_64 4.1.3-2.el7 rhel-Server 19 k\n systemd-python x86_64 219-78.el7_9.9 rhel-Server 146 k\n tomcat noarch 7.0.76-16.el7_9 rhel-Server 93 k\n tomcat-el-2.2-api noarch 7.0.76-16.el7_9 rhel-Server 83 k\n tomcat-jsp-2.2-api noarch 7.0.76-16.el7_9 rhel-Server 96 k\n tomcat-lib noarch 7.0.76-16.el7_9 rhel-Server 3.9 M\n tomcat-servlet-3.0-api noarch 7.0.76-16.el7_9 rhel-Server 214 k\n tomcatjss noarch 7.2.5-1.el7 rhel-Server 40 k\n trousers x86_64 0.3.14-2.el7 rhel-Server 289 k\n ttmkfdir x86_64 3.0.9-42.el7 rhel-Server 48 k\n txw2 noarch 20110809-8.el7 rhel-Server 134 k\n tzdata-java noarch 2024a-1.el7 rhel-Server 187 k\n velocity noarch 1.7-10.el7 rhel-Server 414 k\n words noarch 3.0-22.el7 rhel-Server 1.4 M\n ws-jaxme noarch 0.5.2-10.el7 rhel-Server 1.1 M\n xalan-j2 noarch 2.7.1-23.el7 rhel-Server 1.9 M\n xerces-j2 noarch 2.11.0-17.el7_0 rhel-Server 1.1 M\n xml-commons-apis noarch 1.4.01-16.el7 rhel-Server 227 k\n xml-commons-resolver noarch 1.2-15.el7 rhel-Server 108 k\n xmlrpc-c x86_64 1.32.5-1905.svn2451.el7 rhel-Server 130 k\n xmlrpc-c-client x86_64 1.32.5-1905.svn2451.el7 rhel-Server 32 k\n xorg-x11-font-utils x86_64 1:7.5-21.el7 rhel-Server 104 k\n xorg-x11-fonts-Type1 noarch 7.5-9.el7 rhel-Server 521 k\n xpp3 noarch 1.1.3.8-11.el7 rhel-Server 336 k\n xsom noarch 0-10.20110809svn.el7 rhel-Server 380 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+267 Dependent packages)\n\nTotal download size: 129 M\nInstalled size: 350 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 5.6 MB/s | 129 MB 00:23 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libtalloc-2.1.16-1.el7.x86_64 1/268 \n Installing : libtevent-0.9.39-1.el7.x86_64 2/268 \n Installing : libtdb-1.3.18-1.el7.x86_64 3/268 \n Installing : libldb-1.5.4-2.el7_9.x86_64 4/268 \n Installing : libsss_certmap-1.16.5-10.el7_9.16.x86_64 5/268 \n Installing : libdhash-0.5.0-32.el7.x86_64 6/268 \n Installing : python-ldap-2.4.15-2.el7.x86_64 7/268 \n Installing : libsss_idmap-1.16.5-10.el7_9.16.x86_64 8/268 \n Installing : python2-pyasn1-0.1.9-7.el7.noarch 9/268 \n Installing : libjpeg-turbo-1.2.90-8.el7.x86_64 10/268 \n Installing : ipa-common-4.6.8-5.el7_9.16.noarch 11/268 \n Installing : python-dns-1.12.0-4.20150617git465785f.el7.noarch 12/268 \n Installing : fontpackages-filesystem-1.44-8.el7.noarch 13/268 \n Installing : openldap-clients-2.4.44-25.el7_9.x86_64 14/268 \n Installing : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 15/268 \n Installing : samba-common-4.10.16-25.el7_9.noarch 16/268 \n Installing : xmlrpc-c-1.32.5-1905.svn2451.el7.x86_64 17/268 \n Installing : python-enum34-1.0.4-1.el7.noarch 18/268 \n Installing : python-gssapi-1.2.0-3.el7.x86_64 19/268 \n Installing : python-sssdconfig-1.16.5-10.el7_9.16.noarch 20/268 \n Installing : mesa-libglapi-18.3.4-12.el7_9.x86_64 21/268 \n Installing : libsss_nss_idmap-1.16.5-10.el7_9.16.x86_64 22/268 \n Installing : apr-1.4.8-7.el7.x86_64 23/268 \n Installing : apr-util-1.5.2-6.el7_9.1.x86_64 24/268 \n Installing : ipa-client-common-4.6.8-5.el7_9.16.noarch 25/268 \n Installing : xmlrpc-c-client-1.32.5-1905.svn2451.el7.x86_64 26/268 \n Installing : certmonger-0.78.4-17.el7_9.x86_64 27/268 \n Installing : libkadm5-1.15.1-55.el7_9.x86_64 28/268 \n Installing : 1:libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64 29/268 \n Installing : svrcore-4.1.3-2.el7.x86_64 30/268 \n Installing : oddjob-0.31.5-4.el7.x86_64 31/268 \n Installing : libxshmfence-1.2-1.el7.x86_64 32/268 \n Installing : pyusb-1.0.0-0.11.b1.el7.noarch 33/268 \n Installing : 32:bind-license-9.11.4-26.P2.el7_9.15.noarch 34/268 \n Installing : avahi-libs-0.6.31-20.el7.x86_64 35/268 \n Installing : 1:cups-libs-1.6.3-52.el7_9.x86_64 36/268 \n Installing : libsss_autofs-1.16.5-10.el7_9.16.x86_64 37/268 \n Installing : systemd-python-219-78.el7_9.9.x86_64 38/268 \n Installing : libICE-1.0.9-9.el7.x86_64 39/268 \n Installing : gperftools-libs-2.6.1-1.el7.x86_64 40/268 \n Installing : libwayland-server-1.15.0-1.el7.x86_64 41/268 \n Installing : libipa_hbac-1.16.5-10.el7_9.16.x86_64 42/268 \n Installing : python-nss-0.16.0-3.el7.x86_64 43/268 \n Installing : python-libipa_hbac-1.16.5-10.el7_9.16.x86_64 44/268 \n Installing : mesa-libgbm-18.3.4-12.el7_9.x86_64 45/268 \n Installing : 389-ds-base-libs-1.3.11.1-4.el7_9.x86_64 46/268 \n Installing : libSM-1.2.2-2.el7.x86_64 47/268 \n Installing : python-yubico-1.2.3-1.el7.noarch 48/268 \n Installing : oddjob-mkhomedir-0.31.5-4.el7.x86_64 49/268 \n Installing : krb5-workstation-1.15.1-55.el7_9.x86_64 50/268 \n Installing : apr-util-openssl-1.5.2-6.el7_9.1.x86_64 51/268 \n Installing : httpd-tools-2.4.6-99.el7_9.1.x86_64 52/268 \n Installing : httpd-2.4.6-99.el7_9.1.x86_64 53/268 \n Installing : mod_wsgi-3.4-18.el7.x86_64 54/268 \n Installing : mod_nss-1.0.14-12.el7.x86_64 55/268 \n\nmod_nss certificate database generated.\n\n Installing : mod_lookup_identity-1.0.0-1.el7.x86_64 56/268 \n Installing : mod_auth_gssapi-1.5.1-7.el7.x86_64 57/268 \n Installing : mod_session-2.4.6-99.el7_9.1.x86_64 58/268 \n Installing : sssd-client-1.16.5-10.el7_9.16.x86_64 59/268 \n Installing : fontawesome-fonts-4.1.0-2.el7.noarch 60/268 \n Installing : open-sans-fonts-1.10-1.el7.noarch 61/268 \n Installing : dejavu-fonts-common-2.33-6.el7.noarch 62/268 \n Installing : dejavu-sans-fonts-2.33-6.el7.noarch 63/268 \n Installing : fontconfig-2.13.0-4.3.el7.x86_64 64/268 \n Installing : python-kdcproxy-0.3.2-3.el7.noarch 65/268 \n Installing : jasper-libs-1.900.1-33.el7.x86_64 66/268 \n Installing : python2-pyasn1-modules-0.1.9-7.el7.noarch 67/268 \n Installing : libfontenc-1.1.3-3.el7.x86_64 68/268 \n Installing : 1:xorg-x11-font-utils-7.5-21.el7.x86_64 69/268 \n Installing : python-sss-murmur-1.16.5-10.el7_9.16.x86_64 70/268 \n Installing : libX11-common-1.6.7-4.el7_9.noarch 71/268 \n Installing : jbigkit-libs-2.0-11.el7.x86_64 72/268 \n Installing : libtiff-4.0.3-35.el7.x86_64 73/268 \n Installing : libsss_sudo-1.16.5-10.el7_9.16.x86_64 74/268 \n Installing : softhsm-2.1.0-3.el7.x86_64 75/268 \n Installing : perl-NetAddr-IP-4.069-3.el7.x86_64 76/268 \n Installing : python-netaddr-0.7.5-9.el7.noarch 77/268 \n Installing : c-ares-1.10.0-3.el7_9.1.x86_64 78/268 \n Installing : python-netifaces-0.10.4-3.el7.x86_64 79/268 \n Installing : nettle-2.7.1-9.el7_9.x86_64 80/268 \n Installing : python-ply-3.4-11.el7.noarch 81/268 \n Installing : python-pycparser-2.14-1.el7.noarch 82/268 \n Installing : python-cffi-1.6.0-5.el7.x86_64 83/268 \n Installing : 1:perl-Package-Constants-0.02-299.el7_9.noarch 84/268 \n Installing : perl-Archive-Tar-1.92-3.el7.noarch 85/268 \n Installing : tzdata-java-2024a-1.el7.noarch 86/268 \n Installing : hicolor-icon-theme-0.12-7.el7.noarch 87/268 \n Installing : ttmkfdir-3.0.9-42.el7.x86_64 88/268 \n Installing : xorg-x11-fonts-Type1-7.5-9.el7.noarch 89/268 \n Installing : libwayland-client-1.15.0-1.el7.x86_64 90/268 \n Installing : augeas-libs-1.4.0-10.el7.x86_64 91/268 \n Installing : python-augeas-0.5.0-2.el7.noarch 92/268 \n Installing : copy-jdk-configs-3.3-11.el7_9.noarch 93/268 \n Installing : atk-2.28.1-2.el7.x86_64 94/268 \n Installing : graphite2-1.3.10-1.el7_3.x86_64 95/268 \n Installing : harfbuzz-1.7.5-2.el7.x86_64 96/268 \n Installing : http-parser-2.7.1-9.el7.x86_64 97/268 \n Installing : perl-DB_File-1.830-6.el7.x86_64 98/268 \n Installing : cyrus-sasl-plain-2.1.26-24.el7_9.x86_64 99/268 \n Installing : fribidi-1.0.2-1.el7_7.1.x86_64 100/268 \n Installing : python-idna-2.4-1.el7.noarch 101/268 \n Installing : python2-cryptography-1.7.2-2.el7.x86_64 102/268 \n Installing : pki-base-10.5.18-27.el7_9.noarch 103/268 \n Installing : python-jwcrypto-0.4.2-1.el7.noarch 104/268 \n Installing : python-custodia-0.3.1-4.el7.noarch 105/268 \n Installing : custodia-0.3.1-4.el7.noarch 106/268 \n Installing : ipa-server-common-4.6.8-5.el7_9.16.noarch 107/268 \n Installing : libicu-50.2-4.el7_7.x86_64 108/268 \n Installing : nuxwdog-1.0.5-1.el7.x86_64 109/268 \n Installing : geoipupdate-2.5.0-2.el7.x86_64 110/268 \n Installing : GeoIP-1.5.0-14.el7.x86_64 111/268 \n Installing : 32:bind-libs-lite-9.11.4-26.P2.el7_9.15.x86_64 112/268 \n Installing : 32:bind-libs-9.11.4-26.P2.el7_9.15.x86_64 113/268 \n Installing : 32:bind-utils-9.11.4-26.P2.el7_9.15.x86_64 114/268 \n Installing : libthai-0.1.14-9.el7.x86_64 115/268 \n Installing : perl-Mozilla-LDAP-1.5.3-12.el7.x86_64 116/268 \n Installing : python-qrcode-core-5.0.1-1.el7.noarch 117/268 \n Installing : python2-ipalib-4.6.8-5.el7_9.16.noarch 118/268 \n Installing : python2-ipaclient-4.6.8-5.el7_9.16.noarch 119/268 \n Installing : python2-ipaserver-4.6.8-5.el7_9.16.noarch 120/268 \n Installing : autogen-libopts-5.18-5.el7.x86_64 121/268 \n Installing : ntp-4.2.6p5-29.el7_8.2.x86_64 122/268 \n Installing : trousers-0.3.14-2.el7.x86_64 123/268 \n Installing : gnutls-3.3.29-9.el7_6.x86_64 124/268 \n Installing : libwbclient-4.10.16-25.el7_9.x86_64 125/268 \n Installing : samba-client-libs-4.10.16-25.el7_9.x86_64 126/268 \n Installing : samba-common-libs-4.10.16-25.el7_9.x86_64 127/268 \n Installing : sssd-common-1.16.5-10.el7_9.16.x86_64 128/268 \n Installing : sssd-krb5-common-1.16.5-10.el7_9.16.x86_64 129/268 \n Installing : sssd-common-pac-1.16.5-10.el7_9.16.x86_64 130/268 \n Installing : sssd-ipa-1.16.5-10.el7_9.16.x86_64 131/268 \n Installing : sssd-ldap-1.16.5-10.el7_9.16.x86_64 132/268 \n Installing : sssd-krb5-1.16.5-10.el7_9.16.x86_64 133/268 \n Installing : sssd-proxy-1.16.5-10.el7_9.16.x86_64 134/268 \n Installing : sssd-dbus-1.16.5-10.el7_9.16.x86_64 135/268 \n Installing : libsmbclient-4.10.16-25.el7_9.x86_64 136/268 \n Installing : sssd-ad-1.16.5-10.el7_9.16.x86_64 137/268 \n Installing : sssd-1.16.5-10.el7_9.16.x86_64 138/268 \n Installing : cyrus-sasl-md5-2.1.26-24.el7_9.x86_64 139/268 \n Installing : 389-ds-base-1.3.11.1-4.el7_9.x86_64 140/268 \n Installing : slapi-nis-0.60.0-4.el7_9.x86_64 141/268 \n Installing : libXau-1.0.8-2.1.el7.x86_64 142/268 \n Installing : libxcb-1.13-1.el7.x86_64 143/268 \n Installing : libX11-1.6.7-4.el7_9.x86_64 144/268 \n Installing : libXext-1.3.3-3.el7.x86_64 145/268 \n Installing : libXrender-0.9.10-1.el7.x86_64 146/268 \n Installing : libXfixes-5.0.3-1.el7.x86_64 147/268 \n Installing : libXi-1.7.9-1.el7.x86_64 148/268 \n Installing : libXdamage-1.1.4-4.1.el7.x86_64 149/268 \n Installing : libXcomposite-0.4.4-4.1.el7.x86_64 150/268 \n Installing : gdk-pixbuf2-2.36.12-3.el7.x86_64 151/268 \n Installing : gtk-update-icon-cache-3.22.30-8.el7_9.x86_64 152/268 \n Installing : libXtst-1.2.3-1.el7.x86_64 153/268 \n Installing : libXcursor-1.1.15-1.el7.x86_64 154/268 \n Installing : libXrandr-1.5.1-2.el7.x86_64 155/268 \n Installing : libXft-2.3.2-2.el7.x86_64 156/268 \n Installing : libXinerama-1.1.3-2.1.el7.x86_64 157/268 \n Installing : libXxf86vm-1.1.4-1.el7.x86_64 158/268 \n Installing : 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64 159/268 \n Installing : mesa-libGL-18.3.4-12.el7_9.x86_64 160/268 \n Installing : giflib-4.1.6-9.el7.x86_64 161/268 \n Installing : 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64 162/268 \n Installing : mesa-libEGL-18.3.4-12.el7_9.x86_64 163/268 \n Installing : pcsc-lite-libs-1.8.8-8.el7.x86_64 164/268 \n Installing : pixman-0.34.0-1.el7.x86_64 165/268 \n Installing : cairo-1.15.12-4.el7.x86_64 166/268 \n Installing : pango-1.42.4-4.el7_7.x86_64 167/268 \n Installing : gtk2-2.24.31-1.el7.x86_64 168/268 \n Installing : lksctp-tools-1.0.17-2.el7.x86_64 169/268 \n Installing : python-javapackages-3.4.1-11.el7.noarch 170/268 \n Installing : javapackages-tools-3.4.1-11.el7.noarch 171/268 \n Installing : 1:java-1.8.0-openjdk-headless-1.8.0.402.b06-1.el7_9.x8 172/268 \n Installing : 1:java-1.8.0-openjdk-1.8.0.402.b06-1.el7_9.x86_64 173/268 \n Installing : relaxngDatatype-1.0-11.el7.noarch 174/268 \n Installing : apache-commons-codec-1.8-7.el7.noarch 175/268 \n Installing : apache-commons-lang-2.6-15.el7.noarch 176/268 \n Installing : xml-commons-apis-1.4.01-16.el7.noarch 177/268 \n Installing : xml-commons-resolver-1.2-15.el7.noarch 178/268 \n Installing : xalan-j2-2.7.1-23.el7.noarch 179/268 \n Installing : xerces-j2-2.11.0-17.el7_0.noarch 180/268 \n Installing : tomcat-servlet-3.0-api-7.0.76-16.el7_9.noarch 181/268 \n Installing : 1:isorelax-0-0.15.release20050331.el7.noarch 182/268 \n Installing : bea-stax-api-1.2.0-9.el7.noarch 183/268 \n Installing : 1:msv-xsdlib-2013.5.1-7.el7.noarch 184/268 \n Installing : jss-4.4.9-3.el7.x86_64 185/268 \n Installing : xsom-0-10.20110809svn.el7.noarch 186/268 \n Installing : apache-commons-pool-1.6-9.el7.noarch 187/268 \n Installing : apache-commons-collections-3.2.1-22.el7_2.noarch 188/268 \n Installing : javassist-3.16.1-10.el7.noarch 189/268 \n Installing : stax2-api-3.1.1-10.el7.noarch 190/268 \n Installing : rngom-201103-0.8.20120119svn.el7.noarch 191/268 \n Installing : 1:hsqldb-1.8.1.3-15.el7_9.noarch 192/268 \n Installing : 1:apache-commons-io-2.4-12.el7.noarch 193/268 \n Installing : geronimo-jms-1.1.1-19.el7.noarch 194/268 \n Installing : resteasy-base-jaxrs-api-3.0.6-4.el7.noarch 195/268 \n Installing : jvnet-parent-4-2.el7.noarch 196/268 \n Installing : codemodel-2.6-9.el7.noarch 197/268 \n Installing : bea-stax-1.2.0-9.el7.noarch 198/268 \n Installing : stax-ex-1.7.1-6.el7.noarch 199/268 \n Installing : istack-commons-2.17-4.el7.noarch 200/268 \n Installing : scannotation-1.0.3-0.7.r12.el7.noarch 201/268 \n Installing : glassfish-fastinfoset-1.2.12-9.el7.noarch 202/268 \n Installing : ldapjdk-4.19-5.el7.noarch 203/268 \n Installing : 1:msv-msv-2013.5.1-7.el7.noarch 204/268 \n Installing : tomcat-jsp-2.2-api-7.0.76-16.el7_9.noarch 205/268 \n Installing : jing-20091111-14.el7.noarch 206/268 \n Installing : objectweb-asm-3.3.1-9.el7.noarch 207/268 \n Installing : httpcomponents-core-4.2.4-6.el7.noarch 208/268 \n Installing : glassfish-dtd-parser-1.2-0.8.20120120svn.el7.noarch 209/268 \n Installing : antlr-tool-2.7.7-30.el7.noarch 210/268 \n Installing : cal10n-0.7.7-4.el7.noarch 211/268 \n Installing : joda-convert-1.3-5.el7.noarch 212/268 \n Installing : joda-time-2.2-3.tzdata2013c.el7.noarch 213/268 \n Installing : 1:ecj-4.5.2-3.el7.x86_64 214/268 \n Installing : geronimo-jta-1.1.1-17.el7.noarch 215/268 \n Installing : apache-commons-dbcp-1.4-17.el7.noarch 216/268 \n Installing : args4j-2.0.16-13.el7.noarch 217/268 \n Installing : txw2-20110809-8.el7.noarch 218/268 \n Installing : easymock2-2.5.2-12.el7.noarch 219/268 \n Installing : hamcrest-1.3-6.el7.noarch 220/268 \n Installing : junit-4.11-8.el7.noarch 221/268 \n Installing : qdox-1.12.1-10.el7.noarch 222/268 \n Installing : xpp3-1.1.3.8-11.el7.noarch 223/268 \n Installing : javamail-1.4.6-8.el7.noarch 224/268 \n Installing : log4j-1.2.17-18.el7_4.noarch 225/268 \n Installing : avalon-logkit-2.1-14.el7.noarch 226/268 \n Installing : apache-commons-logging-1.1.2-7.el7.noarch 227/268 \n Installing : avalon-framework-4.3-10.el7.noarch 228/268 \n Installing : slf4j-1.7.4-4.el7_4.noarch 229/268 \n Installing : httpcomponents-client-4.2.5-5.el7_0.noarch 230/268 \n Installing : 1:jakarta-commons-httpclient-3.1-16.el7_0.noarch 231/268 \n Installing : ws-jaxme-0.5.2-10.el7.noarch 232/268 \n Installing : jdom-1.1.3-6.el7.noarch 233/268 \n Installing : jaxen-1.1.3-11.el7.noarch 234/268 \n Installing : dom4j-1.6.1-20.el7.noarch 235/268 \n Installing : glassfish-jaxb-api-2.2.7-4.el7.noarch 236/268 \n Installing : glassfish-jaxb-2.2.5-6.el7.noarch 237/268 \n Installing : resteasy-base-jaxb-provider-3.0.6-4.el7.noarch 238/268 \n Installing : jboss-annotations-1.1-api-1.0.1-0.6.20120212git76e1a2. 239/268 \n Installing : resteasy-base-jaxrs-3.0.6-4.el7.noarch 240/268 \n Installing : resteasy-base-client-3.0.6-4.el7.noarch 241/268 \n Installing : resteasy-base-atom-provider-3.0.6-4.el7.noarch 242/268 \n Installing : apache-commons-cli-1.2-13.el7.noarch 243/268 \n Installing : jsr-311-1.1.1-6.el7.noarch 244/268 \n Installing : jackson-1.9.4-7.el7.noarch 245/268 \n Installing : resteasy-base-jackson-provider-3.0.6-4.el7.noarch 246/268 \n Installing : pki-base-java-10.5.18-27.el7_9.noarch 247/268 \n Installing : pki-tools-10.5.18-27.el7_9.x86_64 248/268 \n Installing : apache-commons-daemon-1.0.13-7.el7.x86_64 249/268 \n Installing : regexp-1.5-13.el7.noarch 250/268 \n Installing : bcel-5.2-19.el7_9.noarch 251/268 \n Installing : nuxwdog-client-java-1.0.5-1.el7.x86_64 252/268 \n Installing : tomcat-el-2.2-api-7.0.76-16.el7_9.noarch 253/268 \n Installing : tomcat-lib-7.0.76-16.el7_9.noarch 254/268 \n Installing : tomcat-7.0.76-16.el7_9.noarch 255/268 \n Installing : tomcatjss-7.2.5-1.el7.noarch 256/268 \n Installing : jakarta-oro-2.0.8-16.el7.noarch 257/268 \n Installing : velocity-1.7-10.el7.noarch 258/268 \n Installing : pki-server-10.5.18-27.el7_9.noarch 259/268 \n Installing : pki-ca-10.5.18-27.el7_9.noarch 260/268 \n Installing : pki-kra-10.5.18-27.el7_9.noarch 261/268 \n Installing : words-3.0-22.el7.noarch 262/268 \n Installing : krb5-server-1.15.1-55.el7_9.x86_64 263/268 \n Installing : krb5-pkinit-1.15.1-55.el7_9.x86_64 264/268 \n Installing : hesiod-3.2.1-3.el7.x86_64 265/268 \n Installing : 1:autofs-5.0.7-116.el7_9.1.x86_64 266/268 \n Installing : ipa-client-4.6.8-5.el7_9.16.x86_64 267/268 \n Installing : ipa-server-4.6.8-5.el7_9.16.x86_64 268/268 \n Verifying : libXext-1.3.3-3.el7.x86_64 1/268 \n Verifying : libXi-1.7.9-1.el7.x86_64 2/268 \n Verifying : sssd-ldap-1.16.5-10.el7_9.16.x86_64 3/268 \n Verifying : jackson-1.9.4-7.el7.noarch 4/268 \n Verifying : ipa-client-common-4.6.8-5.el7_9.16.noarch 5/268 \n Verifying : libXrender-0.9.10-1.el7.x86_64 6/268 \n Verifying : tomcat-el-2.2-api-7.0.76-16.el7_9.noarch 7/268 \n Verifying : 1:xorg-x11-font-utils-7.5-21.el7.x86_64 8/268 \n Verifying : hesiod-3.2.1-3.el7.x86_64 9/268 \n Verifying : pango-1.42.4-4.el7_7.x86_64 10/268 \n Verifying : krb5-pkinit-1.15.1-55.el7_9.x86_64 11/268 \n Verifying : httpcomponents-core-4.2.4-6.el7.noarch 12/268 \n Verifying : words-3.0-22.el7.noarch 13/268 \n Verifying : samba-common-libs-4.10.16-25.el7_9.x86_64 14/268 \n Verifying : glassfish-dtd-parser-1.2-0.8.20120120svn.el7.noarch 15/268 \n Verifying : xsom-0-10.20110809svn.el7.noarch 16/268 \n Verifying : apache-commons-codec-1.8-7.el7.noarch 17/268 \n Verifying : antlr-tool-2.7.7-30.el7.noarch 18/268 \n Verifying : stax2-api-3.1.1-10.el7.noarch 19/268 \n Verifying : 1:msv-msv-2013.5.1-7.el7.noarch 20/268 \n Verifying : sssd-1.16.5-10.el7_9.16.x86_64 21/268 \n Verifying : python-javapackages-3.4.1-11.el7.noarch 22/268 \n Verifying : python-nss-0.16.0-3.el7.x86_64 23/268 \n Verifying : pki-ca-10.5.18-27.el7_9.noarch 24/268 \n Verifying : libXcomposite-0.4.4-4.1.el7.x86_64 25/268 \n Verifying : 1:java-1.8.0-openjdk-headless-1.8.0.402.b06-1.el7_9.x8 26/268 \n Verifying : 389-ds-base-libs-1.3.11.1-4.el7_9.x86_64 27/268 \n Verifying : sssd-krb5-common-1.16.5-10.el7_9.16.x86_64 28/268 \n Verifying : xerces-j2-2.11.0-17.el7_0.noarch 29/268 \n Verifying : python-yubico-1.2.3-1.el7.noarch 30/268 \n Verifying : lksctp-tools-1.0.17-2.el7.x86_64 31/268 \n Verifying : jing-20091111-14.el7.noarch 32/268 \n Verifying : mod_wsgi-3.4-18.el7.x86_64 33/268 \n Verifying : pixman-0.34.0-1.el7.x86_64 34/268 \n Verifying : sssd-proxy-1.16.5-10.el7_9.16.x86_64 35/268 \n Verifying : 1:cups-libs-1.6.3-52.el7_9.x86_64 36/268 \n Verifying : krb5-workstation-1.15.1-55.el7_9.x86_64 37/268 \n Verifying : dejavu-sans-fonts-2.33-6.el7.noarch 38/268 \n Verifying : avalon-logkit-2.1-14.el7.noarch 39/268 \n Verifying : pcsc-lite-libs-1.8.8-8.el7.x86_64 40/268 \n Verifying : cal10n-0.7.7-4.el7.noarch 41/268 \n Verifying : rngom-201103-0.8.20120119svn.el7.noarch 42/268 \n Verifying : libipa_hbac-1.16.5-10.el7_9.16.x86_64 43/268 \n Verifying : sssd-krb5-1.16.5-10.el7_9.16.x86_64 44/268 \n Verifying : libwayland-server-1.15.0-1.el7.x86_64 45/268 \n Verifying : joda-convert-1.3-5.el7.noarch 46/268 \n Verifying : apache-commons-logging-1.1.2-7.el7.noarch 47/268 \n Verifying : xpp3-1.1.3.8-11.el7.noarch 48/268 \n Verifying : tomcat-lib-7.0.76-16.el7_9.noarch 49/268 \n Verifying : python-pycparser-2.14-1.el7.noarch 50/268 \n Verifying : libXau-1.0.8-2.1.el7.x86_64 51/268 \n Verifying : gtk-update-icon-cache-3.22.30-8.el7_9.x86_64 52/268 \n Verifying : apache-commons-pool-1.6-9.el7.noarch 53/268 \n Verifying : python2-ipaserver-4.6.8-5.el7_9.16.noarch 54/268 \n Verifying : gperftools-libs-2.6.1-1.el7.x86_64 55/268 \n Verifying : cyrus-sasl-md5-2.1.26-24.el7_9.x86_64 56/268 \n Verifying : slf4j-1.7.4-4.el7_4.noarch 57/268 \n Verifying : sssd-ad-1.16.5-10.el7_9.16.x86_64 58/268 \n Verifying : krb5-server-1.15.1-55.el7_9.x86_64 59/268 \n Verifying : libdhash-0.5.0-32.el7.x86_64 60/268 \n Verifying : giflib-4.1.6-9.el7.x86_64 61/268 \n Verifying : glassfish-jaxb-2.2.5-6.el7.noarch 62/268 \n Verifying : python-augeas-0.5.0-2.el7.noarch 63/268 \n Verifying : trousers-0.3.14-2.el7.x86_64 64/268 \n Verifying : libICE-1.0.9-9.el7.x86_64 65/268 \n Verifying : jakarta-oro-2.0.8-16.el7.noarch 66/268 \n Verifying : velocity-1.7-10.el7.noarch 67/268 \n Verifying : 32:bind-utils-9.11.4-26.P2.el7_9.15.x86_64 68/268 \n Verifying : autogen-libopts-5.18-5.el7.x86_64 69/268 \n Verifying : tomcat-servlet-3.0-api-7.0.76-16.el7_9.noarch 70/268 \n Verifying : libsss_idmap-1.16.5-10.el7_9.16.x86_64 71/268 \n Verifying : python-qrcode-core-5.0.1-1.el7.noarch 72/268 \n Verifying : libtdb-1.3.18-1.el7.x86_64 73/268 \n Verifying : perl-Mozilla-LDAP-1.5.3-12.el7.x86_64 74/268 \n Verifying : 389-ds-base-1.3.11.1-4.el7_9.x86_64 75/268 \n Verifying : jaxen-1.1.3-11.el7.noarch 76/268 \n Verifying : jvnet-parent-4-2.el7.noarch 77/268 \n Verifying : jdom-1.1.3-6.el7.noarch 78/268 \n Verifying : libthai-0.1.14-9.el7.x86_64 79/268 \n Verifying : 1:apache-commons-io-2.4-12.el7.noarch 80/268 \n Verifying : GeoIP-1.5.0-14.el7.x86_64 81/268 \n Verifying : pki-base-java-10.5.18-27.el7_9.noarch 82/268 \n Verifying : bea-stax-1.2.0-9.el7.noarch 83/268 \n Verifying : 32:bind-libs-9.11.4-26.P2.el7_9.15.x86_64 84/268 \n Verifying : geoipupdate-2.5.0-2.el7.x86_64 85/268 \n Verifying : apr-util-1.5.2-6.el7_9.1.x86_64 86/268 \n Verifying : apr-1.4.8-7.el7.x86_64 87/268 \n Verifying : 1:ecj-4.5.2-3.el7.x86_64 88/268 \n Verifying : nuxwdog-1.0.5-1.el7.x86_64 89/268 \n Verifying : resteasy-base-client-3.0.6-4.el7.noarch 90/268 \n Verifying : xorg-x11-fonts-Type1-7.5-9.el7.noarch 91/268 \n Verifying : sssd-common-pac-1.16.5-10.el7_9.16.x86_64 92/268 \n Verifying : libXtst-1.2.3-1.el7.x86_64 93/268 \n Verifying : libicu-50.2-4.el7_7.x86_64 94/268 \n Verifying : istack-commons-2.17-4.el7.noarch 95/268 \n Verifying : mesa-libGL-18.3.4-12.el7_9.x86_64 96/268 \n Verifying : ipa-common-4.6.8-5.el7_9.16.noarch 97/268 \n Verifying : gnutls-3.3.29-9.el7_6.x86_64 98/268 \n Verifying : python-idna-2.4-1.el7.noarch 99/268 \n Verifying : log4j-1.2.17-18.el7_4.noarch 100/268 \n Verifying : geronimo-jms-1.1.1-19.el7.noarch 101/268 \n Verifying : httpd-2.4.6-99.el7_9.1.x86_64 102/268 \n Verifying : mod_nss-1.0.14-12.el7.x86_64 103/268 \n Verifying : fribidi-1.0.2-1.el7_7.1.x86_64 104/268 \n Verifying : systemd-python-219-78.el7_9.9.x86_64 105/268 \n Verifying : sssd-dbus-1.16.5-10.el7_9.16.x86_64 106/268 \n Verifying : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 107/268 \n Verifying : ipa-client-4.6.8-5.el7_9.16.x86_64 108/268 \n Verifying : sssd-common-1.16.5-10.el7_9.16.x86_64 109/268 \n Verifying : openldap-clients-2.4.44-25.el7_9.x86_64 110/268 \n Verifying : python-ldap-2.4.15-2.el7.x86_64 111/268 \n Verifying : cyrus-sasl-plain-2.1.26-24.el7_9.x86_64 112/268 \n Verifying : apache-commons-lang-2.6-15.el7.noarch 113/268 \n Verifying : python2-pyasn1-modules-0.1.9-7.el7.noarch 114/268 \n Verifying : perl-DB_File-1.830-6.el7.x86_64 115/268 \n Verifying : http-parser-2.7.1-9.el7.x86_64 116/268 \n Verifying : 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64 117/268 \n Verifying : jasper-libs-1.900.1-33.el7.x86_64 118/268 \n Verifying : graphite2-1.3.10-1.el7_3.x86_64 119/268 \n Verifying : mesa-libEGL-18.3.4-12.el7_9.x86_64 120/268 \n Verifying : fontawesome-fonts-4.1.0-2.el7.noarch 121/268 \n Verifying : geronimo-jta-1.1.1-17.el7.noarch 122/268 \n Verifying : atk-2.28.1-2.el7.x86_64 123/268 \n Verifying : libsss_autofs-1.16.5-10.el7_9.16.x86_64 124/268 \n Verifying : copy-jdk-configs-3.3-11.el7_9.noarch 125/268 \n Verifying : ldapjdk-4.19-5.el7.noarch 126/268 \n Verifying : relaxngDatatype-1.0-11.el7.noarch 127/268 \n Verifying : avahi-libs-0.6.31-20.el7.x86_64 128/268 \n Verifying : augeas-libs-1.4.0-10.el7.x86_64 129/268 \n Verifying : httpcomponents-client-4.2.5-5.el7_0.noarch 130/268 \n Verifying : fontconfig-2.13.0-4.3.el7.x86_64 131/268 \n Verifying : python-jwcrypto-0.4.2-1.el7.noarch 132/268 \n Verifying : gdk-pixbuf2-2.36.12-3.el7.x86_64 133/268 \n Verifying : args4j-2.0.16-13.el7.noarch 134/268 \n Verifying : 32:bind-libs-lite-9.11.4-26.P2.el7_9.15.x86_64 135/268 \n Verifying : javapackages-tools-3.4.1-11.el7.noarch 136/268 \n Verifying : libtevent-0.9.39-1.el7.x86_64 137/268 \n Verifying : 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64 138/268 \n Verifying : easymock2-2.5.2-12.el7.noarch 139/268 \n Verifying : python2-ipaclient-4.6.8-5.el7_9.16.noarch 140/268 \n Verifying : libXcursor-1.1.15-1.el7.x86_64 141/268 \n Verifying : resteasy-base-jaxb-provider-3.0.6-4.el7.noarch 142/268 \n Verifying : 1:jakarta-commons-httpclient-3.1-16.el7_0.noarch 143/268 \n Verifying : libwayland-client-1.15.0-1.el7.x86_64 144/268 \n Verifying : libXrandr-1.5.1-2.el7.x86_64 145/268 \n Verifying : glassfish-fastinfoset-1.2.12-9.el7.noarch 146/268 \n Verifying : fontpackages-filesystem-1.44-8.el7.noarch 147/268 \n Verifying : ttmkfdir-3.0.9-42.el7.x86_64 148/268 \n Verifying : hicolor-icon-theme-0.12-7.el7.noarch 149/268 \n Verifying : libsss_nss_idmap-1.16.5-10.el7_9.16.x86_64 150/268 \n Verifying : sssd-ipa-1.16.5-10.el7_9.16.x86_64 151/268 \n Verifying : tzdata-java-2024a-1.el7.noarch 152/268 \n Verifying : python-gssapi-1.2.0-3.el7.x86_64 153/268 \n Verifying : mesa-libglapi-18.3.4-12.el7_9.x86_64 154/268 \n Verifying : 32:bind-license-9.11.4-26.P2.el7_9.15.noarch 155/268 \n Verifying : python-dns-1.12.0-4.20150617git465785f.el7.noarch 156/268 \n Verifying : 1:perl-Package-Constants-0.02-299.el7_9.noarch 157/268 \n Verifying : libldb-1.5.4-2.el7_9.x86_64 158/268 \n Verifying : custodia-0.3.1-4.el7.noarch 159/268 \n Verifying : pyusb-1.0.0-0.11.b1.el7.noarch 160/268 \n Verifying : apr-util-openssl-1.5.2-6.el7_9.1.x86_64 161/268 \n Verifying : python2-ipalib-4.6.8-5.el7_9.16.noarch 162/268 \n Verifying : ipa-server-common-4.6.8-5.el7_9.16.noarch 163/268 \n Verifying : libjpeg-turbo-1.2.90-8.el7.x86_64 164/268 \n Verifying : xmlrpc-c-client-1.32.5-1905.svn2451.el7.x86_64 165/268 \n Verifying : python-ply-3.4-11.el7.noarch 166/268 \n Verifying : python-sssdconfig-1.16.5-10.el7_9.16.noarch 167/268 \n Verifying : harfbuzz-1.7.5-2.el7.x86_64 168/268 \n Verifying : resteasy-base-jaxrs-api-3.0.6-4.el7.noarch 169/268 \n Verifying : libtalloc-2.1.16-1.el7.x86_64 170/268 \n Verifying : nettle-2.7.1-9.el7_9.x86_64 171/268 \n Verifying : python-netifaces-0.10.4-3.el7.x86_64 172/268 \n Verifying : apache-commons-dbcp-1.4-17.el7.noarch 173/268 \n Verifying : tomcatjss-7.2.5-1.el7.noarch 174/268 \n Verifying : codemodel-2.6-9.el7.noarch 175/268 \n Verifying : xalan-j2-2.7.1-23.el7.noarch 176/268 \n Verifying : apache-commons-collections-3.2.1-22.el7_2.noarch 177/268 \n Verifying : libXft-2.3.2-2.el7.x86_64 178/268 \n Verifying : joda-time-2.2-3.tzdata2013c.el7.noarch 179/268 \n Verifying : nuxwdog-client-java-1.0.5-1.el7.x86_64 180/268 \n Verifying : mesa-libgbm-18.3.4-12.el7_9.x86_64 181/268 \n Verifying : scannotation-1.0.3-0.7.r12.el7.noarch 182/268 \n Verifying : tomcat-7.0.76-16.el7_9.noarch 183/268 \n Verifying : libxshmfence-1.2-1.el7.x86_64 184/268 \n Verifying : ipa-server-4.6.8-5.el7_9.16.x86_64 185/268 \n Verifying : javamail-1.4.6-8.el7.noarch 186/268 \n Verifying : jss-4.4.9-3.el7.x86_64 187/268 \n Verifying : bcel-5.2-19.el7_9.noarch 188/268 \n Verifying : libSM-1.2.2-2.el7.x86_64 189/268 \n Verifying : libX11-1.6.7-4.el7_9.x86_64 190/268 \n Verifying : c-ares-1.10.0-3.el7_9.1.x86_64 191/268 \n Verifying : libtiff-4.0.3-35.el7.x86_64 192/268 \n Verifying : python-enum34-1.0.4-1.el7.noarch 193/268 \n Verifying : qdox-1.12.1-10.el7.noarch 194/268 \n Verifying : oddjob-mkhomedir-0.31.5-4.el7.x86_64 195/268 \n Verifying : xmlrpc-c-1.32.5-1905.svn2451.el7.x86_64 196/268 \n Verifying : python2-cryptography-1.7.2-2.el7.x86_64 197/268 \n Verifying : pki-tools-10.5.18-27.el7_9.x86_64 198/268 \n Verifying : pki-kra-10.5.18-27.el7_9.noarch 199/268 \n Verifying : python-netaddr-0.7.5-9.el7.noarch 200/268 \n Verifying : bea-stax-api-1.2.0-9.el7.noarch 201/268 \n Verifying : perl-Archive-Tar-1.92-3.el7.noarch 202/268 \n Verifying : libXinerama-1.1.3-2.1.el7.x86_64 203/268 \n Verifying : libsmbclient-4.10.16-25.el7_9.x86_64 204/268 \n Verifying : glassfish-jaxb-api-2.2.7-4.el7.noarch 205/268 \n Verifying : resteasy-base-jaxrs-3.0.6-4.el7.noarch 206/268 \n Verifying : libXxf86vm-1.1.4-1.el7.x86_64 207/268 \n Verifying : libXdamage-1.1.4-4.1.el7.x86_64 208/268 \n Verifying : httpd-tools-2.4.6-99.el7_9.1.x86_64 209/268 \n Verifying : open-sans-fonts-1.10-1.el7.noarch 210/268 \n Verifying : libwbclient-4.10.16-25.el7_9.x86_64 211/268 \n Verifying : 1:msv-xsdlib-2013.5.1-7.el7.noarch 212/268 \n Verifying : perl-NetAddr-IP-4.069-3.el7.x86_64 213/268 \n Verifying : gtk2-2.24.31-1.el7.x86_64 214/268 \n Verifying : 1:autofs-5.0.7-116.el7_9.1.x86_64 215/268 \n Verifying : xml-commons-apis-1.4.01-16.el7.noarch 216/268 \n Verifying : python-libipa_hbac-1.16.5-10.el7_9.16.x86_64 217/268 \n Verifying : mod_lookup_identity-1.0.0-1.el7.x86_64 218/268 \n Verifying : oddjob-0.31.5-4.el7.x86_64 219/268 \n Verifying : samba-client-libs-4.10.16-25.el7_9.x86_64 220/268 \n Verifying : python-kdcproxy-0.3.2-3.el7.noarch 221/268 \n Verifying : softhsm-2.1.0-3.el7.x86_64 222/268 \n Verifying : svrcore-4.1.3-2.el7.x86_64 223/268 \n Verifying : ws-jaxme-0.5.2-10.el7.noarch 224/268 \n Verifying : dejavu-fonts-common-2.33-6.el7.noarch 225/268 \n Verifying : dom4j-1.6.1-20.el7.noarch 226/268 \n Verifying : 1:libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64 227/268 \n Verifying : libxcb-1.13-1.el7.x86_64 228/268 \n Verifying : mod_auth_gssapi-1.5.1-7.el7.x86_64 229/268 \n Verifying : mod_session-2.4.6-99.el7_9.1.x86_64 230/268 \n Verifying : hamcrest-1.3-6.el7.noarch 231/268 \n Verifying : slapi-nis-0.60.0-4.el7_9.x86_64 232/268 \n Verifying : sssd-client-1.16.5-10.el7_9.16.x86_64 233/268 \n Verifying : libsss_sudo-1.16.5-10.el7_9.16.x86_64 234/268 \n Verifying : jboss-annotations-1.1-api-1.0.1-0.6.20120212git76e1a2. 235/268 \n Verifying : xml-commons-resolver-1.2-15.el7.noarch 236/268 \n Verifying : pki-server-10.5.18-27.el7_9.noarch 237/268 \n Verifying : apache-commons-cli-1.2-13.el7.noarch 238/268 \n Verifying : junit-4.11-8.el7.noarch 239/268 \n Verifying : txw2-20110809-8.el7.noarch 240/268 \n Verifying : 1:hsqldb-1.8.1.3-15.el7_9.noarch 241/268 \n Verifying : libXfixes-5.0.3-1.el7.x86_64 242/268 \n Verifying : tomcat-jsp-2.2-api-7.0.76-16.el7_9.noarch 243/268 \n Verifying : pki-base-10.5.18-27.el7_9.noarch 244/268 \n Verifying : python-cffi-1.6.0-5.el7.x86_64 245/268 \n Verifying : 1:java-1.8.0-openjdk-1.8.0.402.b06-1.el7_9.x86_64 246/268 \n Verifying : objectweb-asm-3.3.1-9.el7.noarch 247/268 \n Verifying : python-custodia-0.3.1-4.el7.noarch 248/268 \n Verifying : resteasy-base-jackson-provider-3.0.6-4.el7.noarch 249/268 \n Verifying : jbigkit-libs-2.0-11.el7.x86_64 250/268 \n Verifying : cairo-1.15.12-4.el7.x86_64 251/268 \n Verifying : stax-ex-1.7.1-6.el7.noarch 252/268 \n Verifying : 1:isorelax-0-0.15.release20050331.el7.noarch 253/268 \n Verifying : libkadm5-1.15.1-55.el7_9.x86_64 254/268 \n Verifying : resteasy-base-atom-provider-3.0.6-4.el7.noarch 255/268 \n Verifying : jsr-311-1.1.1-6.el7.noarch 256/268 \n Verifying : libX11-common-1.6.7-4.el7_9.noarch 257/268 \n Verifying : apache-commons-daemon-1.0.13-7.el7.x86_64 258/268 \n Verifying : libsss_certmap-1.16.5-10.el7_9.16.x86_64 259/268 \n Verifying : python2-pyasn1-0.1.9-7.el7.noarch 260/268 \n Verifying : javassist-3.16.1-10.el7.noarch 261/268 \n Verifying : python-sss-murmur-1.16.5-10.el7_9.16.x86_64 262/268 \n Verifying : libfontenc-1.1.3-3.el7.x86_64 263/268 \n Verifying : certmonger-0.78.4-17.el7_9.x86_64 264/268 \n Verifying : samba-common-4.10.16-25.el7_9.noarch 265/268 \n Verifying : avalon-framework-4.3-10.el7.noarch 266/268 \n Verifying : ntp-4.2.6p5-29.el7_8.2.x86_64 267/268 \n Verifying : regexp-1.5-13.el7.noarch 268/268 \n\nInstalled:\n ipa-server.x86_64 0:4.6.8-5.el7_9.16 \n\nDependency Installed:\n 389-ds-base.x86_64 0:1.3.11.1-4.el7_9 \n 389-ds-base-libs.x86_64 0:1.3.11.1-4.el7_9 \n GeoIP.x86_64 0:1.5.0-14.el7 \n antlr-tool.noarch 0:2.7.7-30.el7 \n apache-commons-cli.noarch 0:1.2-13.el7 \n apache-commons-codec.noarch 0:1.8-7.el7 \n apache-commons-collections.noarch 0:3.2.1-22.el7_2 \n apache-commons-daemon.x86_64 0:1.0.13-7.el7 \n apache-commons-dbcp.noarch 0:1.4-17.el7 \n apache-commons-io.noarch 1:2.4-12.el7 \n apache-commons-lang.noarch 0:2.6-15.el7 \n apache-commons-logging.noarch 0:1.1.2-7.el7 \n apache-commons-pool.noarch 0:1.6-9.el7 \n apr.x86_64 0:1.4.8-7.el7 \n apr-util.x86_64 0:1.5.2-6.el7_9.1 \n apr-util-openssl.x86_64 0:1.5.2-6.el7_9.1 \n args4j.noarch 0:2.0.16-13.el7 \n atk.x86_64 0:2.28.1-2.el7 \n augeas-libs.x86_64 0:1.4.0-10.el7 \n autofs.x86_64 1:5.0.7-116.el7_9.1 \n autogen-libopts.x86_64 0:5.18-5.el7 \n avahi-libs.x86_64 0:0.6.31-20.el7 \n avalon-framework.noarch 0:4.3-10.el7 \n avalon-logkit.noarch 0:2.1-14.el7 \n bcel.noarch 0:5.2-19.el7_9 \n bea-stax.noarch 0:1.2.0-9.el7 \n bea-stax-api.noarch 0:1.2.0-9.el7 \n bind-libs.x86_64 32:9.11.4-26.P2.el7_9.15 \n bind-libs-lite.x86_64 32:9.11.4-26.P2.el7_9.15 \n bind-license.noarch 32:9.11.4-26.P2.el7_9.15 \n bind-utils.x86_64 32:9.11.4-26.P2.el7_9.15 \n c-ares.x86_64 0:1.10.0-3.el7_9.1 \n cairo.x86_64 0:1.15.12-4.el7 \n cal10n.noarch 0:0.7.7-4.el7 \n certmonger.x86_64 0:0.78.4-17.el7_9 \n codemodel.noarch 0:2.6-9.el7 \n copy-jdk-configs.noarch 0:3.3-11.el7_9 \n cups-libs.x86_64 1:1.6.3-52.el7_9 \n custodia.noarch 0:0.3.1-4.el7 \n cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 \n cyrus-sasl-md5.x86_64 0:2.1.26-24.el7_9 \n cyrus-sasl-plain.x86_64 0:2.1.26-24.el7_9 \n dejavu-fonts-common.noarch 0:2.33-6.el7 \n dejavu-sans-fonts.noarch 0:2.33-6.el7 \n dom4j.noarch 0:1.6.1-20.el7 \n easymock2.noarch 0:2.5.2-12.el7 \n ecj.x86_64 1:4.5.2-3.el7 \n fontawesome-fonts.noarch 0:4.1.0-2.el7 \n fontconfig.x86_64 0:2.13.0-4.3.el7 \n fontpackages-filesystem.noarch 0:1.44-8.el7 \n fribidi.x86_64 0:1.0.2-1.el7_7.1 \n gdk-pixbuf2.x86_64 0:2.36.12-3.el7 \n geoipupdate.x86_64 0:2.5.0-2.el7 \n geronimo-jms.noarch 0:1.1.1-19.el7 \n geronimo-jta.noarch 0:1.1.1-17.el7 \n giflib.x86_64 0:4.1.6-9.el7 \n glassfish-dtd-parser.noarch 0:1.2-0.8.20120120svn.el7 \n glassfish-fastinfoset.noarch 0:1.2.12-9.el7 \n glassfish-jaxb.noarch 0:2.2.5-6.el7 \n glassfish-jaxb-api.noarch 0:2.2.7-4.el7 \n gnutls.x86_64 0:3.3.29-9.el7_6 \n gperftools-libs.x86_64 0:2.6.1-1.el7 \n graphite2.x86_64 0:1.3.10-1.el7_3 \n gtk-update-icon-cache.x86_64 0:3.22.30-8.el7_9 \n gtk2.x86_64 0:2.24.31-1.el7 \n hamcrest.noarch 0:1.3-6.el7 \n harfbuzz.x86_64 0:1.7.5-2.el7 \n hesiod.x86_64 0:3.2.1-3.el7 \n hicolor-icon-theme.noarch 0:0.12-7.el7 \n hsqldb.noarch 1:1.8.1.3-15.el7_9 \n http-parser.x86_64 0:2.7.1-9.el7 \n httpcomponents-client.noarch 0:4.2.5-5.el7_0 \n httpcomponents-core.noarch 0:4.2.4-6.el7 \n httpd.x86_64 0:2.4.6-99.el7_9.1 \n httpd-tools.x86_64 0:2.4.6-99.el7_9.1 \n ipa-client.x86_64 0:4.6.8-5.el7_9.16 \n ipa-client-common.noarch 0:4.6.8-5.el7_9.16 \n ipa-common.noarch 0:4.6.8-5.el7_9.16 \n ipa-server-common.noarch 0:4.6.8-5.el7_9.16 \n isorelax.noarch 1:0-0.15.release20050331.el7 \n istack-commons.noarch 0:2.17-4.el7 \n jackson.noarch 0:1.9.4-7.el7 \n jakarta-commons-httpclient.noarch 1:3.1-16.el7_0 \n jakarta-oro.noarch 0:2.0.8-16.el7 \n jasper-libs.x86_64 0:1.900.1-33.el7 \n java-1.8.0-openjdk.x86_64 1:1.8.0.402.b06-1.el7_9 \n java-1.8.0-openjdk-headless.x86_64 1:1.8.0.402.b06-1.el7_9 \n javamail.noarch 0:1.4.6-8.el7 \n javapackages-tools.noarch 0:3.4.1-11.el7 \n javassist.noarch 0:3.16.1-10.el7 \n jaxen.noarch 0:1.1.3-11.el7 \n jbigkit-libs.x86_64 0:2.0-11.el7 \n jboss-annotations-1.1-api.noarch 0:1.0.1-0.6.20120212git76e1a2.el7 \n jdom.noarch 0:1.1.3-6.el7 \n jing.noarch 0:20091111-14.el7 \n joda-convert.noarch 0:1.3-5.el7 \n joda-time.noarch 0:2.2-3.tzdata2013c.el7 \n jsr-311.noarch 0:1.1.1-6.el7 \n jss.x86_64 0:4.4.9-3.el7 \n junit.noarch 0:4.11-8.el7 \n jvnet-parent.noarch 0:4-2.el7 \n krb5-pkinit.x86_64 0:1.15.1-55.el7_9 \n krb5-server.x86_64 0:1.15.1-55.el7_9 \n krb5-workstation.x86_64 0:1.15.1-55.el7_9 \n ldapjdk.noarch 0:4.19-5.el7 \n libICE.x86_64 0:1.0.9-9.el7 \n libSM.x86_64 0:1.2.2-2.el7 \n libX11.x86_64 0:1.6.7-4.el7_9 \n libX11-common.noarch 0:1.6.7-4.el7_9 \n libXau.x86_64 0:1.0.8-2.1.el7 \n libXcomposite.x86_64 0:0.4.4-4.1.el7 \n libXcursor.x86_64 0:1.1.15-1.el7 \n libXdamage.x86_64 0:1.1.4-4.1.el7 \n libXext.x86_64 0:1.3.3-3.el7 \n libXfixes.x86_64 0:5.0.3-1.el7 \n libXft.x86_64 0:2.3.2-2.el7 \n libXi.x86_64 0:1.7.9-1.el7 \n libXinerama.x86_64 0:1.1.3-2.1.el7 \n libXrandr.x86_64 0:1.5.1-2.el7 \n libXrender.x86_64 0:0.9.10-1.el7 \n libXtst.x86_64 0:1.2.3-1.el7 \n libXxf86vm.x86_64 0:1.1.4-1.el7 \n libdhash.x86_64 0:0.5.0-32.el7 \n libfontenc.x86_64 0:1.1.3-3.el7 \n libglvnd.x86_64 1:1.0.1-0.8.git5baa1e5.el7 \n libglvnd-egl.x86_64 1:1.0.1-0.8.git5baa1e5.el7 \n libglvnd-glx.x86_64 1:1.0.1-0.8.git5baa1e5.el7 \n libicu.x86_64 0:50.2-4.el7_7 \n libipa_hbac.x86_64 0:1.16.5-10.el7_9.16 \n libjpeg-turbo.x86_64 0:1.2.90-8.el7 \n libkadm5.x86_64 0:1.15.1-55.el7_9 \n libldb.x86_64 0:1.5.4-2.el7_9 \n libsmbclient.x86_64 0:4.10.16-25.el7_9 \n libsss_autofs.x86_64 0:1.16.5-10.el7_9.16 \n libsss_certmap.x86_64 0:1.16.5-10.el7_9.16 \n libsss_idmap.x86_64 0:1.16.5-10.el7_9.16 \n libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.16 \n libsss_sudo.x86_64 0:1.16.5-10.el7_9.16 \n libtalloc.x86_64 0:2.1.16-1.el7 \n libtdb.x86_64 0:1.3.18-1.el7 \n libtevent.x86_64 0:0.9.39-1.el7 \n libthai.x86_64 0:0.1.14-9.el7 \n libtiff.x86_64 0:4.0.3-35.el7 \n libwayland-client.x86_64 0:1.15.0-1.el7 \n libwayland-server.x86_64 0:1.15.0-1.el7 \n libwbclient.x86_64 0:4.10.16-25.el7_9 \n libxcb.x86_64 0:1.13-1.el7 \n libxshmfence.x86_64 0:1.2-1.el7 \n lksctp-tools.x86_64 0:1.0.17-2.el7 \n log4j.noarch 0:1.2.17-18.el7_4 \n mesa-libEGL.x86_64 0:18.3.4-12.el7_9 \n mesa-libGL.x86_64 0:18.3.4-12.el7_9 \n mesa-libgbm.x86_64 0:18.3.4-12.el7_9 \n mesa-libglapi.x86_64 0:18.3.4-12.el7_9 \n mod_auth_gssapi.x86_64 0:1.5.1-7.el7 \n mod_lookup_identity.x86_64 0:1.0.0-1.el7 \n mod_nss.x86_64 0:1.0.14-12.el7 \n mod_session.x86_64 0:2.4.6-99.el7_9.1 \n mod_wsgi.x86_64 0:3.4-18.el7 \n msv-msv.noarch 1:2013.5.1-7.el7 \n msv-xsdlib.noarch 1:2013.5.1-7.el7 \n nettle.x86_64 0:2.7.1-9.el7_9 \n ntp.x86_64 0:4.2.6p5-29.el7_8.2 \n nuxwdog.x86_64 0:1.0.5-1.el7 \n nuxwdog-client-java.x86_64 0:1.0.5-1.el7 \n objectweb-asm.noarch 0:3.3.1-9.el7 \n oddjob.x86_64 0:0.31.5-4.el7 \n oddjob-mkhomedir.x86_64 0:0.31.5-4.el7 \n open-sans-fonts.noarch 0:1.10-1.el7 \n openldap-clients.x86_64 0:2.4.44-25.el7_9 \n pango.x86_64 0:1.42.4-4.el7_7 \n pcsc-lite-libs.x86_64 0:1.8.8-8.el7 \n perl-Archive-Tar.noarch 0:1.92-3.el7 \n perl-DB_File.x86_64 0:1.830-6.el7 \n perl-Mozilla-LDAP.x86_64 0:1.5.3-12.el7 \n perl-NetAddr-IP.x86_64 0:4.069-3.el7 \n perl-Package-Constants.noarch 1:0.02-299.el7_9 \n pixman.x86_64 0:0.34.0-1.el7 \n pki-base.noarch 0:10.5.18-27.el7_9 \n pki-base-java.noarch 0:10.5.18-27.el7_9 \n pki-ca.noarch 0:10.5.18-27.el7_9 \n pki-kra.noarch 0:10.5.18-27.el7_9 \n pki-server.noarch 0:10.5.18-27.el7_9 \n pki-tools.x86_64 0:10.5.18-27.el7_9 \n python-augeas.noarch 0:0.5.0-2.el7 \n python-cffi.x86_64 0:1.6.0-5.el7 \n python-custodia.noarch 0:0.3.1-4.el7 \n python-dns.noarch 0:1.12.0-4.20150617git465785f.el7 \n python-enum34.noarch 0:1.0.4-1.el7 \n python-gssapi.x86_64 0:1.2.0-3.el7 \n python-idna.noarch 0:2.4-1.el7 \n python-javapackages.noarch 0:3.4.1-11.el7 \n python-jwcrypto.noarch 0:0.4.2-1.el7 \n python-kdcproxy.noarch 0:0.3.2-3.el7 \n python-ldap.x86_64 0:2.4.15-2.el7 \n python-libipa_hbac.x86_64 0:1.16.5-10.el7_9.16 \n python-netaddr.noarch 0:0.7.5-9.el7 \n python-netifaces.x86_64 0:0.10.4-3.el7 \n python-nss.x86_64 0:0.16.0-3.el7 \n python-ply.noarch 0:3.4-11.el7 \n python-pycparser.noarch 0:2.14-1.el7 \n python-qrcode-core.noarch 0:5.0.1-1.el7 \n python-sss-murmur.x86_64 0:1.16.5-10.el7_9.16 \n python-sssdconfig.noarch 0:1.16.5-10.el7_9.16 \n python-yubico.noarch 0:1.2.3-1.el7 \n python2-cryptography.x86_64 0:1.7.2-2.el7 \n python2-ipaclient.noarch 0:4.6.8-5.el7_9.16 \n python2-ipalib.noarch 0:4.6.8-5.el7_9.16 \n python2-ipaserver.noarch 0:4.6.8-5.el7_9.16 \n python2-pyasn1.noarch 0:0.1.9-7.el7 \n python2-pyasn1-modules.noarch 0:0.1.9-7.el7 \n pyusb.noarch 0:1.0.0-0.11.b1.el7 \n qdox.noarch 0:1.12.1-10.el7 \n regexp.noarch 0:1.5-13.el7 \n relaxngDatatype.noarch 0:1.0-11.el7 \n resteasy-base-atom-provider.noarch 0:3.0.6-4.el7 \n resteasy-base-client.noarch 0:3.0.6-4.el7 \n resteasy-base-jackson-provider.noarch 0:3.0.6-4.el7 \n resteasy-base-jaxb-provider.noarch 0:3.0.6-4.el7 \n resteasy-base-jaxrs.noarch 0:3.0.6-4.el7 \n resteasy-base-jaxrs-api.noarch 0:3.0.6-4.el7 \n rngom.noarch 0:201103-0.8.20120119svn.el7 \n samba-client-libs.x86_64 0:4.10.16-25.el7_9 \n samba-common.noarch 0:4.10.16-25.el7_9 \n samba-common-libs.x86_64 0:4.10.16-25.el7_9 \n scannotation.noarch 0:1.0.3-0.7.r12.el7 \n slapi-nis.x86_64 0:0.60.0-4.el7_9 \n slf4j.noarch 0:1.7.4-4.el7_4 \n softhsm.x86_64 0:2.1.0-3.el7 \n sssd.x86_64 0:1.16.5-10.el7_9.16 \n sssd-ad.x86_64 0:1.16.5-10.el7_9.16 \n sssd-client.x86_64 0:1.16.5-10.el7_9.16 \n sssd-common.x86_64 0:1.16.5-10.el7_9.16 \n sssd-common-pac.x86_64 0:1.16.5-10.el7_9.16 \n sssd-dbus.x86_64 0:1.16.5-10.el7_9.16 \n sssd-ipa.x86_64 0:1.16.5-10.el7_9.16 \n sssd-krb5.x86_64 0:1.16.5-10.el7_9.16 \n sssd-krb5-common.x86_64 0:1.16.5-10.el7_9.16 \n sssd-ldap.x86_64 0:1.16.5-10.el7_9.16 \n sssd-proxy.x86_64 0:1.16.5-10.el7_9.16 \n stax-ex.noarch 0:1.7.1-6.el7 \n stax2-api.noarch 0:3.1.1-10.el7 \n svrcore.x86_64 0:4.1.3-2.el7 \n systemd-python.x86_64 0:219-78.el7_9.9 \n tomcat.noarch 0:7.0.76-16.el7_9 \n tomcat-el-2.2-api.noarch 0:7.0.76-16.el7_9 \n tomcat-jsp-2.2-api.noarch 0:7.0.76-16.el7_9 \n tomcat-lib.noarch 0:7.0.76-16.el7_9 \n tomcat-servlet-3.0-api.noarch 0:7.0.76-16.el7_9 \n tomcatjss.noarch 0:7.2.5-1.el7 \n trousers.x86_64 0:0.3.14-2.el7 \n ttmkfdir.x86_64 0:3.0.9-42.el7 \n txw2.noarch 0:20110809-8.el7 \n tzdata-java.noarch 0:2024a-1.el7 \n velocity.noarch 0:1.7-10.el7 \n words.noarch 0:3.0-22.el7 \n ws-jaxme.noarch 0:0.5.2-10.el7 \n xalan-j2.noarch 0:2.7.1-23.el7 \n xerces-j2.noarch 0:2.11.0-17.el7_0 \n xml-commons-apis.noarch 0:1.4.01-16.el7 \n xml-commons-resolver.noarch 0:1.2-15.el7 \n xmlrpc-c.x86_64 0:1.32.5-1905.svn2451.el7 \n xmlrpc-c-client.x86_64 0:1.32.5-1905.svn2451.el7 \n xorg-x11-font-utils.x86_64 1:7.5-21.el7 \n xorg-x11-fonts-Type1.noarch 0:7.5-9.el7 \n xpp3.noarch 0:1.1.3.8-11.el7 \n xsom.noarch 0:0-10.20110809svn.el7 \n\nComplete!\n" ] } MSG: http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. TASK [ipaserver : Install - Ensure that IPA server packages for dns are installed] *** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:12 Saturday 17 February 2024 17:31:14 +0000 (0:11:05.297) 0:21:09.798 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_setup_dns | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Ensure that IPA server packages for adtrust are installed] *** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:18 Saturday 17 February 2024 17:31:14 +0000 (0:00:00.015) 0:21:09.813 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_setup_adtrust | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Ensure that firewall packages installed] *********** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:24 Saturday 17 February 2024 17:31:14 +0000 (0:00:00.015) 0:21:09.829 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed" ] } TASK [ipaserver : Firewalld service - Ensure that firewalld is running] ******** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:34 Saturday 17 February 2024 17:31:14 +0000 (0:00:00.379) 0:21:10.208 ***** changed: [sut] => { "changed": true, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "dbus.service polkit.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "Conflicts": "ebtables.service ipset.service ip6tables.service shutdown.target iptables.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "Wants": "network-pre.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [ipaserver : Firewalld - Verify runtime zone "{{ ipaserver_firewalld_zone }}"] *** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:40 Saturday 17 February 2024 17:31:15 +0000 (0:00:00.895) 0:21:11.104 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_firewalld_zone is defined", "skip_reason": "Conditional result was False" } TASK [ipaserver : Firewalld - Verify permanent zone "{{ ipaserver_firewalld_zone }}"] *** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:47 Saturday 17 February 2024 17:31:15 +0000 (0:00:00.019) 0:21:11.123 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_firewalld_zone is defined", "skip_reason": "Conditional result was False" } TASK [ipaserver : Copy external certs] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:55 Saturday 17 February 2024 17:31:15 +0000 (0:00:00.018) 0:21:11.141 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_external_cert_files_from_controller is defined and ipaserver_external_cert_files_from_controller|length > 0 and not ipaserver_external_cert_files is defined", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Server installation test] ************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:62 Saturday 17 February 2024 17:31:15 +0000 (0:00:00.018) 0:21:11.160 ***** ok: [sut] => { "_dirsrv_ca_cert": null, "_dirsrv_pkcs12_info": null, "_hostname_overridden": true, "_http_ca_cert": null, "_http_pkcs12_info": null, "_installation_cleanup": true, "_pkinit_ca_cert": null, "_pkinit_pkcs12_info": null, "changed": false, "domain": "test.local", "domainlevel": 1, "external_ca": false, "external_ca_profile": null, "external_ca_type": null, "hostname": "ipaserver.test.local", "idmax": 327599999, "idstart": 327400000, "ipa_python_version": 40608, "no_host_dns": false, "no_pkinit": false, "ntp_pool": null, "ntp_servers": null, "random_serial_numbers": false, "realm": "TEST.LOCAL", "rid_base": 1000, "secondary_rid_base": 100000000, "setup_adtrust": false, "setup_ca": true, "setup_kra": false, "sid_generation_always": false } TASK [ipaserver : Install - Master password creation] ************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:142 Saturday 17 February 2024 17:31:17 +0000 (0:00:01.266) 0:21:12.426 ***** changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [ipaserver : Install - Use new master password] *************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:149 Saturday 17 February 2024 17:31:17 +0000 (0:00:00.731) 0:21:13.158 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaserver : Use user defined master password, if provided] *************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:155 Saturday 17 February 2024 17:31:17 +0000 (0:00:00.015) 0:21:13.174 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaserver : Install - Server preparation] ******************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:161 Saturday 17 February 2024 17:31:17 +0000 (0:00:00.012) 0:21:13.186 ***** changed: [sut] => { "_ca_subject": "CN=Certificate Authority,O=TEST.LOCAL", "_random_serial_numbers": false, "_subject_base": "O=TEST.LOCAL", "adtrust_netbios_name": null, "adtrust_reset_netbios_name": false, "ca_subject": "CN=Certificate Authority,O=TEST.LOCAL", "changed": true, "dns_ip_addresses": [], "dns_reverse_zones": [], "forward_policy": null, "forwarders": [], "ip_addresses": [ "10.31.40.124" ], "no_dnssec_validation": false, "reverse_zones": [], "subject_base": "O=TEST.LOCAL" } TASK [ipaserver : Install - Setup NTP] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:207 Saturday 17 February 2024 17:31:20 +0000 (0:00:02.318) 0:21:15.505 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup DS] ****************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:214 Saturday 17 February 2024 17:31:21 +0000 (0:00:01.010) 0:21:16.515 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup KRB] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:243 Saturday 17 February 2024 17:31:45 +0000 (0:00:24.749) 0:21:41.265 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup custodia] ************************************ task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:270 Saturday 17 February 2024 17:31:51 +0000 (0:00:05.139) 0:21:46.404 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup CA] ****************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:276 Saturday 17 February 2024 17:31:55 +0000 (0:00:04.135) 0:21:50.540 ***** changed: [sut] => { "changed": true, "csr_generated": false } TASK [ipaserver : Copy /root/ipa.csr to "sut-ipa.csr"] ************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:318 Saturday 17 February 2024 17:34:59 +0000 (0:03:04.541) 0:24:55.081 ***** skipping: [sut] => { "changed": false, "false_condition": "result_ipaserver_setup_ca.csr_generated | bool and ipaserver_copy_csr_to_controller | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Setup otpd] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:329 Saturday 17 February 2024 17:34:59 +0000 (0:00:00.019) 0:24:55.100 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup HTTP] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:335 Saturday 17 February 2024 17:35:02 +0000 (0:00:02.522) 0:24:57.623 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup KRA] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:367 Saturday 17 February 2024 17:36:09 +0000 (0:01:06.963) 0:26:04.587 ***** skipping: [sut] => { "changed": false, "false_condition": "result_ipaserver_test.setup_kra | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Setup DNS] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:378 Saturday 17 February 2024 17:36:09 +0000 (0:00:00.020) 0:26:04.608 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_setup_dns | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Setup ADTRUST] ************************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:395 Saturday 17 February 2024 17:36:09 +0000 (0:00:00.018) 0:26:04.627 ***** skipping: [sut] => { "changed": false, "false_condition": "result_ipaserver_test.setup_adtrust or result_ipaserver_test.sid_generation_always", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Set DS password] *********************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:411 Saturday 17 February 2024 17:36:09 +0000 (0:00:00.018) 0:26:04.645 ***** changed: [sut] => { "changed": true } TASK [Install - Setup client] ************************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:428 Saturday 17 February 2024 17:36:11 +0000 (0:00:02.451) 0:26:07.096 ***** TASK [ipaclient : Import variables specific to distribution] ******************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/main.yml:4 Saturday 17 February 2024 17:36:11 +0000 (0:00:00.031) 0:26:07.128 ***** ok: [sut] => (item=/tmp/freeipa-repo/roles/ipaclient/vars/RedHat-7.yml) => { "ansible_facts": { "ipaclient_packages": [ "ipa-client", "libselinux-python" ] }, "ansible_included_var_files": [ "/tmp/freeipa-repo/roles/ipaclient/vars/RedHat-7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/freeipa-repo/roles/ipaclient/vars/RedHat-7.yml" } TASK [ipaclient : Install IPA client] ****************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/main.yml:19 Saturday 17 February 2024 17:36:11 +0000 (0:00:00.030) 0:26:07.159 ***** included: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml for sut TASK [ipaclient : Install - Ensure that IPA client packages are installed] ***** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:4 Saturday 17 February 2024 17:36:11 +0000 (0:00:00.045) 0:26:07.205 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_install_packages | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Set ipaclient_servers] ***************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:10 Saturday 17 February 2024 17:36:11 +0000 (0:00:00.019) 0:26:07.225 ***** skipping: [sut] => { "changed": false, "false_condition": "groups.ipaservers is defined and ipaclient_servers is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Set ipaclient_servers from cluster inventory] ****** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:15 Saturday 17 February 2024 17:36:11 +0000 (0:00:00.020) 0:26:07.245 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_no_dns_lookup | bool and groups.ipaserver is defined and ipaclient_servers is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Check that either password or keytab is set] ******* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:21 Saturday 17 February 2024 17:36:11 +0000 (0:00:00.021) 0:26:07.267 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaadmin_keytab is defined and ipaadmin_password is defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Set default principal if no keytab is given] ******* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:26 Saturday 17 February 2024 17:36:11 +0000 (0:00:00.019) 0:26:07.287 ***** ok: [sut] => { "ansible_facts": { "ipaadmin_principal": "admin" }, "changed": false } TASK [ipaclient : Install - Fail on missing ipaclient_domain and ipaserver_domain] *** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:36 Saturday 17 February 2024 17:36:12 +0000 (0:00:00.024) 0:26:07.311 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_configure_dns_resolver | bool and not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Fail on missing ipaclient_servers] ***************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:41 Saturday 17 February 2024 17:36:12 +0000 (0:00:00.020) 0:26:07.331 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_configure_dns_resolver | bool and not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure DNS resolver] **************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:46 Saturday 17 February 2024 17:36:12 +0000 (0:00:00.020) 0:26:07.352 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_configure_dns_resolver | bool and not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - IPA client test] *********************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:52 Saturday 17 February 2024 17:36:12 +0000 (0:00:00.021) 0:26:07.373 ***** ok: [sut] => { "basedn": "dc=test,dc=local", "changed": false, "client_already_configured": false, "client_domain": "test.local", "dnsok": false, "domain": "test.local", "hostname": "ipaserver.test.local", "ipa_python_version": 40608, "kdc": "ipaserver.test.local", "nosssd_files": {}, "ntp_pool": null, "ntp_servers": null, "realm": "TEST.LOCAL", "selinux_works": true, "servers": [ "ipaserver.test.local" ], "sssd": true } TASK [ipaclient : Install - Cleanup leftover ccache] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:82 Saturday 17 February 2024 17:36:12 +0000 (0:00:00.737) 0:26:08.111 ***** ok: [sut] => { "changed": false, "path": "/etc/ipa/.dns_ccache", "state": "absent" } TASK [ipaclient : Install - Configure NTP] ************************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:87 Saturday 17 February 2024 17:36:12 +0000 (0:00:00.155) 0:26:08.266 ***** ok: [sut] => { "changed": false } TASK [ipaclient : Install - Make sure One-Time Password is enabled if it's already defined] *** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:99 Saturday 17 February 2024 17:36:13 +0000 (0:00:00.433) 0:26:08.699 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_otp is defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Disable One-Time Password for on_master] *********** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:104 Saturday 17 February 2024 17:36:13 +0000 (0:00:00.021) 0:26:08.720 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Test if IPA client has working krb5.keytab] ******** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:109 Saturday 17 February 2024 17:36:13 +0000 (0:00:00.020) 0:26:08.741 ***** ok: [sut] => { "ca_crt_exists": true, "changed": false, "krb5_conf_ok": true, "krb5_keytab_ok": true, "ping_test_ok": false } TASK [ipaclient : Install - Disable One-Time Password for client with working krb5.keytab] *** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:119 Saturday 17 February 2024 17:36:14 +0000 (0:00:00.646) 0:26:09.388 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and result_ipaclient_test_keytab.krb5_keytab_ok and not ipaclient_force_join | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Keytab or password is required for getting otp] **** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:137 Saturday 17 February 2024 17:36:14 +0000 (0:00:00.022) 0:26:09.410 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and ipaclient_otp is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Create temporary file for keytab] ****************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:142 Saturday 17 February 2024 17:36:14 +0000 (0:00:00.021) 0:26:09.431 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and ipaclient_otp is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Copy keytab to server temporary file] ************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:151 Saturday 17 February 2024 17:36:14 +0000 (0:00:00.022) 0:26:09.453 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and ipaclient_otp is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Get One-Time Password for client enrollment] ******* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:159 Saturday 17 February 2024 17:36:14 +0000 (0:00:00.022) 0:26:09.476 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaclient : Install - Store the previously obtained OTP] ***************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:169 Saturday 17 February 2024 17:36:14 +0000 (0:00:00.022) 0:26:09.498 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaclient : Install - Remove keytab temporary file] ********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:183 Saturday 17 February 2024 17:36:14 +0000 (0:00:00.021) 0:26:09.520 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and ipaclient_otp is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Store predefined OTP in admin_password] ********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:190 Saturday 17 February 2024 17:36:14 +0000 (0:00:00.023) 0:26:09.543 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaclient : Install - Check if principal and keytab are set] ************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:208 Saturday 17 February 2024 17:36:14 +0000 (0:00:00.021) 0:26:09.565 ***** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Check if one of password or keytabs are set] ******* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:213 Saturday 17 February 2024 17:36:14 +0000 (0:00:00.021) 0:26:09.586 ***** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - From host keytab, purge TEST.LOCAL] **************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:221 Saturday 17 February 2024 17:36:14 +0000 (0:00:00.021) 0:26:09.608 ***** skipping: [sut] => { "changed": false, "false_condition": "(ipaclient_use_otp | bool or ipaclient_force_join | bool) and not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Backup and set hostname] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:238 Saturday 17 February 2024 17:36:14 +0000 (0:00:00.020) 0:26:09.629 ***** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Create temporary krb5 configuration] *************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:243 Saturday 17 February 2024 17:36:14 +0000 (0:00:00.020) 0:26:09.649 ***** ok: [sut] => { "changed": false, "krb_name": "/tmp/tmpd_9ySe" } TASK [ipaclient : Install - Join IPA] ****************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:252 Saturday 17 February 2024 17:36:14 +0000 (0:00:00.441) 0:26:10.091 ***** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool and (not result_ipaclient_test_keytab.krb5_keytab_ok or ipaclient_force_join)", "skip_reason": "Conditional result was False" } TASK [ipaclient : The krb5 configuration is not correct] *********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:280 Saturday 17 February 2024 17:36:14 +0000 (0:00:00.022) 0:26:10.113 ***** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool and not result_ipaclient_join.changed and not ipaclient_allow_repair | bool and (result_ipaclient_test_keytab.krb5_keytab_ok or (result_ipaclient_join.already_joined is defined and result_ipaclient_join.already_joined))", "skip_reason": "Conditional result was False" } TASK [ipaclient : IPA test failed] ********************************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:286 Saturday 17 February 2024 17:36:14 +0000 (0:00:00.021) 0:26:10.135 ***** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool and not result_ipaclient_join.changed and not ipaclient_allow_repair | bool and (result_ipaclient_test_keytab.krb5_keytab_ok or (result_ipaclient_join.already_joined is defined and result_ipaclient_join.already_joined))", "skip_reason": "Conditional result was False" } TASK [ipaclient : Fail due to missing ca.crt file] ***************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:290 Saturday 17 February 2024 17:36:14 +0000 (0:00:00.021) 0:26:10.157 ***** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool and not result_ipaclient_join.changed and not ipaclient_allow_repair | bool and (result_ipaclient_test_keytab.krb5_keytab_ok or (result_ipaclient_join.already_joined is defined and result_ipaclient_join.already_joined))", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure IPA default.conf] ************************ task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:304 Saturday 17 February 2024 17:36:14 +0000 (0:00:00.022) 0:26:10.179 ***** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure SSSD] ************************************ task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:313 Saturday 17 February 2024 17:36:14 +0000 (0:00:00.023) 0:26:10.202 ***** changed: [sut] => { "changed": true } TASK [ipaclient : Install - IPA API calls for remaining enrollment parts] ****** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:335 Saturday 17 February 2024 17:36:15 +0000 (0:00:00.468) 0:26:10.671 ***** changed: [sut] => { "ca_enabled": true, "changed": true, "subject_base": "O=TEST.LOCAL" } TASK [ipaclient : Install - Fix IPA ca] **************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:344 Saturday 17 February 2024 17:36:18 +0000 (0:00:03.357) 0:26:14.028 ***** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool and result_ipaclient_test_keytab.krb5_keytab_ok and not result_ipaclient_test_keytab.ca_crt_exists", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Create IPA NSS database] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:355 Saturday 17 February 2024 17:36:18 +0000 (0:00:00.024) 0:26:14.052 ***** changed: [sut] => { "ca_enabled_ra": true, "changed": true } TASK [ipaclient : Install - Configure SSH and SSHD] **************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:390 Saturday 17 February 2024 17:36:24 +0000 (0:00:05.775) 0:26:19.827 ***** changed: [sut] => { "changed": true } TASK [ipaclient : Install - Configure automount] ******************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:398 Saturday 17 February 2024 17:36:25 +0000 (0:00:00.542) 0:26:20.370 ***** ok: [sut] => { "changed": false } TASK [ipaclient : Install - Configure firefox] ********************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:404 Saturday 17 February 2024 17:36:25 +0000 (0:00:00.436) 0:26:20.807 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_configure_firefox | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure NIS] ************************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:410 Saturday 17 February 2024 17:36:25 +0000 (0:00:00.025) 0:26:20.832 ***** changed: [sut] => { "changed": true } TASK [ipaclient : Remove temporary krb5.conf] ********************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:416 Saturday 17 February 2024 17:36:26 +0000 (0:00:00.739) 0:26:21.572 ***** changed: [sut] => { "changed": true, "path": "/tmp/tmpd_9ySe", "state": "absent" } TASK [ipaclient : Install - Configure krb5 for IPA realm] ********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:422 Saturday 17 February 2024 17:36:26 +0000 (0:00:00.161) 0:26:21.734 ***** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure certmonger] ****************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:436 Saturday 17 February 2024 17:36:26 +0000 (0:00:00.023) 0:26:21.757 ***** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Restore original admin password if overwritten by OTP] *** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:446 Saturday 17 February 2024 17:36:26 +0000 (0:00:00.022) 0:26:21.780 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaclient : Cleanup leftover ccache] ************************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:452 Saturday 17 February 2024 17:36:26 +0000 (0:00:00.020) 0:26:21.800 ***** ok: [sut] => { "changed": false, "path": "/etc/ipa/.dns_ccache", "state": "absent" } TASK [ipaclient : Remove temporary krb5.conf] ********************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:457 Saturday 17 February 2024 17:36:26 +0000 (0:00:00.154) 0:26:21.955 ***** ok: [sut] => { "changed": false, "path": "/tmp/tmpd_9ySe", "state": "absent" } TASK [ipaclient : Remove temporary krb5.conf backup] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:463 Saturday 17 February 2024 17:36:26 +0000 (0:00:00.156) 0:26:22.112 ***** changed: [sut] => { "changed": true, "path": "/tmp/tmpd_9ySe.ipabkp", "state": "absent" } TASK [ipaclient : Uninstall IPA client] **************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/main.yml:23 Saturday 17 February 2024 17:36:26 +0000 (0:00:00.162) 0:26:22.274 ***** skipping: [sut] => { "changed": false, "false_condition": "state|default('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Enable IPA] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:443 Saturday 17 February 2024 17:36:26 +0000 (0:00:00.022) 0:26:22.297 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Configure firewalld] ******************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:450 Saturday 17 February 2024 17:37:31 +0000 (0:01:04.755) 0:27:27.052 ***** changed: [sut] => { "changed": true, "cmd": [ "firewall-cmd", "--permanent", "--zone=", "--add-service=freeipa-ldap", "--add-service=freeipa-ldaps", "--add-service=ntp" ], "delta": "0:00:00.372602", "end": "2024-02-17 17:37:32.350658", "rc": 0, "start": "2024-02-17 17:37:31.978056" } STDOUT: success TASK [ipaserver : Install - Configure firewalld runtime] *********************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:464 Saturday 17 February 2024 17:37:32 +0000 (0:00:00.616) 0:27:27.668 ***** changed: [sut] => { "changed": true, "cmd": [ "firewall-cmd", "--zone=", "--add-service=freeipa-ldap", "--add-service=freeipa-ldaps", "--add-service=ntp" ], "delta": "0:00:00.351277", "end": "2024-02-17 17:37:32.854837", "rc": 0, "start": "2024-02-17 17:37:32.503560" } STDOUT: success TASK [ipaserver : Install - Cleanup root IPA cache] **************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:478 Saturday 17 February 2024 17:37:32 +0000 (0:00:00.504) 0:27:28.173 ***** ok: [sut] => { "changed": false, "path": "/root/.ipa_cache", "state": "absent" } TASK [ipaserver : Cleanup temporary files] ************************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:483 Saturday 17 February 2024 17:37:33 +0000 (0:00:00.148) 0:27:28.322 ***** ok: [sut] => (item=/etc/ipa/.tmp_pkcs12_dirsrv) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/ipa/.tmp_pkcs12_dirsrv", "path": "/etc/ipa/.tmp_pkcs12_dirsrv", "state": "absent" } ok: [sut] => (item=/etc/ipa/.tmp_pkcs12_http) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/ipa/.tmp_pkcs12_http", "path": "/etc/ipa/.tmp_pkcs12_http", "state": "absent" } ok: [sut] => (item=/etc/ipa/.tmp_pkcs12_pkinit) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/ipa/.tmp_pkcs12_pkinit", "path": "/etc/ipa/.tmp_pkcs12_pkinit", "state": "absent" } TASK [ipaserver : Uninstall IPA server] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/main.yml:23 Saturday 17 February 2024 17:37:33 +0000 (0:00:00.425) 0:27:28.747 ***** skipping: [sut] => { "changed": false, "false_condition": "state|default('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [Issue IPA signed certificates] ******************************************* task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tests_basic_ipa.yml:25 Saturday 17 February 2024 17:37:33 +0000 (0:00:00.018) 0:27:28.766 ***** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/git-weekly-ci_k7dfh_k/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 17 February 2024 17:37:33 +0000 (0:00:00.024) 0:27:28.790 ***** included: /WORKDIR/git-weekly-ci_k7dfh_k/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci_k7dfh_k/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 17 February 2024 17:37:33 +0000 (0:00:00.012) 0:27:28.802 ***** skipping: [sut] => { "changed": false, "false_condition": "__certificate_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /WORKDIR/git-weekly-ci_k7dfh_k/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 17 February 2024 17:37:33 +0000 (0:00:00.017) 0:27:28.820 ***** skipping: [sut] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ci_k7dfh_k/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 17 February 2024 17:37:33 +0000 (0:00:00.011) 0:27:28.831 ***** skipping: [sut] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci_k7dfh_k/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Saturday 17 February 2024 17:37:33 +0000 (0:00:00.010) 0:27:28.842 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=RedHat_7.yml) => { "ansible_facts": { "__certificate_default_directory": "/etc/pki/tls", "__certificate_packages": [ "python-pyasn1", "python-cryptography", "python-dbus" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci_k7dfh_k/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/RedHat_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_7.yml" } skipping: [sut] => (item=RedHat_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /WORKDIR/git-weekly-ci_k7dfh_k/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 17 February 2024 17:37:33 +0000 (0:00:00.023) 0:27:28.865 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "python2-pyasn1-0.1.9-7.el7.noarch providing python-pyasn1 is already installed", "python2-cryptography-1.7.2-2.el7.x86_64 providing python-cryptography is already installed", "dbus-python-1.1.1-9.el7.x86_64 providing python-dbus is already installed" ] } lsrpackages: python-cryptography python-dbus python-pyasn1 TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /WORKDIR/git-weekly-ci_k7dfh_k/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Saturday 17 February 2024 17:42:34 +0000 (0:05:00.886) 0:32:29.752 ***** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "rc": 0, "results": [ "certmonger-0.78.4-17.el7_9.x86_64 providing certmonger is already installed" ] } lsrpackages: certmonger TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-ci_k7dfh_k/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Saturday 17 February 2024 17:42:34 +0000 (0:00:00.394) 0:32:30.146 ***** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//pre-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-ci_k7dfh_k/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Saturday 17 February 2024 17:42:35 +0000 (0:00:00.166) 0:32:30.313 ***** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//post-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] *** task path: /WORKDIR/git-weekly-ci_k7dfh_k/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Saturday 17 February 2024 17:42:35 +0000 (0:00:00.165) 0:32:30.478 ***** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "enabled": true, "name": "certmonger", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-02-17 17:33:07 UTC", "ActiveEnterTimestampMonotonic": "11685595771", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network.target systemd-journald.socket system.slice dbus.service basic.target syslog.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-02-17 17:33:07 UTC", "AssertTimestampMonotonic": "11685544911", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedorahosted.certmonger", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-02-17 17:33:07 UTC", "ConditionTimestampMonotonic": "11685544909", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/certmonger.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "EnvironmentFile": "/etc/sysconfig/certmonger (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "20593", "ExecMainStartTimestamp": "Sat 2024-02-17 17:33:07 UTC", "ExecMainStartTimestampMonotonic": "11685549727", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /var/run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/certmonger.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "certmonger.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-02-17 17:33:07 UTC", "InactiveExitTimestampMonotonic": "11685549781", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "20593", "MemoryAccounting": "no", "MemoryCurrent": "11108352", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/var/run/certmonger.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "1", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-02-17 17:33:07 UTC", "WatchdogTimestampMonotonic": "11685595725", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /WORKDIR/git-weekly-ci_k7dfh_k/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Saturday 17 February 2024 17:42:35 +0000 (0:00:00.242) 0:32:30.721 ***** changed: [sut] => (item={'name': 'mycert_basic_ipa', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "ipa", "dns": "ipaserver.test.local", "name": "mycert_basic_ipa", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } } MSG: Certificate requested (new). changed: [sut] => (item={'name': 'groupcert', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa', 'group': 'ftp'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "ipa", "dns": "ipaserver.test.local", "group": "ftp", "name": "groupcert", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } } MSG: Certificate requested (new). File attributes updated. TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /WORKDIR/git-weekly-ci_k7dfh_k/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Saturday 17 February 2024 17:42:39 +0000 (0:00:04.382) 0:32:35.104 ***** skipping: [sut] => (item=['cert', {'name': 'mycert_basic_ipa', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "cert", { "ca": "ipa", "dns": "ipaserver.test.local", "name": "mycert_basic_ipa", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['cert', {'name': 'groupcert', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa', 'group': 'ftp'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "cert", { "ca": "ipa", "dns": "ipaserver.test.local", "group": "ftp", "name": "groupcert", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['key', {'name': 'mycert_basic_ipa', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "key", { "ca": "ipa", "dns": "ipaserver.test.local", "name": "mycert_basic_ipa", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['key', {'name': 'groupcert', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa', 'group': 'ftp'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "key", { "ca": "ipa", "dns": "ipaserver.test.local", "group": "ftp", "name": "groupcert", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['ca', {'name': 'mycert_basic_ipa', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "ca", { "ca": "ipa", "dns": "ipaserver.test.local", "name": "mycert_basic_ipa", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['ca', {'name': 'groupcert', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa', 'group': 'ftp'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "ca", { "ca": "ipa", "dns": "ipaserver.test.local", "group": "ftp", "name": "groupcert", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /WORKDIR/git-weekly-ci_k7dfh_k/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Saturday 17 February 2024 17:42:39 +0000 (0:00:00.030) 0:32:35.134 ***** skipping: [sut] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /WORKDIR/git-weekly-ci_k7dfh_k/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Saturday 17 February 2024 17:42:39 +0000 (0:00:00.022) 0:32:35.157 ***** skipping: [sut] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /WORKDIR/git-weekly-ci_k7dfh_k/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Saturday 17 February 2024 17:42:39 +0000 (0:00:00.024) 0:32:35.182 ***** skipping: [sut] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify certificates] ***************************************************** task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tests_basic_ipa.yml:41 Saturday 17 February 2024 17:42:39 +0000 (0:00:00.024) 0:32:35.206 ***** included: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml for sut => (item={'path': '/etc/pki/tls/certs/mycert_basic_ipa.crt', 'key_path': '/etc/pki/tls/private/mycert_basic_ipa.key', 'subject': [{'name': 'commonName', 'oid': '2.5.4.3', 'value': 'ipaserver.test.local'}, {'name': 'organizationName', 'oid': '2.5.4.10', 'value': 'TEST.LOCAL'}], 'subject_alt_name': [{'name': 'DNS', 'value': 'ipaserver.test.local'}, {'name': 'Universal Principal Name (UPN)', 'oid': '1.3.6.1.4.1.311.20.2.3', 'value': 'HTTP/ipaserver.test.local@TEST.LOCAL'}, {'name': 'Kerberos principalname', 'oid': '1.3.6.1.5.2.2', 'value': 'HTTP/ipaserver.test.local@TEST.LOCAL'}], 'key_usage': ['digital_signature', 'content_commitment', 'key_encipherment', 'data_encipherment']}) included: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml for sut => (item={'path': '/etc/pki/tls/certs/groupcert.crt', 'key_path': '/etc/pki/tls/private/groupcert.key', 'owner': 'root', 'group': 'ftp', 'mode': '0640', 'subject': [{'name': 'commonName', 'oid': '2.5.4.3', 'value': 'ipaserver.test.local'}, {'name': 'organizationName', 'oid': '2.5.4.10', 'value': 'TEST.LOCAL'}], 'subject_alt_name': [{'name': 'DNS', 'value': 'ipaserver.test.local'}, {'name': 'Universal Principal Name (UPN)', 'oid': '1.3.6.1.4.1.311.20.2.3', 'value': 'HTTP/ipaserver.test.local@TEST.LOCAL'}, {'name': 'Kerberos principalname', 'oid': '1.3.6.1.5.2.2', 'value': 'HTTP/ipaserver.test.local@TEST.LOCAL'}], 'key_usage': ['digital_signature', 'content_commitment', 'key_encipherment', 'data_encipherment']}) TASK [Set virtualenv_path] ***************************************************** task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:2 Saturday 17 February 2024 17:42:39 +0000 (0:00:00.029) 0:32:35.236 ***** ok: [sut] => { "ansible_facts": { "__virtualenv_path": "/tmp/certificate-tests-venv" }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:9 Saturday 17 February 2024 17:42:39 +0000 (0:00:00.009) 0:32:35.246 ***** skipping: [sut] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:14 Saturday 17 February 2024 17:42:39 +0000 (0:00:00.011) 0:32:35.257 ***** skipping: [sut] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Ensure python3 is installed] ********************************************* task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:18 Saturday 17 February 2024 17:42:39 +0000 (0:00:00.011) 0:32:35.268 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "python2-cryptography-1.7.2-2.el7.x86_64 providing python2-cryptography is already installed", "python2-cryptography-1.7.2-2.el7.x86_64 providing python2-cryptography is already installed" ] } lsrpackages: python2-cryptography TASK [Ensure python3 is installed] ********************************************* task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:28 Saturday 17 February 2024 17:42:40 +0000 (0:00:00.382) 0:32:35.650 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version != \"7\"", "skip_reason": "Conditional result was False" } TASK [Retrieve certificate file stats] ***************************************** task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:38 Saturday 17 February 2024 17:42:40 +0000 (0:00:00.008) 0:32:35.659 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708191758.0060554, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b5305fc563e9e75c85a86063eb66fcfddb8bff5e", "ctime": 1708191758.0030553, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12808578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708191758.0030553, "nlink": 1, "path": "/etc/pki/tls/certs/mycert_basic_ipa.crt", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1684, "uid": 0, "version": "1304970404", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify if certificate file exists] *************************************** task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:43 Saturday 17 February 2024 17:42:40 +0000 (0:00:00.168) 0:32:35.827 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate file owner and group] ********************************* task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:49 Saturday 17 February 2024 17:42:40 +0000 (0:00:00.012) 0:32:35.840 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate permissions] ****************************************** task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:59 Saturday 17 February 2024 17:42:40 +0000 (0:00:00.023) 0:32:35.863 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve key file stats] ************************************************* task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:65 Saturday 17 February 2024 17:42:40 +0000 (0:00:00.020) 0:32:35.883 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708191755.8870554, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "abf29e1df982440b2f037ce8a2449106b69f95c8", "ctime": 1708191758.0030553, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12808577, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708191758.0030553, "nlink": 1, "path": "/etc/pki/tls/private/mycert_basic_ipa.key", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1704, "uid": 0, "version": "18446744073339616075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify if key file exists] *********************************************** task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:70 Saturday 17 February 2024 17:42:40 +0000 (0:00:00.151) 0:32:36.035 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key file owner and group] ***************************************** task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:76 Saturday 17 February 2024 17:42:40 +0000 (0:00:00.010) 0:32:36.046 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Parse certificate] ******************************************************* task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:86 Saturday 17 February 2024 17:42:40 +0000 (0:00:00.022) 0:32:36.068 ***** ok: [sut] => { "certificate": { "extensions": { "authorityInfoAccess": { "critical": false, "value": [ { "location": "http://ipa-ca.test.local/ca/ocsp", "method": "OCSP" } ] }, "authorityKeyIdentifier": { "critical": false, "value": "ED:25:B9:07:F1:1C:6E:24:9E:DF:34:B4:53:13:E8:4B:92:0C:90:AB" }, "cRLDistributionPoints": { "critical": false, "value": [ { "crl_issuer": [ { "commonName": "Certificate Authority", "organizationName": "ipaca" } ], "full_name": [ "http://ipa-ca.test.local/ipa/crl/MasterCRL.bin" ] } ] }, "extendedKeyUsage": { "critical": false, "value": [ { "name": "id-kp-serverAuth", "oid": "1.3.6.1.5.5.7.3.1" }, { "name": "id-kp-clientAuth", "oid": "1.3.6.1.5.5.7.3.2" } ] }, "keyUsage": { "critical": true, "value": [ "key_encipherment", "digital_signature", "content_commitment", "data_encipherment" ] }, "subjectAltName": { "critical": false, "value": [ { "name": "DNS", "value": "ipaserver.test.local" }, { "name": "Universal Principal Name (UPN)", "oid": "1.3.6.1.4.1.311.20.2.3", "value": "HTTP/ipaserver.test.local@TEST.LOCAL" }, { "name": "Kerberos principalname", "oid": "1.3.6.1.5.2.2", "value": "HTTP/ipaserver.test.local@TEST.LOCAL" } ] }, "subjectKeyIdentifier": { "critical": false, "value": "CF:5C:8C:88:4D:EB:10:79:39:FB:FE:8B:28:A7:2A:58:0D:EF:4F:91" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "93:9F:83:BE:89:50:9A:AF:F3:06:74:BC:DE:9B:AB:FF:3D:A5:BF:04:AB:8B:B3:83:70:90:54:57:28:CE:21:22:18:55:ED:62:3D:31:4B:B2:E2:78:3C:4A:9A:6A:14:71:01:E8:01:80:54:28:45:98:E0:8E:2C:48:9C:23:A0:22:F5:CF:B3:E3:03:A4:45:4F:1D:D3:54:A1:BD:55:94:7B:0A:15:CE:DE:08:1B:4D:A2:25:27:94:C2:DE:77:A4:3C:BF:0A:5B:AF:DF:ED:99:93:B7:8C:A2:6E:87:7A:06:C6:DC:99:31:E3:91:B2:36:E4:C8:09:3C:4D:04:F9:18:76:9F:6E:A2:06:A3:A4:80:81:36:31:44:68:DC:4F:34:DE:1D:6F:E8:4C:AD:8E:83:A5:9D:21:E4:AD:E2:9C:77:0F:2E:31:4D:10:E6:09:5B:0E:2A:D4:B5:1C:25:37:5A:AE:FD:4C:15:10:25:D4:76:28:8D:A5:11:18:84:79:AB:55:6C:79:FA:B9:09:F9:35:E6:71:FD:5D:D9:E5:2B:FF:FA:05:79:20:4A:4D:FD:26:81:15:B1:CD:E7:FF:E0:57:A6:35:D6:D9:CD:7D:8F:2D:56:79:83:10:54:96:8E:9D:3E:21:E3:79:69:7D:86:27:9A:81:56:CF:10:F5:A8:3C:83" }, "subject": [ { "name": "organizationName", "oid": "2.5.4.10", "value": "TEST.LOCAL" }, { "name": "commonName", "oid": "2.5.4.3", "value": "ipaserver.test.local" } ], "validity": { "not_valid_after": "20260217174237Z", "not_valid_before": "20240217174237Z" } }, "changed": false } TASK [Load certificate YAML to cert_issued variable] *************************** task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:92 Saturday 17 February 2024 17:42:41 +0000 (0:00:00.315) 0:32:36.383 ***** ok: [sut] => { "ansible_facts": { "cert_issued": { "extensions": { "authorityInfoAccess": { "critical": false, "value": [ { "location": "http://ipa-ca.test.local/ca/ocsp", "method": "OCSP" } ] }, "authorityKeyIdentifier": { "critical": false, "value": "ED:25:B9:07:F1:1C:6E:24:9E:DF:34:B4:53:13:E8:4B:92:0C:90:AB" }, "cRLDistributionPoints": { "critical": false, "value": [ { "crl_issuer": [ { "commonName": "Certificate Authority", "organizationName": "ipaca" } ], "full_name": [ "http://ipa-ca.test.local/ipa/crl/MasterCRL.bin" ] } ] }, "extendedKeyUsage": { "critical": false, "value": [ { "name": "id-kp-serverAuth", "oid": "1.3.6.1.5.5.7.3.1" }, { "name": "id-kp-clientAuth", "oid": "1.3.6.1.5.5.7.3.2" } ] }, "keyUsage": { "critical": true, "value": [ "key_encipherment", "digital_signature", "content_commitment", "data_encipherment" ] }, "subjectAltName": { "critical": false, "value": [ { "name": "DNS", "value": "ipaserver.test.local" }, { "name": "Universal Principal Name (UPN)", "oid": "1.3.6.1.4.1.311.20.2.3", "value": "HTTP/ipaserver.test.local@TEST.LOCAL" }, { "name": "Kerberos principalname", "oid": "1.3.6.1.5.2.2", "value": "HTTP/ipaserver.test.local@TEST.LOCAL" } ] }, "subjectKeyIdentifier": { "critical": false, "value": "CF:5C:8C:88:4D:EB:10:79:39:FB:FE:8B:28:A7:2A:58:0D:EF:4F:91" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "93:9F:83:BE:89:50:9A:AF:F3:06:74:BC:DE:9B:AB:FF:3D:A5:BF:04:AB:8B:B3:83:70:90:54:57:28:CE:21:22:18:55:ED:62:3D:31:4B:B2:E2:78:3C:4A:9A:6A:14:71:01:E8:01:80:54:28:45:98:E0:8E:2C:48:9C:23:A0:22:F5:CF:B3:E3:03:A4:45:4F:1D:D3:54:A1:BD:55:94:7B:0A:15:CE:DE:08:1B:4D:A2:25:27:94:C2:DE:77:A4:3C:BF:0A:5B:AF:DF:ED:99:93:B7:8C:A2:6E:87:7A:06:C6:DC:99:31:E3:91:B2:36:E4:C8:09:3C:4D:04:F9:18:76:9F:6E:A2:06:A3:A4:80:81:36:31:44:68:DC:4F:34:DE:1D:6F:E8:4C:AD:8E:83:A5:9D:21:E4:AD:E2:9C:77:0F:2E:31:4D:10:E6:09:5B:0E:2A:D4:B5:1C:25:37:5A:AE:FD:4C:15:10:25:D4:76:28:8D:A5:11:18:84:79:AB:55:6C:79:FA:B9:09:F9:35:E6:71:FD:5D:D9:E5:2B:FF:FA:05:79:20:4A:4D:FD:26:81:15:B1:CD:E7:FF:E0:57:A6:35:D6:D9:CD:7D:8F:2D:56:79:83:10:54:96:8E:9D:3E:21:E3:79:69:7D:86:27:9A:81:56:CF:10:F5:A8:3C:83" }, "subject": [ { "name": "organizationName", "oid": "2.5.4.10", "value": "TEST.LOCAL" }, { "name": "commonName", "oid": "2.5.4.3", "value": "ipaserver.test.local" } ], "validity": { "not_valid_after": "20260217174237Z", "not_valid_before": "20240217174237Z" } } }, "changed": false } TASK [Verify certificate subject] ********************************************** task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:96 Saturday 17 February 2024 17:42:41 +0000 (0:00:00.012) 0:32:36.396 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate SAN] ************************************************** task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:104 Saturday 17 February 2024 17:42:41 +0000 (0:00:00.023) 0:32:36.419 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key size] ********************************************************* task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:112 Saturday 17 February 2024 17:42:41 +0000 (0:00:00.011) 0:32:36.431 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Key Usage] ******************************************** task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:119 Saturday 17 February 2024 17:42:41 +0000 (0:00:00.022) 0:32:36.454 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Extended Key Usage] *********************************** task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:130 Saturday 17 February 2024 17:42:41 +0000 (0:00:00.023) 0:32:36.477 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve auto-renew flag] ************************************************ task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:143 Saturday 17 February 2024 17:42:41 +0000 (0:00:00.022) 0:32:36.499 ***** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail; getcert list -f /etc/pki/tls/certs/mycert_basic_ipa.crt | grep 'auto-renew' | sed 's/^\\s\\+auto-renew: //g'", "delta": "0:00:00.080200", "end": "2024-02-17 17:42:41.401634", "rc": 0, "start": "2024-02-17 17:42:41.321434" } STDOUT: yes TASK [Verify certificate auto-renew flag] ************************************** task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:152 Saturday 17 February 2024 17:42:41 +0000 (0:00:00.221) 0:32:36.721 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set virtualenv_path] ***************************************************** task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:2 Saturday 17 February 2024 17:42:41 +0000 (0:00:00.020) 0:32:36.741 ***** ok: [sut] => { "ansible_facts": { "__virtualenv_path": "/tmp/certificate-tests-venv" }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:9 Saturday 17 February 2024 17:42:41 +0000 (0:00:00.010) 0:32:36.752 ***** skipping: [sut] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:14 Saturday 17 February 2024 17:42:41 +0000 (0:00:00.013) 0:32:36.765 ***** skipping: [sut] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Ensure python3 is installed] ********************************************* task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:18 Saturday 17 February 2024 17:42:41 +0000 (0:00:00.011) 0:32:36.776 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "python2-cryptography-1.7.2-2.el7.x86_64 providing python2-cryptography is already installed", "python2-cryptography-1.7.2-2.el7.x86_64 providing python2-cryptography is already installed" ] } lsrpackages: python2-cryptography TASK [Ensure python3 is installed] ********************************************* task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:28 Saturday 17 February 2024 17:42:41 +0000 (0:00:00.377) 0:32:37.154 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version != \"7\"", "skip_reason": "Conditional result was False" } TASK [Retrieve certificate file stats] ***************************************** task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:38 Saturday 17 February 2024 17:42:41 +0000 (0:00:00.008) 0:32:37.163 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708191759.7430553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "cb81c9a5da51ce84c38d6b9c56f7acbf6ee744f3", "ctime": 1708191759.7770555, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 50, "gr_name": "ftp", "inode": 12808580, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0640", "mtime": 1708191759.7340553, "nlink": 1, "path": "/etc/pki/tls/certs/groupcert.crt", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 1684, "uid": 0, "version": "18446744073076177040", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify if certificate file exists] *************************************** task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:43 Saturday 17 February 2024 17:42:42 +0000 (0:00:00.149) 0:32:37.312 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate file owner and group] ********************************* task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:49 Saturday 17 February 2024 17:42:42 +0000 (0:00:00.010) 0:32:37.323 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate permissions] ****************************************** task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:59 Saturday 17 February 2024 17:42:42 +0000 (0:00:00.020) 0:32:37.343 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve key file stats] ************************************************* task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:65 Saturday 17 February 2024 17:42:42 +0000 (0:00:00.018) 0:32:37.362 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708191758.6430554, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "8af3e65bdd72112ea739b6178c4b50b77d9a9047", "ctime": 1708191759.7780554, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 50, "gr_name": "ftp", "inode": 12808579, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0640", "mtime": 1708191759.7340553, "nlink": 1, "path": "/etc/pki/tls/private/groupcert.key", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 1704, "uid": 0, "version": "82594076", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify if key file exists] *********************************************** task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:70 Saturday 17 February 2024 17:42:42 +0000 (0:00:00.148) 0:32:37.511 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key file owner and group] ***************************************** task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:76 Saturday 17 February 2024 17:42:42 +0000 (0:00:00.011) 0:32:37.522 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Parse certificate] ******************************************************* task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:86 Saturday 17 February 2024 17:42:42 +0000 (0:00:00.019) 0:32:37.542 ***** ok: [sut] => { "certificate": { "extensions": { "authorityInfoAccess": { "critical": false, "value": [ { "location": "http://ipa-ca.test.local/ca/ocsp", "method": "OCSP" } ] }, "authorityKeyIdentifier": { "critical": false, "value": "ED:25:B9:07:F1:1C:6E:24:9E:DF:34:B4:53:13:E8:4B:92:0C:90:AB" }, "cRLDistributionPoints": { "critical": false, "value": [ { "crl_issuer": [ { "commonName": "Certificate Authority", "organizationName": "ipaca" } ], "full_name": [ "http://ipa-ca.test.local/ipa/crl/MasterCRL.bin" ] } ] }, "extendedKeyUsage": { "critical": false, "value": [ { "name": "id-kp-serverAuth", "oid": "1.3.6.1.5.5.7.3.1" }, { "name": "id-kp-clientAuth", "oid": "1.3.6.1.5.5.7.3.2" } ] }, "keyUsage": { "critical": true, "value": [ "key_encipherment", "digital_signature", "content_commitment", "data_encipherment" ] }, "subjectAltName": { "critical": false, "value": [ { "name": "DNS", "value": "ipaserver.test.local" }, { "name": "Universal Principal Name (UPN)", "oid": "1.3.6.1.4.1.311.20.2.3", "value": "HTTP/ipaserver.test.local@TEST.LOCAL" }, { "name": "Kerberos principalname", "oid": "1.3.6.1.5.2.2", "value": "HTTP/ipaserver.test.local@TEST.LOCAL" } ] }, "subjectKeyIdentifier": { "critical": false, "value": "BB:7B:79:8D:43:AA:C4:A2:00:71:6B:74:9B:69:25:20:C6:6A:87:DB" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "61:96:02:47:48:2A:DC:11:23:96:CD:80:A1:58:9E:43:91:E5:62:C7:EA:2E:67:72:BE:7F:64:54:2F:92:CE:DF:27:98:E4:99:42:8B:15:BF:64:7C:68:06:E8:1B:12:0C:69:C1:A5:B6:D9:8B:25:CB:CA:74:25:92:1D:03:C2:4E:FF:7A:06:A9:EF:03:09:3D:F6:70:DA:85:9A:D0:C2:15:9D:8B:CD:6E:35:59:56:04:4D:92:F4:18:CC:4C:05:E7:AC:B9:4E:93:CD:F0:AB:A6:DF:5A:55:4F:A2:23:69:14:68:51:C9:A0:D5:DE:79:D0:93:E4:62:49:8B:A6:D5:E2:D2:71:41:B2:ED:A9:A7:DB:4F:58:75:C1:36:FA:BE:FD:BD:DF:81:D5:2E:1B:62:BD:DE:A0:59:65:3C:F6:9B:F2:7E:AA:60:25:96:B9:71:23:0F:B0:A8:A8:22:1B:54:73:17:07:CC:71:2D:56:9F:B1:9F:12:7F:5F:88:64:18:E3:67:96:A5:F3:73:CF:80:88:19:84:7E:07:03:D0:62:8D:D5:C4:32:22:D9:B0:6A:09:62:7E:DE:83:EC:1A:68:CE:EC:FF:74:D5:CA:63:7C:6F:AF:75:16:C8:A0:DE:9B:AA:A1:98:96:F1:E4:2B:3B:E7:FA:D1:2B:7E:08:2B:5F:74" }, "subject": [ { "name": "organizationName", "oid": "2.5.4.10", "value": "TEST.LOCAL" }, { "name": "commonName", "oid": "2.5.4.3", "value": "ipaserver.test.local" } ], "validity": { "not_valid_after": "20260217174239Z", "not_valid_before": "20240217174239Z" } }, "changed": false } TASK [Load certificate YAML to cert_issued variable] *************************** task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:92 Saturday 17 February 2024 17:42:42 +0000 (0:00:00.223) 0:32:37.765 ***** ok: [sut] => { "ansible_facts": { "cert_issued": { "extensions": { "authorityInfoAccess": { "critical": false, "value": [ { "location": "http://ipa-ca.test.local/ca/ocsp", "method": "OCSP" } ] }, "authorityKeyIdentifier": { "critical": false, "value": "ED:25:B9:07:F1:1C:6E:24:9E:DF:34:B4:53:13:E8:4B:92:0C:90:AB" }, "cRLDistributionPoints": { "critical": false, "value": [ { "crl_issuer": [ { "commonName": "Certificate Authority", "organizationName": "ipaca" } ], "full_name": [ "http://ipa-ca.test.local/ipa/crl/MasterCRL.bin" ] } ] }, "extendedKeyUsage": { "critical": false, "value": [ { "name": "id-kp-serverAuth", "oid": "1.3.6.1.5.5.7.3.1" }, { "name": "id-kp-clientAuth", "oid": "1.3.6.1.5.5.7.3.2" } ] }, "keyUsage": { "critical": true, "value": [ "key_encipherment", "digital_signature", "content_commitment", "data_encipherment" ] }, "subjectAltName": { "critical": false, "value": [ { "name": "DNS", "value": "ipaserver.test.local" }, { "name": "Universal Principal Name (UPN)", "oid": "1.3.6.1.4.1.311.20.2.3", "value": "HTTP/ipaserver.test.local@TEST.LOCAL" }, { "name": "Kerberos principalname", "oid": "1.3.6.1.5.2.2", "value": "HTTP/ipaserver.test.local@TEST.LOCAL" } ] }, "subjectKeyIdentifier": { "critical": false, "value": "BB:7B:79:8D:43:AA:C4:A2:00:71:6B:74:9B:69:25:20:C6:6A:87:DB" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "61:96:02:47:48:2A:DC:11:23:96:CD:80:A1:58:9E:43:91:E5:62:C7:EA:2E:67:72:BE:7F:64:54:2F:92:CE:DF:27:98:E4:99:42:8B:15:BF:64:7C:68:06:E8:1B:12:0C:69:C1:A5:B6:D9:8B:25:CB:CA:74:25:92:1D:03:C2:4E:FF:7A:06:A9:EF:03:09:3D:F6:70:DA:85:9A:D0:C2:15:9D:8B:CD:6E:35:59:56:04:4D:92:F4:18:CC:4C:05:E7:AC:B9:4E:93:CD:F0:AB:A6:DF:5A:55:4F:A2:23:69:14:68:51:C9:A0:D5:DE:79:D0:93:E4:62:49:8B:A6:D5:E2:D2:71:41:B2:ED:A9:A7:DB:4F:58:75:C1:36:FA:BE:FD:BD:DF:81:D5:2E:1B:62:BD:DE:A0:59:65:3C:F6:9B:F2:7E:AA:60:25:96:B9:71:23:0F:B0:A8:A8:22:1B:54:73:17:07:CC:71:2D:56:9F:B1:9F:12:7F:5F:88:64:18:E3:67:96:A5:F3:73:CF:80:88:19:84:7E:07:03:D0:62:8D:D5:C4:32:22:D9:B0:6A:09:62:7E:DE:83:EC:1A:68:CE:EC:FF:74:D5:CA:63:7C:6F:AF:75:16:C8:A0:DE:9B:AA:A1:98:96:F1:E4:2B:3B:E7:FA:D1:2B:7E:08:2B:5F:74" }, "subject": [ { "name": "organizationName", "oid": "2.5.4.10", "value": "TEST.LOCAL" }, { "name": "commonName", "oid": "2.5.4.3", "value": "ipaserver.test.local" } ], "validity": { "not_valid_after": "20260217174239Z", "not_valid_before": "20240217174239Z" } } }, "changed": false } TASK [Verify certificate subject] ********************************************** task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:96 Saturday 17 February 2024 17:42:42 +0000 (0:00:00.011) 0:32:37.777 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate SAN] ************************************************** task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:104 Saturday 17 February 2024 17:42:42 +0000 (0:00:00.019) 0:32:37.796 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key size] ********************************************************* task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:112 Saturday 17 February 2024 17:42:42 +0000 (0:00:00.011) 0:32:37.807 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Key Usage] ******************************************** task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:119 Saturday 17 February 2024 17:42:42 +0000 (0:00:00.018) 0:32:37.825 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Extended Key Usage] *********************************** task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:130 Saturday 17 February 2024 17:42:42 +0000 (0:00:00.021) 0:32:37.846 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve auto-renew flag] ************************************************ task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:143 Saturday 17 February 2024 17:42:42 +0000 (0:00:00.020) 0:32:37.867 ***** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail; getcert list -f /etc/pki/tls/certs/groupcert.crt | grep 'auto-renew' | sed 's/^\\s\\+auto-renew: //g'", "delta": "0:00:00.079654", "end": "2024-02-17 17:42:42.764960", "rc": 0, "start": "2024-02-17 17:42:42.685306" } STDOUT: yes TASK [Verify certificate auto-renew flag] ************************************** task path: /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/assert_certificate_parameters.yml:152 Saturday 17 February 2024 17:42:42 +0000 (0:00:00.216) 0:32:38.083 ***** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=97 changed=28 unreachable=0 failed=0 skipped=57 rescued=0 ignored=0 Saturday 17 February 2024 17:42:42 +0000 (0:00:00.025) 0:32:38.108 ***** =============================================================================== ipaserver : Install - Ensure that IPA server packages are installed --- 665.30s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:7 ------------------------- Ensure nss package is up-to-date -------------------------------------- 601.14s /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/setup_ipa.yml:65 ------------------- fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed - 300.89s /WORKDIR/git-weekly-ci_k7dfh_k/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 ipaserver : Install - Setup CA ---------------------------------------- 184.54s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:276 ----------------------- ipaserver : Install - Setup HTTP --------------------------------------- 66.96s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:335 ----------------------- ipaserver : Install - Enable IPA --------------------------------------- 64.76s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:443 ----------------------- ipaserver : Install - Setup DS ----------------------------------------- 24.75s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:214 ----------------------- ipaclient : Install - Create IPA NSS database --------------------------- 5.78s /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:355 ----------------------- ipaserver : Install - Setup KRB ----------------------------------------- 5.14s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:243 ----------------------- fedora.linux_system_roles.certificate : Ensure certificate requests ----- 4.38s /WORKDIR/git-weekly-ci_k7dfh_k/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 ipaserver : Install - Setup custodia ------------------------------------ 4.14s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:270 ----------------------- ipaclient : Install - IPA API calls for remaining enrollment parts ------ 3.36s /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:335 ----------------------- ipaserver : Install - Setup otpd ---------------------------------------- 2.52s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:329 ----------------------- ipaserver : Install - Set DS password ----------------------------------- 2.45s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:411 ----------------------- ipaserver : Install - Server preparation -------------------------------- 2.32s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:161 ----------------------- ipaserver : Install - Server installation test -------------------------- 1.27s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:62 ------------------------ ipaserver : Install - Setup NTP ----------------------------------------- 1.01s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:207 ----------------------- ipaserver : Firewalld service - Ensure that firewalld is running -------- 0.90s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:34 ------------------------ Clone ansible-freeipa repo ---------------------------------------------- 0.84s /WORKDIR/git-weekly-ci_k7dfh_k/tests/tasks/setup_ipa.yml:32 ------------------- ipaclient : Install - Configure NIS ------------------------------------- 0.74s /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:410 ----------------------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---