# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.14.2] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.14/lib/python3.9/site-packages/ansible ansible collection location = /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/.collection executable location = /opt/ansible-2.14/bin/ansible-playbook python version = 3.9.13 (main, Jun 24 2022, 15:32:51) [GCC 8.5.0 20210514 (Red Hat 8.5.0-13)] (/opt/ansible-2.14/bin/python3.9) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_subject.yml **************************************************** 2 plays in /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tests_subject.yml PLAY [Issue simple self-signed certificate] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tests_subject.yml:2 Sunday 12 February 2023 00:26:55 +0000 (0:00:00.481) 0:00:00.481 ******* ok: [sut] TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Sunday 12 February 2023 00:27:03 +0000 (0:00:08.157) 0:00:08.638 ******* included: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Sunday 12 February 2023 00:27:04 +0000 (0:00:01.140) 0:00:09.779 ******* ok: [sut] TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:7 Sunday 12 February 2023 00:27:08 +0000 (0:00:03.692) 0:00:13.471 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat_9.2.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.2.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Sunday 12 February 2023 00:27:11 +0000 (0:00:03.126) 0:00:16.598 ******* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: python3-cffi-1.14.5-5.el9.x86_64", "Installed: python3-cryptography-36.0.1-2.el9.x86_64", "Installed: python3-ply-3.11-14.el9.noarch", "Installed: python3-pycparser-2.20-6.el9.noarch", "Installed: python3-pyasn1-0.4.8-6.el9.noarch" ] } TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:22 Sunday 12 February 2023 00:27:23 +0000 (0:00:12.121) 0:00:28.719 ******* changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "rc": 0, "results": [ "Installed: nss-3.79.0-14.el9_0.x86_64", "Installed: nss-softokn-3.79.0-14.el9_0.x86_64", "Installed: nss-softokn-freebl-3.79.0-14.el9_0.x86_64", "Installed: certmonger-0.79.17-1.el9.x86_64", "Installed: nss-sysinit-3.79.0-14.el9_0.x86_64", "Installed: nss-util-3.79.0-14.el9_0.x86_64", "Installed: nspr-4.34.0-14.el9_0.x86_64" ] } TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:33 Sunday 12 February 2023 00:27:30 +0000 (0:00:06.657) 0:00:35.376 ******* changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//pre-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:59 Sunday 12 February 2023 00:27:39 +0000 (0:00:09.423) 0:00:44.800 ******* changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//post-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] *** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:88 Sunday 12 February 2023 00:27:42 +0000 (0:00:02.725) 0:00:47.526 ******* 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": "basic.target syslog.target dbus.socket network.target dbus-broker.service system.slice 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": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13988", "LimitNPROCSoft": "13988", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13988", "LimitSIGPENDINGSoft": "13988", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "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": "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": "22380", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:99 Sunday 12 February 2023 00:27:58 +0000 (0:00:16.282) 0:01:03.808 ******* changed: [sut] => (item={'name': 'mycert_subject', 'dns': 'www.example.com', 'common_name': 'Some other common name', 'country': 'US', 'state': 'NC', 'locality': 'Raleigh', 'organization': 'Red Hat', 'organizational_unit': 'Linux', 'ca': 'self-sign'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "self-sign", "common_name": "Some other common name", "country": "US", "dns": "www.example.com", "locality": "Raleigh", "name": "mycert_subject", "organization": "Red Hat", "organizational_unit": "Linux", "state": "NC" } } MSG: Certificate requested (new). PLAY [Verify certificate] ****************************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tests_subject.yml:19 Sunday 12 February 2023 00:28:12 +0000 (0:00:13.974) 0:01:17.783 ******* ok: [sut] TASK [Verify each certificate] ************************************************* task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tests_subject.yml:48 Sunday 12 February 2023 00:28:15 +0000 (0:00:02.895) 0:01:20.678 ******* included: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml for sut => (item={'path': '/etc/pki/tls/certs/mycert_subject.crt', 'key_path': '/etc/pki/tls/private/mycert_subject.key', 'subject': [{'name': 'countryName', 'oid': '2.5.4.6', 'value': 'US'}, {'name': 'stateOrProvinceName', 'oid': '2.5.4.8', 'value': 'NC'}, {'name': 'localityName', 'oid': '2.5.4.7', 'value': 'Raleigh'}, {'name': 'organizationName', 'oid': '2.5.4.10', 'value': 'Red Hat'}, {'name': 'organizationalUnitName', 'oid': '2.5.4.11', 'value': 'Linux'}, {'name': 'commonName', 'oid': '2.5.4.3', 'value': 'Some other common name'}], 'subject_alt_name': [{'name': 'DNS', 'value': 'www.example.com'}]}) TASK [Set virtualenv_path] ***************************************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:2 Sunday 12 February 2023 00:28:18 +0000 (0:00:03.240) 0:01:23.919 ******* ok: [sut] => { "ansible_facts": { "__virtualenv_path": "/tmp/certificate-tests-venv" }, "changed": false } TASK [Ensure python3 is installed] ********************************************* task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:6 Sunday 12 February 2023 00:28:20 +0000 (0:00:01.209) 0:01:25.129 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Install the package, force upgrade] ************************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:11 Sunday 12 February 2023 00:28:23 +0000 (0:00:03.074) 0:01:28.203 ******* changed: [sut] => { "changed": true, "cmd": [ "/tmp/certificate-tests-venv/bin/pip3", "install", "-U", "pip" ], "name": [ "pip" ], "requirements": null, "state": "latest", "version": null, "virtualenv": "/tmp/certificate-tests-venv" } STDOUT: Requirement already satisfied: pip in ./certificate-tests-venv/lib/python3.9/site-packages (21.2.3) Collecting pip Downloading pip-23.0-py3-none-any.whl (2.1 MB) Installing collected packages: pip Attempting uninstall: pip Found existing installation: pip 21.2.3 Uninstalling pip-21.2.3: Successfully uninstalled pip-21.2.3 Successfully installed pip-23.0 TASK [Install certreader] ****************************************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:18 Sunday 12 February 2023 00:28:36 +0000 (0:00:13.492) 0:01:41.695 ******* changed: [sut] => { "changed": true, "cmd": [ "/tmp/certificate-tests-venv/bin/pip3", "install", "cryptography<35", "certreader>=0.1.1" ], "name": [ "cryptography<35", "certreader>=0.1.1" ], "requirements": null, "state": "present", "version": null, "virtualenv": "/tmp/certificate-tests-venv" } STDOUT: Collecting cryptography<35 Downloading cryptography-3.4.8-cp36-abi3-manylinux_2_24_x86_64.whl (3.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 25.0 MB/s eta 0:00:00 Collecting certreader>=0.1.1 Downloading certreader-0.1.1.tar.gz (4.4 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting cffi>=1.12 Downloading cffi-1.15.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 441.2/441.2 kB 15.2 MB/s eta 0:00:00 Collecting pyasn1 Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.1/77.1 kB 14.0 MB/s eta 0:00:00 Collecting pyyaml Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 661.8/661.8 kB 29.8 MB/s eta 0:00:00 Collecting pycparser Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 18.5 MB/s eta 0:00:00 Installing collected packages: pyasn1, pyyaml, pycparser, cffi, cryptography, certreader Running setup.py install for certreader: started Running setup.py install for certreader: finished with status 'done' Successfully installed certreader-0.1.1 cffi-1.15.1 cryptography-3.4.8 pyasn1-0.4.8 pycparser-2.21 pyyaml-6.0 STDERR: DEPRECATION: certreader is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559 TASK [Retrieve certificate file stats] ***************************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:26 Sunday 12 February 2023 00:28:42 +0000 (0:00:05.641) 0:01:47.336 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1676161690.9924695, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7ba0f9658af61c6b6b123a23f87ed5ac5edb1be5", "ctime": 1676161690.9894695, "dev": 51716, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 13129, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1676161690.9894695, "nlink": 1, "path": "/etc/pki/tls/certs/mycert_subject.crt", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1407, "uid": 0, "version": "2346584904", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify if certificate file exists] *************************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:31 Sunday 12 February 2023 00:28:50 +0000 (0:00:08.611) 0:01:55.948 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate file owner and group] ********************************* task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:37 Sunday 12 February 2023 00:28:51 +0000 (0:00:00.986) 0:01:56.934 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate permissions] ****************************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:47 Sunday 12 February 2023 00:28:55 +0000 (0:00:03.549) 0:02:00.483 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve key file stats] ************************************************* task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:53 Sunday 12 February 2023 00:28:58 +0000 (0:00:03.316) 0:02:03.800 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1676161690.9204686, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c3ee9569acb766e4dc5c0a547bf33649b6dab031", "ctime": 1676161690.9894695, "dev": 51716, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 25179009, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1676161690.9894695, "nlink": 1, "path": "/etc/pki/tls/private/mycert_subject.key", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1704, "uid": 0, "version": "2545027208", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify if key file exists] *********************************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:58 Sunday 12 February 2023 00:29:00 +0000 (0:00:01.868) 0:02:05.668 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key file owner and group] ***************************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:64 Sunday 12 February 2023 00:29:01 +0000 (0:00:01.386) 0:02:07.055 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Parse certificate] ******************************************************* task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:74 Sunday 12 February 2023 00:29:07 +0000 (0:00:05.182) 0:02:12.237 ******* ok: [sut] => { "changed": false, "cmd": [ "/tmp/certificate-tests-venv/bin/certreader2json", "/etc/pki/tls/certs/mycert_subject.crt" ], "delta": "0:00:00.273866", "end": "2023-02-12 00:29:13.385937", "rc": 0, "start": "2023-02-12 00:29:13.112071" } STDOUT: { "subject": [ { "name": "countryName", "oid": "2.5.4.6", "value": "US" }, { "name": "stateOrProvinceName", "oid": "2.5.4.8", "value": "NC" }, { "name": "localityName", "oid": "2.5.4.7", "value": "Raleigh" }, { "name": "organizationName", "oid": "2.5.4.10", "value": "Red Hat" }, { "name": "organizationalUnitName", "oid": "2.5.4.11", "value": "Linux" }, { "name": "commonName", "oid": "2.5.4.3", "value": "Some other common name" } ], "extensions": { "keyUsage": { "value": [ "digital_signature", "key_encipherment" ], "critical": false }, "subjectAltName": { "value": [ { "name": "DNS", "value": "www.example.com" } ], "critical": false }, "extendedKeyUsage": { "value": [ { "name": "id-kp-serverAuth", "oid": "1.3.6.1.5.5.7.3.1" }, { "name": "id-kp-clientAuth", "oid": "1.3.6.1.5.5.7.3.2" } ], "critical": false }, "basicConstraints": { "value": { "ca": false }, "critical": true }, "subjectKeyIdentifier": { "value": "54:0D:45:9C:76:0A:D9:6B:57:FB:B9:7A:9B:A9:2A:68:E5:6A:19:9C", "critical": false }, "authorityKeyIdentifier": { "value": "30:36:FD:1B:78:7E:48:04:3E:54:27:A8:65:D4:12:AE:F8:D8:C7:F5", "critical": false } }, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "D9:D6:39:85:D4:25:91:7C:4D:E2:58:6B:E8:6D:2A:8A:CE:65:1F:3F:35:F6:B1:ED:C1:24:18:EC:70:63:64:FD:90:37:74:F1:B6:05:11:6D:27:04:2B:05:13:89:8F:1C:85:63:03:BF:3A:F2:BC:9B:4F:29:7D:92:54:8B:37:FD:26:23:26:BE:32:6E:E5:A2:1C:03:B3:05:35:76:01:C4:7A:DA:C4:8A:F2:43:53:DC:6E:E1:82:FC:64:98:45:DF:62:65:06:15:57:92:E4:C0:09:EE:BA:FA:DA:B1:4F:FA:4C:81:F0:09:30:5D:D8:A1:9F:80:62:26:7E:5D:A3:0F:78:84:A6:DF:7B:5A:AD:9A:0F:81:9C:A5:57:75:9E:28:A0:FA:8A:02:D9:F1:98:F1:25:61:2A:41:7C:2B:59:6D:3A:79:BD:0E:55:52:9E:50:BF:65:9B:30:62:25:E2:8F:03:2B:E3:09:6E:DA:D2:4F:48:E3:A1:F8:9A:5C:5E:6F:B4:41:DF:CD:7B:BE:36:C6:1C:5D:E2:92:A2:A2:05:DF:09:1A:A0:3B:7C:AA:2A:FE:7F:50:9D:07:54:C0:D0:3D:18:CF:2B:05:14:7F:81:A1:A9:8E:39:99:25:59:F2:DE:98:E7:AF:14:78:72:F2:CA:62:F1:C7:C5:62:64:53:25" }, "key_size": 2048, "validity": { "not_valid_after": "2024-02-12 00:27:58", "not_valid_before": "2023-02-12 00:28:10" } } TASK [Load certificate YAML to cert_issued variable] *************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:79 Sunday 12 February 2023 00:29:13 +0000 (0:00:06.584) 0:02:18.822 ******* ok: [sut] => { "ansible_facts": { "cert_issued": { "extensions": { "authorityKeyIdentifier": { "critical": false, "value": "30:36:FD:1B:78:7E:48:04:3E:54:27:A8:65:D4:12:AE:F8:D8:C7:F5" }, "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": "54:0D:45:9C:76:0A:D9:6B:57:FB:B9:7A:9B:A9:2A:68:E5:6A:19:9C" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "D9:D6:39:85:D4:25:91:7C:4D:E2:58:6B:E8:6D:2A:8A:CE:65:1F:3F:35:F6:B1:ED:C1:24:18:EC:70:63:64:FD:90:37:74:F1:B6:05:11:6D:27:04:2B:05:13:89:8F:1C:85:63:03:BF:3A:F2:BC:9B:4F:29:7D:92:54:8B:37:FD:26:23:26:BE:32:6E:E5:A2:1C:03:B3:05:35:76:01:C4:7A:DA:C4:8A:F2:43:53:DC:6E:E1:82:FC:64:98:45:DF:62:65:06:15:57:92:E4:C0:09:EE:BA:FA:DA:B1:4F:FA:4C:81:F0:09:30:5D:D8:A1:9F:80:62:26:7E:5D:A3:0F:78:84:A6:DF:7B:5A:AD:9A:0F:81:9C:A5:57:75:9E:28:A0:FA:8A:02:D9:F1:98:F1:25:61:2A:41:7C:2B:59:6D:3A:79:BD:0E:55:52:9E:50:BF:65:9B:30:62:25:E2:8F:03:2B:E3:09:6E:DA:D2:4F:48:E3:A1:F8:9A:5C:5E:6F:B4:41:DF:CD:7B:BE:36:C6:1C:5D:E2:92:A2:A2:05:DF:09:1A:A0:3B:7C:AA:2A:FE:7F:50:9D:07:54:C0:D0:3D:18:CF:2B:05:14:7F:81:A1:A9:8E:39:99:25:59:F2:DE:98:E7:AF:14:78:72:F2:CA:62:F1:C7:C5:62:64:53:25" }, "subject": [ { "name": "countryName", "oid": "2.5.4.6", "value": "US" }, { "name": "stateOrProvinceName", "oid": "2.5.4.8", "value": "NC" }, { "name": "localityName", "oid": "2.5.4.7", "value": "Raleigh" }, { "name": "organizationName", "oid": "2.5.4.10", "value": "Red Hat" }, { "name": "organizationalUnitName", "oid": "2.5.4.11", "value": "Linux" }, { "name": "commonName", "oid": "2.5.4.3", "value": "Some other common name" } ], "validity": { "not_valid_after": "2024-02-12 00:27:58", "not_valid_before": "2023-02-12 00:28:10" } } }, "changed": false } TASK [Verify certificate subject] ********************************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:83 Sunday 12 February 2023 00:29:15 +0000 (0:00:01.379) 0:02:20.201 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate SAN] ************************************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:91 Sunday 12 February 2023 00:29:17 +0000 (0:00:02.419) 0:02:22.620 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key size] ********************************************************* task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:99 Sunday 12 February 2023 00:29:18 +0000 (0:00:01.250) 0:02:23.871 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Key Usage] ******************************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:106 Sunday 12 February 2023 00:29:20 +0000 (0:00:01.861) 0:02:25.733 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Extended Key Usage] *********************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:118 Sunday 12 February 2023 00:29:24 +0000 (0:00:03.765) 0:02:29.498 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve auto-renew flag] ************************************************ task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:132 Sunday 12 February 2023 00:29:26 +0000 (0:00:02.082) 0:02:31.580 ******* ok: [sut] => { "changed": false, "cmd": "set -euo pipefail; getcert list -f /etc/pki/tls/certs/mycert_subject.crt | grep 'auto-renew' | sed 's/^\\s\\+auto-renew: //g'", "delta": "0:00:00.051157", "end": "2023-02-12 00:29:28.053640", "rc": 0, "start": "2023-02-12 00:29:28.002483" } STDOUT: yes TASK [Verify certificate auto-renew flag] ************************************** task path: /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:141 Sunday 12 February 2023 00:29:28 +0000 (0:00:01.929) 0:02:33.510 ******* ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=31 changed=8 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 Sunday 12 February 2023 00:29:31 +0000 (0:00:03.527) 0:02:37.037 ******* =============================================================================== fedora.linux_system_roles.certificate : Ensure provider service is running -- 16.28s /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:88 fedora.linux_system_roles.certificate : Ensure certificate requests ---- 13.97s /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:99 Install the package, force upgrade ------------------------------------- 13.49s /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:11 fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed -- 12.12s /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists --- 9.42s /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:33 Retrieve certificate file stats ----------------------------------------- 8.61s /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:26 Gathering Facts --------------------------------------------------------- 8.16s /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tests_subject.yml:2 ---- fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 6.66s /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:22 Parse certificate ------------------------------------------------------- 6.58s /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:74 Install certreader ------------------------------------------------------ 5.64s /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:18 Verify key file owner and group ----------------------------------------- 5.18s /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:64 Verify certificate Key Usage -------------------------------------------- 3.77s /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:106 fedora.linux_system_roles.certificate : Ensure ansible_facts used by role --- 3.69s /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Verify certificate file owner and group --------------------------------- 3.55s /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:37 Verify certificate auto-renew flag -------------------------------------- 3.53s /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:141 Verify certificate permissions ------------------------------------------ 3.32s /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:47 Verify each certificate ------------------------------------------------- 3.24s /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tests_subject.yml:48 --- fedora.linux_system_roles.certificate : Set platform/version specific variables --- 3.13s /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:7 Ensure python3 is installed --------------------------------------------- 3.07s /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tasks/assert_certificate_parameters.yml:6 Gathering Facts --------------------------------------------------------- 2.90s /WORKDIR/dist-git-certificate-weekly-ci-v5a2fav0/tests/tests_subject.yml:19 --- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: [defaults]callback_whitelist option, normalizing names to new standard, use callbacks_enabled instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---