# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_run_hooks.yml ************************************************** 2 plays in /WORKDIR/git-weekly-cioxnscw12/tests/tests_run_hooks.yml PLAY [Issue simple self-signed certificate] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cioxnscw12/tests/tests_run_hooks.yml:2 Saturday 18 May 2024 13:39:16 +0000 (0:00:00.014) 0:00:00.014 ********** ok: [sut] META: ran handlers TASK [linux-system-roles.certificate : Set version specific variables] ********* task path: /WORKDIR/git-weekly-cioxnscw12/tests/roles/linux-system-roles.certificate/tasks/main.yml:2 Saturday 18 May 2024 13:39:17 +0000 (0:00:00.719) 0:00:00.734 ********** included: /WORKDIR/git-weekly-cioxnscw12/tests/roles/linux-system-roles.certificate/tasks/set_vars.yml for sut TASK [linux-system-roles.certificate : Ensure ansible_facts used by role] ****** task path: /WORKDIR/git-weekly-cioxnscw12/tests/roles/linux-system-roles.certificate/tasks/set_vars.yml:2 Saturday 18 May 2024 13:39:17 +0000 (0:00:00.013) 0:00:00.747 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.certificate : Check if system is ostree] ************** task path: /WORKDIR/git-weekly-cioxnscw12/tests/roles/linux-system-roles.certificate/tasks/set_vars.yml:11 Saturday 18 May 2024 13:39:17 +0000 (0:00:00.019) 0:00:00.767 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.certificate : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cioxnscw12/tests/roles/linux-system-roles.certificate/tasks/set_vars.yml:16 Saturday 18 May 2024 13:39:17 +0000 (0:00:00.244) 0:00:01.011 ********** ok: [sut] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [linux-system-roles.certificate : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cioxnscw12/tests/roles/linux-system-roles.certificate/tasks/set_vars.yml:20 Saturday 18 May 2024 13:39:17 +0000 (0:00:00.022) 0:00:01.034 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "__certificate_certmonger_packages": [ "certmonger", "python3-packaging" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cioxnscw12/tests/roles/linux-system-roles.certificate/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "__certificate_certmonger_packages": [ "certmonger", "python3-packaging" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cioxnscw12/tests/roles/linux-system-roles.certificate/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [linux-system-roles.certificate : Ensure certificate role dependencies are installed] *** task path: /WORKDIR/git-weekly-cioxnscw12/tests/roles/linux-system-roles.certificate/tasks/main.yml:5 Saturday 18 May 2024 13:39:17 +0000 (0:00:00.034) 0:00:01.069 ********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: python3-ply-3.11-14.el9.noarch", "Installed: python3-pycparser-2.20-6.el9.noarch", "Installed: python3-cryptography-36.0.1-4.el9.x86_64", "Installed: python3-pyasn1-0.4.8-6.el9.noarch", "Installed: python3-cffi-1.14.5-5.el9.x86_64" ] } lsrpackages: python3-cryptography python3-dbus python3-pyasn1 TASK [linux-system-roles.certificate : Ensure provider packages are installed] *** task path: /WORKDIR/git-weekly-cioxnscw12/tests/roles/linux-system-roles.certificate/tasks/main.yml:24 Saturday 18 May 2024 13:39:23 +0000 (0:00:05.622) 0:00:06.691 ********** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "rc": 0, "results": [ "Installed: certmonger-0.79.17-2.el9.x86_64", "Installed: python3-pyparsing-2.4.7-9.el9.noarch", "Installed: python3-packaging-20.9-5.el9.noarch" ] } lsrpackages: certmonger python3-packaging TASK [linux-system-roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-cioxnscw12/tests/roles/linux-system-roles.certificate/tasks/main.yml:37 Saturday 18 May 2024 13:39:26 +0000 (0:00:02.621) 0:00:09.312 ********** 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 [linux-system-roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-cioxnscw12/tests/roles/linux-system-roles.certificate/tasks/main.yml:63 Saturday 18 May 2024 13:39:26 +0000 (0:00:00.277) 0:00:09.589 ********** 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 [linux-system-roles.certificate : Ensure provider service is running] ***** task path: /WORKDIR/git-weekly-cioxnscw12/tests/roles/linux-system-roles.certificate/tasks/main.yml:92 Saturday 18 May 2024 13:39:26 +0000 (0:00:00.198) 0:00:09.788 ********** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "enabled": true, "name": "certmonger", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:certmonger_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "dbus-broker.service network.target dbus.socket system.slice basic.target syslog.target sysinit.target systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.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": "[not set]", "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": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "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": "0", "ExecMainStartTimestampMonotonic": "0", "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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "13972", "LimitNPROCSoft": "13972", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13972", "LimitSIGPENDINGSoft": "13972", "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": "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", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice dbus.socket sysinit.target", "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]", "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": "22356", "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": "disabled", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [linux-system-roles.certificate : Ensure certificate requests] ************ task path: /WORKDIR/git-weekly-cioxnscw12/tests/roles/linux-system-roles.certificate/tasks/main.yml:104 Saturday 18 May 2024 13:39:27 +0000 (0:00:00.703) 0:00:10.492 ********** changed: [sut] => (item={'name': 'mycert_run_hooks', 'dns': 'www.example.com', 'ca': 'self-sign', 'run_before': 'touch /etc/pki/before_cert.tmp\n', 'run_after': 'touch /etc/pki/after_cert.tmp\n'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "self-sign", "dns": "www.example.com", "name": "mycert_run_hooks", "run_after": "touch /etc/pki/after_cert.tmp\n", "run_before": "touch /etc/pki/before_cert.tmp\n" } } MSG: Certificate requested (new). Pre/Post run hooks updated. TASK [linux-system-roles.certificate : Slurp the contents of the files] ******** task path: /WORKDIR/git-weekly-cioxnscw12/tests/roles/linux-system-roles.certificate/tasks/main.yml:156 Saturday 18 May 2024 13:39:28 +0000 (0:00:00.678) 0:00:11.170 ********** skipping: [sut] => (item=['cert', {'name': 'mycert_run_hooks', 'dns': 'www.example.com', 'ca': 'self-sign', 'run_before': 'touch /etc/pki/before_cert.tmp\n', 'run_after': 'touch /etc/pki/after_cert.tmp\n'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "cert", { "ca": "self-sign", "dns": "www.example.com", "name": "mycert_run_hooks", "run_after": "touch /etc/pki/after_cert.tmp\n", "run_before": "touch /etc/pki/before_cert.tmp\n" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['key', {'name': 'mycert_run_hooks', 'dns': 'www.example.com', 'ca': 'self-sign', 'run_before': 'touch /etc/pki/before_cert.tmp\n', 'run_after': 'touch /etc/pki/after_cert.tmp\n'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "key", { "ca": "self-sign", "dns": "www.example.com", "name": "mycert_run_hooks", "run_after": "touch /etc/pki/after_cert.tmp\n", "run_before": "touch /etc/pki/before_cert.tmp\n" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['ca', {'name': 'mycert_run_hooks', 'dns': 'www.example.com', 'ca': 'self-sign', 'run_before': 'touch /etc/pki/before_cert.tmp\n', 'run_after': 'touch /etc/pki/after_cert.tmp\n'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "ca", { "ca": "self-sign", "dns": "www.example.com", "name": "mycert_run_hooks", "run_after": "touch /etc/pki/after_cert.tmp\n", "run_before": "touch /etc/pki/before_cert.tmp\n" } ], "skip_reason": "Conditional result was False" } TASK [linux-system-roles.certificate : Create return data] ********************* task path: /WORKDIR/git-weekly-cioxnscw12/tests/roles/linux-system-roles.certificate/tasks/main.yml:168 Saturday 18 May 2024 13:39:28 +0000 (0:00:00.026) 0:00:11.197 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.certificate : Stop tracking certificates] ************* task path: /WORKDIR/git-weekly-cioxnscw12/tests/roles/linux-system-roles.certificate/tasks/main.yml:184 Saturday 18 May 2024 13:39:28 +0000 (0:00:00.018) 0:00:11.216 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.certificate : Remove files] *************************** task path: /WORKDIR/git-weekly-cioxnscw12/tests/roles/linux-system-roles.certificate/tasks/main.yml:189 Saturday 18 May 2024 13:39:28 +0000 (0:00:00.018) 0:00:11.234 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY [Verify certificate] ****************************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cioxnscw12/tests/tests_run_hooks.yml:17 Saturday 18 May 2024 13:39:28 +0000 (0:00:00.021) 0:00:11.256 ********** ok: [sut] META: ran handlers TASK [Verify each certificate] ************************************************* task path: /WORKDIR/git-weekly-cioxnscw12/tests/tests_run_hooks.yml:31 Saturday 18 May 2024 13:39:28 +0000 (0:00:00.535) 0:00:11.791 ********** included: /WORKDIR/git-weekly-cioxnscw12/tests/tasks/assert_certificate_parameters.yml for sut TASK [Set virtualenv_path] ***************************************************** task path: /WORKDIR/git-weekly-cioxnscw12/tests/tasks/assert_certificate_parameters.yml:2 Saturday 18 May 2024 13:39:28 +0000 (0:00:00.028) 0:00:11.819 ********** ok: [sut] => { "ansible_facts": { "__virtualenv_path": "/tmp/certificate-tests-venv" }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cioxnscw12/tests/tasks/assert_certificate_parameters.yml:9 Saturday 18 May 2024 13:39:28 +0000 (0:00:00.008) 0:00:11.828 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cioxnscw12/tests/tasks/assert_certificate_parameters.yml:14 Saturday 18 May 2024 13:39:28 +0000 (0:00:00.017) 0:00:11.845 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure python3 is installed] ********************************************* task path: /WORKDIR/git-weekly-cioxnscw12/tests/tasks/assert_certificate_parameters.yml:18 Saturday 18 May 2024 13:39:28 +0000 (0:00:00.017) 0:00:11.863 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure python3 is installed] ********************************************* task path: /WORKDIR/git-weekly-cioxnscw12/tests/tasks/assert_certificate_parameters.yml:29 Saturday 18 May 2024 13:39:28 +0000 (0:00:00.017) 0:00:11.880 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-cryptography python3-pyasn1 TASK [Retrieve certificate file stats] ***************************************** task path: /WORKDIR/git-weekly-cioxnscw12/tests/tasks/assert_certificate_parameters.yml:40 Saturday 18 May 2024 13:39:29 +0000 (0:00:00.845) 0:00:12.726 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716039567.8537898, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5a785d05447244ec79becc873e3a6be908f5c177", "ctime": 1716039567.85179, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3009232, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1716039567.85179, "nlink": 1, "path": "/etc/pki/tls/certs/mycert_run_hooks.crt", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1294, "uid": 0, "version": "1408669175", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify if certificate file exists] *************************************** task path: /WORKDIR/git-weekly-cioxnscw12/tests/tasks/assert_certificate_parameters.yml:45 Saturday 18 May 2024 13:39:29 +0000 (0:00:00.192) 0:00:12.918 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate file owner and group] ********************************* task path: /WORKDIR/git-weekly-cioxnscw12/tests/tasks/assert_certificate_parameters.yml:51 Saturday 18 May 2024 13:39:29 +0000 (0:00:00.022) 0:00:12.941 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate permissions] ****************************************** task path: /WORKDIR/git-weekly-cioxnscw12/tests/tasks/assert_certificate_parameters.yml:63 Saturday 18 May 2024 13:39:29 +0000 (0:00:00.027) 0:00:12.968 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve key file stats] ************************************************* task path: /WORKDIR/git-weekly-cioxnscw12/tests/tasks/assert_certificate_parameters.yml:69 Saturday 18 May 2024 13:39:29 +0000 (0:00:00.022) 0:00:12.990 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716039567.79579, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "708d2bc78830209575c31fd9af12601fe64c9e7f", "ctime": 1716039567.85079, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 585417, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1716039567.85079, "nlink": 1, "path": "/etc/pki/tls/private/mycert_run_hooks.key", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1704, "uid": 0, "version": "625691235", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify if key file exists] *********************************************** task path: /WORKDIR/git-weekly-cioxnscw12/tests/tasks/assert_certificate_parameters.yml:74 Saturday 18 May 2024 13:39:30 +0000 (0:00:00.199) 0:00:13.189 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key file owner and group] ***************************************** task path: /WORKDIR/git-weekly-cioxnscw12/tests/tasks/assert_certificate_parameters.yml:80 Saturday 18 May 2024 13:39:30 +0000 (0:00:00.021) 0:00:13.211 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Parse certificate] ******************************************************* task path: /WORKDIR/git-weekly-cioxnscw12/tests/tasks/assert_certificate_parameters.yml:92 Saturday 18 May 2024 13:39:30 +0000 (0:00:00.024) 0:00:13.235 ********** ok: [sut] => { "certificate": { "extensions": { "authorityKeyIdentifier": { "critical": false, "value": "CB:FC:CC:A4:FF:05:B8:2D:63:F3:A4:73:A4:B1:BA:A3:E7:DA:4B:87" }, "basicConstraints": { "critical": true, "value": { "ca": false } }, "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": false, "value": [ "digital_signature", "key_encipherment" ] }, "subjectAltName": { "critical": false, "value": [ { "name": "DNS", "value": "www.example.com" } ] }, "subjectKeyIdentifier": { "critical": false, "value": "52:0D:A0:92:2F:4D:3A:82:A8:ED:77:CB:14:E9:75:97:4C:65:0F:E4" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "54:9B:A2:A0:F3:3A:FC:98:6E:25:2F:02:16:2F:D9:78:27:C3:26:F3:DD:65:A4:87:68:75:C9:03:FE:55:95:5A:96:7F:97:ED:EB:49:20:0F:48:E8:15:C2:ED:9C:B9:83:01:EC:6D:3E:A6:25:CC:17:94:A5:93:44:77:4B:DD:1F:62:CE:A5:A8:31:D3:04:2C:4B:A0:16:4C:99:13:B3:DE:C4:C8:B2:4E:8C:DB:60:FD:C0:79:01:1B:9C:5B:41:07:3E:F2:B3:F6:9A:06:8E:CA:47:C3:20:B2:B3:4F:88:B9:18:99:A4:2E:C0:C4:6D:AB:7C:CD:A4:C8:4F:06:DC:1B:16:85:51:69:35:7D:99:62:2C:60:FD:12:DC:26:CC:71:21:CE:3B:C1:5D:E8:A6:31:78:A6:06:17:99:68:65:F4:D9:A8:B6:E6:8C:A3:F3:69:7A:66:88:EC:50:8E:A9:5B:E5:9C:B9:D4:A6:34:44:16:6B:FF:EE:9C:22:D0:85:83:5A:24:15:68:71:0A:AA:C5:0A:8F:9D:AA:A0:85:A0:DC:09:DE:DD:F8:2C:57:4B:90:7B:E8:BE:59:39:8C:D7:21:78:94:9F:BA:48:1C:DD:6A:1D:60:AC:58:20:CD:F9:0D:AA:BB:A7:06:C7:DF:FA:A1:E0:E3:FE:8A:1F:BA:53:B8" }, "subject": [ { "name": "commonName", "oid": "2.5.4.3", "value": "www.example.com" } ], "validity": { "not_valid_after": "20250518133927Z", "not_valid_before": "20240518133927Z" } }, "changed": false } TASK [Load certificate YAML to cert_issued variable] *************************** task path: /WORKDIR/git-weekly-cioxnscw12/tests/tasks/assert_certificate_parameters.yml:98 Saturday 18 May 2024 13:39:30 +0000 (0:00:00.301) 0:00:13.537 ********** ok: [sut] => { "ansible_facts": { "cert_issued": { "extensions": { "authorityKeyIdentifier": { "critical": false, "value": "CB:FC:CC:A4:FF:05:B8:2D:63:F3:A4:73:A4:B1:BA:A3:E7:DA:4B:87" }, "basicConstraints": { "critical": true, "value": { "ca": false } }, "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": false, "value": [ "digital_signature", "key_encipherment" ] }, "subjectAltName": { "critical": false, "value": [ { "name": "DNS", "value": "www.example.com" } ] }, "subjectKeyIdentifier": { "critical": false, "value": "52:0D:A0:92:2F:4D:3A:82:A8:ED:77:CB:14:E9:75:97:4C:65:0F:E4" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "54:9B:A2:A0:F3:3A:FC:98:6E:25:2F:02:16:2F:D9:78:27:C3:26:F3:DD:65:A4:87:68:75:C9:03:FE:55:95:5A:96:7F:97:ED:EB:49:20:0F:48:E8:15:C2:ED:9C:B9:83:01:EC:6D:3E:A6:25:CC:17:94:A5:93:44:77:4B:DD:1F:62:CE:A5:A8:31:D3:04:2C:4B:A0:16:4C:99:13:B3:DE:C4:C8:B2:4E:8C:DB:60:FD:C0:79:01:1B:9C:5B:41:07:3E:F2:B3:F6:9A:06:8E:CA:47:C3:20:B2:B3:4F:88:B9:18:99:A4:2E:C0:C4:6D:AB:7C:CD:A4:C8:4F:06:DC:1B:16:85:51:69:35:7D:99:62:2C:60:FD:12:DC:26:CC:71:21:CE:3B:C1:5D:E8:A6:31:78:A6:06:17:99:68:65:F4:D9:A8:B6:E6:8C:A3:F3:69:7A:66:88:EC:50:8E:A9:5B:E5:9C:B9:D4:A6:34:44:16:6B:FF:EE:9C:22:D0:85:83:5A:24:15:68:71:0A:AA:C5:0A:8F:9D:AA:A0:85:A0:DC:09:DE:DD:F8:2C:57:4B:90:7B:E8:BE:59:39:8C:D7:21:78:94:9F:BA:48:1C:DD:6A:1D:60:AC:58:20:CD:F9:0D:AA:BB:A7:06:C7:DF:FA:A1:E0:E3:FE:8A:1F:BA:53:B8" }, "subject": [ { "name": "commonName", "oid": "2.5.4.3", "value": "www.example.com" } ], "validity": { "not_valid_after": "20250518133927Z", "not_valid_before": "20240518133927Z" } } }, "changed": false } TASK [Verify certificate subject] ********************************************** task path: /WORKDIR/git-weekly-cioxnscw12/tests/tasks/assert_certificate_parameters.yml:102 Saturday 18 May 2024 13:39:30 +0000 (0:00:00.022) 0:00:13.559 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate SAN] ************************************************** task path: /WORKDIR/git-weekly-cioxnscw12/tests/tasks/assert_certificate_parameters.yml:111 Saturday 18 May 2024 13:39:30 +0000 (0:00:00.021) 0:00:13.581 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key size] ********************************************************* task path: /WORKDIR/git-weekly-cioxnscw12/tests/tasks/assert_certificate_parameters.yml:120 Saturday 18 May 2024 13:39:30 +0000 (0:00:00.021) 0:00:13.603 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Key Usage] ******************************************** task path: /WORKDIR/git-weekly-cioxnscw12/tests/tasks/assert_certificate_parameters.yml:127 Saturday 18 May 2024 13:39:30 +0000 (0:00:00.023) 0:00:13.626 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Extended Key Usage] *********************************** task path: /WORKDIR/git-weekly-cioxnscw12/tests/tasks/assert_certificate_parameters.yml:138 Saturday 18 May 2024 13:39:30 +0000 (0:00:00.029) 0:00:13.655 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve auto-renew flag] ************************************************ task path: /WORKDIR/git-weekly-cioxnscw12/tests/tasks/assert_certificate_parameters.yml:151 Saturday 18 May 2024 13:39:30 +0000 (0:00:00.031) 0:00:13.686 ********** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail; getcert list -f /etc/pki/tls/certs/mycert_run_hooks.crt | grep 'auto-renew' | sed 's/^\\s\\+auto-renew: //g'", "delta": "0:00:00.038559", "end": "2024-05-18 13:39:30.800351", "rc": 0, "start": "2024-05-18 13:39:30.761792" } STDOUT: yes TASK [Verify certificate auto-renew flag] ************************************** task path: /WORKDIR/git-weekly-cioxnscw12/tests/tasks/assert_certificate_parameters.yml:160 Saturday 18 May 2024 13:39:30 +0000 (0:00:00.292) 0:00:13.979 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get certificate timestamp] *********************************************** task path: /WORKDIR/git-weekly-cioxnscw12/tests/tests_run_hooks.yml:39 Saturday 18 May 2024 13:39:30 +0000 (0:00:00.024) 0:00:14.004 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716039567.8537898, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5a785d05447244ec79becc873e3a6be908f5c177", "ctime": 1716039567.85179, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3009232, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1716039567.85179, "nlink": 1, "path": "/etc/pki/tls/certs/mycert_run_hooks.crt", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1294, "uid": 0, "version": "1408669175", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Get pre-run file timestamp] ********************************************** task path: /WORKDIR/git-weekly-cioxnscw12/tests/tests_run_hooks.yml:43 Saturday 18 May 2024 13:39:31 +0000 (0:00:00.191) 0:00:14.196 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716039567.84579, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716039567.84579, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2904760, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716039567.84579, "nlink": 1, "path": "/etc/pki/before_cert.tmp", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2762081500", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Get post-run file timestamp] ********************************************* task path: /WORKDIR/git-weekly-cioxnscw12/tests/tests_run_hooks.yml:47 Saturday 18 May 2024 13:39:31 +0000 (0:00:00.175) 0:00:14.371 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716039567.8827899, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716039567.8827899, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3009269, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716039567.8827899, "nlink": 1, "path": "/etc/pki/after_cert.tmp", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3418212663", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Assert file created before cert] ***************************************** task path: /WORKDIR/git-weekly-cioxnscw12/tests/tests_run_hooks.yml:51 Saturday 18 May 2024 13:39:31 +0000 (0:00:00.175) 0:00:14.546 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert file created after cert] ****************************************** task path: /WORKDIR/git-weekly-cioxnscw12/tests/tests_run_hooks.yml:58 Saturday 18 May 2024 13:39:31 +0000 (0:00:00.022) 0:00:14.569 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get pre/post-scripts files] ********************************************** task path: /WORKDIR/git-weekly-cioxnscw12/tests/tests_run_hooks.yml:66 Saturday 18 May 2024 13:39:31 +0000 (0:00:00.022) 0:00:14.591 ********** ok: [sut] => { "changed": false, "examined": 2, "files": [ { "atime": 1716039567.8437898, "ctime": 1716039567.68479, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 524288321, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0770", "mtime": 1716039567.68479, "nlink": 1, "path": "/etc/certmonger/pre-scripts/mycert_run_hooks-369fd46.sh", "pw_name": "root", "rgrp": true, "roth": false, "rusr": true, "size": 92, "uid": 0, "wgrp": true, "woth": false, "wusr": true, "xgrp": true, "xoth": false, "xusr": true }, { "atime": 1716039567.88079, "ctime": 1716039567.68479, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 2573091, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0770", "mtime": 1716039567.68479, "nlink": 1, "path": "/etc/certmonger/post-scripts/mycert_run_hooks-369fd46.sh", "pw_name": "root", "rgrp": true, "roth": false, "rusr": true, "size": 91, "uid": 0, "wgrp": true, "woth": false, "wusr": true, "xgrp": true, "xoth": false, "xusr": true } ], "matched": 2 } TASK [Check generated files for ansible_managed, fingerprint] ****************** task path: /WORKDIR/git-weekly-cioxnscw12/tests/tests_run_hooks.yml:74 Saturday 18 May 2024 13:39:31 +0000 (0:00:00.239) 0:00:14.831 ********** included: /WORKDIR/git-weekly-cioxnscw12/tests/tasks/check_header.yml for sut included: /WORKDIR/git-weekly-cioxnscw12/tests/tasks/check_header.yml for sut TASK [Get file] **************************************************************** task path: /WORKDIR/git-weekly-cioxnscw12/tests/tasks/check_header.yml:3 Saturday 18 May 2024 13:39:31 +0000 (0:00:00.025) 0:00:14.856 ********** ok: [sut] => { "changed": false, "content": "IyEvYmluL2Jhc2gKIwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6Y2VydGlmaWNhdGUKCnRvdWNoIC9ldGMvcGtpL2JlZm9yZV9jZXJ0LnRtcAo=", "encoding": "base64", "source": "/etc/certmonger/pre-scripts/mycert_run_hooks-369fd46.sh" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /WORKDIR/git-weekly-cioxnscw12/tests/tasks/check_header.yml:8 Saturday 18 May 2024 13:39:32 +0000 (0:00:00.342) 0:00:15.198 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /WORKDIR/git-weekly-cioxnscw12/tests/tasks/check_header.yml:3 Saturday 18 May 2024 13:39:32 +0000 (0:00:00.032) 0:00:15.231 ********** ok: [sut] => { "changed": false, "content": "IyEvYmluL2Jhc2gKIwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6Y2VydGlmaWNhdGUKCnRvdWNoIC9ldGMvcGtpL2FmdGVyX2NlcnQudG1wCg==", "encoding": "base64", "source": "/etc/certmonger/post-scripts/mycert_run_hooks-369fd46.sh" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /WORKDIR/git-weekly-cioxnscw12/tests/tasks/check_header.yml:8 Saturday 18 May 2024 13:39:32 +0000 (0:00:00.174) 0:00:15.405 ********** ok: [sut] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=43 changed=6 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 Saturday 18 May 2024 13:39:32 +0000 (0:00:00.028) 0:00:15.433 ********** =============================================================================== linux-system-roles.certificate : Ensure certificate role dependencies are installed --- 5.62s /WORKDIR/git-weekly-cioxnscw12/tests/roles/linux-system-roles.certificate/tasks/main.yml:5 linux-system-roles.certificate : Ensure provider packages are installed --- 2.62s /WORKDIR/git-weekly-cioxnscw12/tests/roles/linux-system-roles.certificate/tasks/main.yml:24 Ensure python3 is installed --------------------------------------------- 0.85s /WORKDIR/git-weekly-cioxnscw12/tests/tasks/assert_certificate_parameters.yml:29 Gathering Facts --------------------------------------------------------- 0.72s /WORKDIR/git-weekly-cioxnscw12/tests/tests_run_hooks.yml:2 -------------------- linux-system-roles.certificate : Ensure provider service is running ----- 0.70s /WORKDIR/git-weekly-cioxnscw12/tests/roles/linux-system-roles.certificate/tasks/main.yml:92 linux-system-roles.certificate : Ensure certificate requests ------------ 0.68s /WORKDIR/git-weekly-cioxnscw12/tests/roles/linux-system-roles.certificate/tasks/main.yml:104 Gathering Facts --------------------------------------------------------- 0.54s /WORKDIR/git-weekly-cioxnscw12/tests/tests_run_hooks.yml:17 ------------------- Get file ---------------------------------------------------------------- 0.34s /WORKDIR/git-weekly-cioxnscw12/tests/tasks/check_header.yml:3 ----------------- Parse certificate ------------------------------------------------------- 0.30s /WORKDIR/git-weekly-cioxnscw12/tests/tasks/assert_certificate_parameters.yml:92 Retrieve auto-renew flag ------------------------------------------------ 0.29s /WORKDIR/git-weekly-cioxnscw12/tests/tasks/assert_certificate_parameters.yml:151 linux-system-roles.certificate : Ensure pre-scripts hooks directory exists --- 0.28s /WORKDIR/git-weekly-cioxnscw12/tests/roles/linux-system-roles.certificate/tasks/main.yml:37 linux-system-roles.certificate : Check if system is ostree -------------- 0.24s /WORKDIR/git-weekly-cioxnscw12/tests/roles/linux-system-roles.certificate/tasks/set_vars.yml:11 Get pre/post-scripts files ---------------------------------------------- 0.24s /WORKDIR/git-weekly-cioxnscw12/tests/tests_run_hooks.yml:66 ------------------- Retrieve key file stats ------------------------------------------------- 0.20s /WORKDIR/git-weekly-cioxnscw12/tests/tasks/assert_certificate_parameters.yml:69 linux-system-roles.certificate : Ensure post-scripts hooks directory exists --- 0.20s /WORKDIR/git-weekly-cioxnscw12/tests/roles/linux-system-roles.certificate/tasks/main.yml:63 Retrieve certificate file stats ----------------------------------------- 0.19s /WORKDIR/git-weekly-cioxnscw12/tests/tasks/assert_certificate_parameters.yml:40 Get certificate timestamp ----------------------------------------------- 0.19s /WORKDIR/git-weekly-cioxnscw12/tests/tests_run_hooks.yml:39 ------------------- Get post-run file timestamp --------------------------------------------- 0.18s /WORKDIR/git-weekly-cioxnscw12/tests/tests_run_hooks.yml:47 ------------------- Get pre-run file timestamp ---------------------------------------------- 0.18s /WORKDIR/git-weekly-cioxnscw12/tests/tests_run_hooks.yml:43 ------------------- Get file ---------------------------------------------------------------- 0.17s /WORKDIR/git-weekly-cioxnscw12/tests/tasks/check_header.yml:3 ----------------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: Distribution centos 9 on host sut should use /usr/libexec/platform-python, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See https://docs .ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for more information. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---