# 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_provider.yml *************************************************** 2 plays in /WORKDIR/git-weekly-cih9m7ykbx/tests/tests_provider.yml PLAY [Test issuing certificate with certmonger provider] *********************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cih9m7ykbx/tests/tests_provider.yml:2 Saturday 02 December 2023 14:26:19 +0000 (0:00:00.018) 0:00:00.018 ***** ok: [sut] META: ran handlers TASK [linux-system-roles.certificate : Set version specific variables] ********* task path: /WORKDIR/git-weekly-cih9m7ykbx/tests/roles/linux-system-roles.certificate/tasks/main.yml:2 Saturday 02 December 2023 14:26:21 +0000 (0:00:02.054) 0:00:02.072 ***** included: /WORKDIR/git-weekly-cih9m7ykbx/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-cih9m7ykbx/tests/roles/linux-system-roles.certificate/tasks/set_vars.yml:2 Saturday 02 December 2023 14:26:21 +0000 (0:00:00.015) 0:00:02.087 ***** 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-cih9m7ykbx/tests/roles/linux-system-roles.certificate/tasks/set_vars.yml:11 Saturday 02 December 2023 14:26:21 +0000 (0:00:00.022) 0:00:02.109 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.certificate : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cih9m7ykbx/tests/roles/linux-system-roles.certificate/tasks/set_vars.yml:16 Saturday 02 December 2023 14:26:21 +0000 (0:00:00.273) 0:00:02.383 ***** 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-cih9m7ykbx/tests/roles/linux-system-roles.certificate/tasks/set_vars.yml:20 Saturday 02 December 2023 14:26:21 +0000 (0:00:00.025) 0:00:02.408 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_37.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_37.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_37.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_37.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.certificate : Ensure certificate role dependencies are installed] *** task path: /WORKDIR/git-weekly-cih9m7ykbx/tests/roles/linux-system-roles.certificate/tasks/main.yml:5 Saturday 02 December 2023 14:26:22 +0000 (0:00:00.035) 0:00:02.444 ***** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: python3-cryptography-37.0.2-5.fc37.x86_64", "Installed: python3-pycparser-2.20-8.fc37.noarch", "Installed: python3-ply-3.11-17.fc37.noarch", "Installed: python3-pyasn1-0.4.8-11.fc37.noarch", "Installed: python3-cffi-1.15.1-2.fc37.x86_64" ] } lsrpackages: python3-cryptography python3-dbus python3-pyasn1 TASK [linux-system-roles.certificate : Ensure provider packages are installed] *** task path: /WORKDIR/git-weekly-cih9m7ykbx/tests/roles/linux-system-roles.certificate/tasks/main.yml:24 Saturday 02 December 2023 14:26:28 +0000 (0:00:06.331) 0:00:08.775 ***** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "rc": 0, "results": [ "Installed: certmonger-0.79.17-1.fc37.x86_64", "Installed: dbus-tools-1:1.14.10-1.fc37.x86_64" ] } lsrpackages: certmonger TASK [linux-system-roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-cih9m7ykbx/tests/roles/linux-system-roles.certificate/tasks/main.yml:37 Saturday 02 December 2023 14:26:33 +0000 (0:00:04.794) 0:00:13.569 ***** 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": 4096, "state": "directory", "uid": 0 } TASK [linux-system-roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-cih9m7ykbx/tests/roles/linux-system-roles.certificate/tasks/main.yml:63 Saturday 02 December 2023 14:26:33 +0000 (0:00:00.316) 0:00:13.886 ***** 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": 4096, "state": "directory", "uid": 0 } TASK [linux-system-roles.certificate : Ensure provider service is running] ***** task path: /WORKDIR/git-weekly-cih9m7ykbx/tests/roles/linux-system-roles.certificate/tasks/main.yml:92 Saturday 02 December 2023 14:26:33 +0000 (0:00:00.241) 0:00:14.127 ***** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "enabled": true, "name": "certmonger", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice basic.target dbus-broker.service systemd-journald.socket sysinit.target dbus.socket syslog.target network.target", "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": "14732", "LimitNPROCSoft": "14732", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14732", "LimitSIGPENDINGSoft": "14732", "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", "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]", "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": "4419", "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-cih9m7ykbx/tests/roles/linux-system-roles.certificate/tasks/main.yml:104 Saturday 02 December 2023 14:26:34 +0000 (0:00:01.139) 0:00:15.266 ***** changed: [sut] => (item={'name': 'mycert_provider', 'dns': 'www.example.com', 'ca': 'self-sign', 'provider': 'certmonger'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "self-sign", "dns": "www.example.com", "name": "mycert_provider", "provider": "certmonger" } } MSG: Certificate requested (new). TASK [linux-system-roles.certificate : Slurp the contents of the files] ******** task path: /WORKDIR/git-weekly-cih9m7ykbx/tests/roles/linux-system-roles.certificate/tasks/main.yml:156 Saturday 02 December 2023 14:26:35 +0000 (0:00:01.170) 0:00:16.437 ***** skipping: [sut] => (item=['cert', {'name': 'mycert_provider', 'dns': 'www.example.com', 'ca': 'self-sign', 'provider': 'certmonger'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "cert", { "ca": "self-sign", "dns": "www.example.com", "name": "mycert_provider", "provider": "certmonger" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['key', {'name': 'mycert_provider', 'dns': 'www.example.com', 'ca': 'self-sign', 'provider': 'certmonger'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "key", { "ca": "self-sign", "dns": "www.example.com", "name": "mycert_provider", "provider": "certmonger" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['ca', {'name': 'mycert_provider', 'dns': 'www.example.com', 'ca': 'self-sign', 'provider': 'certmonger'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "ca", { "ca": "self-sign", "dns": "www.example.com", "name": "mycert_provider", "provider": "certmonger" } ], "skip_reason": "Conditional result was False" } TASK [linux-system-roles.certificate : Create return data] ********************* task path: /WORKDIR/git-weekly-cih9m7ykbx/tests/roles/linux-system-roles.certificate/tasks/main.yml:168 Saturday 02 December 2023 14:26:36 +0000 (0:00:00.030) 0:00:16.467 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.certificate : Stop tracking certificates] ************* task path: /WORKDIR/git-weekly-cih9m7ykbx/tests/roles/linux-system-roles.certificate/tasks/main.yml:184 Saturday 02 December 2023 14:26:36 +0000 (0:00:00.021) 0:00:16.488 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.certificate : Remove files] *************************** task path: /WORKDIR/git-weekly-cih9m7ykbx/tests/roles/linux-system-roles.certificate/tasks/main.yml:189 Saturday 02 December 2023 14:26:36 +0000 (0:00:00.021) 0:00:16.510 ***** 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-cih9m7ykbx/tests/tests_provider.yml:13 Saturday 02 December 2023 14:26:36 +0000 (0:00:00.026) 0:00:16.537 ***** ok: [sut] META: ran handlers TASK [Verify each certificate] ************************************************* task path: /WORKDIR/git-weekly-cih9m7ykbx/tests/tests_provider.yml:27 Saturday 02 December 2023 14:26:36 +0000 (0:00:00.822) 0:00:17.359 ***** included: /WORKDIR/git-weekly-cih9m7ykbx/tests/tasks/assert_certificate_parameters.yml for sut TASK [Set virtualenv_path] ***************************************************** task path: /WORKDIR/git-weekly-cih9m7ykbx/tests/tasks/assert_certificate_parameters.yml:2 Saturday 02 December 2023 14:26:36 +0000 (0:00:00.032) 0:00:17.392 ***** ok: [sut] => { "ansible_facts": { "__virtualenv_path": "/tmp/certificate-tests-venv" }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cih9m7ykbx/tests/tasks/assert_certificate_parameters.yml:9 Saturday 02 December 2023 14:26:36 +0000 (0:00:00.009) 0:00:17.401 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cih9m7ykbx/tests/tasks/assert_certificate_parameters.yml:14 Saturday 02 December 2023 14:26:36 +0000 (0:00:00.021) 0:00:17.423 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure python3 is installed] ********************************************* task path: /WORKDIR/git-weekly-cih9m7ykbx/tests/tasks/assert_certificate_parameters.yml:18 Saturday 02 December 2023 14:26:37 +0000 (0:00:00.021) 0:00:17.445 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure python3 is installed] ********************************************* task path: /WORKDIR/git-weekly-cih9m7ykbx/tests/tasks/assert_certificate_parameters.yml:29 Saturday 02 December 2023 14:26:37 +0000 (0:00:00.020) 0:00:17.466 ***** 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-cih9m7ykbx/tests/tasks/assert_certificate_parameters.yml:40 Saturday 02 December 2023 14:26:39 +0000 (0:00:02.774) 0:00:20.240 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1701527195.8291957, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5c811c13135abeb79026c92a2d5fc74dc07feab9", "ctime": 1701527195.8251958, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 202735, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1701527195.8251958, "nlink": 1, "path": "/etc/pki/tls/certs/mycert_provider.crt", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1294, "uid": 0, "version": "115875587", "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-cih9m7ykbx/tests/tasks/assert_certificate_parameters.yml:45 Saturday 02 December 2023 14:26:40 +0000 (0:00:00.238) 0:00:20.478 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate file owner and group] ********************************* task path: /WORKDIR/git-weekly-cih9m7ykbx/tests/tasks/assert_certificate_parameters.yml:51 Saturday 02 December 2023 14:26:40 +0000 (0:00:00.023) 0:00:20.501 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate permissions] ****************************************** task path: /WORKDIR/git-weekly-cih9m7ykbx/tests/tasks/assert_certificate_parameters.yml:63 Saturday 02 December 2023 14:26:40 +0000 (0:00:00.026) 0:00:20.528 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve key file stats] ************************************************* task path: /WORKDIR/git-weekly-cih9m7ykbx/tests/tasks/assert_certificate_parameters.yml:69 Saturday 02 December 2023 14:26:40 +0000 (0:00:00.023) 0:00:20.552 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1701527195.7681973, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "e64309beb429f85501be578572d2e03f747226bb", "ctime": 1701527195.8251958, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 202734, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1701527195.8251958, "nlink": 1, "path": "/etc/pki/tls/private/mycert_provider.key", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1704, "uid": 0, "version": "1278065153", "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-cih9m7ykbx/tests/tasks/assert_certificate_parameters.yml:74 Saturday 02 December 2023 14:26:40 +0000 (0:00:00.240) 0:00:20.793 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key file owner and group] ***************************************** task path: /WORKDIR/git-weekly-cih9m7ykbx/tests/tasks/assert_certificate_parameters.yml:80 Saturday 02 December 2023 14:26:40 +0000 (0:00:00.023) 0:00:20.816 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Parse certificate] ******************************************************* task path: /WORKDIR/git-weekly-cih9m7ykbx/tests/tasks/assert_certificate_parameters.yml:92 Saturday 02 December 2023 14:26:40 +0000 (0:00:00.026) 0:00:20.843 ***** ok: [sut] => { "certificate": { "extensions": { "authorityKeyIdentifier": { "critical": false, "value": "24:12:C8:E6:6D:BA:C8:E7:2E:CF:D4:1C:E4:D0:D4:5C:CE:82:C1:B6" }, "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": "BC:8B:B7:F5:87:27:47:06:63:64:E3:22:6D:AE:6C:2B:81:DC:55:CE" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "16:7E:93:2E:71:2B:63:AD:8F:9F:FA:18:EB:93:F7:D7:96:FB:24:81:35:99:A3:59:12:F6:B7:92:1B:AA:1B:58:8A:12:C8:32:46:EF:CF:CA:B8:A1:D0:B8:31:7B:32:11:D8:E4:A1:4D:6B:B0:F8:07:32:BA:92:22:E6:1F:40:5C:F6:92:2A:69:6A:DC:89:11:B8:A5:D0:98:99:20:89:8A:28:01:A4:87:C1:F0:61:C5:9E:60:DC:9A:24:30:E7:58:55:7D:C3:57:B5:93:C3:B3:8E:CC:2C:F4:CE:61:07:1D:4E:DF:4B:C1:44:B8:25:CA:55:E5:D9:95:E8:93:02:9C:CD:16:BC:C0:5D:F2:16:B4:2C:EC:C5:C2:7F:31:1E:DC:78:23:F9:7C:A6:0D:B1:11:DB:05:56:91:9B:5D:11:4C:7A:01:96:85:03:8A:01:05:76:B9:77:7C:4E:0C:0D:31:08:F5:99:54:AD:46:32:AE:F7:D3:ED:21:3C:89:0B:6D:9D:18:36:AE:37:9E:A2:1F:65:BD:98:57:CD:93:9D:DE:DE:42:65:A7:D0:FE:4F:56:30:95:FF:97:FA:EA:DD:91:D0:2E:37:E4:2D:30:7B:FE:79:62:F8:82:72:C8:F1:0D:DF:73:90:D7:83:02:8D:36:FB:ED:C2:A0:FA:79:F6:62" }, "subject": [ { "name": "commonName", "oid": "2.5.4.3", "value": "www.example.com" } ], "validity": { "not_valid_after": "20241202142635Z", "not_valid_before": "20231202142635Z" } }, "changed": false } TASK [Load certificate YAML to cert_issued variable] *************************** task path: /WORKDIR/git-weekly-cih9m7ykbx/tests/tasks/assert_certificate_parameters.yml:98 Saturday 02 December 2023 14:26:40 +0000 (0:00:00.420) 0:00:21.263 ***** ok: [sut] => { "ansible_facts": { "cert_issued": { "extensions": { "authorityKeyIdentifier": { "critical": false, "value": "24:12:C8:E6:6D:BA:C8:E7:2E:CF:D4:1C:E4:D0:D4:5C:CE:82:C1:B6" }, "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": "BC:8B:B7:F5:87:27:47:06:63:64:E3:22:6D:AE:6C:2B:81:DC:55:CE" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "16:7E:93:2E:71:2B:63:AD:8F:9F:FA:18:EB:93:F7:D7:96:FB:24:81:35:99:A3:59:12:F6:B7:92:1B:AA:1B:58:8A:12:C8:32:46:EF:CF:CA:B8:A1:D0:B8:31:7B:32:11:D8:E4:A1:4D:6B:B0:F8:07:32:BA:92:22:E6:1F:40:5C:F6:92:2A:69:6A:DC:89:11:B8:A5:D0:98:99:20:89:8A:28:01:A4:87:C1:F0:61:C5:9E:60:DC:9A:24:30:E7:58:55:7D:C3:57:B5:93:C3:B3:8E:CC:2C:F4:CE:61:07:1D:4E:DF:4B:C1:44:B8:25:CA:55:E5:D9:95:E8:93:02:9C:CD:16:BC:C0:5D:F2:16:B4:2C:EC:C5:C2:7F:31:1E:DC:78:23:F9:7C:A6:0D:B1:11:DB:05:56:91:9B:5D:11:4C:7A:01:96:85:03:8A:01:05:76:B9:77:7C:4E:0C:0D:31:08:F5:99:54:AD:46:32:AE:F7:D3:ED:21:3C:89:0B:6D:9D:18:36:AE:37:9E:A2:1F:65:BD:98:57:CD:93:9D:DE:DE:42:65:A7:D0:FE:4F:56:30:95:FF:97:FA:EA:DD:91:D0:2E:37:E4:2D:30:7B:FE:79:62:F8:82:72:C8:F1:0D:DF:73:90:D7:83:02:8D:36:FB:ED:C2:A0:FA:79:F6:62" }, "subject": [ { "name": "commonName", "oid": "2.5.4.3", "value": "www.example.com" } ], "validity": { "not_valid_after": "20241202142635Z", "not_valid_before": "20231202142635Z" } } }, "changed": false } TASK [Verify certificate subject] ********************************************** task path: /WORKDIR/git-weekly-cih9m7ykbx/tests/tasks/assert_certificate_parameters.yml:102 Saturday 02 December 2023 14:26:40 +0000 (0:00:00.025) 0:00:21.288 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate SAN] ************************************************** task path: /WORKDIR/git-weekly-cih9m7ykbx/tests/tasks/assert_certificate_parameters.yml:111 Saturday 02 December 2023 14:26:40 +0000 (0:00:00.025) 0:00:21.313 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key size] ********************************************************* task path: /WORKDIR/git-weekly-cih9m7ykbx/tests/tasks/assert_certificate_parameters.yml:120 Saturday 02 December 2023 14:26:40 +0000 (0:00:00.022) 0:00:21.336 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Key Usage] ******************************************** task path: /WORKDIR/git-weekly-cih9m7ykbx/tests/tasks/assert_certificate_parameters.yml:127 Saturday 02 December 2023 14:26:40 +0000 (0:00:00.024) 0:00:21.361 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Extended Key Usage] *********************************** task path: /WORKDIR/git-weekly-cih9m7ykbx/tests/tasks/assert_certificate_parameters.yml:138 Saturday 02 December 2023 14:26:40 +0000 (0:00:00.028) 0:00:21.389 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve auto-renew flag] ************************************************ task path: /WORKDIR/git-weekly-cih9m7ykbx/tests/tasks/assert_certificate_parameters.yml:151 Saturday 02 December 2023 14:26:40 +0000 (0:00:00.029) 0:00:21.418 ***** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail; getcert list -f /etc/pki/tls/certs/mycert_provider.crt | grep 'auto-renew' | sed 's/^\\s\\+auto-renew: //g'", "delta": "0:00:00.048601", "end": "2023-12-02 14:26:41.314904", "rc": 0, "start": "2023-12-02 14:26:41.266303" } STDOUT: yes TASK [Verify certificate auto-renew flag] ************************************** task path: /WORKDIR/git-weekly-cih9m7ykbx/tests/tasks/assert_certificate_parameters.yml:160 Saturday 02 December 2023 14:26:41 +0000 (0:00:00.366) 0:00:21.785 ***** ok: [sut] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=30 changed=6 unreachable=0 failed=0 skipped=9 rescued=0 ignored=0 Saturday 02 December 2023 14:26:41 +0000 (0:00:00.023) 0:00:21.809 ***** =============================================================================== linux-system-roles.certificate : Ensure certificate role dependencies are installed --- 6.33s /WORKDIR/git-weekly-cih9m7ykbx/tests/roles/linux-system-roles.certificate/tasks/main.yml:5 linux-system-roles.certificate : Ensure provider packages are installed --- 4.79s /WORKDIR/git-weekly-cih9m7ykbx/tests/roles/linux-system-roles.certificate/tasks/main.yml:24 Ensure python3 is installed --------------------------------------------- 2.77s /WORKDIR/git-weekly-cih9m7ykbx/tests/tasks/assert_certificate_parameters.yml:29 Gathering Facts --------------------------------------------------------- 2.05s /WORKDIR/git-weekly-cih9m7ykbx/tests/tests_provider.yml:2 --------------------- linux-system-roles.certificate : Ensure certificate requests ------------ 1.17s /WORKDIR/git-weekly-cih9m7ykbx/tests/roles/linux-system-roles.certificate/tasks/main.yml:104 linux-system-roles.certificate : Ensure provider service is running ----- 1.14s /WORKDIR/git-weekly-cih9m7ykbx/tests/roles/linux-system-roles.certificate/tasks/main.yml:92 Gathering Facts --------------------------------------------------------- 0.82s /WORKDIR/git-weekly-cih9m7ykbx/tests/tests_provider.yml:13 -------------------- Parse certificate ------------------------------------------------------- 0.42s /WORKDIR/git-weekly-cih9m7ykbx/tests/tasks/assert_certificate_parameters.yml:92 Retrieve auto-renew flag ------------------------------------------------ 0.37s /WORKDIR/git-weekly-cih9m7ykbx/tests/tasks/assert_certificate_parameters.yml:151 linux-system-roles.certificate : Ensure pre-scripts hooks directory exists --- 0.32s /WORKDIR/git-weekly-cih9m7ykbx/tests/roles/linux-system-roles.certificate/tasks/main.yml:37 linux-system-roles.certificate : Check if system is ostree -------------- 0.27s /WORKDIR/git-weekly-cih9m7ykbx/tests/roles/linux-system-roles.certificate/tasks/set_vars.yml:11 linux-system-roles.certificate : Ensure post-scripts hooks directory exists --- 0.24s /WORKDIR/git-weekly-cih9m7ykbx/tests/roles/linux-system-roles.certificate/tasks/main.yml:63 Retrieve key file stats ------------------------------------------------- 0.24s /WORKDIR/git-weekly-cih9m7ykbx/tests/tasks/assert_certificate_parameters.yml:69 Retrieve certificate file stats ----------------------------------------- 0.24s /WORKDIR/git-weekly-cih9m7ykbx/tests/tasks/assert_certificate_parameters.yml:40 linux-system-roles.certificate : Set platform/version specific variables --- 0.04s /WORKDIR/git-weekly-cih9m7ykbx/tests/roles/linux-system-roles.certificate/tasks/set_vars.yml:20 Verify each certificate ------------------------------------------------- 0.03s /WORKDIR/git-weekly-cih9m7ykbx/tests/tests_provider.yml:27 -------------------- linux-system-roles.certificate : Slurp the contents of the files -------- 0.03s /WORKDIR/git-weekly-cih9m7ykbx/tests/roles/linux-system-roles.certificate/tasks/main.yml:156 Verify certificate Extended Key Usage ----------------------------------- 0.03s /WORKDIR/git-weekly-cih9m7ykbx/tests/tasks/assert_certificate_parameters.yml:138 Verify certificate Key Usage -------------------------------------------- 0.03s /WORKDIR/git-weekly-cih9m7ykbx/tests/tasks/assert_certificate_parameters.yml:127 Verify key file owner and group ----------------------------------------- 0.03s /WORKDIR/git-weekly-cih9m7ykbx/tests/tasks/assert_certificate_parameters.yml:80 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---