# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.15.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.15/lib/python3.9/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-civwdy0ad2/.collection executable location = /opt/ansible-2.15/bin/ansible-playbook python version = 3.9.16 (main, Jan 17 2023, 18:53:15) [GCC 8.5.0 20210514 (Red Hat 8.5.0-18)] (/opt/ansible-2.15/bin/python3.9) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file statically imported: /WORKDIR/git-weekly-civwdy0ad2/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 ************************************************** 3 plays in /WORKDIR/git-weekly-civwdy0ad2/tests/tests_basic_ipa.yml PLAY [Install IPA server] ****************************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-civwdy0ad2/tests/tests_basic_ipa.yml:2 Saturday 26 August 2023 16:18:07 +0000 (0:00:00.016) 0:00:00.016 ******* ok: [sut] TASK [Set __is_beaker_env] ***************************************************** task path: /WORKDIR/git-weekly-civwdy0ad2/tests/tasks/setup_ipa.yml:2 Saturday 26 August 2023 16:18:08 +0000 (0:00:00.832) 0:00:00.849 ******* ok: [sut] => { "ansible_facts": { "__is_beaker_env": false }, "changed": false } TASK [Install ansible-freeipa] ************************************************* task path: /WORKDIR/git-weekly-civwdy0ad2/tests/tasks/setup_ipa.yml:6 Saturday 26 August 2023 16:18:08 +0000 (0:00:00.032) 0:00:00.882 ******* 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-civwdy0ad2/tests/tasks/setup_ipa.yml:12 Saturday 26 August 2023 16:18:08 +0000 (0:00:00.015) 0:00:00.897 ******* ok: [sut -> 127.0.0.1] => { "changed": false, "path": "/tmp/freeipa-repo/", "state": "absent" } TASK [Clone ansible-freeipa repo] ********************************************** task path: /WORKDIR/git-weekly-civwdy0ad2/tests/tasks/setup_ipa.yml:20 Saturday 26 August 2023 16:18:08 +0000 (0:00:00.239) 0:00:01.137 ******* changed: [sut -> 127.0.0.1] => { "after": "cf779e43bb8aa6c244d4daefa3d58e81577c10bc", "before": null, "changed": true } TASK [Create role symlinks] **************************************************** task path: /WORKDIR/git-weekly-civwdy0ad2/tests/tasks/setup_ipa.yml:29 Saturday 26 August 2023 16:18:09 +0000 (0:00:01.184) 0:00:02.321 ******* changed: [sut -> 127.0.0.1] => (item=ipaserver) => { "ansible_loop_var": "item", "changed": true, "dest": "/WORKDIR/git-weekly-civwdy0ad2/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-civwdy0ad2/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-civwdy0ad2/tests/tasks/setup_ipa.yml:41 Saturday 26 August 2023 16:18:10 +0000 (0:00:00.372) 0:00:02.694 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Set hostname] ************************************************************ task path: /WORKDIR/git-weekly-civwdy0ad2/tests/tasks/setup_ipa.yml:46 Saturday 26 August 2023 16:18:11 +0000 (0:00:00.871) 0:00:03.565 ******* 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-civwdy0ad2/tests/tasks/setup_ipa.yml:52 Saturday 26 August 2023 16:18:11 +0000 (0:00:00.665) 0:00:04.230 ******* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: nspr-4.35.0-3.el9_2.x86_64", "Installed: nss-3.90.0-3.el9_2.x86_64", "Installed: nss-softokn-3.90.0-3.el9_2.x86_64", "Installed: nss-softokn-freebl-3.90.0-3.el9_2.x86_64", "Installed: nss-sysinit-3.90.0-3.el9_2.x86_64", "Installed: nss-util-3.90.0-3.el9_2.x86_64" ] } TASK [Include ipaserver role] ************************************************** task path: /WORKDIR/git-weekly-civwdy0ad2/tests/tasks/setup_ipa.yml:68 Saturday 26 August 2023 16:18:14 +0000 (0:00:02.460) 0:00:06.691 ******* TASK [ipaserver : Import variables specific to distribution] ******************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/main.yml:4 Saturday 26 August 2023 16:18:14 +0000 (0:00:00.027) 0:00:06.719 ******* ok: [sut] => (item=/tmp/freeipa-repo/roles/ipaserver/vars/default.yml) => { "ansible_facts": { "ipaserver_packages": [ "ipa-server", "python3-libselinux" ], "ipaserver_packages_adtrust": [ "freeipa-server-trust-ad" ], "ipaserver_packages_dns": [ "ipa-server-dns" ], "ipaserver_packages_firewalld": [ "firewalld" ] }, "ansible_included_var_files": [ "/tmp/freeipa-repo/roles/ipaserver/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/freeipa-repo/roles/ipaserver/vars/default.yml" } TASK [ipaserver : Install IPA server] ****************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/main.yml:19 Saturday 26 August 2023 16:18:14 +0000 (0:00:00.037) 0:00:06.757 ******* 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 26 August 2023 16:18:14 +0000 (0:00:00.069) 0:00:06.826 ******* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: protobuf-c-1.3.3-13.el9.x86_64", "Installed: python3-cffi-1.14.5-5.el9.x86_64", "Installed: sscg-3.0.0-7.el9.x86_64", "Installed: sssd-idp-2.9.1-2.el9.x86_64", "Installed: python3-cryptography-36.0.1-4.el9.x86_64", "Installed: tzdata-java-2023c-1.el9.noarch", "Installed: fstrm-0.6.1-3.el9.x86_64", "Installed: python3-dns-2.3.0-2.el9.noarch", "Installed: python3-yubico-1.3.3-7.el9.noarch", "Installed: perl-Term-ReadLine-1.17-480.el9.noarch", "Installed: httpcomponents-client-4.5.13-3.el9.noarch", "Installed: httpcomponents-core-4.4.13-7.el9.noarch", "Installed: httpd-2.4.57-5.el9.x86_64", "Installed: httpd-core-2.4.57-5.el9.x86_64", "Installed: httpd-filesystem-2.4.57-5.el9.noarch", "Installed: python3-libipa_hbac-2.9.1-2.el9.x86_64", "Installed: httpd-tools-2.4.57-5.el9.x86_64", "Installed: perl-Text-Diff-1.45-13.el9.noarch", "Installed: perl-Tie-4.6-480.el9.noarch", "Installed: python3-ply-3.11-14.el9.noarch", "Installed: libuv-1:1.42.0-1.el9.x86_64", "Installed: python3-pycparser-2.20-6.el9.noarch", "Installed: nss-tools-3.90.0-3.el9_2.x86_64", "Installed: python3-sss-2.9.1-2.el9.x86_64", "Installed: python3-sss-murmur-2.9.1-2.el9.x86_64", "Installed: python3-sssdconfig-2.9.1-2.el9.noarch", "Installed: perl-debugger-1.56-480.el9.noarch", "Installed: open-sans-fonts-1.10-16.el9.noarch", "Installed: samba-client-libs-4.18.6-100.el9.x86_64", "Installed: samba-common-4.18.6-100.el9.noarch", "Installed: samba-common-libs-4.18.6-100.el9.x86_64", "Installed: perl-meta-notation-5.32.1-480.el9.noarch", "Installed: krb5-pkinit-1.21.1-1.el9.x86_64", "Installed: certmonger-0.79.17-1.el9.x86_64", "Installed: krb5-server-1.21.1-1.el9.x86_64", "Installed: krb5-workstation-1.21.1-1.el9.x86_64", "Installed: perl-sigtrap-1.09-480.el9.noarch", "Installed: perl-threads-1:2.25-460.el9.x86_64", "Installed: perl-threads-shared-1.61-460.el9.x86_64", "Installed: openssl-perl-1:3.0.7-24.el9.x86_64", "Installed: libjose-11-3.el9.x86_64", "Installed: autofs-1:5.1.7-55.el9.x86_64", "Installed: avahi-libs-0.8-12.el9_2.1.x86_64", "Installed: sssd-common-pac-2.9.1-2.el9.x86_64", "Installed: bash-completion-1:2.11-4.el9.noarch", "Installed: sssd-dbus-2.9.1-2.el9.x86_64", "Installed: sssd-ipa-2.9.1-2.el9.x86_64", "Installed: sssd-krb5-2.9.1-2.el9.x86_64", "Installed: sssd-krb5-common-2.9.1-2.el9.x86_64", "Installed: sssd-tools-2.9.1-2.el9.x86_64", "Installed: cups-libs-1:2.3.3op2-19.el9.x86_64", "Installed: cyrus-sasl-gssapi-2.1.27-21.el9.x86_64", "Installed: copy-jdk-configs-4.0-3.el9.noarch", "Installed: libnsl2-2.0.0-1.el9.x86_64", "Installed: libicu-67.1-9.el9.x86_64", "Installed: cyrus-sasl-plain-2.1.27-21.el9.x86_64", "Installed: libipa_hbac-2.9.1-2.el9.x86_64", "Installed: libkadm5-1.21.1-1.el9.x86_64", "Installed: pki-jackson-annotations-2.14.1-1.el9.noarch", "Installed: pki-jackson-core-2.14.1-2.el9.noarch", "Installed: pki-jackson-databind-2.14.1-2.el9.noarch", "Installed: pki-jackson-jaxrs-json-provider-2.14.1-2.el9.noarch", "Installed: pki-jackson-jaxrs-providers-2.14.1-2.el9.noarch", "Installed: pki-jackson-module-jaxb-annotations-2.14.1-2.el9.noarch", "Installed: words-3.0-39.el9.noarch", "Installed: pki-resteasy-3.0.26-15.el9.noarch", "Installed: pki-resteasy-client-3.0.26-15.el9.noarch", "Installed: pki-resteasy-core-3.0.26-15.el9.noarch", "Installed: pki-resteasy-jackson2-provider-3.0.26-15.el9.noarch", "Installed: lua-5.4.4-4.el9.x86_64", "Installed: lua-posix-35.0-8.el9.x86_64", "Installed: 389-ds-base-2.3.4-3.el9.x86_64", "Installed: 389-ds-base-libs-2.3.4-3.el9.x86_64", "Installed: pkgconf-1.7.3-10.el9.x86_64", "Installed: redhat-logos-httpd-90.4-2.el9.noarch", "Installed: redhat-logos-ipa-90.4-2.el9.noarch", "Installed: cyrus-sasl-md5-2.1.27-21.el9.x86_64", "Installed: libpkgconf-1.7.3-10.el9.x86_64", "Installed: bind-utils-32:9.16.23-13.el9.x86_64", "Installed: policycoreutils-python-utils-3.5-2.el9.noarch", "Installed: idm-jss-5.4.1-2.el9.x86_64", "Installed: idm-ldapjdk-5.4.0-1.el9.noarch", "Installed: idm-pki-acme-11.4.2-1.el9.noarch", "Installed: idm-pki-base-11.4.2-1.el9.noarch", "Installed: idm-pki-ca-11.4.2-1.el9.noarch", "Installed: idm-pki-java-11.4.2-1.el9.noarch", "Installed: idm-pki-kra-11.4.2-1.el9.noarch", "Installed: idm-pki-server-11.4.2-1.el9.noarch", "Installed: idm-pki-tools-11.4.2-1.el9.x86_64", "Installed: idm-tomcatjss-8.4.0-1.el9.noarch", "Installed: alsa-lib-1.2.9-1.el9.x86_64", "Installed: perl-Algorithm-Diff-1.2010-4.el9.noarch", "Installed: ipa-client-4.10.2-4.el9.x86_64", "Installed: ipa-client-common-4.10.2-4.el9.noarch", "Installed: perl-Archive-Tar-2.38-6.el9.noarch", "Installed: libsss_autofs-2.9.1-2.el9.x86_64", "Installed: ipa-common-4.10.2-4.el9.noarch", "Installed: ipa-healthcheck-core-0.12-4.el9.noarch", "Installed: ipa-selinux-4.10.2-4.el9.noarch", "Installed: ipa-server-4.10.2-4.el9.x86_64", "Installed: ipa-server-common-4.10.2-4.el9.noarch", "Installed: perl-Compress-Raw-Bzip2-2.101-5.el9.x86_64", "Installed: perl-Compress-Raw-Lzma-2.101-3.el9.x86_64", "Installed: perl-Compress-Raw-Zlib-2.101-5.el9.x86_64", "Installed: jakarta-activation-1.2.2-5.el9.noarch", "Installed: jakarta-annotations-1.3.5-13.el9.noarch", "Installed: mod_auth_gssapi-1.6.3-7.el9.x86_64", "Installed: publicsuffix-list-20210518-3.el9.noarch", "Installed: mod_http2-1.15.19-5.el9.x86_64", "Installed: perl-DB_File-1.855-4.el9.x86_64", "Installed: mod_lookup_identity-1.0.0-15.el9.x86_64", "Installed: mod_lua-2.4.57-5.el9.x86_64", "Installed: perl-Devel-Peek-1.28-480.el9.x86_64", "Installed: libwbclient-4.18.6-100.el9.x86_64", "Installed: mod_session-2.4.57-5.el9.x86_64", "Installed: java-11-openjdk-headless-1:11.0.20.0.8-3.el9.x86_64", "Installed: mod_ssl-1:2.4.57-5.el9.x86_64", "Installed: python3-argcomplete-1.12.0-5.el9.noarch", "Installed: apache-commons-cli-1.4-17.el9.noarch", "Installed: python3-augeas-0.5.0-25.el9.noarch", "Installed: apache-commons-codec-1.15-7.el9.noarch", "Installed: java-17-openjdk-headless-1:17.0.8.0.7-2.el9.x86_64", "Installed: apache-commons-io-1:2.8.0-8.el9.noarch", "Installed: apache-commons-lang3-3.12.0-6.el9.noarch", "Installed: lksctp-tools-1.0.19-2.el9.x86_64", "Installed: apache-commons-logging-1.2-29.el9.noarch", "Installed: apache-commons-net-3.6-14.el9.noarch", "Installed: javapackages-filesystem-6.0.0-4.el9.noarch", "Installed: javapackages-tools-6.0.0-4.el9.noarch", "Installed: jaxb-api-2.3.3-5.el9.noarch", "Installed: apr-1.7.0-11.el9.x86_64", "Installed: apr-util-1.6.1-23.el9.x86_64", "Installed: apr-util-bdb-1.6.1-23.el9.x86_64", "Installed: python3-pyusb-1.0.2-13.el9.noarch", "Installed: apr-util-openssl-1.6.1-23.el9.x86_64", "Installed: mailcap-2.1.49-5.el9.noarch", "Installed: jboss-jaxrs-2.0-api-1.0.0-16.el9.noarch", "Installed: jboss-logging-3.4.1-9.el9.noarch", "Installed: jboss-logging-tools-2.2.1-7.el9.noarch", "Installed: python3-gssapi-1.6.9-5.el9.x86_64", "Installed: python3-idm-pki-11.4.2-1.el9.noarch", "Installed: jdeparser-2.0.3-12.el9.noarch", "Installed: python3-ipaclient-4.10.2-4.el9.noarch", "Installed: python3-ipalib-4.10.2-4.el9.noarch", "Installed: python3-ipaserver-4.10.2-4.el9.noarch", "Installed: python3-jwcrypto-0.8-4.el9.noarch", "Installed: python3-kdcproxy-1.0.0-7.el9.noarch", "Installed: tomcat-el-3.0-api-1:9.0.62-14.el9.noarch", "Installed: augeas-libs-1.13.0-5.el9.x86_64", "Installed: python3-ldap-3.4.3-2.el9.x86_64", "Installed: python3-lib389-2.3.4-3.el9.noarch", "Installed: perl-IO-Compress-2.102-4.el9.noarch", "Installed: perl-IO-Compress-Lzma-2.101-4.el9.noarch", "Installed: perl-IO-Zlib-1:1.11-4.el9.noarch", "Installed: openldap-clients-2.6.3-1.el9.x86_64", "Installed: python3-mod_wsgi-4.7.1-11.el9.x86_64", "Installed: python3-netaddr-0.8.0-5.el9.noarch", "Installed: libdb-utils-5.3.28-53.el9.x86_64", "Installed: python3-psutil-5.8.0-12.el9.x86_64", "Installed: slapi-nis-0.60.0-4.el9_2.x86_64", "Installed: slf4j-1.7.30-13.el9.noarch", "Installed: python3-pyasn1-0.4.8-6.el9.noarch", "Installed: python3-pyasn1-modules-0.4.8-6.el9.noarch", "Installed: slf4j-jdk14-1.7.30-13.el9.noarch", "Installed: fontawesome-fonts-1:4.7.0-13.el9.noarch", "Installed: softhsm-2.6.1-7.el9.2.x86_64", "Installed: bind-libs-32:9.16.23-13.el9.x86_64", "Installed: bind-license-32:9.16.23-13.el9.noarch", "Installed: pkgconf-m4-1.7.3-10.el9.noarch", "Installed: pkgconf-pkg-config-1.7.3-10.el9.x86_64", "Installed: tomcat-servlet-4.0-api-1:9.0.62-14.el9.noarch", "Installed: python3-qrcode-core-6.1-12.el9.noarch" ] } TASK [ipaserver : Install - Ensure that IPA server packages for dns are installed] *** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:12 Saturday 26 August 2023 16:19:11 +0000 (0:00:56.725) 0:01:03.552 ******* 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 26 August 2023 16:19:11 +0000 (0:00:00.026) 0:01:03.578 ******* 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 26 August 2023 16:19:11 +0000 (0:00:00.026) 0:01:03.604 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [ipaserver : Firewalld service - Ensure that firewalld is running] ******** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:34 Saturday 26 August 2023 16:19:12 +0000 (0:00:00.878) 0:01:04.482 ******* changed: [sut] => { "changed": true, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "polkit.service basic.target system.slice sysinit.target dbus-broker.service dbus.socket", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "nftables.service shutdown.target ebtables.service iptables.service ipset.service ip6tables.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EnvironmentFiles": "/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 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; 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 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13929", "LimitNPROCSoft": "13929", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13929", "LimitSIGPENDINGSoft": "13929", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22286", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [ipaserver : Firewalld - Verify runtime zone "{{ ipaserver_firewalld_zone }}"] *** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:40 Saturday 26 August 2023 16:19:13 +0000 (0:00:01.230) 0:01:05.713 ******* 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 26 August 2023 16:19:13 +0000 (0:00:00.032) 0:01:05.746 ******* 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 26 August 2023 16:19:13 +0000 (0:00:00.037) 0:01:05.783 ******* 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 26 August 2023 16:19:13 +0000 (0:00:00.068) 0:01:05.852 ******* 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": 1354999999, "idstart": 1354800000, "ipa_python_version": 41002, "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": true } TASK [ipaserver : Install - Master password creation] ************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:142 Saturday 26 August 2023 16:19:15 +0000 (0:00:01.942) 0:01:07.795 ******* 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 26 August 2023 16:19:16 +0000 (0:00:01.096) 0:01:08.891 ******* 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 26 August 2023 16:19:16 +0000 (0:00:00.042) 0:01:08.934 ******* 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 26 August 2023 16:19:16 +0000 (0:00:00.038) 0:01:08.973 ******* changed: [sut] => { "_ca_subject": "CN=Certificate Authority,O=TEST.LOCAL", "_random_serial_numbers": false, "_subject_base": "O=TEST.LOCAL", "adtrust_netbios_name": "TEST", "adtrust_reset_netbios_name": true, "ca_subject": "CN=Certificate Authority,O=TEST.LOCAL", "changed": true, "dns_ip_addresses": [], "dns_reverse_zones": [], "forward_policy": null, "forwarders": [], "ip_addresses": [ "10.31.12.211" ], "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 26 August 2023 16:19:18 +0000 (0:00:02.268) 0:01:11.241 ******* changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup DS] ****************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:214 Saturday 26 August 2023 16:19:26 +0000 (0:00:07.496) 0:01:18.738 ******* changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup KRB] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:243 Saturday 26 August 2023 16:20:00 +0000 (0:00:33.759) 0:01:52.497 ******* changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup custodia] ************************************ task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:270 Saturday 26 August 2023 16:20:07 +0000 (0:00:07.096) 0:01:59.594 ******* changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup CA] ****************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:276 Saturday 26 August 2023 16:20:12 +0000 (0:00:04.947) 0:02:04.542 ******* fatal: [sut]: FAILED! => { "changed": false, "rc": 1 } MSG: MODULE FAILURE See stdout/stderr for the exact error MODULE_STDERR: Failed to configure CA instance See the installation logs and the following files/directories for more information: /var/log/pki/pki-tomcat Traceback (most recent call last): File "", line 107, in File "", line 99, in _ansiballz_main File "", line 47, in invoke_module File "/usr/lib64/python3.9/runpy.py", line 225, in run_module return _run_module_code(code, init_globals, run_name, mod_spec) File "/usr/lib64/python3.9/runpy.py", line 97, in _run_module_code _run_code(code, mod_globals, init_globals, File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code exec(code, run_globals) File "/tmp/ansible_ipaserver_setup_ca_payload_fyb3dq4n/ansible_ipaserver_setup_ca_payload.zip/ansible/modules/ipaserver_setup_ca.py", line 417, in File "/tmp/ansible_ipaserver_setup_ca_payload_fyb3dq4n/ansible_ipaserver_setup_ca_payload.zip/ansible/modules/ipaserver_setup_ca.py", line 379, in main File "/usr/lib/python3.9/site-packages/ipaserver/install/ca.py", line 422, in install_step_0 ca.configure_instance( File "/usr/lib/python3.9/site-packages/ipaserver/install/cainstance.py", line 506, in configure_instance self.start_creation(runtime=runtime) File "/usr/lib/python3.9/site-packages/ipaserver/install/service.py", line 686, in start_creation run_step(full_msg, method) File "/usr/lib/python3.9/site-packages/ipaserver/install/service.py", line 672, in run_step method() File "/usr/lib/python3.9/site-packages/ipaserver/install/cainstance.py", line 651, in __spawn_instance DogtagInstance.spawn_instance( File "/usr/lib/python3.9/site-packages/ipaserver/install/dogtaginstance.py", line 227, in spawn_instance self.handle_setup_error(e) File "/usr/lib/python3.9/site-packages/ipaserver/install/dogtaginstance.py", line 604, in handle_setup_error raise RuntimeError( RuntimeError: CA configuration failed. TASK [ipaserver : Install - Cleanup root IPA cache] **************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:478 Saturday 26 August 2023 16:20:17 +0000 (0:00:05.475) 0:02:10.018 ******* 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 26 August 2023 16:20:17 +0000 (0:00:00.226) 0:02:10.244 ******* 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 [FAILURE - check entropy] ************************************************* task path: /WORKDIR/git-weekly-civwdy0ad2/tests/tasks/setup_ipa.yml:72 Saturday 26 August 2023 16:20:18 +0000 (0:00:00.659) 0:02:10.904 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/proc/sys/kernel/random/entropy_avail" ], "delta": "0:00:00.003326", "end": "2023-08-26 16:20:18.840899", "rc": 0, "start": "2023-08-26 16:20:18.837573" } STDOUT: 256 TASK [FAILURE - get logs for debugging] **************************************** task path: /WORKDIR/git-weekly-civwdy0ad2/tests/tasks/setup_ipa.yml:75 Saturday 26 August 2023 16:20:18 +0000 (0:00:00.305) 0:02:11.209 ******* ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\ncd /var/log\ntar -czf /tmp/ipalogs.tgz $( [[ -e messages ]] && echo messages ) $( [[ -e ipaserver-install.log ]] && echo ipaserver-install.log ) $( [[ -e ipaclient-install.log ]] && echo ipaclient-install.log ) $( [[ -e pki ]] && echo pki )\nchmod '0644' /tmp/ipalogs.tgz", "delta": "0:00:00.059021", "end": "2023-08-26 16:20:19.095724", "rc": 0, "start": "2023-08-26 16:20:19.036703" } TASK [FAILURE - grab archive] ************************************************** task path: /WORKDIR/git-weekly-civwdy0ad2/tests/tasks/setup_ipa.yml:86 Saturday 26 August 2023 16:20:19 +0000 (0:00:00.254) 0:02:11.463 ******* changed: [sut] => { "changed": true, "checksum": "aa7a005a8e4ae0e376e15efd8603f51c4daf53f8", "dest": "/tmp/ipalogs.tgz", "md5sum": "27941a3d0b459db33b34b936534379d0", "remote_checksum": "aa7a005a8e4ae0e376e15efd8603f51c4daf53f8", "remote_md5sum": null } TASK [FAILURE - unpack archive] ************************************************ task path: /WORKDIR/git-weekly-civwdy0ad2/tests/tasks/setup_ipa.yml:91 Saturday 26 August 2023 16:20:19 +0000 (0:00:00.314) 0:02:11.778 ******* fatal: [sut -> 127.0.0.1]: FAILED! => { "changed": false, "rc": 127 } MSG: MODULE FAILURE See stdout/stderr for the exact error MODULE_STDERR: /bin/sh: sudo: command not found to retry, use: --limit @/tmp/tests_basic_ipa.retry PLAY RECAP ********************************************************************* sut : ok=26 changed=13 unreachable=0 failed=1 skipped=7 rescued=1 ignored=0 Saturday 26 August 2023 16:20:19 +0000 (0:00:00.037) 0:02:11.815 ******* =============================================================================== ipaserver : Install - Ensure that IPA server packages are installed ---- 56.73s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:7 ------------------------- ipaserver : Install - Setup DS ----------------------------------------- 33.76s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:214 ----------------------- ipaserver : Install - Setup NTP ----------------------------------------- 7.50s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:207 ----------------------- ipaserver : Install - Setup KRB ----------------------------------------- 7.10s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:243 ----------------------- ipaserver : Install - Setup CA ------------------------------------------ 5.48s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:276 ----------------------- ipaserver : Install - Setup custodia ------------------------------------ 4.95s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:270 ----------------------- Ensure nss package is up-to-date ---------------------------------------- 2.46s /WORKDIR/git-weekly-civwdy0ad2/tests/tasks/setup_ipa.yml:52 ------------------- ipaserver : Install - Server preparation -------------------------------- 2.27s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:161 ----------------------- ipaserver : Install - Server installation test -------------------------- 1.94s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:62 ------------------------ ipaserver : Firewalld service - Ensure that firewalld is running -------- 1.23s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:34 ------------------------ Clone ansible-freeipa repo ---------------------------------------------- 1.18s /WORKDIR/git-weekly-civwdy0ad2/tests/tasks/setup_ipa.yml:20 ------------------- ipaserver : Install - Master password creation -------------------------- 1.10s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:142 ----------------------- ipaserver : Install - Ensure that firewall packages installed ----------- 0.88s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:24 ------------------------ Ensure hostname package is installed ------------------------------------ 0.87s /WORKDIR/git-weekly-civwdy0ad2/tests/tasks/setup_ipa.yml:41 ------------------- Gathering Facts --------------------------------------------------------- 0.83s /WORKDIR/git-weekly-civwdy0ad2/tests/tests_basic_ipa.yml:2 -------------------- Set hostname ------------------------------------------------------------ 0.67s /WORKDIR/git-weekly-civwdy0ad2/tests/tasks/setup_ipa.yml:46 ------------------- ipaserver : Cleanup temporary files ------------------------------------- 0.66s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:483 ----------------------- Create role symlinks ---------------------------------------------------- 0.37s /WORKDIR/git-weekly-civwdy0ad2/tests/tasks/setup_ipa.yml:29 ------------------- FAILURE - grab archive -------------------------------------------------- 0.31s /WORKDIR/git-weekly-civwdy0ad2/tests/tasks/setup_ipa.yml:86 ------------------- FAILURE - check entropy ------------------------------------------------- 0.31s /WORKDIR/git-weekly-civwdy0ad2/tests/tasks/setup_ipa.yml:72 ------------------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---