# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.14.2] 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.14/lib/python3.9/site-packages/ansible ansible collection location = /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/.collection executable location = /opt/ansible-2.14/bin/ansible-playbook python version = 3.9.13 (main, Jun 24 2022, 15:32:51) [GCC 8.5.0 20210514 (Red Hat 8.5.0-13)] (/opt/ansible-2.14/bin/python3.9) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file statically imported: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/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/dist-git-certificate-weekly-ci-v5a2fav0/tests/tests_basic_ipa.yml PLAY [Install IPA server] ****************************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tests_basic_ipa.yml:2 Saturday 11 February 2023 22:51:39 +0000 (0:00:00.339) 0:00:00.339 ***** ok: [sut] TASK [Set __is_beaker_env] ***************************************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/setup_ipa.yml:2 Saturday 11 February 2023 22:51:50 +0000 (0:00:10.917) 0:00:11.257 ***** ok: [sut] => { "ansible_facts": { "__is_beaker_env": false }, "changed": false } TASK [Install ansible-freeipa] ************************************************* task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/setup_ipa.yml:6 Saturday 11 February 2023 22:51:52 +0000 (0:00:02.455) 0:00:13.712 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clone ansible-freeipa repo] ********************************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/setup_ipa.yml:12 Saturday 11 February 2023 22:51:53 +0000 (0:00:00.973) 0:00:14.686 ***** changed: [sut -> 127.0.0.1] => { "after": "b30ae1c9b52eec76af48eb24cb51be90408de045", "before": null, "changed": true } TASK [Create role symlinks] **************************************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/setup_ipa.yml:21 Saturday 11 February 2023 22:52:19 +0000 (0:00:26.042) 0:00:40.728 ***** changed: [sut -> 127.0.0.1] => (item=ipaserver) => { "ansible_loop_var": "item", "changed": true, "dest": "/WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/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/dist-git-certificate-weekly-ci-v5a2fav0/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/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/setup_ipa.yml:33 Saturday 11 February 2023 22:52:53 +0000 (0:00:34.056) 0:01:14.785 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Set hostname] ************************************************************ task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/setup_ipa.yml:38 Saturday 11 February 2023 22:53:09 +0000 (0:00:16.207) 0:01:30.992 ***** 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/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/setup_ipa.yml:42 Saturday 11 February 2023 22:53:29 +0000 (0:00:20.010) 0:01:51.003 ***** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: nss-softokn-3.79.0-14.el9_0.x86_64", "Installed: nss-softokn-freebl-3.79.0-14.el9_0.x86_64", "Installed: nss-sysinit-3.79.0-14.el9_0.x86_64", "Installed: nss-util-3.79.0-14.el9_0.x86_64", "Installed: nspr-4.34.0-14.el9_0.x86_64", "Installed: nss-3.79.0-14.el9_0.x86_64" ] } TASK [Include ipaserver role] ************************************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/setup_ipa.yml:59 Saturday 11 February 2023 22:53:34 +0000 (0:00:04.948) 0:01:55.951 ***** TASK [ipaserver : Import variables specific to distribution] ******************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/main.yml:4 Saturday 11 February 2023 22:53:37 +0000 (0:00:02.734) 0:01:58.686 ***** 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 11 February 2023 22:53:39 +0000 (0:00:01.515) 0:02:00.201 ***** 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 11 February 2023 22:53:43 +0000 (0:00:04.974) 0:02:05.175 ***** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: graphene-1.10.6-2.el9.x86_64", "Installed: totem-pl-parser-3.26.6-2.el9.x86_64", "Installed: gsm-1.0.19-6.el9.x86_64", "Installed: tracker-3.1.2-3.el9_1.x86_64", "Installed: tracker-miners-3.1.2-3.el9.x86_64", "Installed: ttmkfdir-3.0.9-65.el9.x86_64", "Installed: gstreamer1-1.18.4-4.el9.x86_64", "Installed: gstreamer1-plugins-base-1.18.4-5.el9.x86_64", "Installed: tzdata-java-2022g-2.el9.noarch", "Installed: gtk-update-icon-cache-3.24.31-2.el9.x86_64", "Installed: gtk3-3.24.31-2.el9.x86_64", "Installed: upower-0.99.13-2.el9.x86_64", "Installed: hicolor-icon-theme-0.17-13.el9.noarch", "Installed: httpcomponents-client-4.5.13-3.el9.noarch", "Installed: httpcomponents-core-4.4.13-7.el9.noarch", "Installed: httpd-2.4.53-11.el9.x86_64", "Installed: httpd-core-2.4.53-11.el9.x86_64", "Installed: nss-tools-3.79.0-14.el9_0.x86_64", "Installed: httpd-filesystem-2.4.53-11.el9.noarch", "Installed: httpd-tools-2.4.53-11.el9.x86_64", "Installed: vulkan-loader-1.3.224.0-2.el9.x86_64", "Installed: graphite2-1.3.14-9.el9.x86_64", "Installed: webkit2gtk3-jsc-2.38.4-1.el9.x86_64", "Installed: webrtc-audio-processing-0.3.1-8.el9.x86_64", "Installed: open-sans-fonts-1.10-16.el9.noarch", "Installed: gsettings-desktop-schemas-40.0-6.el9.x86_64", "Installed: wireplumber-0.4.8-1.el9.x86_64", "Installed: harfbuzz-2.7.4-8.el9.x86_64", "Installed: wireplumber-libs-0.4.8-1.el9.x86_64", "Installed: openjpeg2-2.4.0-7.el9.x86_64", "Installed: xdg-dbus-proxy-0.1.3-1.el9.x86_64", "Installed: xdg-desktop-portal-1.12.4-1.el9.x86_64", "Installed: xdg-desktop-portal-gtk-1.12.0-3.el9.x86_64", "Installed: openssl-perl-1:3.0.7-2.el9.x86_64", "Installed: xkeyboard-config-2.33-2.el9.noarch", "Installed: xml-common-0.6.3-58.el9.noarch", "Installed: opus-1.3.1-10.el9.x86_64", "Installed: orc-0.4.31-6.el9.x86_64", "Installed: osinfo-db-20221130-1.el9.noarch", "Installed: osinfo-db-tools-1.10.0-1.el9.x86_64", "Installed: ostree-libs-2022.6-2.el9.x86_64", "Installed: p11-kit-server-0.24.1-2.el9.x86_64", "Installed: xorg-x11-fonts-Type1-7.5-33.el9.noarch", "Installed: pango-1.48.7-3.el9.x86_64", "Installed: krb5-pkinit-1.20.1-5.el9.x86_64", "Installed: krb5-server-1.20.1-5.el9.x86_64", "Installed: krb5-workstation-1.20.1-5.el9.x86_64", "Installed: libgudev-237-1.el9.x86_64", "Installed: libgusb-0.3.8-1.el9.x86_64", "Installed: libicu-67.1-9.el9.x86_64", "Installed: libipa_hbac-2.8.2-2.el9.x86_64", "Installed: libkadm5-1.20.1-5.el9.x86_64", "Installed: idm-jss-5.3.0-0.3.beta2.el9.x86_64", "Installed: idm-ldapjdk-5.3.0-0.2.beta1.el9.noarch", "Installed: idm-pki-acme-11.3.0-1.el9.noarch", "Installed: idm-pki-base-11.3.0-1.el9.noarch", "Installed: idm-pki-ca-11.3.0-1.el9.noarch", "Installed: idm-pki-java-11.3.0-1.el9.noarch", "Installed: idm-pki-kra-11.3.0-1.el9.noarch", "Installed: idm-pki-server-11.3.0-1.el9.noarch", "Installed: idm-pki-tools-11.3.0-1.el9.x86_64", "Installed: idm-tomcatjss-8.3.0-0.2.beta1.el9.noarch", "Installed: perl-Algorithm-Diff-1.2010-4.el9.noarch", "Installed: perl-Archive-Tar-2.38-6.el9.noarch", "Installed: libpciaccess-0.16-6.el9.x86_64", "Installed: ipa-client-4.10.1-3.el9.x86_64", "Installed: ipa-client-common-4.10.1-3.el9.noarch", "Installed: libpkgconf-1.7.3-10.el9.x86_64", "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: libpng-2:1.6.37-12.el9.x86_64", "Installed: ipa-common-4.10.1-3.el9.noarch", "Installed: libproxy-0.4.15-35.el9.x86_64", "Installed: ipa-healthcheck-core-0.12-1.el9.noarch", "Installed: ipa-selinux-4.10.1-3.el9.noarch", "Installed: ipa-server-4.10.1-3.el9.x86_64", "Installed: ipa-server-common-4.10.1-3.el9.noarch", "Installed: perl-DB_File-1.855-4.el9.x86_64", "Installed: iso-codes-4.6.0-3.el9.noarch", "Installed: perl-Devel-Peek-1.28-480.el9.x86_64", "Installed: jakarta-activation-1.2.2-5.el9.noarch", "Installed: jakarta-annotations-1.3.5-13.el9.noarch", "Installed: java-11-openjdk-1:11.0.18.0.9-0.3.ea.el9.x86_64", "Installed: libsss_autofs-2.8.2-2.el9.x86_64", "Installed: java-11-openjdk-devel-1:11.0.18.0.9-0.3.ea.el9.x86_64", "Installed: java-11-openjdk-headless-1:11.0.18.0.9-0.3.ea.el9.x86_64", "Installed: java-17-openjdk-headless-1:17.0.6.0.9-0.3.ea.el9.x86_64", "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: libusbx-1.0.26-1.el9.x86_64", "Installed: jbigkit-libs-2.1-23.el9.x86_64", "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: jdeparser-2.0.3-12.el9.noarch", "Installed: libwbclient-4.17.5-100.el9.x86_64", "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: lksctp-tools-1.0.19-2.el9.x86_64", "Installed: mailcap-2.1.49-5.el9.noarch", "Installed: openldap-clients-2.6.2-3.el9.x86_64", "Installed: perl-Term-ReadLine-1.17-480.el9.noarch", "Installed: perl-Text-Diff-1.45-13.el9.noarch", "Installed: perl-Tie-4.6-480.el9.noarch", "Installed: pkgconf-1.7.3-10.el9.x86_64", "Installed: pkgconf-m4-1.7.3-10.el9.noarch", "Installed: pkgconf-pkg-config-1.7.3-10.el9.x86_64", "Installed: polkit-0.117-11.el9.x86_64", "Installed: polkit-libs-0.117-11.el9.x86_64", "Installed: polkit-pkla-compat-0.1-21.el9.x86_64", "Installed: protobuf-c-1.3.3-12.el9.x86_64", "Installed: python3-cffi-1.14.5-5.el9.x86_64", "Installed: python3-cryptography-36.0.1-2.el9.x86_64", "Installed: perl-debugger-1.56-480.el9.noarch", "Installed: python3-dns-2.2.1-2.el9.noarch", "Installed: python3-libipa_hbac-2.8.2-2.el9.x86_64", "Installed: perl-meta-notation-5.32.1-480.el9.noarch", "Installed: python3-ply-3.11-14.el9.noarch", "Installed: python3-pycparser-2.20-6.el9.noarch", "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: python3-sss-2.8.2-2.el9.x86_64", "Installed: python3-sss-murmur-2.8.2-2.el9.x86_64", "Installed: python3-sssdconfig-2.8.2-2.el9.noarch", "Installed: samba-client-libs-4.17.5-100.el9.x86_64", "Installed: samba-common-4.17.5-100.el9.noarch", "Installed: samba-common-libs-4.17.5-100.el9.x86_64", "Installed: pipewire-0.3.47-2.el9.x86_64", "Installed: shared-mime-info-2.1-5.el9.x86_64", "Installed: pipewire-alsa-0.3.47-2.el9.x86_64", "Installed: pipewire-jack-audio-connection-kit-0.3.47-2.el9.x86_64", "Installed: pipewire-libs-0.3.47-2.el9.x86_64", "Installed: pipewire-pulseaudio-0.3.47-2.el9.x86_64", "Installed: pixman-0.40.0-5.el9.x86_64", "Installed: sssd-common-pac-2.8.2-2.el9.x86_64", "Installed: sssd-dbus-2.8.2-2.el9.x86_64", "Installed: pki-jackson-core-2.14.1-2.el9.noarch", "Installed: sssd-ipa-2.8.2-2.el9.x86_64", "Installed: pki-jackson-annotations-2.14.1-1.el9.noarch", "Installed: sssd-krb5-common-2.8.2-2.el9.x86_64", "Installed: pki-jackson-databind-2.14.1-2.el9.noarch", "Installed: pki-jackson-jaxrs-json-provider-2.14.1-2.el9.noarch", "Installed: pki-resteasy-core-3.0.26-15.el9.noarch", "Installed: pki-jackson-jaxrs-providers-2.14.1-2.el9.noarch", "Installed: sssd-tools-2.8.2-2.el9.x86_64", "Installed: pki-servlet-engine-1:9.0.50-1.el9.noarch", "Installed: pki-jackson-module-jaxb-annotations-2.14.1-2.el9.noarch", "Installed: pki-resteasy-client-3.0.26-15.el9.noarch", "Installed: pki-resteasy-jackson2-provider-3.0.26-15.el9.noarch", "Installed: pki-servlet-4.0-api-1:9.0.50-1.el9.noarch", "Installed: lcms2-2.12-3.el9.x86_64", "Installed: policycoreutils-python-utils-3.5-0.rc2.1.el9.noarch", "Installed: poppler-21.01.0-14.el9.x86_64", "Installed: libX11-1.7.0-7.el9.x86_64", "Installed: libX11-common-1.7.0-7.el9.noarch", "Installed: words-3.0-39.el9.noarch", "Installed: poppler-data-0.4.9-9.el9.noarch", "Installed: poppler-glib-21.01.0-14.el9.x86_64", "Installed: libX11-xcb-1.7.0-7.el9.x86_64", "Installed: libXau-1.0.9-8.el9.x86_64", "Installed: 389-ds-base-2.2.4-3.el9.x86_64", "Installed: 389-ds-base-libs-2.2.4-3.el9.x86_64", "Installed: libXcomposite-0.4.5-7.el9.x86_64", "Installed: libXcursor-1.2.0-7.el9.x86_64", "Installed: libXdamage-1.1.5-7.el9.x86_64", "Installed: libXext-1.3.4-8.el9.x86_64", "Installed: libXfixes-5.0.3-16.el9.x86_64", "Installed: libXft-2.3.3-8.el9.x86_64", "Installed: libXi-1.7.10-8.el9.x86_64", "Installed: libXinerama-1.1.4-10.el9.x86_64", "Installed: publicsuffix-list-20210518-3.el9.noarch", "Installed: pulseaudio-libs-15.0-2.el9.x86_64", "Installed: abattis-cantarell-fonts-0.301-4.el9.noarch", "Installed: pulseaudio-utils-15.0-2.el9.x86_64", "Installed: libXrandr-1.5.2-8.el9.x86_64", "Installed: adwaita-cursor-theme-40.1.1-3.el9.noarch", "Installed: libXrender-0.9.10-16.el9.x86_64", "Installed: adwaita-icon-theme-40.1.1-3.el9.noarch", "Installed: python3-argcomplete-1.12.0-5.el9.noarch", "Installed: python3-augeas-0.5.0-25.el9.noarch", "Installed: alsa-lib-1.2.8-2.el9.x86_64", "Installed: libXtst-1.2.3-16.el9.x86_64", "Installed: libXv-1.0.11-16.el9.x86_64", "Installed: libXxf86vm-1.1.4-18.el9.x86_64", "Installed: libappstream-glib-0.7.18-4.el9.x86_64", "Installed: python3-gssapi-1.6.9-5.el9.x86_64", "Installed: python3-idm-pki-11.3.0-1.el9.noarch", "Installed: libasyncns-0.8-22.el9.x86_64", "Installed: python3-ipaclient-4.10.1-3.el9.noarch", "Installed: python3-ipalib-4.10.1-3.el9.noarch", "Installed: python3-ipaserver-4.10.1-3.el9.noarch", "Installed: ant-1.10.9-7.el9.noarch", "Installed: python3-jwcrypto-0.8-4.el9.noarch", "Installed: python3-kdcproxy-1.0.0-7.el9.noarch", "Installed: python3-ldap-3.4.3-2.el9.x86_64", "Installed: python3-lib389-2.2.4-3.el9.noarch", "Installed: ant-lib-1.10.9-7.el9.noarch", "Installed: apache-commons-cli-1.4-17.el9.noarch", "Installed: apache-commons-codec-1.15-7.el9.noarch", "Installed: apache-commons-io-1:2.8.0-8.el9.noarch", "Installed: apache-commons-lang3-3.12.0-6.el9.noarch", "Installed: apache-commons-logging-1.2-29.el9.noarch", "Installed: apache-commons-net-3.6-14.el9.noarch", "Installed: python3-mod_wsgi-4.7.1-11.el9.x86_64", "Installed: libcanberra-0.30-26.el9.x86_64", "Installed: python3-netaddr-0.8.0-5.el9.noarch", "Installed: apr-1.7.0-11.el9.x86_64", "Installed: apr-util-1.6.1-20.el9.x86_64", "Installed: libcanberra-gtk3-0.30-26.el9.x86_64", "Installed: apr-util-bdb-1.6.1-20.el9.x86_64", "Installed: apr-util-openssl-1.6.1-20.el9.x86_64", "Installed: python3-psutil-5.8.0-12.el9.x86_64", "Installed: at-spi2-atk-2.38.0-4.el9.x86_64", "Installed: python3-pyasn1-0.4.8-6.el9.noarch", "Installed: python3-pyasn1-modules-0.4.8-6.el9.noarch", "Installed: libdatrie-0.2.13-4.el9.x86_64", "Installed: at-spi2-core-2.40.3-1.el9.x86_64", "Installed: atk-2.36.0-5.el9.x86_64", "Installed: libdb-utils-5.3.28-53.el9.x86_64", "Installed: python3-pyusb-1.0.2-13.el9.noarch", "Installed: libdrm-2.4.114-1.el9.x86_64", "Installed: python3-qrcode-core-6.1-12.el9.noarch", "Installed: augeas-libs-1.13.0-3.el9.x86_64", "Installed: libepoxy-1.5.5-4.el9.x86_64", "Installed: python3-yubico-1.3.3-7.el9.noarch", "Installed: libexif-0.6.22-6.el9.x86_64", "Installed: avahi-glib-0.8-12.el9.x86_64", "Installed: libfontenc-1.1.3-17.el9.x86_64", "Installed: bind-libs-32:9.16.23-7.el9.x86_64", "Installed: bind-license-32:9.16.23-7.el9.noarch", "Installed: bind-utils-32:9.16.23-7.el9.x86_64", "Installed: libgexiv2-0.12.3-1.el9.x86_64", "Installed: libglvnd-1:1.3.4-1.el9.x86_64", "Installed: libglvnd-egl-1:1.3.4-1.el9.x86_64", "Installed: libglvnd-glx-1:1.3.4-1.el9.x86_64", "Installed: libgsf-1.14.47-5.el9.x86_64", "Installed: libgxps-0.3.2-3.el9.x86_64", "Installed: libiptcdata-1.0.5-9.el9.x86_64", "Installed: libjose-11-3.el9.x86_64", "Installed: libjpeg-turbo-2.0.90-5.el9.x86_64", "Installed: cairo-1.17.4-7.el9.x86_64", "Installed: libldac-2.0.2.3-10.el9.x86_64", "Installed: cairo-gobject-1.17.4-7.el9.x86_64", "Installed: certmonger-0.79.17-1.el9.x86_64", "Installed: libnotify-0.7.9-8.el9.x86_64", "Installed: redhat-logos-httpd-90.4-1.el9.noarch", "Installed: libnsl2-2.0.0-1.el9.x86_64", "Installed: redhat-logos-ipa-90.4-1.el9.noarch", "Installed: libogg-2:1.3.4-6.el9.x86_64", "Installed: libosinfo-1.10.0-1.el9.x86_64", "Installed: colord-libs-1.4.5-4.el9.x86_64", "Installed: copy-jdk-configs-4.0-3.el9.noarch", "Installed: rtkit-0.11-28.el9.x86_64", "Installed: libproxy-webkitgtk4-0.4.15-35.el9.x86_64", "Installed: cyrus-sasl-md5-2.1.27-21.el9.x86_64", "Installed: dconf-0.40.0-6.el9.x86_64", "Installed: slapi-nis-0.60.0-2.el9.x86_64", "Installed: slf4j-1.7.30-13.el9.noarch", "Installed: slf4j-jdk14-1.7.30-13.el9.noarch", "Installed: softhsm-2.6.1-7.el9.2.x86_64", "Installed: sound-theme-freedesktop-0.8-17.el9.noarch", "Installed: exempi-2.6.0-0.2.20211007gite23c213.el9.x86_64", "Installed: exiv2-0.27.5-2.el9.x86_64", "Installed: exiv2-libs-0.27.5-2.el9.x86_64", "Installed: librsvg2-2.50.7-1.el9.x86_64", "Installed: fdk-aac-free-2.0.0-8.el9.x86_64", "Installed: libsbc-1.4-9.el9.x86_64", "Installed: sscg-3.0.0-7.el9.x86_64", "Installed: sssd-idp-2.8.2-2.el9.x86_64", "Installed: libsndfile-1.0.31-7.el9.x86_64", "Installed: libsoup-2.72.0-8.el9.x86_64", "Installed: flac-libs-1.3.3-10.el9.x86_64", "Installed: libstemmer-0-18.585svn.el9.x86_64", "Installed: flatpak-1.12.7-2.el9.x86_64", "Installed: flatpak-selinux-1.12.7-2.el9.noarch", "Installed: flatpak-session-helper-1.12.7-2.el9.x86_64", "Installed: libthai-0.1.28-8.el9.x86_64", "Installed: libtheora-1:1.1.1-31.el9.x86_64", "Installed: libtiff-4.4.0-7.el9.x86_64", "Installed: fontawesome-fonts-1:4.7.0-13.el9.noarch", "Installed: fontconfig-2.14.0-2.el9_1.x86_64", "Installed: libtool-ltdl-2.4.6-45.el9.x86_64", "Installed: libtracker-sparql-3.1.2-3.el9_1.x86_64", "Installed: libuv-1:1.42.0-1.el9.x86_64", "Installed: fribidi-1.0.10-6.el9.2.x86_64", "Installed: fstrm-0.6.1-3.el9.x86_64", "Installed: libvisual-1:0.4.0-34.el9.x86_64", "Installed: libvorbis-1:1.3.7-5.el9.x86_64", "Installed: libwayland-client-1.21.0-1.el9.x86_64", "Installed: libwayland-cursor-1.21.0-1.el9.x86_64", "Installed: libwayland-egl-1.21.0-1.el9.x86_64", "Installed: libwayland-server-1.21.0-1.el9.x86_64", "Installed: libwebp-1.2.0-3.el9.x86_64", "Installed: libxcb-1.13.1-9.el9.x86_64", "Installed: gdk-pixbuf2-2.42.6-3.el9.x86_64", "Installed: gdk-pixbuf2-modules-2.42.6-3.el9.x86_64", "Installed: libxkbcommon-1.0.3-4.el9.x86_64", "Installed: libxshmfence-1.3-10.el9.x86_64", "Installed: ModemManager-glib-1.20.2-1.el9.x86_64", "Installed: geoclue2-2.6.0-7.el9.x86_64", "Installed: giflib-5.2.1-9.el9.x86_64", "Installed: llvm-libs-15.0.7-1.el9.x86_64", "Installed: autofs-1:5.1.7-36.el9.x86_64", "Installed: avahi-libs-0.8-12.el9.x86_64", "Installed: bash-completion-1:2.11-4.el9.noarch", "Installed: bluez-libs-5.64-2.el9.x86_64", "Installed: bubblewrap-0.4.1-6.el9.x86_64", "Installed: low-memory-monitor-2.1-4.el9.x86_64", "Installed: lua-5.4.4-2.el9_1.x86_64", "Installed: lua-posix-35.0-8.el9.x86_64", "Installed: cups-libs-1:2.3.3op2-16.el9.x86_64", "Installed: cyrus-sasl-gssapi-2.1.27-21.el9.x86_64", "Installed: cyrus-sasl-plain-2.1.27-21.el9.x86_64", "Installed: mesa-libEGL-22.3.0-2.el9.x86_64", "Installed: mesa-libGL-22.3.0-2.el9.x86_64", "Installed: mesa-libgbm-22.3.0-2.el9.x86_64", "Installed: mesa-libglapi-22.3.0-2.el9.x86_64", "Installed: mesa-vulkan-drivers-22.3.0-2.el9.x86_64", "Installed: freetype-2.10.4-9.el9.x86_64", "Installed: fuse-2.9.9-15.el9.x86_64", "Installed: fuse-common-3.10.2-5.el9.x86_64", "Installed: mkfontscale-1.2.1-3.el9.x86_64", "Installed: mod_auth_gssapi-1.6.3-7.el9.x86_64", "Installed: mod_http2-1.15.19-4.el9.x86_64", "Installed: glib-networking-2.68.3-3.el9.x86_64", "Installed: mod_lookup_identity-1.0.0-15.el9.x86_64", "Installed: mod_lua-2.4.53-11.el9.x86_64", "Installed: mod_session-2.4.53-11.el9.x86_64", "Installed: mod_ssl-1:2.4.53-11.el9.x86_64" ] } TASK [ipaserver : Install - Ensure that IPA server packages for dns are installed] *** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:12 Saturday 11 February 2023 22:55:41 +0000 (0:01:57.040) 0:04:02.236 ***** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: python3-bind-32:9.16.23-7.el9.noarch", "Installed: ipa-server-dns-4.10.1-3.el9.noarch", "Installed: openssl-pkcs11-0.4.11-7.el9.x86_64", "Installed: sqlite-3.34.1-6.el9_1.x86_64", "Installed: opencryptoki-3.19.0-2.el9.x86_64", "Installed: opencryptoki-icsftok-3.19.0-2.el9.x86_64", "Installed: opendnssec-2.1.8-4.el9.x86_64", "Installed: opencryptoki-libs-3.19.0-2.el9.x86_64", "Installed: bind-32:9.16.23-7.el9.x86_64", "Installed: bind-dnssec-doc-32:9.16.23-7.el9.noarch", "Installed: bind-dnssec-utils-32:9.16.23-7.el9.x86_64", "Installed: bind-dyndb-ldap-11.9-8.el9_1.x86_64", "Installed: ldns-1.7.1-11.el9.x86_64" ] } TASK [ipaserver : Install - Ensure that IPA server packages for adtrust are installed] *** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:18 Saturday 11 February 2023 22:55:49 +0000 (0:00:08.092) 0:04:10.353 ***** skipping: [sut] => { "changed": false, "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 11 February 2023 22:55:49 +0000 (0:00:00.558) 0:04:10.911 ***** 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 11 February 2023 22:55:52 +0000 (0:00:02.517) 0:04:13.429 ***** 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 dbus-broker.service dbus.socket sysinit.target basic.target system.slice", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.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": "shutdown.target nftables.service ebtables.service ip6tables.service iptables.service ipset.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": "13988", "LimitNPROCSoft": "13988", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13988", "LimitSIGPENDINGSoft": "13988", "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": "system.slice sysinit.target dbus.socket", "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": "22380", "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 11 February 2023 22:55:59 +0000 (0:00:07.337) 0:04:20.767 ***** skipping: [sut] => { "changed": false, "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 11 February 2023 22:56:00 +0000 (0:00:01.276) 0:04:22.043 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaserver : Copy external certs] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:55 Saturday 11 February 2023 22:56:01 +0000 (0:00:01.075) 0:04:23.119 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Server installation test] ************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:62 Saturday 11 February 2023 22:56:03 +0000 (0:00:01.435) 0:04:24.554 ***** 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": 1103799999, "idstart": 1103600000, "ipa_python_version": 41001, "no_host_dns": true, "no_pkinit": false, "ntp_pool": null, "ntp_servers": null, "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:141 Saturday 11 February 2023 22:56:14 +0000 (0:00:11.281) 0:04:35.836 ***** 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:148 Saturday 11 February 2023 22:56:26 +0000 (0:00:11.429) 0:04:47.265 ***** 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:154 Saturday 11 February 2023 22:56:28 +0000 (0:00:02.621) 0:04:49.887 ***** 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:160 Saturday 11 February 2023 22:56:32 +0000 (0:00:03.841) 0:04:53.729 ***** 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": [ "10.31.12.148" ], "dns_reverse_zones": [], "forward_policy": "only", "forwarders": [ "10.29.169.13", "10.29.170.12", "10.2.32.1" ], "ip_addresses": [ "10.31.12.148" ], "no_dnssec_validation": true, "reverse_zones": [], "subject_base": "O=TEST.LOCAL" } TASK [ipaserver : Install - Setup NTP] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:206 Saturday 11 February 2023 22:56:46 +0000 (0:00:14.386) 0:05:08.116 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup DS] ****************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:213 Saturday 11 February 2023 22:57:07 +0000 (0:00:20.521) 0:05:28.637 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup KRB] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:242 Saturday 11 February 2023 22:57:50 +0000 (0:00:42.888) 0:06:11.526 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup custodia] ************************************ task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:269 Saturday 11 February 2023 22:58:04 +0000 (0:00:14.399) 0:06:25.926 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup CA] ****************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:275 Saturday 11 February 2023 22:58:20 +0000 (0:00:16.152) 0:06:42.078 ***** 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:317 Saturday 11 February 2023 23:02:50 +0000 (0:04:29.938) 0:11:12.016 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Setup otpd] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:328 Saturday 11 February 2023 23:02:53 +0000 (0:00:02.361) 0:11:14.378 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup HTTP] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:334 Saturday 11 February 2023 23:03:10 +0000 (0:00:17.552) 0:11:31.931 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup KRA] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:366 Saturday 11 February 2023 23:04:10 +0000 (0:01:00.007) 0:12:31.938 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Setup DNS] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:377 Saturday 11 February 2023 23:04:14 +0000 (0:00:03.642) 0:12:35.581 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup ADTRUST] ************************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:394 Saturday 11 February 2023 23:04:51 +0000 (0:00:37.220) 0:13:12.802 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Set DS password] *********************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:410 Saturday 11 February 2023 23:05:10 +0000 (0:00:19.008) 0:13:31.810 ***** changed: [sut] => { "changed": true } TASK [Install - Setup client] ************************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:427 Saturday 11 February 2023 23:05:13 +0000 (0:00:03.186) 0:13:34.997 ***** TASK [ipaclient : Import variables specific to distribution] ******************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/main.yml:4 Saturday 11 February 2023 23:05:13 +0000 (0:00:00.146) 0:13:35.144 ***** ok: [sut] => (item=/tmp/freeipa-repo/roles/ipaclient/vars/default.yml) => { "ansible_facts": { "ipaclient_packages": [ "ipa-client", "python3-libselinux" ] }, "ansible_included_var_files": [ "/tmp/freeipa-repo/roles/ipaclient/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/freeipa-repo/roles/ipaclient/vars/default.yml" } TASK [ipaclient : Install IPA client] ****************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/main.yml:19 Saturday 11 February 2023 23:05:14 +0000 (0:00:00.260) 0:13:35.405 ***** 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 11 February 2023 23:05:14 +0000 (0:00:00.306) 0:13:35.711 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Set ipaclient_servers] ***************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:10 Saturday 11 February 2023 23:05:14 +0000 (0:00:00.115) 0:13:35.826 ***** skipping: [sut] => { "changed": false, "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 11 February 2023 23:05:14 +0000 (0:00:00.139) 0:13:35.965 ***** skipping: [sut] => { "changed": false, "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 11 February 2023 23:05:14 +0000 (0:00:00.141) 0:13:36.107 ***** skipping: [sut] => { "changed": false, "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 11 February 2023 23:05:15 +0000 (0:00:00.119) 0:13:36.226 ***** 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 11 February 2023 23:05:15 +0000 (0:00:00.141) 0:13:36.368 ***** skipping: [sut] => { "changed": false, "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 11 February 2023 23:05:15 +0000 (0:00:00.096) 0:13:36.464 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure DNS resolver] **************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:46 Saturday 11 February 2023 23:05:15 +0000 (0:00:00.104) 0:13:36.569 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - IPA client test] *********************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:52 Saturday 11 February 2023 23:05:15 +0000 (0:00:00.187) 0:13:36.756 ***** 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": 41001, "kdc": "ipaserver.test.local", "nosssd_files": {}, "ntp_pool": null, "ntp_servers": null, "realm": "TEST.LOCAL", "servers": [ "ipaserver.test.local" ], "sssd": true } TASK [ipaclient : Install - Cleanup leftover ccache] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:82 Saturday 11 February 2023 23:05:16 +0000 (0:00:01.256) 0:13:38.013 ***** 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 11 February 2023 23:05:17 +0000 (0:00:00.389) 0:13:38.402 ***** 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 11 February 2023 23:05:18 +0000 (0:00:01.218) 0:13:39.621 ***** skipping: [sut] => { "changed": false, "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 11 February 2023 23:05:18 +0000 (0:00:00.150) 0:13:39.771 ***** skipping: [sut] => { "changed": false, "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 11 February 2023 23:05:18 +0000 (0:00:00.208) 0:13:39.980 ***** ok: [sut] => { "ca_crt_exists": true, "changed": false, "krb5_conf_ok": true, "krb5_keytab_ok": true, "ping_test_ok": true } 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 11 February 2023 23:05:20 +0000 (0:00:02.094) 0:13:42.074 ***** skipping: [sut] => { "changed": false, "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 11 February 2023 23:05:21 +0000 (0:00:00.128) 0:13:42.203 ***** skipping: [sut] => { "changed": false, "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 11 February 2023 23:05:21 +0000 (0:00:00.188) 0:13:42.392 ***** skipping: [sut] => { "changed": false, "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 11 February 2023 23:05:21 +0000 (0:00:00.159) 0:13:42.552 ***** skipping: [sut] => { "changed": false, "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 11 February 2023 23:05:21 +0000 (0:00:00.155) 0:13:42.707 ***** 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 - Report error for OTP generation] ******************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:169 Saturday 11 February 2023 23:05:21 +0000 (0:00:00.206) 0:13:42.913 ***** skipping: [sut] => {} TASK [ipaclient : Install - Store the previously obtained OTP] ***************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:175 Saturday 11 February 2023 23:05:21 +0000 (0:00:00.167) 0:13:43.081 ***** 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:182 Saturday 11 February 2023 23:05:22 +0000 (0:00:00.143) 0:13:43.225 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Store predefined OTP in admin_password] ********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:189 Saturday 11 February 2023 23:05:22 +0000 (0:00:00.112) 0:13:43.337 ***** 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:207 Saturday 11 February 2023 23:05:22 +0000 (0:00:00.099) 0:13:43.437 ***** skipping: [sut] => { "changed": false, "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:212 Saturday 11 February 2023 23:05:22 +0000 (0:00:00.099) 0:13:43.537 ***** skipping: [sut] => { "changed": false, "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:220 Saturday 11 February 2023 23:05:22 +0000 (0:00:00.188) 0:13:43.725 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Backup and set hostname] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:237 Saturday 11 February 2023 23:05:22 +0000 (0:00:00.121) 0:13:43.847 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Join IPA] ****************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:242 Saturday 11 February 2023 23:05:22 +0000 (0:00:00.110) 0:13:43.958 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : The krb5 configuration is not correct] *********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:271 Saturday 11 February 2023 23:05:22 +0000 (0:00:00.162) 0:13:44.120 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : IPA test failed] ********************************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:277 Saturday 11 February 2023 23:05:23 +0000 (0:00:00.176) 0:13:44.297 ***** skipping: [sut] => { "changed": false, "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:281 Saturday 11 February 2023 23:05:23 +0000 (0:00:00.109) 0:13:44.406 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure IPA default.conf] ************************ task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:295 Saturday 11 February 2023 23:05:23 +0000 (0:00:00.111) 0:13:44.518 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure SSSD] ************************************ task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:304 Saturday 11 February 2023 23:05:23 +0000 (0:00:00.134) 0:13:44.652 ***** changed: [sut] => { "changed": true } TASK [ipaclient : Install - Configure krb5 for IPA realm] ********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:326 Saturday 11 February 2023 23:05:24 +0000 (0:00:01.164) 0:13:45.817 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - IPA API calls for remaining enrollment parts] ****** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:340 Saturday 11 February 2023 23:05:24 +0000 (0:00:00.113) 0:13:45.930 ***** 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:348 Saturday 11 February 2023 23:05:27 +0000 (0:00:02.896) 0:13:48.827 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Create IPA NSS database] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:358 Saturday 11 February 2023 23:05:27 +0000 (0:00:00.132) 0:13:48.959 ***** 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 11 February 2023 23:05:33 +0000 (0:00:06.075) 0:13:55.035 ***** changed: [sut] => { "changed": true } TASK [ipaclient : Install - Configure automount] ******************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:398 Saturday 11 February 2023 23:05:35 +0000 (0:00:01.249) 0:13:56.285 ***** changed: [sut] => { "changed": true } TASK [ipaclient : Install - Configure firefox] ********************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:404 Saturday 11 February 2023 23:05:36 +0000 (0:00:01.381) 0:13:57.666 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure NIS] ************************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:410 Saturday 11 February 2023 23:05:36 +0000 (0:00:00.340) 0:13:58.006 ***** changed: [sut] => { "changed": true } TASK [ipaclient : Install - Restore original admin password if overwritten by OTP] *** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:416 Saturday 11 February 2023 23:05:38 +0000 (0:00:01.835) 0:13:59.842 ***** 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:422 Saturday 11 February 2023 23:05:38 +0000 (0:00:00.334) 0:14:00.177 ***** ok: [sut] => { "changed": false, "path": "/etc/ipa/.dns_ccache", "state": "absent" } TASK [ipaclient : Uninstall IPA client] **************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/main.yml:23 Saturday 11 February 2023 23:05:39 +0000 (0:00:00.864) 0:14:01.041 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Enable IPA] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:442 Saturday 11 February 2023 23:05:40 +0000 (0:00:00.304) 0:14:01.345 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Cleanup root IPA cache] **************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:449 Saturday 11 February 2023 23:06:07 +0000 (0:00:27.675) 0:14:29.021 ***** ok: [sut] => { "changed": false, "path": "/root/.ipa_cache", "state": "absent" } TASK [ipaserver : Install - Configure firewalld] ******************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:455 Saturday 11 February 2023 23:06:10 +0000 (0:00:02.636) 0:14:31.658 ***** changed: [sut] => { "changed": true, "cmd": [ "firewall-cmd", "--permanent", "--zone=", "--add-service=freeipa-ldap", "--add-service=freeipa-ldaps", "--add-service=dns", "--add-service=ntp" ], "delta": "0:00:00.406840", "end": "2023-02-11 23:06:16.944800", "rc": 0, "start": "2023-02-11 23:06:16.537960" } STDOUT: success TASK [ipaserver : Install - Configure firewalld runtime] *********************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:469 Saturday 11 February 2023 23:06:17 +0000 (0:00:06.743) 0:14:38.402 ***** changed: [sut] => { "changed": true, "cmd": [ "firewall-cmd", "--zone=", "--add-service=freeipa-ldap", "--add-service=freeipa-ldaps", "--add-service=dns", "--add-service=ntp" ], "delta": "0:00:00.360689", "end": "2023-02-11 23:06:22.718655", "rc": 0, "start": "2023-02-11 23:06:22.357966" } STDOUT: success TASK [ipaserver : Cleanup temporary files] ************************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:483 Saturday 11 February 2023 23:06:23 +0000 (0:00:05.976) 0:14:44.378 ***** 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 11 February 2023 23:06:33 +0000 (0:00:10.289) 0:14:54.667 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } PLAY [Issue IPA signed certificates] ******************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tests_basic_ipa.yml:12 Saturday 11 February 2023 23:06:36 +0000 (0:00:03.171) 0:14:57.928 ***** ok: [sut] TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 11 February 2023 23:06:39 +0000 (0:00:03.131) 0:15:01.059 ***** included: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/.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/dist-git-certificate-weekly-ci-v5a2fav0/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 11 February 2023 23:06:40 +0000 (0:00:00.566) 0:15:01.626 ***** ok: [sut] TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:7 Saturday 11 February 2023 23:06:43 +0000 (0:00:02.897) 0:15:04.524 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat_9.2.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.2.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 11 February 2023 23:06:45 +0000 (0:00:02.206) 0:15:06.730 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:22 Saturday 11 February 2023 23:06:47 +0000 (0:00:02.261) 0:15:08.992 ***** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:33 Saturday 11 February 2023 23:06:54 +0000 (0:00:06.439) 0:15:15.431 ***** 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/dist-git-certificate-weekly-ci-v5a2fav0/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:59 Saturday 11 February 2023 23:06:57 +0000 (0:00:02.923) 0:15:18.355 ***** 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/dist-git-certificate-weekly-ci-v5a2fav0/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:88 Saturday 11 February 2023 23:07:02 +0000 (0:00:04.972) 0:15:23.328 ***** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "enabled": true, "name": "certmonger", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:certmonger_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2023-02-11 23:01:42 UTC", "ActiveEnterTimestampMonotonic": "1551823319", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket basic.target network.target system.slice sysinit.target dbus.socket dbus-broker.service syslog.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-02-11 23:01:42 UTC", "AssertTimestampMonotonic": "1551810193", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedorahosted.certmonger", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "64277218000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "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": "yes", "ConditionTimestamp": "Sat 2023-02-11 23:01:42 UTC", "ConditionTimestampMonotonic": "1551810188", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/certmonger.service", "ControlGroupId": "7404", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "13115", "ExecMainStartTimestamp": "Sat 2023-02-11 23:01:42 UTC", "ExecMainStartTimestampMonotonic": "1551811626", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; 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/certmonger.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": "certmonger.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2023-02-11 23:01:42 UTC", "InactiveExitTimestampMonotonic": "1551812126", "InvocationID": "1001459050254b8596b985493104dd05", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "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": "13988", "LimitNPROCSoft": "13988", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13988", "LimitSIGPENDINGSoft": "13988", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "13115", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "6569984", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/certmonger.pid", "PartOf": "dbus-broker.service", "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": "dbus.socket sysinit.target 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": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2023-02-11 23:05:45 UTC", "StateChangeTimestampMonotonic": "1794278933", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "22380", "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": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:99 Saturday 11 February 2023 23:07:06 +0000 (0:00:04.464) 0:15:27.792 ***** 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. PLAY [Verify certificates] ***************************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tests_basic_ipa.yml:32 Saturday 11 February 2023 23:07:43 +0000 (0:00:36.899) 0:16:04.692 ***** ok: [sut] TASK [Verify each certificate] ************************************************* task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tests_basic_ipa.yml:91 Saturday 11 February 2023 23:07:48 +0000 (0:00:04.742) 0:16:09.434 ***** included: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/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/dist-git-certificate-weekly-ci-v5a2fav0/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/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:2 Saturday 11 February 2023 23:07:52 +0000 (0:00:04.667) 0:16:14.101 ***** ok: [sut] => { "ansible_facts": { "__virtualenv_path": "/tmp/certificate-tests-venv" }, "changed": false } TASK [Ensure python3 is installed] ********************************************* task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:6 Saturday 11 February 2023 23:07:53 +0000 (0:00:00.881) 0:16:14.983 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Install the package, force upgrade] ************************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:11 Saturday 11 February 2023 23:07:56 +0000 (0:00:02.713) 0:16:17.696 ***** changed: [sut] => { "changed": true, "cmd": [ "/tmp/certificate-tests-venv/bin/pip3", "install", "-U", "pip" ], "name": [ "pip" ], "requirements": null, "state": "latest", "version": null, "virtualenv": "/tmp/certificate-tests-venv" } STDOUT: Requirement already satisfied: pip in ./certificate-tests-venv/lib/python3.9/site-packages (21.2.3) Collecting pip Downloading pip-23.0-py3-none-any.whl (2.1 MB) Installing collected packages: pip Attempting uninstall: pip Found existing installation: pip 21.2.3 Uninstalling pip-21.2.3: Successfully uninstalled pip-21.2.3 Successfully installed pip-23.0 TASK [Install certreader] ****************************************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:18 Saturday 11 February 2023 23:08:10 +0000 (0:00:13.507) 0:16:31.203 ***** changed: [sut] => { "changed": true, "cmd": [ "/tmp/certificate-tests-venv/bin/pip3", "install", "cryptography<35", "certreader>=0.1.1" ], "name": [ "cryptography<35", "certreader>=0.1.1" ], "requirements": null, "state": "present", "version": null, "virtualenv": "/tmp/certificate-tests-venv" } STDOUT: Collecting cryptography<35 Downloading cryptography-3.4.8-cp36-abi3-manylinux_2_24_x86_64.whl (3.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 36.3 MB/s eta 0:00:00 Collecting certreader>=0.1.1 Downloading certreader-0.1.1.tar.gz (4.4 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting cffi>=1.12 Downloading cffi-1.15.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 441.2/441.2 kB 38.6 MB/s eta 0:00:00 Collecting pyasn1 Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.1/77.1 kB 13.5 MB/s eta 0:00:00 Collecting pyyaml Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 661.8/661.8 kB 42.5 MB/s eta 0:00:00 Collecting pycparser Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 20.0 MB/s eta 0:00:00 Installing collected packages: pyasn1, pyyaml, pycparser, cffi, cryptography, certreader Running setup.py install for certreader: started Running setup.py install for certreader: finished with status 'done' Successfully installed certreader-0.1.1 cffi-1.15.1 cryptography-3.4.8 pyasn1-0.4.8 pycparser-2.21 pyyaml-6.0 STDERR: DEPRECATION: certreader is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559 TASK [Retrieve certificate file stats] ***************************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:26 Saturday 11 February 2023 23:08:15 +0000 (0:00:05.503) 0:16:36.707 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1676156848.0973065, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "512494371a38ccdc2f69cc3cdbada5e595bf411f", "ctime": 1676156848.0923064, "dev": 51716, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 333072, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1676156848.0923064, "nlink": 1, "path": "/etc/pki/tls/certs/mycert_basic_ipa.crt", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1854, "uid": 0, "version": "2993259027", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify if certificate file exists] *************************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:31 Saturday 11 February 2023 23:08:27 +0000 (0:00:11.784) 0:16:48.492 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate file owner and group] ********************************* task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:37 Saturday 11 February 2023 23:08:28 +0000 (0:00:01.178) 0:16:49.670 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate permissions] ****************************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:47 Saturday 11 February 2023 23:08:31 +0000 (0:00:03.302) 0:16:52.973 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve key file stats] ************************************************* task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:53 Saturday 11 February 2023 23:08:35 +0000 (0:00:03.650) 0:16:56.623 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1676156846.3952756, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "90dec4df0aed1883bc280df8b673ef933e4a9316", "ctime": 1676156848.0923064, "dev": 51716, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 25665475, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1676156848.0923064, "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": "2407415104", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify if key file exists] *********************************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:58 Saturday 11 February 2023 23:08:37 +0000 (0:00:02.275) 0:16:58.898 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key file owner and group] ***************************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:64 Saturday 11 February 2023 23:08:38 +0000 (0:00:00.756) 0:16:59.655 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Parse certificate] ******************************************************* task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:74 Saturday 11 February 2023 23:08:40 +0000 (0:00:01.992) 0:17:01.647 ***** ok: [sut] => { "changed": false, "cmd": [ "/tmp/certificate-tests-venv/bin/certreader2json", "/etc/pki/tls/certs/mycert_basic_ipa.crt" ], "delta": "0:00:00.278510", "end": "2023-02-11 23:08:42.288541", "rc": 0, "start": "2023-02-11 23:08:42.010031" } STDOUT: { "subject": [ { "name": "organizationName", "oid": "2.5.4.10", "value": "TEST.LOCAL" }, { "name": "commonName", "oid": "2.5.4.3", "value": "ipaserver.test.local" } ], "extensions": { "authorityKeyIdentifier": { "value": "D7:BF:13:AB:F7:07:A1:5C:D3:B1:89:E4:EE:83:C6:3C:DB:FD:CD:78", "critical": false }, "authorityInfoAccess": { "value": [ { "method": "OCSP", "location": "http://ipa-ca.test.local/ca/ocsp" } ], "critical": false }, "keyUsage": { "value": [ "digital_signature", "content_commitment", "key_encipherment", "data_encipherment" ], "critical": true }, "extendedKeyUsage": { "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" } ], "critical": false }, "cRLDistributionPoints": { "value": [ { "full_name": [ "http://ipa-ca.test.local/ipa/crl/MasterCRL.bin" ], "crl_issuer": [ { "organizationName": "ipaca", "commonName": "Certificate Authority" } ] } ], "critical": false }, "subjectKeyIdentifier": { "value": "48:35:AA:38:AD:8A:DF:F7:3F:88:2E:48:4D:74:DF:F6:73:55:09:72", "critical": false }, "subjectAltName": { "value": [ { "name": "DNS", "value": "ipaserver.test.local" }, { "name": "Universal Principal Name (UPN)", "value": "HTTP/ipaserver.test.local@TEST.LOCAL", "oid": "1.3.6.1.4.1.311.20.2.3" }, { "name": "Kerberos principalname", "value": "HTTP/ipaserver.test.local@TEST.LOCAL", "oid": "1.3.6.1.5.2.2" } ], "critical": false } }, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "2F:79:F5:4F:EE:D5:16:E2:BF:FD:C1:7E:D3:14:93:01:32:2B:3F:00:A0:45:8F:00:E4:15:73:C0:E7:6C:36:95:D8:1F:91:81:29:FB:A5:07:00:84:84:D3:A4:FC:D1:AB:61:55:4F:BB:4B:F3:58:BF:C0:FA:FC:C6:8A:33:EB:02:9B:28:8A:78:49:6B:6E:01:0F:79:85:55:C7:25:F4:B2:6A:63:9D:D4:0B:6A:E5:E6:F5:F2:34:71:97:4D:8E:D8:FC:6D:0C:48:97:BA:EF:B8:2B:5E:8A:08:1C:25:E0:EE:48:86:47:A5:FC:E6:7A:D3:FB:72:A8:85:EE:F6:03:33:71:3C:04:77:1C:4E:AF:82:56:E4:83:2B:DE:AF:4C:9F:E9:D9:22:A0:5E:54:4E:BD:CC:20:EB:48:26:27:92:BB:2D:8B:80:F9:5E:B0:96:93:22:43:BB:66:04:3C:DA:E7:33:4F:52:BB:7B:7C:EC:64:20:A3:6D:59:94:C5:2E:A8:53:7D:24:81:4C:92:2F:A6:CB:1E:15:26:B9:EA:FD:34:4F:C3:1E:37:55:43:47:14:EC:7A:AF:54:D3:34:12:9F:0A:4F:02:BF:DF:C5:68:77:91:27:53:0B:B5:1D:63:2D:B6:4F:1D:D5:F6:C0:F0:46:95:96:50:2E:95:AE:1F:EF:15:B8:CC:BB:4D:A4:82:D2:8D:73:FB:BC:51:9C:C8:9B:42:E7:6D:A4:AA:9E:C8:BA:97:B2:D6:1E:16:AE:F7:DD:E3:DE:68:D1:7B:25:F8:D4:70:70:0D:10:F5:FF:C5:01:AA:AB:CC:19:A5:0F:66:55:62:A8:2A:BE:91:C0:AE:8B:FA:56:70:8E:E6:B1:02:0E:DD:82:35:96:E9:5A:57:3F:DC:9F:F6:9A:7B:65:22:E5:8C:64:06:BE:74:24:16:B3:3D:6B:66:9F:CA:E4:B1:5C:A6:2D:D1:BD:DC:D9:9B:52:AA:1B:79:92:17:52:B7:C5:E0:B2:0E:CD:B1:FD:EF:C0" }, "key_size": 2048, "validity": { "not_valid_after": "2025-02-11 23:07:27", "not_valid_before": "2023-02-11 23:07:27" } } TASK [Load certificate YAML to cert_issued variable] *************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:79 Saturday 11 February 2023 23:08:42 +0000 (0:00:02.239) 0:17:03.887 ***** 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": "D7:BF:13:AB:F7:07:A1:5C:D3:B1:89:E4:EE:83:C6:3C:DB:FD:CD:78" }, "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": [ "digital_signature", "content_commitment", "key_encipherment", "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": "48:35:AA:38:AD:8A:DF:F7:3F:88:2E:48:4D:74:DF:F6:73:55:09:72" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "2F:79:F5:4F:EE:D5:16:E2:BF:FD:C1:7E:D3:14:93:01:32:2B:3F:00:A0:45:8F:00:E4:15:73:C0:E7:6C:36:95:D8:1F:91:81:29:FB:A5:07:00:84:84:D3:A4:FC:D1:AB:61:55:4F:BB:4B:F3:58:BF:C0:FA:FC:C6:8A:33:EB:02:9B:28:8A:78:49:6B:6E:01:0F:79:85:55:C7:25:F4:B2:6A:63:9D:D4:0B:6A:E5:E6:F5:F2:34:71:97:4D:8E:D8:FC:6D:0C:48:97:BA:EF:B8:2B:5E:8A:08:1C:25:E0:EE:48:86:47:A5:FC:E6:7A:D3:FB:72:A8:85:EE:F6:03:33:71:3C:04:77:1C:4E:AF:82:56:E4:83:2B:DE:AF:4C:9F:E9:D9:22:A0:5E:54:4E:BD:CC:20:EB:48:26:27:92:BB:2D:8B:80:F9:5E:B0:96:93:22:43:BB:66:04:3C:DA:E7:33:4F:52:BB:7B:7C:EC:64:20:A3:6D:59:94:C5:2E:A8:53:7D:24:81:4C:92:2F:A6:CB:1E:15:26:B9:EA:FD:34:4F:C3:1E:37:55:43:47:14:EC:7A:AF:54:D3:34:12:9F:0A:4F:02:BF:DF:C5:68:77:91:27:53:0B:B5:1D:63:2D:B6:4F:1D:D5:F6:C0:F0:46:95:96:50:2E:95:AE:1F:EF:15:B8:CC:BB:4D:A4:82:D2:8D:73:FB:BC:51:9C:C8:9B:42:E7:6D:A4:AA:9E:C8:BA:97:B2:D6:1E:16:AE:F7:DD:E3:DE:68:D1:7B:25:F8:D4:70:70:0D:10:F5:FF:C5:01:AA:AB:CC:19:A5:0F:66:55:62:A8:2A:BE:91:C0:AE:8B:FA:56:70:8E:E6:B1:02:0E:DD:82:35:96:E9:5A:57:3F:DC:9F:F6:9A:7B:65:22:E5:8C:64:06:BE:74:24:16:B3:3D:6B:66:9F:CA:E4:B1:5C:A6:2D:D1:BD:DC:D9:9B:52:AA:1B:79:92:17:52:B7:C5:E0:B2:0E:CD:B1:FD:EF:C0" }, "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": "2025-02-11 23:07:27", "not_valid_before": "2023-02-11 23:07:27" } } }, "changed": false } TASK [Verify certificate subject] ********************************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:83 Saturday 11 February 2023 23:08:44 +0000 (0:00:01.792) 0:17:05.680 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate SAN] ************************************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:91 Saturday 11 February 2023 23:08:48 +0000 (0:00:04.138) 0:17:09.819 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key size] ********************************************************* task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:99 Saturday 11 February 2023 23:08:49 +0000 (0:00:01.305) 0:17:11.124 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Key Usage] ******************************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:106 Saturday 11 February 2023 23:08:53 +0000 (0:00:03.203) 0:17:14.328 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Extended Key Usage] *********************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:118 Saturday 11 February 2023 23:08:55 +0000 (0:00:02.187) 0:17:16.515 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve auto-renew flag] ************************************************ task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:132 Saturday 11 February 2023 23:08:58 +0000 (0:00:03.218) 0:17:19.734 ***** 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.073477", "end": "2023-02-11 23:09:02.520393", "rc": 0, "start": "2023-02-11 23:09:02.446916" } STDOUT: yes TASK [Verify certificate auto-renew flag] ************************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:141 Saturday 11 February 2023 23:09:02 +0000 (0:00:04.394) 0:17:24.129 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set virtualenv_path] ***************************************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:2 Saturday 11 February 2023 23:09:06 +0000 (0:00:03.528) 0:17:27.658 ***** ok: [sut] => { "ansible_facts": { "__virtualenv_path": "/tmp/certificate-tests-venv" }, "changed": false } TASK [Ensure python3 is installed] ********************************************* task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:6 Saturday 11 February 2023 23:09:07 +0000 (0:00:01.266) 0:17:28.924 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Install the package, force upgrade] ************************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:11 Saturday 11 February 2023 23:09:10 +0000 (0:00:02.300) 0:17:31.225 ***** ok: [sut] => { "changed": false, "cmd": [ "/tmp/certificate-tests-venv/bin/pip3", "install", "-U", "pip" ], "name": [ "pip" ], "requirements": null, "state": "latest", "version": null, "virtualenv": "/tmp/certificate-tests-venv" } STDOUT: Requirement already satisfied: pip in ./certificate-tests-venv/lib/python3.9/site-packages (23.0) TASK [Install certreader] ****************************************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:18 Saturday 11 February 2023 23:09:12 +0000 (0:00:02.159) 0:17:33.385 ***** ok: [sut] => { "changed": false, "cmd": [ "/tmp/certificate-tests-venv/bin/pip3", "install", "cryptography<35", "certreader>=0.1.1" ], "name": [ "cryptography<35", "certreader>=0.1.1" ], "requirements": null, "state": "present", "version": null, "virtualenv": "/tmp/certificate-tests-venv" } STDOUT: Requirement already satisfied: cryptography<35 in ./certificate-tests-venv/lib/python3.9/site-packages (3.4.8) Requirement already satisfied: certreader>=0.1.1 in ./certificate-tests-venv/lib/python3.9/site-packages (0.1.1) Requirement already satisfied: cffi>=1.12 in ./certificate-tests-venv/lib/python3.9/site-packages (from cryptography<35) (1.15.1) Requirement already satisfied: pyasn1 in ./certificate-tests-venv/lib/python3.9/site-packages (from certreader>=0.1.1) (0.4.8) Requirement already satisfied: pyyaml in ./certificate-tests-venv/lib/python3.9/site-packages (from certreader>=0.1.1) (6.0) Requirement already satisfied: pycparser in ./certificate-tests-venv/lib/python3.9/site-packages (from cffi>=1.12->cryptography<35) (2.21) TASK [Retrieve certificate file stats] ***************************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:26 Saturday 11 February 2023 23:09:15 +0000 (0:00:03.123) 0:17:36.508 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1676156860.1155257, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ffea066f9ea3575db1183bc32a50a5348d9d36ad", "ctime": 1676156860.247528, "dev": 51716, "device_type": 0, "executable": false, "exists": true, "gid": 50, "gr_name": "ftp", "inode": 333073, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0640", "mtime": 1676156860.1125257, "nlink": 1, "path": "/etc/pki/tls/certs/groupcert.crt", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 1854, "uid": 0, "version": "3356225245", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify if certificate file exists] *************************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:31 Saturday 11 February 2023 23:09:16 +0000 (0:00:01.052) 0:17:37.561 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate file owner and group] ********************************* task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:37 Saturday 11 February 2023 23:09:17 +0000 (0:00:01.597) 0:17:39.158 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate permissions] ****************************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:47 Saturday 11 February 2023 23:09:21 +0000 (0:00:03.163) 0:17:42.321 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve key file stats] ************************************************* task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:53 Saturday 11 February 2023 23:09:23 +0000 (0:00:02.580) 0:17:44.902 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1676156859.1775086, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "601b0fdc9c8627c35f220e6501b2b98e854af8ef", "ctime": 1676156860.247528, "dev": 51716, "device_type": 0, "executable": false, "exists": true, "gid": 50, "gr_name": "ftp", "inode": 25746152, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0640", "mtime": 1676156860.1125257, "nlink": 1, "path": "/etc/pki/tls/private/groupcert.key", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 1708, "uid": 0, "version": "3240975951", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify if key file exists] *********************************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:58 Saturday 11 February 2023 23:09:26 +0000 (0:00:02.551) 0:17:47.453 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key file owner and group] ***************************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:64 Saturday 11 February 2023 23:09:27 +0000 (0:00:01.140) 0:17:48.594 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Parse certificate] ******************************************************* task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:74 Saturday 11 February 2023 23:09:29 +0000 (0:00:02.208) 0:17:50.802 ***** ok: [sut] => { "changed": false, "cmd": [ "/tmp/certificate-tests-venv/bin/certreader2json", "/etc/pki/tls/certs/groupcert.crt" ], "delta": "0:00:00.275881", "end": "2023-02-11 23:09:31.403128", "rc": 0, "start": "2023-02-11 23:09:31.127247" } STDOUT: { "subject": [ { "name": "organizationName", "oid": "2.5.4.10", "value": "TEST.LOCAL" }, { "name": "commonName", "oid": "2.5.4.3", "value": "ipaserver.test.local" } ], "extensions": { "authorityKeyIdentifier": { "value": "D7:BF:13:AB:F7:07:A1:5C:D3:B1:89:E4:EE:83:C6:3C:DB:FD:CD:78", "critical": false }, "authorityInfoAccess": { "value": [ { "method": "OCSP", "location": "http://ipa-ca.test.local/ca/ocsp" } ], "critical": false }, "keyUsage": { "value": [ "digital_signature", "content_commitment", "key_encipherment", "data_encipherment" ], "critical": true }, "extendedKeyUsage": { "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" } ], "critical": false }, "cRLDistributionPoints": { "value": [ { "full_name": [ "http://ipa-ca.test.local/ipa/crl/MasterCRL.bin" ], "crl_issuer": [ { "organizationName": "ipaca", "commonName": "Certificate Authority" } ] } ], "critical": false }, "subjectKeyIdentifier": { "value": "C5:40:98:B8:93:8F:0A:7B:65:DA:2F:91:7B:1D:18:FF:71:C0:45:BC", "critical": false }, "subjectAltName": { "value": [ { "name": "DNS", "value": "ipaserver.test.local" }, { "name": "Universal Principal Name (UPN)", "value": "HTTP/ipaserver.test.local@TEST.LOCAL", "oid": "1.3.6.1.4.1.311.20.2.3" }, { "name": "Kerberos principalname", "value": "HTTP/ipaserver.test.local@TEST.LOCAL", "oid": "1.3.6.1.5.2.2" } ], "critical": false } }, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "9B:86:E6:82:7D:F6:4D:39:DE:88:F6:88:0C:B9:20:44:7E:34:90:85:77:58:DB:FB:6A:FA:B5:C2:AB:A8:5B:D2:6D:E7:1A:88:F9:09:E4:3A:7E:62:A8:5B:2A:9B:78:43:98:25:32:31:52:C6:38:19:F2:38:56:5B:D6:A6:CB:2E:B6:3D:26:67:E0:DE:1C:D4:51:BC:B2:7D:60:08:A2:27:42:2D:2A:31:30:6C:10:BA:3C:55:DD:52:F2:76:3C:F1:5E:8F:9B:05:88:73:1F:76:5C:49:48:83:7D:6C:60:FD:59:D0:26:EB:BA:EA:E3:47:13:43:42:36:77:18:C4:A8:A2:41:50:D1:C5:8F:81:58:B4:7E:9D:6B:B4:F4:43:A5:6C:70:A7:DA:B8:2F:2F:30:A1:D9:0E:5B:91:19:2D:E6:71:C5:32:3B:0C:1E:C6:37:C1:68:10:25:48:08:30:46:6A:47:A5:C1:81:F6:7C:D4:2D:1F:7A:E0:B1:C1:45:2B:CA:3F:D7:B0:C4:09:F0:70:AE:65:66:97:69:79:85:9C:90:57:95:59:EE:71:22:FB:C6:A0:6E:50:F0:01:34:91:81:85:2F:2A:24:2E:78:B0:8F:B6:23:D6:52:77:7C:D2:58:D9:36:F9:84:C3:A5:41:7C:7F:F1:9F:1D:36:08:36:B2:9B:EC:A0:5E:73:80:3B:D2:55:62:05:72:3E:24:58:95:27:11:24:73:B3:0D:36:57:06:1B:2C:BD:B0:8C:12:1C:67:BB:C5:39:93:3D:EF:A8:F4:91:11:3F:E6:1D:52:E6:F5:93:B4:36:2D:49:B6:3B:4B:53:F7:AC:54:97:D5:CA:33:B4:EE:91:80:8D:DC:0B:45:E9:CA:84:05:77:AB:22:04:43:FB:6E:80:1A:5B:EC:BD:96:1C:8A:FE:A0:18:05:D4:A2:F6:06:E5:29:07:83:D9:6A:54:57:FF:60:FE:DC:22:D5:6D:62:71:E9:A6:A1:64:4E:56:4E:9A:FC:53" }, "key_size": 2048, "validity": { "not_valid_after": "2025-02-11 23:07:39", "not_valid_before": "2023-02-11 23:07:39" } } TASK [Load certificate YAML to cert_issued variable] *************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:79 Saturday 11 February 2023 23:09:31 +0000 (0:00:02.062) 0:17:52.865 ***** 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": "D7:BF:13:AB:F7:07:A1:5C:D3:B1:89:E4:EE:83:C6:3C:DB:FD:CD:78" }, "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": [ "digital_signature", "content_commitment", "key_encipherment", "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": "C5:40:98:B8:93:8F:0A:7B:65:DA:2F:91:7B:1D:18:FF:71:C0:45:BC" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "9B:86:E6:82:7D:F6:4D:39:DE:88:F6:88:0C:B9:20:44:7E:34:90:85:77:58:DB:FB:6A:FA:B5:C2:AB:A8:5B:D2:6D:E7:1A:88:F9:09:E4:3A:7E:62:A8:5B:2A:9B:78:43:98:25:32:31:52:C6:38:19:F2:38:56:5B:D6:A6:CB:2E:B6:3D:26:67:E0:DE:1C:D4:51:BC:B2:7D:60:08:A2:27:42:2D:2A:31:30:6C:10:BA:3C:55:DD:52:F2:76:3C:F1:5E:8F:9B:05:88:73:1F:76:5C:49:48:83:7D:6C:60:FD:59:D0:26:EB:BA:EA:E3:47:13:43:42:36:77:18:C4:A8:A2:41:50:D1:C5:8F:81:58:B4:7E:9D:6B:B4:F4:43:A5:6C:70:A7:DA:B8:2F:2F:30:A1:D9:0E:5B:91:19:2D:E6:71:C5:32:3B:0C:1E:C6:37:C1:68:10:25:48:08:30:46:6A:47:A5:C1:81:F6:7C:D4:2D:1F:7A:E0:B1:C1:45:2B:CA:3F:D7:B0:C4:09:F0:70:AE:65:66:97:69:79:85:9C:90:57:95:59:EE:71:22:FB:C6:A0:6E:50:F0:01:34:91:81:85:2F:2A:24:2E:78:B0:8F:B6:23:D6:52:77:7C:D2:58:D9:36:F9:84:C3:A5:41:7C:7F:F1:9F:1D:36:08:36:B2:9B:EC:A0:5E:73:80:3B:D2:55:62:05:72:3E:24:58:95:27:11:24:73:B3:0D:36:57:06:1B:2C:BD:B0:8C:12:1C:67:BB:C5:39:93:3D:EF:A8:F4:91:11:3F:E6:1D:52:E6:F5:93:B4:36:2D:49:B6:3B:4B:53:F7:AC:54:97:D5:CA:33:B4:EE:91:80:8D:DC:0B:45:E9:CA:84:05:77:AB:22:04:43:FB:6E:80:1A:5B:EC:BD:96:1C:8A:FE:A0:18:05:D4:A2:F6:06:E5:29:07:83:D9:6A:54:57:FF:60:FE:DC:22:D5:6D:62:71:E9:A6:A1:64:4E:56:4E:9A:FC:53" }, "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": "2025-02-11 23:07:39", "not_valid_before": "2023-02-11 23:07:39" } } }, "changed": false } TASK [Verify certificate subject] ********************************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:83 Saturday 11 February 2023 23:09:32 +0000 (0:00:00.903) 0:17:53.769 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate SAN] ************************************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:91 Saturday 11 February 2023 23:09:34 +0000 (0:00:01.697) 0:17:55.466 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key size] ********************************************************* task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:99 Saturday 11 February 2023 23:09:35 +0000 (0:00:01.102) 0:17:56.568 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Key Usage] ******************************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:106 Saturday 11 February 2023 23:09:38 +0000 (0:00:02.752) 0:17:59.321 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Extended Key Usage] *********************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:118 Saturday 11 February 2023 23:09:40 +0000 (0:00:01.978) 0:18:01.300 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve auto-renew flag] ************************************************ task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:132 Saturday 11 February 2023 23:09:41 +0000 (0:00:01.395) 0:18:02.695 ***** 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.077451", "end": "2023-02-11 23:09:42.375256", "rc": 0, "start": "2023-02-11 23:09:42.297805" } STDOUT: yes TASK [Verify certificate auto-renew flag] ************************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:141 Saturday 11 February 2023 23:09:42 +0000 (0:00:01.243) 0:18:03.939 ***** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=98 changed=33 unreachable=0 failed=0 skipped=42 rescued=0 ignored=0 Saturday 11 February 2023 23:09:47 +0000 (0:00:04.529) 0:18:08.468 ***** =============================================================================== ipaserver : Install - Setup CA ---------------------------------------- 269.94s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:275 ----------------------- ipaserver : Install - Ensure that IPA server packages are installed --- 117.08s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:7 ------------------------- ipaserver : Install - Setup HTTP --------------------------------------- 60.01s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:334 ----------------------- ipaserver : Install - Setup DS ----------------------------------------- 42.89s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:213 ----------------------- ipaserver : Install - Setup DNS ---------------------------------------- 37.22s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:377 ----------------------- fedora.linux_system_roles.certificate : Ensure certificate requests ---- 36.90s /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:99 Create role symlinks --------------------------------------------------- 34.06s /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/setup_ipa.yml:21 - ipaserver : Install - Enable IPA --------------------------------------- 27.68s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:442 ----------------------- Clone ansible-freeipa repo --------------------------------------------- 26.04s /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/setup_ipa.yml:12 - ipaserver : Install - Setup NTP ---------------------------------------- 20.52s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:206 ----------------------- Set hostname ----------------------------------------------------------- 20.01s /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/setup_ipa.yml:38 - ipaserver : Install - Setup ADTRUST ------------------------------------ 19.01s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:394 ----------------------- ipaserver : Install - Setup otpd --------------------------------------- 17.55s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:328 ----------------------- Ensure hostname package is installed ----------------------------------- 16.21s /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/setup_ipa.yml:33 - ipaserver : Install - Setup custodia ----------------------------------- 16.15s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:269 ----------------------- ipaserver : Install - Setup KRB ---------------------------------------- 14.40s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:242 ----------------------- ipaserver : Install - Server preparation ------------------------------- 14.39s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:160 ----------------------- Install the package, force upgrade ------------------------------------- 13.51s /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:11 Retrieve certificate file stats ---------------------------------------- 11.78s /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:26 ipaserver : Install - Master password creation ------------------------- 11.43s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:141 ----------------------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: [defaults]callback_whitelist option, normalizing names to new standard, use callbacks_enabled instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---