# 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.6/site-packages/ansible
executable location = /opt/ansible-2.9/bin/ansible-playbook
python version = 3.6.8 (default, Oct 26 2022, 09:13:21) [GCC 8.5.0 20210514 (Red Hat 8.5.0-17)]
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_certificate_runafter.yml ***************************************
1 plays in /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/tests_certificate_runafter.yml
PLAY [Test certificate issuance with run_after shell script] *******************
TASK [Gathering Facts] *********************************************************
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/tests_certificate_runafter.yml:6
Saturday 11 February 2023 23:29:00 +0000 (0:00:00.276) 0:00:00.276 *****
ok: [sut]
META: ran handlers
TASK [Install cockpit] *********************************************************
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/tests_certificate_runafter.yml:9
Saturday 11 February 2023 23:29:06 +0000 (0:00:06.242) 0:00:06.519 *****
TASK [linux-system-roles.cockpit : Ensure ansible_facts and variables used by role] ***
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/tasks/main.yml:2
Saturday 11 February 2023 23:29:08 +0000 (0:00:01.326) 0:00:07.845 *****
included: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/tasks/set_vars.yml for sut
TASK [linux-system-roles.cockpit : Ensure ansible_facts used by role] **********
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/tasks/set_vars.yml:2
Saturday 11 February 2023 23:29:08 +0000 (0:00:00.526) 0:00:08.372 *****
ok: [sut]
TASK [linux-system-roles.cockpit : Set version specific variables] *************
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/tasks/set_vars.yml:8
Saturday 11 February 2023 23:29:11 +0000 (0:00:02.839) 0:00:11.212 *****
ok: [sut] => (item=/WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/vars/RedHat-9.yml) => {
"ansible_facts": {
"__cockpit_packages": {
"default": "{{ __cockpit_packages_minimal + __cockpit_packages_default }}",
"full": "{{ __cockpit_packages_minimal + __cockpit_packages_default + __cockpit_packages_full }}",
"minimal": "{{ __cockpit_packages_minimal }}"
},
"__cockpit_packages_default": [
"cockpit",
"cockpit-networkmanager",
"cockpit-packagekit",
"cockpit-selinux",
"cockpit-storaged"
],
"__cockpit_packages_exclude": [
"cockpit-docker",
"cockpit-ostree",
"cockpit-tests"
],
"__cockpit_packages_full": [
"cockpit-*"
],
"__cockpit_packages_minimal": [
"cockpit-system",
"cockpit-ws"
]
},
"ansible_included_var_files": [
"/WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/vars/RedHat-9.yml"
],
"ansible_loop_var": "item",
"changed": false,
"item": "/WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/vars/RedHat-9.yml"
}
TASK [linux-system-roles.cockpit : List active RHEL repositories] **************
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/tasks/main.yml:10
Saturday 11 February 2023 23:29:14 +0000 (0:00:02.658) 0:00:13.870 *****
skipping: [sut] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.cockpit : Enable RHEL repositories] *******************
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/tasks/main.yml:17
Saturday 11 February 2023 23:29:15 +0000 (0:00:00.922) 0:00:14.793 *****
skipping: [sut] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.cockpit : Manage cockpit packages using platform specific package manager if applicable] ***
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/tasks/main.yml:21
Saturday 11 February 2023 23:29:15 +0000 (0:00:00.730) 0:00:15.524 *****
included: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/tasks/setup-dnf.yml for sut
TASK [linux-system-roles.cockpit : If choosing custom package set, ensure minimal cockpit is included] ***
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/tasks/setup-dnf.yml:2
Saturday 11 February 2023 23:29:18 +0000 (0:00:02.239) 0:00:17.763 *****
ok: [sut] => {
"ansible_facts": {
"cockpit_packages": "minimal"
},
"changed": false
}
TASK [linux-system-roles.cockpit : Ensure Cockpit Web Console packages are installed.] ***
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/tasks/setup-dnf.yml:9
Saturday 11 February 2023 23:29:19 +0000 (0:00:01.285) 0:00:19.049 *****
changed: [sut] => {
"changed": true,
"rc": 0,
"results": [
"Installed: libstemmer-0-18.585svn.el9.x86_64",
"Installed: libicu-67.1-9.el9.x86_64",
"Installed: libjpeg-turbo-2.0.90-5.el9.x86_64",
"Installed: policycoreutils-python-utils-3.5-0.rc2.1.el9.noarch",
"Installed: gdk-pixbuf2-2.42.6-3.el9.x86_64",
"Installed: setroubleshoot-plugins-3.3.14-4.el9.noarch",
"Installed: setroubleshoot-server-3.3.31-1.el9.x86_64",
"Installed: libproxy-webkitgtk4-0.4.15-35.el9.x86_64",
"Installed: polkit-0.117-11.el9.x86_64",
"Installed: polkit-libs-0.117-11.el9.x86_64",
"Installed: polkit-pkla-compat-0.1-21.el9.x86_64",
"Installed: shared-mime-info-2.1-5.el9.x86_64",
"Installed: PackageKit-1.2.4-2.el9.x86_64",
"Installed: sos-4.5.0-1.el9.noarch",
"Installed: webkit2gtk3-jsc-2.38.4-1.el9.x86_64",
"Installed: PackageKit-glib-1.2.4-2.el9.x86_64",
"Installed: libpng-2:1.6.37-12.el9.x86_64",
"Installed: libproxy-0.4.15-35.el9.x86_64",
"Installed: gsettings-desktop-schemas-40.0-6.el9.x86_64",
"Installed: redhat-logos-90.4-1.el9.x86_64",
"Installed: abattis-cantarell-fonts-0.301-4.el9.noarch",
"Installed: sscg-3.0.0-7.el9.x86_64",
"Installed: glib-networking-2.68.3-3.el9.x86_64",
"Installed: bzip2-1.0.8-8.el9.x86_64",
"Installed: python3-pexpect-4.8.0-7.el9.noarch",
"Installed: python3-ptyprocess-0.6.0-12.el9.noarch",
"Installed: cockpit-bridge-284-1.el9.x86_64",
"Installed: cockpit-system-284-1.el9.noarch",
"Installed: cockpit-ws-284-1.el9.x86_64",
"Installed: libsoup-2.72.0-8.el9.x86_64",
"Installed: python3-dasbus-1.4-5.el9.noarch",
"Installed: python3-file-magic-5.39-12.el9.noarch",
"Installed: libappstream-glib-0.7.18-4.el9.x86_64"
]
}
TASK [linux-system-roles.cockpit : Configure firewall] *************************
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/tasks/main.yml:29
Saturday 11 February 2023 23:29:54 +0000 (0:00:34.881) 0:00:53.931 *****
included: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/tasks/firewall.yml for sut
TASK [Ensure the cockpit service is enabled] ***********************************
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/tasks/firewall.yml:3
Saturday 11 February 2023 23:29:54 +0000 (0:00:00.504) 0:00:54.436 *****
skipping: [sut] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.cockpit : Configure selinux] **************************
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/tasks/main.yml:32
Saturday 11 February 2023 23:29:55 +0000 (0:00:00.990) 0:00:55.427 *****
included: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/tasks/selinux.yml for sut
TASK [Ensure the service and the ports status with the selinux role] ***********
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/tasks/selinux.yml:3
Saturday 11 February 2023 23:29:56 +0000 (0:00:00.871) 0:00:56.298 *****
skipping: [sut] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.cockpit : Create custom port configuration file directory] ***
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/tasks/main.yml:35
Saturday 11 February 2023 23:29:57 +0000 (0:00:00.888) 0:00:57.187 *****
skipping: [sut] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.cockpit : Create custom port configuration file] ******
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/tasks/main.yml:44
Saturday 11 February 2023 23:29:58 +0000 (0:00:01.158) 0:00:58.346 *****
skipping: [sut] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.cockpit : Clean up port configuration file for undefined custom port] ***
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/tasks/main.yml:59
Saturday 11 February 2023 23:29:59 +0000 (0:00:00.784) 0:00:59.130 *****
ok: [sut] => {
"changed": false,
"path": "/etc/systemd/system/cockpit.socket.d/listen.conf",
"state": "absent"
}
TASK [linux-system-roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled] ***
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/tasks/main.yml:68
Saturday 11 February 2023 23:30:04 +0000 (0:00:05.007) 0:01:04.138 *****
changed: [sut] => {
"changed": true,
"enabled": true,
"name": "cockpit.socket",
"state": "started",
"status": {
"Accept": "no",
"AccessSELinuxContext": "system_u:object_r:cockpit_unit_file_t:s0",
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "sysinit.target systemd-journald.socket system.slice",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Backlog": "4096",
"Before": "sockets.target shutdown.target cockpit.service cockpit-motd.service",
"BindIPv6Only": "default",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"Broadcast": "no",
"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": "no",
"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",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlGroupId": "0",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"DeferAcceptUSec": "0",
"Delegate": "no",
"Description": "Cockpit Web Service Socket",
"DevicePolicy": "auto",
"DirectoryMode": "0755",
"Documentation": "\"man:cockpit-ws(8)\"",
"DynamicUser": "no",
"ExecStartPost": "{ path=/bin/ln ; argv[]=/bin/ln -snf active.motd /run/cockpit/motd ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStopPost": "{ path=/bin/ln ; argv[]=/bin/ln -snf inactive.motd /run/cockpit/motd ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorName": "cockpit.socket",
"FinalKillSignal": "9",
"FlushPending": "no",
"FragmentPath": "/usr/lib/systemd/system/cockpit.socket",
"FreeBind": "no",
"FreezerState": "running",
"GID": "[not set]",
"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]",
"IPTOS": "-1",
"IPTTL": "-1",
"Id": "cockpit.socket",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestampMonotonic": "0",
"JobRunningTimeoutUSec": "infinity",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "infinity",
"KeepAlive": "no",
"KeepAliveIntervalUSec": "0",
"KeepAliveProbes": "0",
"KeepAliveTimeUSec": "0",
"KeyringMode": "shared",
"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",
"Listen": "[::]:9090 (Stream)",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"Mark": "-1",
"MaxConnections": "64",
"MaxConnectionsPerSource": "0",
"MemoryAccounting": "yes",
"MemoryAvailable": "infinity",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MessageQueueMaxMessages": "0",
"MessageQueueMessageSize": "0",
"MountAPIVFS": "no",
"NAccepted": "0",
"NConnections": "0",
"NRefused": "0",
"NUMAPolicy": "n/a",
"Names": "cockpit.socket",
"NeedDaemonReload": "no",
"Nice": "0",
"NoDelay": "no",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"OnSuccessJobMode": "fail",
"PassCredentials": "no",
"PassPacketInfo": "no",
"PassSecurity": "no",
"Perpetual": "no",
"PipeSize": "0",
"Priority": "-1",
"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",
"ReceiveBuffer": "0",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"RemoveIPC": "no",
"RemoveOnStop": "no",
"RequiredBy": "cockpit.service",
"Requires": "sysinit.target system.slice",
"RestartKillSignal": "15",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"ReusePort": "no",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendBuffer": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"Slice": "system.slice",
"SocketMode": "0666",
"SocketProtocol": "0",
"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",
"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",
"TimeoutCleanUSec": "infinity",
"TimeoutUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Timestamping": "off",
"Transient": "no",
"Transparent": "no",
"TriggerLimitBurst": "20",
"TriggerLimitIntervalUSec": "2s",
"Triggers": "cockpit.service",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"Wants": "cockpit-motd.service",
"WatchdogSignal": "6",
"Writable": "no"
}
}
TASK [linux-system-roles.cockpit : Create cockpit.conf configuration file] *****
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/tasks/main.yml:74
Saturday 11 February 2023 23:30:07 +0000 (0:00:03.270) 0:01:07.408 *****
skipping: [sut] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.cockpit : Check the OS version for self-sign] *********
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/tasks/main.yml:90
Saturday 11 February 2023 23:30:08 +0000 (0:00:00.214) 0:01:07.623 *****
skipping: [sut] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Create certificates using the certificate role] **************************
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/tasks/main.yml:100
Saturday 11 February 2023 23:30:08 +0000 (0:00:00.247) 0:01:07.870 *****
skipping: [sut] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.cockpit : Set cockpit_cert and cockpit_private_key] ***
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/tasks/main.yml:106
Saturday 11 February 2023 23:30:08 +0000 (0:00:00.136) 0:01:08.006 *****
skipping: [sut] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.cockpit : Link to configured existing certificate] ****
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/tasks/main.yml:112
Saturday 11 February 2023 23:30:08 +0000 (0:00:00.117) 0:01:08.124 *****
skipping: [sut] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.cockpit : Link to configured existing certificate key] ***
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/tasks/main.yml:122
Saturday 11 February 2023 23:30:08 +0000 (0:00:00.118) 0:01:08.242 *****
skipping: [sut] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Allow certmonger to write into Cockpit's certificate directory] **********
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/tests_certificate_runafter.yml:19
Saturday 11 February 2023 23:30:08 +0000 (0:00:00.155) 0:01:08.397 *****
ok: [sut] => {
"changed": false,
"gid": 0,
"group": "root",
"mode": "0755",
"owner": "root",
"path": "/etc/cockpit/ws-certs.d/",
"secontext": "system_u:object_r:cert_t:s0",
"size": 6,
"state": "directory",
"uid": 0
}
TASK [Generate certificate with certificate system role] ***********************
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/tests_certificate_runafter.yml:27
Saturday 11 February 2023 23:30:09 +0000 (0:00:00.373) 0:01:08.771 *****
TASK [fedora.linux_system_roles.certificate : Set version specific variables] ***
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2
Saturday 11 February 2023 23:30:09 +0000 (0:00:00.350) 0:01:09.121 *****
included: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/.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-cockpit-weekly-ci-ep2u9c0e/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2
Saturday 11 February 2023 23:30:09 +0000 (0:00:00.111) 0:01:09.233 *****
ok: [sut]
TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] ***
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:7
Saturday 11 February 2023 23:30:10 +0000 (0:00:00.569) 0:01:09.802 *****
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"
}
TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] ***
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5
Saturday 11 February 2023 23:30:10 +0000 (0:00:00.212) 0:01:10.015 *****
changed: [sut] => {
"changed": true,
"rc": 0,
"results": [
"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",
"Installed: python3-cffi-1.14.5-5.el9.x86_64"
]
}
TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] ***
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:22
Saturday 11 February 2023 23:30:12 +0000 (0:00:02.485) 0:01:12.501 *****
changed: [sut] => (item=certmonger) => {
"__certificate_provider": "certmonger",
"ansible_loop_var": "__certificate_provider",
"changed": true,
"rc": 0,
"results": [
"Installed: nss-softokn-3.79.0-14.el9_0.x86_64",
"Installed: nss-softokn-freebl-3.79.0-14.el9_0.x86_64",
"Installed: 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",
"Installed: nss-3.79.0-14.el9_0.x86_64"
]
}
TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] ***
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:33
Saturday 11 February 2023 23:30:16 +0000 (0:00:03.469) 0:01:15.971 *****
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-cockpit-weekly-ci-ep2u9c0e/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:59
Saturday 11 February 2023 23:30:16 +0000 (0:00:00.293) 0:01:16.265 *****
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-cockpit-weekly-ci-ep2u9c0e/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:88
Saturday 11 February 2023 23:30:17 +0000 (0:00:00.312) 0:01:16.577 *****
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": "network.target syslog.target systemd-journald.socket basic.target sysinit.target dbus-broker.service system.slice dbus.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": "system.slice dbus.socket sysinit.target",
"Restart": "no",
"RestartKillSignal": "15",
"RestartUSec": "100ms",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"RuntimeRandomizedExtraUSec": "0",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"Slice": "system.slice",
"StandardError": "inherit",
"StandardInput": "null",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestampMonotonic": "0",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "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-cockpit-weekly-ci-ep2u9c0e/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:99
Saturday 11 February 2023 23:30:17 +0000 (0:00:00.801) 0:01:17.378 *****
changed: [sut] => (item={'name': 'monger-cockpit', 'dns': ['localhost', 'www.example.com'], 'ca': 'local', 'group': 'cockpit-ws', 'run_after': 'DEST=/etc/cockpit/ws-certs.d/monger-cockpit.cert\ncat /etc/pki/tls/certs/monger-cockpit.crt \\\n/etc/pki/tls/private/monger-cockpit.key > $DEST\nchmod 640 $DEST\nchown root:cockpit-ws $DEST\n'}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"ca": "local",
"dns": [
"localhost",
"www.example.com"
],
"group": "cockpit-ws",
"name": "monger-cockpit",
"run_after": "DEST=/etc/cockpit/ws-certs.d/monger-cockpit.cert\ncat /etc/pki/tls/certs/monger-cockpit.crt \\\n/etc/pki/tls/private/monger-cockpit.key > $DEST\nchmod 640 $DEST\nchown root:cockpit-ws $DEST\n"
}
}
MSG:
Certificate requested (new). Pre/Post run hooks updated. File attributes updated.
TASK [Get PEM of certmonger's local CA] ****************************************
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/tests_certificate_runafter.yml:51
Saturday 11 February 2023 23:30:19 +0000 (0:00:01.829) 0:01:19.209 *****
changed: [sut] => {
"changed": true,
"cmd": [
"openssl",
"pkcs12",
"-in",
"/var/lib/certmonger/local/creds",
"-out",
"/var/lib/certmonger/local/ca.pem",
"-nokeys",
"-nodes",
"-passin",
"pass:"
],
"delta": "0:00:00.074383",
"end": "2023-02-11 23:30:20.111201",
"rc": 0,
"start": "2023-02-11 23:30:20.036818"
}
TASK [Test - cockpit works with TLS and expected certificate] ******************
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/tests_certificate_runafter.yml:59
Saturday 11 February 2023 23:30:20 +0000 (0:00:00.460) 0:01:19.669 *****
ok: [sut] => {
"changed": false,
"cmd": [
"curl",
"--cacert",
"/var/lib/certmonger/local/ca.pem",
"https://localhost:9090"
],
"delta": "0:00:00.167118",
"end": "2023-02-11 23:30:20.518725",
"rc": 0,
"start": "2023-02-11 23:30:20.351607"
}
STDOUT:
Loading...
Please enable JavaScript to use the Web Console.
A modern browser is required for security, reliability, and performance.
Download a new browser for free
Bypass browser check
Validating authentication token
STDERR:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 11865 0 11865 0 0 75573 0 --:--:-- --:--:-- --:--:-- 75573
TASK [Test - get certmonger tracking status] ***********************************
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/tests_certificate_runafter.yml:69
Saturday 11 February 2023 23:30:20 +0000 (0:00:00.416) 0:01:20.085 *****
ok: [sut] => {
"changed": false,
"cmd": [
"getcert",
"list",
"--tracking-only",
"-f",
"/etc/pki/tls/certs/monger-cockpit.crt"
],
"delta": "0:00:00.049591",
"end": "2023-02-11 23:30:20.848768",
"rc": 0,
"start": "2023-02-11 23:30:20.799177"
}
STDOUT:
Number of certificates and requests being tracked: 1.
Request ID '20230211233018':
status: MONITORING
stuck: no
key pair storage: type=FILE,location='/etc/pki/tls/private/monger-cockpit.key'
certificate: type=FILE,location='/etc/pki/tls/certs/monger-cockpit.crt'
CA: local
issuer: CN=1c244c0b-3f17478e-b089a0b7-a76ba463,CN=Local Signing Authority
subject: CN=localhost
issued: 2023-02-11 23:30:19 UTC
expires: 2024-02-11 23:30:18 UTC
dns: localhost,www.example.com
key usage: digitalSignature,keyEncipherment
eku: id-kp-serverAuth,id-kp-clientAuth
pre-save command:
post-save command: /etc/certmonger/post-scripts/monger-cockpit-59d1099.sh
track: yes
auto-renew: yes
TASK [Test - ensure certificate generation succeeded] **************************
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/tests_certificate_runafter.yml:76
Saturday 11 February 2023 23:30:20 +0000 (0:00:00.320) 0:01:20.405 *****
ok: [sut] => {
"changed": false
}
MSG:
All assertions passed
TASK [Test - clean up tracked certificate] *************************************
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/tests_certificate_runafter.yml:80
Saturday 11 February 2023 23:30:20 +0000 (0:00:00.063) 0:01:20.469 *****
ok: [sut] => {
"changed": false,
"cmd": [
"getcert",
"stop-tracking",
"-f",
"/etc/pki/tls/certs/monger-cockpit.crt"
],
"delta": "0:00:00.037961",
"end": "2023-02-11 23:30:21.216148",
"rc": 0,
"start": "2023-02-11 23:30:21.178187"
}
STDOUT:
Request "20230211233018" removed.
TASK [Test - clean up generated certificate] ***********************************
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/tests_certificate_runafter.yml:87
Saturday 11 February 2023 23:30:21 +0000 (0:00:00.300) 0:01:20.770 *****
changed: [sut] => {
"changed": true,
"path": "/etc/pki/tls/certs/monger-cockpit.crt",
"state": "absent"
}
TASK [Test - clean up generated private key] ***********************************
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/tests_certificate_runafter.yml:92
Saturday 11 February 2023 23:30:21 +0000 (0:00:00.270) 0:01:21.040 *****
changed: [sut] => {
"changed": true,
"path": "/etc/pki/tls/private/monger-cockpit.key",
"state": "absent"
}
TASK [Test - clean up copied certificate] **************************************
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/tests_certificate_runafter.yml:97
Saturday 11 February 2023 23:30:21 +0000 (0:00:00.266) 0:01:21.307 *****
changed: [sut] => {
"changed": true,
"path": "/etc/cockpit/ws-certs.d/monger-cockpit.cert",
"state": "absent"
}
TASK [Test - generic cleanup] **************************************************
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/tests_certificate_runafter.yml:102
Saturday 11 February 2023 23:30:22 +0000 (0:00:00.241) 0:01:21.548 *****
included: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/tasks/cleanup.yml for sut
TASK [Cleanup - packages] ******************************************************
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/tasks/cleanup.yml:2
Saturday 11 February 2023 23:30:22 +0000 (0:00:00.057) 0:01:21.606 *****
changed: [sut] => {
"changed": true,
"rc": 0,
"results": [
"Removed: cockpit-bridge-284-1.el9.x86_64",
"Removed: cockpit-system-284-1.el9.noarch",
"Removed: cockpit-ws-284-1.el9.x86_64"
]
}
TASK [Cleanup - find certificates] *********************************************
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/tasks/cleanup.yml:14
Saturday 11 February 2023 23:30:32 +0000 (0:00:10.925) 0:01:32.531 *****
ok: [sut] => {
"changed": false,
"examined": 0,
"files": [],
"matched": 0
}
MSG:
/etc/cockpit/ws-certs.d/ was skipped as it does not seem to be a valid directory or it cannot be accessed
TASK [Cleanup - certificates] **************************************************
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/tasks/cleanup.yml:24
Saturday 11 February 2023 23:30:33 +0000 (0:00:00.519) 0:01:33.051 *****
TASK [Cleanup - config file] ***************************************************
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/tasks/cleanup.yml:33
Saturday 11 February 2023 23:30:33 +0000 (0:00:00.093) 0:01:33.144 *****
ok: [sut] => {
"changed": false,
"path": "/etc/cockpit/cockpit.conf",
"state": "absent"
}
TASK [Cleanup - port customization] ********************************************
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/tasks/cleanup.yml:41
Saturday 11 February 2023 23:30:33 +0000 (0:00:00.294) 0:01:33.439 *****
ok: [sut] => {
"changed": false,
"path": "/etc/systemd/system/cockpit.socket.d/",
"state": "absent"
}
TASK [Cleanup - Reload systemd] ************************************************
task path: /WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/tasks/cleanup.yml:49
Saturday 11 February 2023 23:30:34 +0000 (0:00:00.271) 0:01:33.711 *****
ok: [sut] => {
"changed": false,
"name": null,
"status": {}
}
META: ran handlers
META: ran handlers
PLAY RECAP *********************************************************************
sut : ok=34 changed=13 unreachable=0 failed=0 skipped=14 rescued=0 ignored=0
Saturday 11 February 2023 23:30:34 +0000 (0:00:00.733) 0:01:34.445 *****
===============================================================================
linux-system-roles.cockpit : Ensure Cockpit Web Console packages are installed. -- 34.88s
/WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/tasks/setup-dnf.yml:9
Cleanup - packages ----------------------------------------------------- 10.93s
/WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/tasks/cleanup.yml:2 --------
Gathering Facts --------------------------------------------------------- 6.24s
/WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/tests_certificate_runafter.yml:6
linux-system-roles.cockpit : Clean up port configuration file for undefined custom port --- 5.01s
/WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/tasks/main.yml:59
fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 3.47s
/WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:22
linux-system-roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled --- 3.27s
/WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/tasks/main.yml:68
linux-system-roles.cockpit : Ensure ansible_facts used by role ---------- 2.84s
/WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/tasks/set_vars.yml:2
linux-system-roles.cockpit : Set version specific variables ------------- 2.66s
/WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/tasks/set_vars.yml:8
fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 2.49s
/WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5
linux-system-roles.cockpit : Manage cockpit packages using platform specific package manager if applicable --- 2.24s
/WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/tasks/main.yml:21
fedora.linux_system_roles.certificate : Ensure certificate requests ----- 1.83s
/WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:99
Install cockpit --------------------------------------------------------- 1.33s
/WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/tests_certificate_runafter.yml:9
linux-system-roles.cockpit : If choosing custom package set, ensure minimal cockpit is included --- 1.29s
/WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/tasks/setup-dnf.yml:2
linux-system-roles.cockpit : Create custom port configuration file directory --- 1.16s
/WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/tasks/main.yml:35
Ensure the cockpit service is enabled ----------------------------------- 0.99s
/WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/tasks/firewall.yml:3
linux-system-roles.cockpit : List active RHEL repositories -------------- 0.92s
/WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/tasks/main.yml:10
Ensure the service and the ports status with the selinux role ----------- 0.89s
/WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/tasks/selinux.yml:3
linux-system-roles.cockpit : Configure selinux -------------------------- 0.87s
/WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/tasks/main.yml:32
fedora.linux_system_roles.certificate : Ensure provider service is running --- 0.80s
/WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:88
linux-system-roles.cockpit : Create custom port configuration file ------ 0.78s
/WORKDIR/dist-git-cockpit-weekly-ci-ep2u9c0e/tests/roles/linux-system-roles.cockpit/tasks/main.yml:44
---^---^---^---^---^---
# STDERR:
---v---v---v---v---v---
/opt/ansible-2.9/lib/python3.6/site-packages/ansible/parsing/vault/__init__.py:44: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography and will be removed in a future release.
from cryptography.exceptions import InvalidSignature
[WARNING]: Consider using the get_url or uri module rather than running 'curl'.
If you need to use command because get_url or uri is insufficient you can add
'warn: false' to this command task or set 'command_warnings=False' in
ansible.cfg to get rid of this message.
---^---^---^---^---^---