# 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_subject_complex.yml ******************************************** 2 plays in /WORKDIR/git-weekly-cidgeaj3jt/tests/tests_subject_complex.yml PLAY [Issue simple self-signed certificate] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cidgeaj3jt/tests/tests_subject_complex.yml:2 Saturday 20 January 2024 13:59:03 +0000 (0:00:00.012) 0:00:00.012 ****** ok: [sut] META: ran handlers TASK [linux-system-roles.certificate : Set version specific variables] ********* task path: /WORKDIR/git-weekly-cidgeaj3jt/tests/roles/linux-system-roles.certificate/tasks/main.yml:2 Saturday 20 January 2024 13:59:05 +0000 (0:00:01.628) 0:00:01.641 ****** included: /WORKDIR/git-weekly-cidgeaj3jt/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-cidgeaj3jt/tests/roles/linux-system-roles.certificate/tasks/set_vars.yml:2 Saturday 20 January 2024 13:59:05 +0000 (0:00:00.010) 0:00:01.651 ****** 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-cidgeaj3jt/tests/roles/linux-system-roles.certificate/tasks/set_vars.yml:11 Saturday 20 January 2024 13:59:05 +0000 (0:00:00.017) 0:00:01.669 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.certificate : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cidgeaj3jt/tests/roles/linux-system-roles.certificate/tasks/set_vars.yml:16 Saturday 20 January 2024 13:59:05 +0000 (0:00:00.254) 0:00:01.924 ****** 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-cidgeaj3jt/tests/roles/linux-system-roles.certificate/tasks/set_vars.yml:20 Saturday 20 January 2024 13:59:05 +0000 (0:00:00.019) 0:00:01.943 ****** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "__certificate_certmonger_packages": [ "certmonger", "python3-packaging" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cidgeaj3jt/tests/roles/linux-system-roles.certificate/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.certificate : Ensure certificate role dependencies are installed] *** task path: /WORKDIR/git-weekly-cidgeaj3jt/tests/roles/linux-system-roles.certificate/tasks/main.yml:5 Saturday 20 January 2024 13:59:05 +0000 (0:00:00.029) 0:00:01.973 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: python3-cffi-1.15.1-4.fc38.x86_64", "Installed: python3-cryptography-37.0.2-8.fc38.x86_64", "Installed: python3-pycparser-2.20-9.fc38.noarch", "Installed: python3-pyasn1-0.5.1-1.fc38.noarch", "Installed: python3-ply-3.11-18.fc38.noarch" ] } lsrpackages: python3-cryptography python3-dbus python3-pyasn1 TASK [linux-system-roles.certificate : Ensure provider packages are installed] *** task path: /WORKDIR/git-weekly-cidgeaj3jt/tests/roles/linux-system-roles.certificate/tasks/main.yml:24 Saturday 20 January 2024 13:59:10 +0000 (0:00:05.125) 0:00:07.099 ****** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "rc": 0, "results": [ "Installed: certmonger-0.79.17-3.fc38.x86_64", "Installed: python3-packaging-23.0-1.fc38.noarch", "Installed: dbus-tools-1:1.14.10-1.fc38.x86_64" ] } lsrpackages: certmonger python3-packaging TASK [linux-system-roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-cidgeaj3jt/tests/roles/linux-system-roles.certificate/tasks/main.yml:37 Saturday 20 January 2024 13:59:15 +0000 (0:00:05.056) 0:00:12.155 ****** 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-cidgeaj3jt/tests/roles/linux-system-roles.certificate/tasks/main.yml:63 Saturday 20 January 2024 13:59:16 +0000 (0:00:00.377) 0:00:12.532 ****** 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-cidgeaj3jt/tests/roles/linux-system-roles.certificate/tasks/main.yml:92 Saturday 20 January 2024 13:59:16 +0000 (0:00:00.244) 0:00:12.777 ****** 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.socket network.target basic.target sysinit.target systemd-journald.socket system.slice dbus-broker.service syslog.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", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "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": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "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", "MemoryZSwapMax": "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": "sysinit.target system.slice 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": "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": "4434", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "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-cidgeaj3jt/tests/roles/linux-system-roles.certificate/tasks/main.yml:104 Saturday 20 January 2024 13:59:17 +0000 (0:00:01.163) 0:00:13.940 ****** changed: [sut] => (item={'name': 'mycert_subject_complex', 'dns': 'www.example.com', 'common_name': '# \\\\Every"thing+that,ne;edsing\\0 ', 'contact_email': 'admin@example.com', 'ca': 'self-sign'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "self-sign", "common_name": "# \\\\Every\"thing+that,ne;edsing\\0 ", "contact_email": "admin@example.com", "dns": "www.example.com", "name": "mycert_subject_complex" } } MSG: Certificate requested (new). TASK [linux-system-roles.certificate : Slurp the contents of the files] ******** task path: /WORKDIR/git-weekly-cidgeaj3jt/tests/roles/linux-system-roles.certificate/tasks/main.yml:156 Saturday 20 January 2024 13:59:18 +0000 (0:00:01.085) 0:00:15.026 ****** skipping: [sut] => (item=['cert', {'name': 'mycert_subject_complex', 'dns': 'www.example.com', 'common_name': '# \\\\Every"thing+that,ne;edsing\\0 ', 'contact_email': 'admin@example.com', 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "cert", { "ca": "self-sign", "common_name": "# \\\\Every\"thing+that,ne;edsing\\0 ", "contact_email": "admin@example.com", "dns": "www.example.com", "name": "mycert_subject_complex" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['key', {'name': 'mycert_subject_complex', 'dns': 'www.example.com', 'common_name': '# \\\\Every"thing+that,ne;edsing\\0 ', 'contact_email': 'admin@example.com', 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "key", { "ca": "self-sign", "common_name": "# \\\\Every\"thing+that,ne;edsing\\0 ", "contact_email": "admin@example.com", "dns": "www.example.com", "name": "mycert_subject_complex" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['ca', {'name': 'mycert_subject_complex', 'dns': 'www.example.com', 'common_name': '# \\\\Every"thing+that,ne;edsing\\0 ', 'contact_email': 'admin@example.com', 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "ca", { "ca": "self-sign", "common_name": "# \\\\Every\"thing+that,ne;edsing\\0 ", "contact_email": "admin@example.com", "dns": "www.example.com", "name": "mycert_subject_complex" } ], "skip_reason": "Conditional result was False" } TASK [linux-system-roles.certificate : Create return data] ********************* task path: /WORKDIR/git-weekly-cidgeaj3jt/tests/roles/linux-system-roles.certificate/tasks/main.yml:168 Saturday 20 January 2024 13:59:18 +0000 (0:00:00.023) 0:00:15.049 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.certificate : Stop tracking certificates] ************* task path: /WORKDIR/git-weekly-cidgeaj3jt/tests/roles/linux-system-roles.certificate/tasks/main.yml:184 Saturday 20 January 2024 13:59:18 +0000 (0:00:00.016) 0:00:15.066 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.certificate : Remove files] *************************** task path: /WORKDIR/git-weekly-cidgeaj3jt/tests/roles/linux-system-roles.certificate/tasks/main.yml:189 Saturday 20 January 2024 13:59:18 +0000 (0:00:00.016) 0:00:15.083 ****** 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-cidgeaj3jt/tests/tests_subject_complex.yml:16 Saturday 20 January 2024 13:59:18 +0000 (0:00:00.019) 0:00:15.102 ****** ok: [sut] META: ran handlers TASK [Verify each certificate] ************************************************* task path: /WORKDIR/git-weekly-cidgeaj3jt/tests/tests_subject_complex.yml:42 Saturday 20 January 2024 13:59:19 +0000 (0:00:00.774) 0:00:15.877 ****** included: /WORKDIR/git-weekly-cidgeaj3jt/tests/tasks/assert_certificate_parameters.yml for sut TASK [Set virtualenv_path] ***************************************************** task path: /WORKDIR/git-weekly-cidgeaj3jt/tests/tasks/assert_certificate_parameters.yml:2 Saturday 20 January 2024 13:59:19 +0000 (0:00:00.026) 0:00:15.904 ****** ok: [sut] => { "ansible_facts": { "__virtualenv_path": "/tmp/certificate-tests-venv" }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cidgeaj3jt/tests/tasks/assert_certificate_parameters.yml:9 Saturday 20 January 2024 13:59:19 +0000 (0:00:00.017) 0:00:15.921 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cidgeaj3jt/tests/tasks/assert_certificate_parameters.yml:14 Saturday 20 January 2024 13:59:19 +0000 (0:00:00.017) 0:00:15.939 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure python3 is installed] ********************************************* task path: /WORKDIR/git-weekly-cidgeaj3jt/tests/tasks/assert_certificate_parameters.yml:18 Saturday 20 January 2024 13:59:19 +0000 (0:00:00.017) 0:00:15.957 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure python3 is installed] ********************************************* task path: /WORKDIR/git-weekly-cidgeaj3jt/tests/tasks/assert_certificate_parameters.yml:29 Saturday 20 January 2024 13:59:19 +0000 (0:00:00.016) 0:00:15.973 ****** 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-cidgeaj3jt/tests/tasks/assert_certificate_parameters.yml:40 Saturday 20 January 2024 13:59:22 +0000 (0:00:02.430) 0:00:18.404 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705759158.5197616, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d1aa53c1c87c2223740ab25eefe672c03f9d8447", "ctime": 1705759158.5157619, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 203159, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1705759158.5157619, "nlink": 1, "path": "/etc/pki/tls/certs/mycert_subject_complex.crt", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1375, "uid": 0, "version": "1754938482", "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-cidgeaj3jt/tests/tasks/assert_certificate_parameters.yml:45 Saturday 20 January 2024 13:59:22 +0000 (0:00:00.216) 0:00:18.620 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate file owner and group] ********************************* task path: /WORKDIR/git-weekly-cidgeaj3jt/tests/tasks/assert_certificate_parameters.yml:51 Saturday 20 January 2024 13:59:22 +0000 (0:00:00.020) 0:00:18.640 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate permissions] ****************************************** task path: /WORKDIR/git-weekly-cidgeaj3jt/tests/tasks/assert_certificate_parameters.yml:63 Saturday 20 January 2024 13:59:22 +0000 (0:00:00.022) 0:00:18.662 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve key file stats] ************************************************* task path: /WORKDIR/git-weekly-cidgeaj3jt/tests/tasks/assert_certificate_parameters.yml:69 Saturday 20 January 2024 13:59:22 +0000 (0:00:00.019) 0:00:18.682 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705759158.459763, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "76bdeeab699255ad47a3657fb4fa1f18820105f1", "ctime": 1705759158.5157619, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 203158, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1705759158.5157619, "nlink": 1, "path": "/etc/pki/tls/private/mycert_subject_complex.key", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1704, "uid": 0, "version": "31480354", "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-cidgeaj3jt/tests/tasks/assert_certificate_parameters.yml:74 Saturday 20 January 2024 13:59:22 +0000 (0:00:00.218) 0:00:18.901 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key file owner and group] ***************************************** task path: /WORKDIR/git-weekly-cidgeaj3jt/tests/tasks/assert_certificate_parameters.yml:80 Saturday 20 January 2024 13:59:22 +0000 (0:00:00.020) 0:00:18.921 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Parse certificate] ******************************************************* task path: /WORKDIR/git-weekly-cidgeaj3jt/tests/tasks/assert_certificate_parameters.yml:92 Saturday 20 January 2024 13:59:22 +0000 (0:00:00.022) 0:00:18.944 ****** ok: [sut] => { "certificate": { "extensions": { "authorityKeyIdentifier": { "critical": false, "value": "D9:CF:AF:15:30:A2:B4:45:84:E9:D5:A2:9D:AF:ED:59:64:F0:9B:D7" }, "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": "45:93:9E:44:11:DF:D8:33:38:22:8D:A8:FD:30:90:1A:56:61:63:55" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "6C:63:A3:21:97:F6:51:68:94:3F:75:3C:F4:3C:5E:2E:CC:2F:9E:F6:CB:BB:BE:5B:7C:07:71:A3:BC:5C:8E:E5:E0:E1:09:41:05:A5:9D:C9:07:48:C1:6E:F3:62:3B:38:3C:7D:F3:45:48:3C:D9:17:B3:67:5B:F4:6B:CD:6C:28:06:E1:B0:DE:80:F9:A2:E6:B3:E8:CB:A6:3A:0F:19:80:91:35:EA:A8:06:A1:C1:38:E4:48:10:2D:2B:79:29:E7:CE:35:8E:9B:CF:10:8A:20:42:4B:F6:CB:48:B2:B3:08:26:F6:EA:B8:87:69:66:F8:F3:85:A7:8F:6E:2F:B5:12:C4:B9:CF:80:68:F0:7F:0C:86:6C:E7:2F:8D:2C:6E:47:76:5F:E5:86:21:55:8B:87:01:7D:C3:73:9E:FF:BC:8C:D6:F8:B7:3B:6C:CF:CF:DE:AD:C2:F2:BE:9A:8C:4C:AF:D7:6A:1C:3B:D4:DA:70:16:F1:DC:42:06:71:D9:78:55:25:94:89:C2:95:B9:00:A5:34:04:76:46:E5:C0:89:AB:4E:55:36:02:4E:DE:BA:A4:6E:58:2B:90:9D:4E:AC:A8:F1:AB:C1:6A:5D:F5:E0:3B:FB:96:74:24:55:D9:7B:C3:82:5C:C0:56:75:8D:C5:D2:33:4D:C2:7C:00:AA:A6:A1" }, "subject": [ { "name": "emailAddress", "oid": "1.2.840.113549.1.9.1", "value": "admin@example.com" }, { "name": "commonName", "oid": "2.5.4.3", "value": "# \\\\Every\"thing+that,ne;edsing\\0 " } ], "validity": { "not_valid_after": "20250120135918Z", "not_valid_before": "20240120135918Z" } }, "changed": false } TASK [Load certificate YAML to cert_issued variable] *************************** task path: /WORKDIR/git-weekly-cidgeaj3jt/tests/tasks/assert_certificate_parameters.yml:98 Saturday 20 January 2024 13:59:22 +0000 (0:00:00.331) 0:00:19.275 ****** ok: [sut] => { "ansible_facts": { "cert_issued": { "extensions": { "authorityKeyIdentifier": { "critical": false, "value": "D9:CF:AF:15:30:A2:B4:45:84:E9:D5:A2:9D:AF:ED:59:64:F0:9B:D7" }, "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": "45:93:9E:44:11:DF:D8:33:38:22:8D:A8:FD:30:90:1A:56:61:63:55" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "6C:63:A3:21:97:F6:51:68:94:3F:75:3C:F4:3C:5E:2E:CC:2F:9E:F6:CB:BB:BE:5B:7C:07:71:A3:BC:5C:8E:E5:E0:E1:09:41:05:A5:9D:C9:07:48:C1:6E:F3:62:3B:38:3C:7D:F3:45:48:3C:D9:17:B3:67:5B:F4:6B:CD:6C:28:06:E1:B0:DE:80:F9:A2:E6:B3:E8:CB:A6:3A:0F:19:80:91:35:EA:A8:06:A1:C1:38:E4:48:10:2D:2B:79:29:E7:CE:35:8E:9B:CF:10:8A:20:42:4B:F6:CB:48:B2:B3:08:26:F6:EA:B8:87:69:66:F8:F3:85:A7:8F:6E:2F:B5:12:C4:B9:CF:80:68:F0:7F:0C:86:6C:E7:2F:8D:2C:6E:47:76:5F:E5:86:21:55:8B:87:01:7D:C3:73:9E:FF:BC:8C:D6:F8:B7:3B:6C:CF:CF:DE:AD:C2:F2:BE:9A:8C:4C:AF:D7:6A:1C:3B:D4:DA:70:16:F1:DC:42:06:71:D9:78:55:25:94:89:C2:95:B9:00:A5:34:04:76:46:E5:C0:89:AB:4E:55:36:02:4E:DE:BA:A4:6E:58:2B:90:9D:4E:AC:A8:F1:AB:C1:6A:5D:F5:E0:3B:FB:96:74:24:55:D9:7B:C3:82:5C:C0:56:75:8D:C5:D2:33:4D:C2:7C:00:AA:A6:A1" }, "subject": [ { "name": "emailAddress", "oid": "1.2.840.113549.1.9.1", "value": "admin@example.com" }, { "name": "commonName", "oid": "2.5.4.3", "value": "# \\\\Every\"thing+that,ne;edsing\\0 " } ], "validity": { "not_valid_after": "20250120135918Z", "not_valid_before": "20240120135918Z" } } }, "changed": false } TASK [Verify certificate subject] ********************************************** task path: /WORKDIR/git-weekly-cidgeaj3jt/tests/tasks/assert_certificate_parameters.yml:102 Saturday 20 January 2024 13:59:22 +0000 (0:00:00.020) 0:00:19.296 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate SAN] ************************************************** task path: /WORKDIR/git-weekly-cidgeaj3jt/tests/tasks/assert_certificate_parameters.yml:111 Saturday 20 January 2024 13:59:22 +0000 (0:00:00.021) 0:00:19.317 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key size] ********************************************************* task path: /WORKDIR/git-weekly-cidgeaj3jt/tests/tasks/assert_certificate_parameters.yml:120 Saturday 20 January 2024 13:59:22 +0000 (0:00:00.019) 0:00:19.337 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Key Usage] ******************************************** task path: /WORKDIR/git-weekly-cidgeaj3jt/tests/tasks/assert_certificate_parameters.yml:127 Saturday 20 January 2024 13:59:22 +0000 (0:00:00.020) 0:00:19.357 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Extended Key Usage] *********************************** task path: /WORKDIR/git-weekly-cidgeaj3jt/tests/tasks/assert_certificate_parameters.yml:138 Saturday 20 January 2024 13:59:22 +0000 (0:00:00.023) 0:00:19.380 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve auto-renew flag] ************************************************ task path: /WORKDIR/git-weekly-cidgeaj3jt/tests/tasks/assert_certificate_parameters.yml:151 Saturday 20 January 2024 13:59:23 +0000 (0:00:00.022) 0:00:19.403 ****** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail; getcert list -f /etc/pki/tls/certs/mycert_subject_complex.crt | grep 'auto-renew' | sed 's/^\\s\\+auto-renew: //g'", "delta": "0:00:00.045887", "end": "2024-01-20 13:59:23.317683", "rc": 0, "start": "2024-01-20 13:59:23.271796" } STDOUT: yes TASK [Verify certificate auto-renew flag] ************************************** task path: /WORKDIR/git-weekly-cidgeaj3jt/tests/tasks/assert_certificate_parameters.yml:160 Saturday 20 January 2024 13:59:23 +0000 (0:00:00.317) 0:00:19.720 ****** ok: [sut] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=31 changed=6 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 Saturday 20 January 2024 13:59:23 +0000 (0:00:00.019) 0:00:19.740 ****** =============================================================================== linux-system-roles.certificate : Ensure certificate role dependencies are installed --- 5.13s /WORKDIR/git-weekly-cidgeaj3jt/tests/roles/linux-system-roles.certificate/tasks/main.yml:5 linux-system-roles.certificate : Ensure provider packages are installed --- 5.06s /WORKDIR/git-weekly-cidgeaj3jt/tests/roles/linux-system-roles.certificate/tasks/main.yml:24 Ensure python3 is installed --------------------------------------------- 2.43s /WORKDIR/git-weekly-cidgeaj3jt/tests/tasks/assert_certificate_parameters.yml:29 Gathering Facts --------------------------------------------------------- 1.63s /WORKDIR/git-weekly-cidgeaj3jt/tests/tests_subject_complex.yml:2 -------------- linux-system-roles.certificate : Ensure provider service is running ----- 1.16s /WORKDIR/git-weekly-cidgeaj3jt/tests/roles/linux-system-roles.certificate/tasks/main.yml:92 linux-system-roles.certificate : Ensure certificate requests ------------ 1.09s /WORKDIR/git-weekly-cidgeaj3jt/tests/roles/linux-system-roles.certificate/tasks/main.yml:104 Gathering Facts --------------------------------------------------------- 0.77s /WORKDIR/git-weekly-cidgeaj3jt/tests/tests_subject_complex.yml:16 ------------- linux-system-roles.certificate : Ensure pre-scripts hooks directory exists --- 0.38s /WORKDIR/git-weekly-cidgeaj3jt/tests/roles/linux-system-roles.certificate/tasks/main.yml:37 Parse certificate ------------------------------------------------------- 0.33s /WORKDIR/git-weekly-cidgeaj3jt/tests/tasks/assert_certificate_parameters.yml:92 Retrieve auto-renew flag ------------------------------------------------ 0.32s /WORKDIR/git-weekly-cidgeaj3jt/tests/tasks/assert_certificate_parameters.yml:151 linux-system-roles.certificate : Check if system is ostree -------------- 0.25s /WORKDIR/git-weekly-cidgeaj3jt/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-cidgeaj3jt/tests/roles/linux-system-roles.certificate/tasks/main.yml:63 Retrieve key file stats ------------------------------------------------- 0.22s /WORKDIR/git-weekly-cidgeaj3jt/tests/tasks/assert_certificate_parameters.yml:69 Retrieve certificate file stats ----------------------------------------- 0.22s /WORKDIR/git-weekly-cidgeaj3jt/tests/tasks/assert_certificate_parameters.yml:40 linux-system-roles.certificate : Set platform/version specific variables --- 0.03s /WORKDIR/git-weekly-cidgeaj3jt/tests/roles/linux-system-roles.certificate/tasks/set_vars.yml:20 Verify each certificate ------------------------------------------------- 0.03s /WORKDIR/git-weekly-cidgeaj3jt/tests/tests_subject_complex.yml:42 ------------- linux-system-roles.certificate : Slurp the contents of the files -------- 0.02s /WORKDIR/git-weekly-cidgeaj3jt/tests/roles/linux-system-roles.certificate/tasks/main.yml:156 Verify certificate Key Usage -------------------------------------------- 0.02s /WORKDIR/git-weekly-cidgeaj3jt/tests/tasks/assert_certificate_parameters.yml:127 Verify certificate Extended Key Usage ----------------------------------- 0.02s /WORKDIR/git-weekly-cidgeaj3jt/tests/tasks/assert_certificate_parameters.yml:138 Verify key file owner and group ----------------------------------------- 0.02s /WORKDIR/git-weekly-cidgeaj3jt/tests/tasks/assert_certificate_parameters.yml:80 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---