# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] 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.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-fix-linger-handlingazzvro1c/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) 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_quadlet_demo.yml *********************************************** 2 plays in /WORKDIR/git-fix-linger-handlingazzvro1c/tests/tests_quadlet_demo.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/tests/tests_quadlet_demo.yml:4 Tuesday 06 February 2024 01:59:30 +0000 (0:00:00.011) 0:00:00.011 ****** ok: [sut] => { "ansible_facts": { "mysql_container_root_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n61333932373230333539663035366431326163363166363036323963623131363530326231303634\n6635326161643165363366323062333334363730376631660a393566366139353861656364656661\n38653463363837336639363032646433666361646535366137303464623261313663643336306465\n6264663730656337310a343962353137386238383064646533366433333437303566656433386233\n34343235326665646661623131643335313236313131353661386338343366316261643634653633\n3832313034366536616531323963333234326461353130303532\n" } }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingazzvro1c/tests/vars/vault-variables.yml" ], "changed": false } PLAY [Deploy the quadlet demo app] ********************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/tests/tests_quadlet_demo.yml:9 Tuesday 06 February 2024 01:59:30 +0000 (0:00:00.012) 0:00:00.024 ****** ok: [sut] TASK [Generate certificates] *************************************************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/tests/tests_quadlet_demo.yml:39 Tuesday 06 February 2024 01:59:31 +0000 (0:00:00.869) 0:00:00.894 ****** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Tuesday 06 February 2024 01:59:31 +0000 (0:00:00.022) 0:00:00.916 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.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/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Tuesday 06 February 2024 01:59:31 +0000 (0:00:00.012) 0:00:00.929 ****** skipping: [sut] => { "changed": false, "false_condition": "__certificate_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Tuesday 06 February 2024 01:59:31 +0000 (0:00:00.017) 0:00:00.947 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Tuesday 06 February 2024 01:59:31 +0000 (0:00:00.267) 0:00:01.214 ****** ok: [sut] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Tuesday 06 February 2024 01:59:31 +0000 (0:00:00.014) 0:00:01.229 ****** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "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-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/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, "false_condition": "__vars_file is file", "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Tuesday 06 February 2024 01:59:31 +0000 (0:00:00.023) 0:00:01.252 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: python3-cryptography-37.0.2-8.fc38.x86_64", "Installed: python3-pycparser-2.20-9.fc38.noarch", "Installed: python3-ply-3.11-18.fc38.noarch", "Installed: python3-pyasn1-0.5.1-1.fc38.noarch", "Installed: python3-cffi-1.15.1-4.fc38.x86_64" ] } TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Tuesday 06 February 2024 01:59:37 +0000 (0:00:05.845) 0:00:07.098 ****** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "rc": 0, "results": [ "Installed: python3-packaging-23.0-1.fc38.noarch", "Installed: certmonger-0.79.17-3.fc38.x86_64", "Installed: dbus-tools-1:1.14.10-1.fc38.x86_64" ] } TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Tuesday 06 February 2024 01:59:42 +0000 (0:00:04.863) 0:00:11.961 ****** 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 [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Tuesday 06 February 2024 01:59:43 +0000 (0:00:00.413) 0:00:12.374 ****** 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 [fedora.linux_system_roles.certificate : Ensure provider service is running] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Tuesday 06 February 2024 01:59:43 +0000 (0:00:00.274) 0:00:12.649 ****** 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 systemd-journald.socket dbus-broker.service sysinit.target basic.target syslog.target system.slice", "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": "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": "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 [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Tuesday 06 February 2024 01:59:44 +0000 (0:00:01.024) 0:00:13.674 ****** changed: [sut] => (item={'name': 'quadlet_demo', 'dns': ['localhost'], 'ca': 'self-sign'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "self-sign", "dns": [ "localhost" ], "name": "quadlet_demo" } } MSG: Certificate requested (new). TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Tuesday 06 February 2024 01:59:45 +0000 (0:00:01.014) 0:00:14.689 ****** ok: [sut] => (item=['cert', {'name': 'quadlet_demo', 'dns': ['localhost'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "content": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURnekNDQW11Z0F3SUJBZ0lSQUwwTFkzTW5Pa09SbmVLYU40cFFSSW93RFFZSktvWklodmNOQVFFTEJRQXcKVURFZ01CNEdBMVVFQXd3WFRHOWpZV3dnVTJsbmJtbHVaeUJCZFhSb2IzSnBkSGt4TERBcUJnTlZCQU1NSTJKawpNR0kyTXpjekxUSTNNMkUwTXpreExUbGtaVEk1WVRNM0xUaGhOVEEwTkRnNU1CNFhEVEkwTURJd05qQXhOVGswCk5Wb1hEVEkxTURJd05qQXhOVGswTkZvd0ZERVNNQkFHQTFVRUF4TUpiRzlqWVd4b2IzTjBNSUlCSWpBTkJna3EKaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF0TFVJZ2lJN3RhdWVSa2ZlQUo4WFQ5V2hPNzNWZ1QyNwpteURLbWh6YytNZ3IxMlZtT1Bpak9aeEZkVzA5Ni90NEhnREVSR2UvVW4vZDl5SGI3ZXcrSjUxVmhURGR0MkYvCjJoaHVrVnczVXFZTWRBVVlHenl1YXVoc3JsVUhqSVlGb3FaN0JnQ05aZXRaVExhWWlFNnBjeWlJc1lOaHN5Z3gKNmNMUmZvMjJueTFiL3A2RE95MlVmV0lsSG5FODlJTGdwNEpPdXpyU0FsOURJVlBQWStYZDhla29sbVB6YldHVworRVJxM1AwanM1K1E0Y2JWUUpPbWVLVkIvbFVBdlhNbVhBbWlFd1pZVXNIdHRtT2crdTd5ejFOMFg2dTU1MEF2CjgwRjYzL1VzcVpFSmNkcTgyendwUzJFRHI2YWJVNC9UdGNpVERaYXVxUXgzbENtdW5JU3Vsd0lEQVFBQm80R1QKTUlHUU1Bc0dBMVVkRHdRRUF3SUZvREFVQmdOVkhSRUVEVEFMZ2dsc2IyTmhiR2h2YzNRd0hRWURWUjBsQkJZdwpGQVlJS3dZQkJRVUhBd0VHQ0NzR0FRVUZCd01DTUF3R0ExVWRFd0VCL3dRQ01BQXdIUVlEVlIwT0JCWUVGTll4ClN6OUhoWkxlK3R6V1B0TFVIbzU0bEpIRE1COEdBMVVkSXdRWU1CYUFGR2NsTFp4Sy8xQURNM0I3NVJTclhlL0EKMlAvMU1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQ1BkbHQ4MmpNZ24wTWRlR1Q5a25uRUZMLzNRWlYrMnJ1NwplWElCSnV4YllBellxSEZvZzZpN050aDRaTXB6b1lBVUpUeS9vTnlia2g0TVJHSzk3SUJpR1pFUTNua3pWN1dFCkVMK3ZxNklVV1hDMnZtTmkyT1ZBS1dEbEhWa3ZVZko4WTBYMGFmVDk5WXYyNjkyQ0Jmc01MMFdnWWRjTGxUY1IKMUx1V1VweFVyNDhZMGpjM3o0RTlLOUJ3SXVaekd2Rzk3ZkV5MGNBLzFEUld6L3BJWC9qUFYxRld3QkxSa24yTQp4WWVOTVRmK0hxYnkzbFlTVHUvZDdoZGNlUFMxVUIwS0pjNDZZeTlxMTg2VTMyVmVYVmRISzV3eko1dzFlWUMyCnZWU045YmxqUnVvSnY1K01rdXYzV05UVkpGL21QR3N3eGZJSFYrYWF4cXJmeitha0Q2dkIKLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQo=", "encoding": "base64", "item": [ "cert", { "ca": "self-sign", "dns": [ "localhost" ], "name": "quadlet_demo" } ], "source": "/etc/pki/tls/certs/quadlet_demo.crt" } ok: [sut] => (item=['key', {'name': 'quadlet_demo', 'dns': ['localhost'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "content": "LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1JSUV2UUlCQURBTkJna3Foa2lHOXcwQkFRRUZBQVNDQktjd2dnU2pBZ0VBQW9JQkFRQzB0UWlDSWp1MXE1NUcKUjk0QW54ZFAxYUU3dmRXQlBidWJJTXFhSE56NHlDdlhaV1k0K0tNNW5FVjFiVDNyKzNnZUFNUkVaNzlTZjkzMwpJZHZ0N0Q0bm5WV0ZNTjIzWVgvYUdHNlJYRGRTcGd4MEJSZ2JQSzVxNkd5dVZRZU1oZ1dpcG5zR0FJMWw2MWxNCnRwaUlUcWx6S0lpeGcyR3pLREhwd3RGK2piYWZMVnYrbm9NN0xaUjlZaVVlY1R6MGd1Q25nazY3T3RJQ1gwTWgKVTg5ajVkM3g2U2lXWS9OdFlaYjRSR3JjL1NPem41RGh4dFZBazZaNHBVSCtWUUM5Y3laY0NhSVRCbGhTd2UyMgpZNkQ2N3ZMUFUzUmZxN25uUUMvelFYcmY5U3lwa1FseDJyemJQQ2xMWVFPdnBwdFRqOU8xeUpNTmxxNnBESGVVCkthNmNoSzZYQWdNQkFBRUNnZ0VBRG5qTEVDVHV0RHRreHdzZFg5NWR6eEowUWFVUDByUmZjR3A5WHo4OWdSMEMKeWRMQWo0SjJDL2lVWlhXVXRtL2lyRUJ5ZDJuNW5BRktoTzZzdnM2aklhZ0xmOG1zai9HYWZCeGx5blZncHRsTwplUUlwYnBEN0JPdk5QRjdwNWxxYlcrM0tQMjVPNUtFbSt5cEtaK3dvek9Tcm9jKzhSTTFNeGdSSW84SjBwQ1dxCjFIeUsxalU3dXd4WDdmb3ZUbFh4dmZ0RzJzUUg5N1hkSExScVV2Q203dDdVN2x0amgxeE90cmo3MmQyVWN2YW8KZEJqM2xQdURnUVN3UjdKbzZWcmtBRHhsK2JuRjdCSVM3dWxhUkFiUmd6TGpOQ0NyNE8wT3A0UW8rcU42RS8wVQovWjFoUUVKUXlrc3o5OXlKUnl1OVliMFJJVksxNXhHTzBrRXA3ZTZqQ1FLQmdRRGY2aHMwK3c3OWpaOXIwVXAvCk9LbDhvMUZ5VWRGTXRrbEhFMVlTbWFvcEFHM21XWVoxQS83RnFmemI3eERENXBEazFCKzR3enZ1bW9jbXVxVUsKeXhHUTM2VzZTbFNkUGJKRnRVcFNTaHQ0WW9WREo3UG83TnBZTmRFRm1qWmkvNUkxUWVNdCthcERIbE12MzA3MQpvb0s0aHQrblJKdXpPYVRSMTM5M3hmdnd6d0tCZ1FET21mSUpFdmxhTENwNG0rVHovdlBaQ0lHd3g1cWFLVmRnCmxBemJTQ3h5TjRLN0t4SWc1VzVUT0FEem9tdjAyNXlXNVlPZVBGNWFOMnF4eEpGNGRVR2tqU3lQRkR4a3J2azQKSFB3VS9xc1F4cFVPWGhlcXFQSC9CbjE3UWQ2bTlqTXFsWXlNN0Y3YVVYRHRXRWZKek0zRXAremFtTkp3UFZ6ZgprZU9qaDhJSHVRS0JnQUR6SjBaa1FqNEZHY1lGVDBHVzVmRW5hRE1KOGM5WGZwd1VrdXJsUi9tQWpQYkxMbXpVCnBZSUZKSk55UWlueWttN0dENVJqRDZBRmU4bElSV2IwVVpEQndodzJNSUd5UDAxWVpZWlAxaW4ra1A0bDd2ZHYKK2NVaUJVNzJ4b0JKQVQvRWxjZ2VKUUMvNGk1enpndndzb2xCMlRVR2IzcWxKZlBWN0M1LzRuKzFBb0dCQUlrTwpMelk5MUJVeHYyc0xZRE5OS3M4TGlaMlFqTXRBS2FyMERDTmNHY0FiZXlwWFJFdDJhRjNraFIwYTNxc3RGUkExCmFiOExKVHlNRHNlbk15bkovNlg5MFZXSmd4YjN6SFNoSmNsM3VGd0VvTlZMTGtBVW01VW01UTlqZnlVYnBvM1YKYjh2ODhsKzZMMFFFa0hzYTFsWmpZQWtUNEdaOURxTngwS1duWmR4aEFvR0FEQWRsZ0ZuUlFqVE9ySmdHR2hjTwp4VExFaWZLMXZ5NE1uMFQzV1lZOUZ5bGpOcGU4eURweVpyZzN6Ujl2amJsVVVXNlZmVllGY3I5VmN5ZDdNTVhSCm1Bam93b1RqNndGbktuWFk4aTdFMHdGcEREd2hpTnNyUlZXTEpQQXlPTWZJa3RwM3JGeDhnTU9QUjIwaU5lRGYKZHVBVm11b2E5QktiOExLbXExS2JjeWM9Ci0tLS0tRU5EIFBSSVZBVEUgS0VZLS0tLS0K", "encoding": "base64", "item": [ "key", { "ca": "self-sign", "dns": [ "localhost" ], "name": "quadlet_demo" } ], "source": "/etc/pki/tls/private/quadlet_demo.key" } ok: [sut] => (item=['ca', {'name': 'quadlet_demo', 'dns': ['localhost'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "content": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURnekNDQW11Z0F3SUJBZ0lSQUwwTFkzTW5Pa09SbmVLYU40cFFSSW93RFFZSktvWklodmNOQVFFTEJRQXcKVURFZ01CNEdBMVVFQXd3WFRHOWpZV3dnVTJsbmJtbHVaeUJCZFhSb2IzSnBkSGt4TERBcUJnTlZCQU1NSTJKawpNR0kyTXpjekxUSTNNMkUwTXpreExUbGtaVEk1WVRNM0xUaGhOVEEwTkRnNU1CNFhEVEkwTURJd05qQXhOVGswCk5Wb1hEVEkxTURJd05qQXhOVGswTkZvd0ZERVNNQkFHQTFVRUF4TUpiRzlqWVd4b2IzTjBNSUlCSWpBTkJna3EKaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF0TFVJZ2lJN3RhdWVSa2ZlQUo4WFQ5V2hPNzNWZ1QyNwpteURLbWh6YytNZ3IxMlZtT1Bpak9aeEZkVzA5Ni90NEhnREVSR2UvVW4vZDl5SGI3ZXcrSjUxVmhURGR0MkYvCjJoaHVrVnczVXFZTWRBVVlHenl1YXVoc3JsVUhqSVlGb3FaN0JnQ05aZXRaVExhWWlFNnBjeWlJc1lOaHN5Z3gKNmNMUmZvMjJueTFiL3A2RE95MlVmV0lsSG5FODlJTGdwNEpPdXpyU0FsOURJVlBQWStYZDhla29sbVB6YldHVworRVJxM1AwanM1K1E0Y2JWUUpPbWVLVkIvbFVBdlhNbVhBbWlFd1pZVXNIdHRtT2crdTd5ejFOMFg2dTU1MEF2CjgwRjYzL1VzcVpFSmNkcTgyendwUzJFRHI2YWJVNC9UdGNpVERaYXVxUXgzbENtdW5JU3Vsd0lEQVFBQm80R1QKTUlHUU1Bc0dBMVVkRHdRRUF3SUZvREFVQmdOVkhSRUVEVEFMZ2dsc2IyTmhiR2h2YzNRd0hRWURWUjBsQkJZdwpGQVlJS3dZQkJRVUhBd0VHQ0NzR0FRVUZCd01DTUF3R0ExVWRFd0VCL3dRQ01BQXdIUVlEVlIwT0JCWUVGTll4ClN6OUhoWkxlK3R6V1B0TFVIbzU0bEpIRE1COEdBMVVkSXdRWU1CYUFGR2NsTFp4Sy8xQURNM0I3NVJTclhlL0EKMlAvMU1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQ1BkbHQ4MmpNZ24wTWRlR1Q5a25uRUZMLzNRWlYrMnJ1NwplWElCSnV4YllBellxSEZvZzZpN050aDRaTXB6b1lBVUpUeS9vTnlia2g0TVJHSzk3SUJpR1pFUTNua3pWN1dFCkVMK3ZxNklVV1hDMnZtTmkyT1ZBS1dEbEhWa3ZVZko4WTBYMGFmVDk5WXYyNjkyQ0Jmc01MMFdnWWRjTGxUY1IKMUx1V1VweFVyNDhZMGpjM3o0RTlLOUJ3SXVaekd2Rzk3ZkV5MGNBLzFEUld6L3BJWC9qUFYxRld3QkxSa24yTQp4WWVOTVRmK0hxYnkzbFlTVHUvZDdoZGNlUFMxVUIwS0pjNDZZeTlxMTg2VTMyVmVYVmRISzV3eko1dzFlWUMyCnZWU045YmxqUnVvSnY1K01rdXYzV05UVkpGL21QR3N3eGZJSFYrYWF4cXJmeitha0Q2dkIKLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQo=", "encoding": "base64", "item": [ "ca", { "ca": "self-sign", "dns": [ "localhost" ], "name": "quadlet_demo" } ], "source": "/etc/pki/tls/certs/quadlet_demo.crt" } TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Tuesday 06 February 2024 01:59:46 +0000 (0:00:00.662) 0:00:15.351 ****** ok: [sut] => { "ansible_facts": { "certificate_test_certs": { "quadlet_demo": { "ca": "/etc/pki/tls/certs/quadlet_demo.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDgzCCAmugAwIBAgIRAL0LY3MnOkORneKaN4pQRIowDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2Jk\nMGI2MzczLTI3M2E0MzkxLTlkZTI5YTM3LThhNTA0NDg5MB4XDTI0MDIwNjAxNTk0\nNVoXDTI1MDIwNjAxNTk0NFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtLUIgiI7taueRkfeAJ8XT9WhO73VgT27\nmyDKmhzc+Mgr12VmOPijOZxFdW096/t4HgDERGe/Un/d9yHb7ew+J51VhTDdt2F/\n2hhukVw3UqYMdAUYGzyuauhsrlUHjIYFoqZ7BgCNZetZTLaYiE6pcyiIsYNhsygx\n6cLRfo22ny1b/p6DOy2UfWIlHnE89ILgp4JOuzrSAl9DIVPPY+Xd8ekolmPzbWGW\n+ERq3P0js5+Q4cbVQJOmeKVB/lUAvXMmXAmiEwZYUsHttmOg+u7yz1N0X6u550Av\n80F63/UsqZEJcdq82zwpS2EDr6abU4/TtciTDZauqQx3lCmunISulwIDAQABo4GT\nMIGQMAsGA1UdDwQEAwIFoDAUBgNVHREEDTALgglsb2NhbGhvc3QwHQYDVR0lBBYw\nFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFNYx\nSz9HhZLe+tzWPtLUHo54lJHDMB8GA1UdIwQYMBaAFGclLZxK/1ADM3B75RSrXe/A\n2P/1MA0GCSqGSIb3DQEBCwUAA4IBAQCPdlt82jMgn0MdeGT9knnEFL/3QZV+2ru7\neXIBJuxbYAzYqHFog6i7Nth4ZMpzoYAUJTy/oNybkh4MRGK97IBiGZEQ3nkzV7WE\nEL+vq6IUWXC2vmNi2OVAKWDlHVkvUfJ8Y0X0afT99Yv2692CBfsML0WgYdcLlTcR\n1LuWUpxUr48Y0jc3z4E9K9BwIuZzGvG97fEy0cA/1DRWz/pIX/jPV1FWwBLRkn2M\nxYeNMTf+Hqby3lYSTu/d7hdcePS1UB0KJc46Yy9q186U32VeXVdHK5wzJ5w1eYC2\nvVSN9bljRuoJv5+Mkuv3WNTVJF/mPGswxfIHV+aaxqrfz+akD6vB\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/quadlet_demo.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDgzCCAmugAwIBAgIRAL0LY3MnOkORneKaN4pQRIowDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2Jk\nMGI2MzczLTI3M2E0MzkxLTlkZTI5YTM3LThhNTA0NDg5MB4XDTI0MDIwNjAxNTk0\nNVoXDTI1MDIwNjAxNTk0NFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtLUIgiI7taueRkfeAJ8XT9WhO73VgT27\nmyDKmhzc+Mgr12VmOPijOZxFdW096/t4HgDERGe/Un/d9yHb7ew+J51VhTDdt2F/\n2hhukVw3UqYMdAUYGzyuauhsrlUHjIYFoqZ7BgCNZetZTLaYiE6pcyiIsYNhsygx\n6cLRfo22ny1b/p6DOy2UfWIlHnE89ILgp4JOuzrSAl9DIVPPY+Xd8ekolmPzbWGW\n+ERq3P0js5+Q4cbVQJOmeKVB/lUAvXMmXAmiEwZYUsHttmOg+u7yz1N0X6u550Av\n80F63/UsqZEJcdq82zwpS2EDr6abU4/TtciTDZauqQx3lCmunISulwIDAQABo4GT\nMIGQMAsGA1UdDwQEAwIFoDAUBgNVHREEDTALgglsb2NhbGhvc3QwHQYDVR0lBBYw\nFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFNYx\nSz9HhZLe+tzWPtLUHo54lJHDMB8GA1UdIwQYMBaAFGclLZxK/1ADM3B75RSrXe/A\n2P/1MA0GCSqGSIb3DQEBCwUAA4IBAQCPdlt82jMgn0MdeGT9knnEFL/3QZV+2ru7\neXIBJuxbYAzYqHFog6i7Nth4ZMpzoYAUJTy/oNybkh4MRGK97IBiGZEQ3nkzV7WE\nEL+vq6IUWXC2vmNi2OVAKWDlHVkvUfJ8Y0X0afT99Yv2692CBfsML0WgYdcLlTcR\n1LuWUpxUr48Y0jc3z4E9K9BwIuZzGvG97fEy0cA/1DRWz/pIX/jPV1FWwBLRkn2M\nxYeNMTf+Hqby3lYSTu/d7hdcePS1UB0KJc46Yy9q186U32VeXVdHK5wzJ5w1eYC2\nvVSN9bljRuoJv5+Mkuv3WNTVJF/mPGswxfIHV+aaxqrfz+akD6vB\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/quadlet_demo.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQC0tQiCIju1q55G\nR94AnxdP1aE7vdWBPbubIMqaHNz4yCvXZWY4+KM5nEV1bT3r+3geAMREZ79Sf933\nIdvt7D4nnVWFMN23YX/aGG6RXDdSpgx0BRgbPK5q6GyuVQeMhgWipnsGAI1l61lM\ntpiITqlzKIixg2GzKDHpwtF+jbafLVv+noM7LZR9YiUecTz0guCngk67OtICX0Mh\nU89j5d3x6SiWY/NtYZb4RGrc/SOzn5DhxtVAk6Z4pUH+VQC9cyZcCaITBlhSwe22\nY6D67vLPU3Rfq7nnQC/zQXrf9SypkQlx2rzbPClLYQOvpptTj9O1yJMNlq6pDHeU\nKa6chK6XAgMBAAECggEADnjLECTutDtkxwsdX95dzxJ0QaUP0rRfcGp9Xz89gR0C\nydLAj4J2C/iUZXWUtm/irEByd2n5nAFKhO6svs6jIagLf8msj/GafBxlynVgptlO\neQIpbpD7BOvNPF7p5lqbW+3KP25O5KEm+ypKZ+wozOSroc+8RM1MxgRIo8J0pCWq\n1HyK1jU7uwxX7fovTlXxvftG2sQH97XdHLRqUvCm7t7U7ltjh1xOtrj72d2Ucvao\ndBj3lPuDgQSwR7Jo6VrkADxl+bnF7BIS7ulaRAbRgzLjNCCr4O0Op4Qo+qN6E/0U\n/Z1hQEJQyksz99yJRyu9Yb0RIVK15xGO0kEp7e6jCQKBgQDf6hs0+w79jZ9r0Up/\nOKl8o1FyUdFMtklHE1YSmaopAG3mWYZ1A/7Fqfzb7xDD5pDk1B+4wzvumocmuqUK\nyxGQ36W6SlSdPbJFtUpSSht4YoVDJ7Po7NpYNdEFmjZi/5I1QeMt+apDHlMv3071\nooK4ht+nRJuzOaTR1393xfvwzwKBgQDOmfIJEvlaLCp4m+Tz/vPZCIGwx5qaKVdg\nlAzbSCxyN4K7KxIg5W5TOADzomv025yW5YOePF5aN2qxxJF4dUGkjSyPFDxkrvk4\nHPwU/qsQxpUOXheqqPH/Bn17Qd6m9jMqlYyM7F7aUXDtWEfJzM3Ep+zamNJwPVzf\nkeOjh8IHuQKBgADzJ0ZkQj4FGcYFT0GW5fEnaDMJ8c9XfpwUkurlR/mAjPbLLmzU\npYIFJJNyQinykm7GD5RjD6AFe8lIRWb0UZDBwhw2MIGyP01YZYZP1in+kP4l7vdv\n+cUiBU72xoBJAT/ElcgeJQC/4i5zzgvwsolB2TUGb3qlJfPV7C5/4n+1AoGBAIkO\nLzY91BUxv2sLYDNNKs8LiZ2QjMtAKar0DCNcGcAbeypXREt2aF3khR0a3qstFRA1\nab8LJTyMDsenMynJ/6X90VWJgxb3zHShJcl3uFwEoNVLLkAUm5Um5Q9jfyUbpo3V\nb8v88l+6L0QEkHsa1lZjYAkT4GZ9DqNx0KWnZdxhAoGADAdlgFnRQjTOrJgGGhcO\nxTLEifK1vy4Mn0T3WYY9FyljNpe8yDpyZrg3zR9vjblUUW6VfVYFcr9Vcyd7MMXR\nmAjowoTj6wFnKnXY8i7E0wFpDDwhiNsrRVWLJPAyOMfIktp3rFx8gMOPR20iNeDf\nduAVmuoa9BKb8LKmq1Kbcyc=\n-----END PRIVATE KEY-----\n" } } }, "changed": false } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Tuesday 06 February 2024 01:59:46 +0000 (0:00:00.022) 0:00:15.373 ****** ok: [sut] => (item={'cert': '/etc/pki/tls/certs/quadlet_demo.crt', 'cert_content': '-----BEGIN CERTIFICATE-----\nMIIDgzCCAmugAwIBAgIRAL0LY3MnOkORneKaN4pQRIowDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2Jk\nMGI2MzczLTI3M2E0MzkxLTlkZTI5YTM3LThhNTA0NDg5MB4XDTI0MDIwNjAxNTk0\nNVoXDTI1MDIwNjAxNTk0NFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtLUIgiI7taueRkfeAJ8XT9WhO73VgT27\nmyDKmhzc+Mgr12VmOPijOZxFdW096/t4HgDERGe/Un/d9yHb7ew+J51VhTDdt2F/\n2hhukVw3UqYMdAUYGzyuauhsrlUHjIYFoqZ7BgCNZetZTLaYiE6pcyiIsYNhsygx\n6cLRfo22ny1b/p6DOy2UfWIlHnE89ILgp4JOuzrSAl9DIVPPY+Xd8ekolmPzbWGW\n+ERq3P0js5+Q4cbVQJOmeKVB/lUAvXMmXAmiEwZYUsHttmOg+u7yz1N0X6u550Av\n80F63/UsqZEJcdq82zwpS2EDr6abU4/TtciTDZauqQx3lCmunISulwIDAQABo4GT\nMIGQMAsGA1UdDwQEAwIFoDAUBgNVHREEDTALgglsb2NhbGhvc3QwHQYDVR0lBBYw\nFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFNYx\nSz9HhZLe+tzWPtLUHo54lJHDMB8GA1UdIwQYMBaAFGclLZxK/1ADM3B75RSrXe/A\n2P/1MA0GCSqGSIb3DQEBCwUAA4IBAQCPdlt82jMgn0MdeGT9knnEFL/3QZV+2ru7\neXIBJuxbYAzYqHFog6i7Nth4ZMpzoYAUJTy/oNybkh4MRGK97IBiGZEQ3nkzV7WE\nEL+vq6IUWXC2vmNi2OVAKWDlHVkvUfJ8Y0X0afT99Yv2692CBfsML0WgYdcLlTcR\n1LuWUpxUr48Y0jc3z4E9K9BwIuZzGvG97fEy0cA/1DRWz/pIX/jPV1FWwBLRkn2M\nxYeNMTf+Hqby3lYSTu/d7hdcePS1UB0KJc46Yy9q186U32VeXVdHK5wzJ5w1eYC2\nvVSN9bljRuoJv5+Mkuv3WNTVJF/mPGswxfIHV+aaxqrfz+akD6vB\n-----END CERTIFICATE-----\n', 'key': '/etc/pki/tls/private/quadlet_demo.key', 'key_content': '-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQC0tQiCIju1q55G\nR94AnxdP1aE7vdWBPbubIMqaHNz4yCvXZWY4+KM5nEV1bT3r+3geAMREZ79Sf933\nIdvt7D4nnVWFMN23YX/aGG6RXDdSpgx0BRgbPK5q6GyuVQeMhgWipnsGAI1l61lM\ntpiITqlzKIixg2GzKDHpwtF+jbafLVv+noM7LZR9YiUecTz0guCngk67OtICX0Mh\nU89j5d3x6SiWY/NtYZb4RGrc/SOzn5DhxtVAk6Z4pUH+VQC9cyZcCaITBlhSwe22\nY6D67vLPU3Rfq7nnQC/zQXrf9SypkQlx2rzbPClLYQOvpptTj9O1yJMNlq6pDHeU\nKa6chK6XAgMBAAECggEADnjLECTutDtkxwsdX95dzxJ0QaUP0rRfcGp9Xz89gR0C\nydLAj4J2C/iUZXWUtm/irEByd2n5nAFKhO6svs6jIagLf8msj/GafBxlynVgptlO\neQIpbpD7BOvNPF7p5lqbW+3KP25O5KEm+ypKZ+wozOSroc+8RM1MxgRIo8J0pCWq\n1HyK1jU7uwxX7fovTlXxvftG2sQH97XdHLRqUvCm7t7U7ltjh1xOtrj72d2Ucvao\ndBj3lPuDgQSwR7Jo6VrkADxl+bnF7BIS7ulaRAbRgzLjNCCr4O0Op4Qo+qN6E/0U\n/Z1hQEJQyksz99yJRyu9Yb0RIVK15xGO0kEp7e6jCQKBgQDf6hs0+w79jZ9r0Up/\nOKl8o1FyUdFMtklHE1YSmaopAG3mWYZ1A/7Fqfzb7xDD5pDk1B+4wzvumocmuqUK\nyxGQ36W6SlSdPbJFtUpSSht4YoVDJ7Po7NpYNdEFmjZi/5I1QeMt+apDHlMv3071\nooK4ht+nRJuzOaTR1393xfvwzwKBgQDOmfIJEvlaLCp4m+Tz/vPZCIGwx5qaKVdg\nlAzbSCxyN4K7KxIg5W5TOADzomv025yW5YOePF5aN2qxxJF4dUGkjSyPFDxkrvk4\nHPwU/qsQxpUOXheqqPH/Bn17Qd6m9jMqlYyM7F7aUXDtWEfJzM3Ep+zamNJwPVzf\nkeOjh8IHuQKBgADzJ0ZkQj4FGcYFT0GW5fEnaDMJ8c9XfpwUkurlR/mAjPbLLmzU\npYIFJJNyQinykm7GD5RjD6AFe8lIRWb0UZDBwhw2MIGyP01YZYZP1in+kP4l7vdv\n+cUiBU72xoBJAT/ElcgeJQC/4i5zzgvwsolB2TUGb3qlJfPV7C5/4n+1AoGBAIkO\nLzY91BUxv2sLYDNNKs8LiZ2QjMtAKar0DCNcGcAbeypXREt2aF3khR0a3qstFRA1\nab8LJTyMDsenMynJ/6X90VWJgxb3zHShJcl3uFwEoNVLLkAUm5Um5Q9jfyUbpo3V\nb8v88l+6L0QEkHsa1lZjYAkT4GZ9DqNx0KWnZdxhAoGADAdlgFnRQjTOrJgGGhcO\nxTLEifK1vy4Mn0T3WYY9FyljNpe8yDpyZrg3zR9vjblUUW6VfVYFcr9Vcyd7MMXR\nmAjowoTj6wFnKnXY8i7E0wFpDDwhiNsrRVWLJPAyOMfIktp3rFx8gMOPR20iNeDf\nduAVmuoa9BKb8LKmq1Kbcyc=\n-----END PRIVATE KEY-----\n', 'ca': '/etc/pki/tls/certs/quadlet_demo.crt', 'ca_content': '-----BEGIN CERTIFICATE-----\nMIIDgzCCAmugAwIBAgIRAL0LY3MnOkORneKaN4pQRIowDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2Jk\nMGI2MzczLTI3M2E0MzkxLTlkZTI5YTM3LThhNTA0NDg5MB4XDTI0MDIwNjAxNTk0\nNVoXDTI1MDIwNjAxNTk0NFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtLUIgiI7taueRkfeAJ8XT9WhO73VgT27\nmyDKmhzc+Mgr12VmOPijOZxFdW096/t4HgDERGe/Un/d9yHb7ew+J51VhTDdt2F/\n2hhukVw3UqYMdAUYGzyuauhsrlUHjIYFoqZ7BgCNZetZTLaYiE6pcyiIsYNhsygx\n6cLRfo22ny1b/p6DOy2UfWIlHnE89ILgp4JOuzrSAl9DIVPPY+Xd8ekolmPzbWGW\n+ERq3P0js5+Q4cbVQJOmeKVB/lUAvXMmXAmiEwZYUsHttmOg+u7yz1N0X6u550Av\n80F63/UsqZEJcdq82zwpS2EDr6abU4/TtciTDZauqQx3lCmunISulwIDAQABo4GT\nMIGQMAsGA1UdDwQEAwIFoDAUBgNVHREEDTALgglsb2NhbGhvc3QwHQYDVR0lBBYw\nFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFNYx\nSz9HhZLe+tzWPtLUHo54lJHDMB8GA1UdIwQYMBaAFGclLZxK/1ADM3B75RSrXe/A\n2P/1MA0GCSqGSIb3DQEBCwUAA4IBAQCPdlt82jMgn0MdeGT9knnEFL/3QZV+2ru7\neXIBJuxbYAzYqHFog6i7Nth4ZMpzoYAUJTy/oNybkh4MRGK97IBiGZEQ3nkzV7WE\nEL+vq6IUWXC2vmNi2OVAKWDlHVkvUfJ8Y0X0afT99Yv2692CBfsML0WgYdcLlTcR\n1LuWUpxUr48Y0jc3z4E9K9BwIuZzGvG97fEy0cA/1DRWz/pIX/jPV1FWwBLRkn2M\nxYeNMTf+Hqby3lYSTu/d7hdcePS1UB0KJc46Yy9q186U32VeXVdHK5wzJ5w1eYC2\nvVSN9bljRuoJv5+Mkuv3WNTVJF/mPGswxfIHV+aaxqrfz+akD6vB\n-----END CERTIFICATE-----\n'}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "getcert", "stop-tracking", "-f", "/etc/pki/tls/certs/quadlet_demo.crt" ], "delta": "0:00:00.035354", "end": "2024-02-06 01:59:46.369339", "item": { "ca": "/etc/pki/tls/certs/quadlet_demo.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDgzCCAmugAwIBAgIRAL0LY3MnOkORneKaN4pQRIowDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2Jk\nMGI2MzczLTI3M2E0MzkxLTlkZTI5YTM3LThhNTA0NDg5MB4XDTI0MDIwNjAxNTk0\nNVoXDTI1MDIwNjAxNTk0NFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtLUIgiI7taueRkfeAJ8XT9WhO73VgT27\nmyDKmhzc+Mgr12VmOPijOZxFdW096/t4HgDERGe/Un/d9yHb7ew+J51VhTDdt2F/\n2hhukVw3UqYMdAUYGzyuauhsrlUHjIYFoqZ7BgCNZetZTLaYiE6pcyiIsYNhsygx\n6cLRfo22ny1b/p6DOy2UfWIlHnE89ILgp4JOuzrSAl9DIVPPY+Xd8ekolmPzbWGW\n+ERq3P0js5+Q4cbVQJOmeKVB/lUAvXMmXAmiEwZYUsHttmOg+u7yz1N0X6u550Av\n80F63/UsqZEJcdq82zwpS2EDr6abU4/TtciTDZauqQx3lCmunISulwIDAQABo4GT\nMIGQMAsGA1UdDwQEAwIFoDAUBgNVHREEDTALgglsb2NhbGhvc3QwHQYDVR0lBBYw\nFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFNYx\nSz9HhZLe+tzWPtLUHo54lJHDMB8GA1UdIwQYMBaAFGclLZxK/1ADM3B75RSrXe/A\n2P/1MA0GCSqGSIb3DQEBCwUAA4IBAQCPdlt82jMgn0MdeGT9knnEFL/3QZV+2ru7\neXIBJuxbYAzYqHFog6i7Nth4ZMpzoYAUJTy/oNybkh4MRGK97IBiGZEQ3nkzV7WE\nEL+vq6IUWXC2vmNi2OVAKWDlHVkvUfJ8Y0X0afT99Yv2692CBfsML0WgYdcLlTcR\n1LuWUpxUr48Y0jc3z4E9K9BwIuZzGvG97fEy0cA/1DRWz/pIX/jPV1FWwBLRkn2M\nxYeNMTf+Hqby3lYSTu/d7hdcePS1UB0KJc46Yy9q186U32VeXVdHK5wzJ5w1eYC2\nvVSN9bljRuoJv5+Mkuv3WNTVJF/mPGswxfIHV+aaxqrfz+akD6vB\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/quadlet_demo.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDgzCCAmugAwIBAgIRAL0LY3MnOkORneKaN4pQRIowDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2Jk\nMGI2MzczLTI3M2E0MzkxLTlkZTI5YTM3LThhNTA0NDg5MB4XDTI0MDIwNjAxNTk0\nNVoXDTI1MDIwNjAxNTk0NFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtLUIgiI7taueRkfeAJ8XT9WhO73VgT27\nmyDKmhzc+Mgr12VmOPijOZxFdW096/t4HgDERGe/Un/d9yHb7ew+J51VhTDdt2F/\n2hhukVw3UqYMdAUYGzyuauhsrlUHjIYFoqZ7BgCNZetZTLaYiE6pcyiIsYNhsygx\n6cLRfo22ny1b/p6DOy2UfWIlHnE89ILgp4JOuzrSAl9DIVPPY+Xd8ekolmPzbWGW\n+ERq3P0js5+Q4cbVQJOmeKVB/lUAvXMmXAmiEwZYUsHttmOg+u7yz1N0X6u550Av\n80F63/UsqZEJcdq82zwpS2EDr6abU4/TtciTDZauqQx3lCmunISulwIDAQABo4GT\nMIGQMAsGA1UdDwQEAwIFoDAUBgNVHREEDTALgglsb2NhbGhvc3QwHQYDVR0lBBYw\nFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFNYx\nSz9HhZLe+tzWPtLUHo54lJHDMB8GA1UdIwQYMBaAFGclLZxK/1ADM3B75RSrXe/A\n2P/1MA0GCSqGSIb3DQEBCwUAA4IBAQCPdlt82jMgn0MdeGT9knnEFL/3QZV+2ru7\neXIBJuxbYAzYqHFog6i7Nth4ZMpzoYAUJTy/oNybkh4MRGK97IBiGZEQ3nkzV7WE\nEL+vq6IUWXC2vmNi2OVAKWDlHVkvUfJ8Y0X0afT99Yv2692CBfsML0WgYdcLlTcR\n1LuWUpxUr48Y0jc3z4E9K9BwIuZzGvG97fEy0cA/1DRWz/pIX/jPV1FWwBLRkn2M\nxYeNMTf+Hqby3lYSTu/d7hdcePS1UB0KJc46Yy9q186U32VeXVdHK5wzJ5w1eYC2\nvVSN9bljRuoJv5+Mkuv3WNTVJF/mPGswxfIHV+aaxqrfz+akD6vB\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/quadlet_demo.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQC0tQiCIju1q55G\nR94AnxdP1aE7vdWBPbubIMqaHNz4yCvXZWY4+KM5nEV1bT3r+3geAMREZ79Sf933\nIdvt7D4nnVWFMN23YX/aGG6RXDdSpgx0BRgbPK5q6GyuVQeMhgWipnsGAI1l61lM\ntpiITqlzKIixg2GzKDHpwtF+jbafLVv+noM7LZR9YiUecTz0guCngk67OtICX0Mh\nU89j5d3x6SiWY/NtYZb4RGrc/SOzn5DhxtVAk6Z4pUH+VQC9cyZcCaITBlhSwe22\nY6D67vLPU3Rfq7nnQC/zQXrf9SypkQlx2rzbPClLYQOvpptTj9O1yJMNlq6pDHeU\nKa6chK6XAgMBAAECggEADnjLECTutDtkxwsdX95dzxJ0QaUP0rRfcGp9Xz89gR0C\nydLAj4J2C/iUZXWUtm/irEByd2n5nAFKhO6svs6jIagLf8msj/GafBxlynVgptlO\neQIpbpD7BOvNPF7p5lqbW+3KP25O5KEm+ypKZ+wozOSroc+8RM1MxgRIo8J0pCWq\n1HyK1jU7uwxX7fovTlXxvftG2sQH97XdHLRqUvCm7t7U7ltjh1xOtrj72d2Ucvao\ndBj3lPuDgQSwR7Jo6VrkADxl+bnF7BIS7ulaRAbRgzLjNCCr4O0Op4Qo+qN6E/0U\n/Z1hQEJQyksz99yJRyu9Yb0RIVK15xGO0kEp7e6jCQKBgQDf6hs0+w79jZ9r0Up/\nOKl8o1FyUdFMtklHE1YSmaopAG3mWYZ1A/7Fqfzb7xDD5pDk1B+4wzvumocmuqUK\nyxGQ36W6SlSdPbJFtUpSSht4YoVDJ7Po7NpYNdEFmjZi/5I1QeMt+apDHlMv3071\nooK4ht+nRJuzOaTR1393xfvwzwKBgQDOmfIJEvlaLCp4m+Tz/vPZCIGwx5qaKVdg\nlAzbSCxyN4K7KxIg5W5TOADzomv025yW5YOePF5aN2qxxJF4dUGkjSyPFDxkrvk4\nHPwU/qsQxpUOXheqqPH/Bn17Qd6m9jMqlYyM7F7aUXDtWEfJzM3Ep+zamNJwPVzf\nkeOjh8IHuQKBgADzJ0ZkQj4FGcYFT0GW5fEnaDMJ8c9XfpwUkurlR/mAjPbLLmzU\npYIFJJNyQinykm7GD5RjD6AFe8lIRWb0UZDBwhw2MIGyP01YZYZP1in+kP4l7vdv\n+cUiBU72xoBJAT/ElcgeJQC/4i5zzgvwsolB2TUGb3qlJfPV7C5/4n+1AoGBAIkO\nLzY91BUxv2sLYDNNKs8LiZ2QjMtAKar0DCNcGcAbeypXREt2aF3khR0a3qstFRA1\nab8LJTyMDsenMynJ/6X90VWJgxb3zHShJcl3uFwEoNVLLkAUm5Um5Q9jfyUbpo3V\nb8v88l+6L0QEkHsa1lZjYAkT4GZ9DqNx0KWnZdxhAoGADAdlgFnRQjTOrJgGGhcO\nxTLEifK1vy4Mn0T3WYY9FyljNpe8yDpyZrg3zR9vjblUUW6VfVYFcr9Vcyd7MMXR\nmAjowoTj6wFnKnXY8i7E0wFpDDwhiNsrRVWLJPAyOMfIktp3rFx8gMOPR20iNeDf\nduAVmuoa9BKb8LKmq1Kbcyc=\n-----END PRIVATE KEY-----\n" }, "rc": 0, "start": "2024-02-06 01:59:46.333985" } STDOUT: Request "20240206015944" removed. TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Tuesday 06 February 2024 01:59:46 +0000 (0:00:00.312) 0:00:15.685 ****** changed: [sut] => (item=/etc/pki/tls/certs/quadlet_demo.crt) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/certs/quadlet_demo.crt", "path": "/etc/pki/tls/certs/quadlet_demo.crt", "state": "absent" } changed: [sut] => (item=/etc/pki/tls/private/quadlet_demo.key) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/private/quadlet_demo.key", "path": "/etc/pki/tls/private/quadlet_demo.key", "state": "absent" } ok: [sut] => (item=/etc/pki/tls/certs/quadlet_demo.crt) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/pki/tls/certs/quadlet_demo.crt", "path": "/etc/pki/tls/certs/quadlet_demo.crt", "state": "absent" } TASK [Run the role] ************************************************************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/tests/tests_quadlet_demo.yml:50 Tuesday 06 February 2024 01:59:47 +0000 (0:00:00.639) 0:00:16.325 ****** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 06 February 2024 01:59:47 +0000 (0:00:00.029) 0:00:16.354 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 06 February 2024 01:59:47 +0000 (0:00:00.015) 0:00:16.369 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 06 February 2024 01:59:47 +0000 (0:00:00.017) 0:00:16.387 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 06 February 2024 01:59:47 +0000 (0:00:00.206) 0:00:16.593 ****** ok: [sut] => { "ansible_facts": { "__podman_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Tuesday 06 February 2024 01:59:47 +0000 (0:00:00.015) 0:00:16.609 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 06 February 2024 01:59:47 +0000 (0:00:00.022) 0:00:16.631 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 06 February 2024 01:59:48 +0000 (0:00:00.909) 0:00:17.541 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 06 February 2024 01:59:48 +0000 (0:00:00.024) 0:00:17.566 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: catatonit-0.1.7-14.fc38.x86_64", "Installed: podman-5:4.8.3-1.fc38.x86_64", "Installed: criu-3.18-1.fc38.x86_64", "Installed: netavark-1.9.0-1.fc38.x86_64", "Installed: criu-libs-3.18-1.fc38.x86_64", "Installed: slirp4netns-1.2.2-1.fc38.x86_64", "Installed: libnet-1.3-1.fc38.x86_64", "Installed: qemu-user-static-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-aarch64-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-alpha-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-arm-2:7.2.7-1.fc38.x86_64", "Installed: conmon-2:2.1.8-2.fc38.x86_64", "Installed: qemu-user-static-cris-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-hexagon-2:7.2.7-1.fc38.x86_64", "Installed: passt-0^20231230.gf091893-1.fc38.x86_64", "Installed: container-selinux-2:2.228.1-1.fc38.noarch", "Installed: crun-1.12-1.fc38.x86_64", "Installed: containers-common-4:1-89.fc38.noarch", "Installed: containers-common-extra-4:1-89.fc38.noarch", "Installed: passt-selinux-0^20231230.gf091893-1.fc38.noarch", "Installed: qemu-user-static-hppa-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-loongarch64-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-m68k-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-microblaze-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-mips-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-nios2-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-or1k-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-ppc-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-riscv-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-s390x-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-sh4-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-sparc-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-x86-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-xtensa-2:7.2.7-1.fc38.x86_64", "Installed: libslirp-4.7.0-3.fc38.x86_64", "Installed: aardvark-dns-1.9.0-1.fc38.x86_64", "Installed: yajl-2.1.0-21.fc38.x86_64", "Installed: shadow-utils-subid-2:4.13-6.fc38.x86_64", "Installed: libbsd-0.11.7-4.fc38.x86_64", "Installed: fuse-common-3.14.1-1.fc38.x86_64", "Installed: fuse-overlayfs-1.12-1.fc38.x86_64", "Installed: fuse3-3.14.1-1.fc38.x86_64", "Installed: fuse3-libs-3.14.1-1.fc38.x86_64", "Installed: gvisor-tap-vsock-6:0.7.2-1.fc38.x86_64", "Installed: gvisor-tap-vsock-gvforwarder-6:0.7.2-1.fc38.x86_64", "Installed: libmd-1.1.0-1.fc38.x86_64" ] } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Tuesday 06 February 2024 02:01:10 +0000 (0:01:22.262) 0:01:39.828 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.041695", "end": "2024-02-06 02:01:10.769299", "rc": 0, "start": "2024-02-06 02:01:10.727604" } STDOUT: podman version 4.8.3 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Tuesday 06 February 2024 02:01:10 +0000 (0:00:00.266) 0:01:40.095 ****** ok: [sut] => { "ansible_facts": { "podman_version": "4.8.3" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Tuesday 06 February 2024 02:01:10 +0000 (0:00:00.019) 0:01:40.114 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 06 February 2024 02:01:10 +0000 (0:00:00.019) 0:01:40.134 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.4\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Tuesday 06 February 2024 02:01:10 +0000 (0:00:00.044) 0:01:40.178 ****** META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Tuesday 06 February 2024 02:01:10 +0000 (0:00:00.044) 0:01:40.223 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 02:01:10 +0000 (0:00:00.051) 0:01:40.274 ****** ok: [sut] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "Super User", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 02:01:11 +0000 (0:00:00.282) 0:01:40.557 ****** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 02:01:11 +0000 (0:00:00.020) 0:01:40.577 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 02:01:11 +0000 (0:00:00.024) 0:01:40.601 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 02:01:11 +0000 (0:00:00.223) 0:01:40.825 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 02:01:11 +0000 (0:00:00.025) 0:01:40.851 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1678060800.0, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707184832.444935, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203400, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "1795092268", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 02:01:11 +0000 (0:00:00.221) 0:01:41.073 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 02:01:11 +0000 (0:00:00.017) 0:01:41.090 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 02:01:11 +0000 (0:00:00.016) 0:01:41.107 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 02:01:11 +0000 (0:00:00.015) 0:01:41.123 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 02:01:11 +0000 (0:00:00.016) 0:01:41.139 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 02:01:11 +0000 (0:00:00.016) 0:01:41.155 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Tuesday 06 February 2024 02:01:11 +0000 (0:00:00.016) 0:01:41.171 ****** ok: [sut] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Tuesday 06 February 2024 02:01:11 +0000 (0:00:00.034) 0:01:41.206 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 06 February 2024 02:01:11 +0000 (0:00:00.032) 0:01:41.239 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 06 February 2024 02:01:11 +0000 (0:00:00.017) 0:01:41.256 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 06 February 2024 02:01:11 +0000 (0:00:00.017) 0:01:41.273 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 06 February 2024 02:01:12 +0000 (0:00:00.053) 0:01:41.327 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 06 February 2024 02:01:12 +0000 (0:00:00.018) 0:01:41.345 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Tuesday 06 February 2024 02:01:12 +0000 (0:00:00.017) 0:01:41.363 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for sut TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Tuesday 06 February 2024 02:01:12 +0000 (0:00:00.034) 0:01:41.397 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Tuesday 06 February 2024 02:01:12 +0000 (0:00:00.017) 0:01:41.415 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Tuesday 06 February 2024 02:01:12 +0000 (0:00:00.016) 0:01:41.432 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for sut TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Tuesday 06 February 2024 02:01:12 +0000 (0:00:00.035) 0:01:41.467 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Tuesday 06 February 2024 02:01:12 +0000 (0:00:00.017) 0:01:41.484 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Tuesday 06 February 2024 02:01:12 +0000 (0:00:00.017) 0:01:41.502 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Tuesday 06 February 2024 02:01:12 +0000 (0:00:00.017) 0:01:41.520 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Tuesday 06 February 2024 02:01:12 +0000 (0:00:00.019) 0:01:41.539 ****** TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Tuesday 06 February 2024 02:01:12 +0000 (0:00:00.059) 0:01:41.599 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for sut TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Tuesday 06 February 2024 02:01:12 +0000 (0:00:00.029) 0:01:41.628 ****** skipping: [sut] => { "changed": false, "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Tuesday 06 February 2024 02:01:12 +0000 (0:00:00.022) 0:01:41.650 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Tuesday 06 February 2024 02:01:12 +0000 (0:00:00.235) 0:01:41.886 ****** ok: [sut] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 Tuesday 06 February 2024 02:01:12 +0000 (0:00:00.022) 0:01:41.909 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Tuesday 06 February 2024 02:01:14 +0000 (0:00:02.323) 0:01:44.232 ****** skipping: [sut] => { "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Tuesday 06 February 2024 02:01:14 +0000 (0:00:00.017) 0:01:44.250 ****** skipping: [sut] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Tuesday 06 February 2024 02:01:14 +0000 (0:00:00.020) 0:01:44.271 ****** ok: [sut] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "dbus.socket basic.target dbus-broker.service polkit.service system.slice sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "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": "yes", "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": "ip6tables.service ipset.service shutdown.target iptables.service ebtables.service nftables.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "\"man:firewalld(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; 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/firewalld.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": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "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": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "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 dbus.socket system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "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": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Tuesday 06 February 2024 02:01:15 +0000 (0:00:00.396) 0:01:44.668 ****** changed: [sut] => { "changed": true, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice dbus-broker.service sysinit.target basic.target polkit.service dbus.socket", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "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": "yes", "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": "ebtables.service ipset.service shutdown.target ip6tables.service iptables.service nftables.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "\"man:firewalld(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; 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/firewalld.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": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "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": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "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": "dbus.socket system.slice 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": "null", "StandardInput": "null", "StandardOutput": "null", "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": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Tuesday 06 February 2024 02:01:18 +0000 (0:00:02.767) 0:01:47.435 ****** ok: [sut] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python3", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Tuesday 06 February 2024 02:01:18 +0000 (0:00:00.026) 0:01:47.461 ****** skipping: [sut] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Tuesday 06 February 2024 02:01:18 +0000 (0:00:00.017) 0:01:47.478 ****** skipping: [sut] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Tuesday 06 February 2024 02:01:18 +0000 (0:00:00.016) 0:01:47.495 ****** changed: [sut] => (item={'port': '8000/tcp', 'state': 'enabled'}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "port": "8000/tcp", "state": "enabled" } } changed: [sut] => (item={'port': '9000/tcp', 'state': 'enabled'}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "port": "9000/tcp", "state": "enabled" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Tuesday 06 February 2024 02:01:20 +0000 (0:00:01.883) 0:01:49.378 ****** skipping: [sut] => (item={'port': '8000/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall | length == 1", "item": { "port": "8000/tcp", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'port': '9000/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall | length == 1", "item": { "port": "9000/tcp", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Tuesday 06 February 2024 02:01:20 +0000 (0:00:00.028) 0:01:49.406 ****** skipping: [sut] => { "changed": false, "false_condition": "firewall | length == 1", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Tuesday 06 February 2024 02:01:20 +0000 (0:00:00.020) 0:01:49.426 ****** skipping: [sut] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Tuesday 06 February 2024 02:01:20 +0000 (0:00:00.018) 0:01:49.445 ****** skipping: [sut] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Tuesday 06 February 2024 02:01:20 +0000 (0:00:00.019) 0:01:49.464 ****** skipping: [sut] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Tuesday 06 February 2024 02:01:20 +0000 (0:00:00.018) 0:01:49.482 ****** skipping: [sut] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Tuesday 06 February 2024 02:01:20 +0000 (0:00:00.017) 0:01:49.500 ****** skipping: [sut] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Tuesday 06 February 2024 02:01:20 +0000 (0:00:00.025) 0:01:49.525 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Tuesday 06 February 2024 02:01:20 +0000 (0:00:00.042) 0:01:49.567 ****** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Tuesday 06 February 2024 02:01:20 +0000 (0:00:00.018) 0:01:49.586 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml for sut => (item=(censored due to no_log)) included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml for sut => (item=(censored due to no_log)) included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set variables part 0] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Tuesday 06 February 2024 02:01:20 +0000 (0:00:00.069) 0:01:49.656 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 1] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Tuesday 06 February 2024 02:01:20 +0000 (0:00:00.022) 0:01:49.678 ****** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 2] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Tuesday 06 February 2024 02:01:20 +0000 (0:00:00.020) 0:01:49.699 ****** ok: [sut] => { "ansible_facts": { "__podman_rootless": false, "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Tuesday 06 February 2024 02:01:20 +0000 (0:00:00.023) 0:01:49.722 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 02:01:20 +0000 (0:00:00.028) 0:01:49.751 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 02:01:20 +0000 (0:00:00.017) 0:01:49.768 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 02:01:20 +0000 (0:00:00.017) 0:01:49.786 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Tuesday 06 February 2024 02:01:20 +0000 (0:00:00.017) 0:01:49.804 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage each secret] ******************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:36 Tuesday 06 February 2024 02:01:20 +0000 (0:00:00.018) 0:01:49.822 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 0] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Tuesday 06 February 2024 02:01:20 +0000 (0:00:00.356) 0:01:50.178 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 1] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Tuesday 06 February 2024 02:01:20 +0000 (0:00:00.022) 0:01:50.201 ****** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 2] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Tuesday 06 February 2024 02:01:20 +0000 (0:00:00.020) 0:01:50.221 ****** ok: [sut] => { "ansible_facts": { "__podman_rootless": false, "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Tuesday 06 February 2024 02:01:20 +0000 (0:00:00.024) 0:01:50.245 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 02:01:20 +0000 (0:00:00.028) 0:01:50.273 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 02:01:21 +0000 (0:00:00.041) 0:01:50.315 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 02:01:21 +0000 (0:00:00.017) 0:01:50.332 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Tuesday 06 February 2024 02:01:21 +0000 (0:00:00.017) 0:01:50.350 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage each secret] ******************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:36 Tuesday 06 February 2024 02:01:21 +0000 (0:00:00.017) 0:01:50.368 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 0] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Tuesday 06 February 2024 02:01:21 +0000 (0:00:00.268) 0:01:50.636 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 1] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Tuesday 06 February 2024 02:01:21 +0000 (0:00:00.022) 0:01:50.659 ****** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 2] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Tuesday 06 February 2024 02:01:21 +0000 (0:00:00.020) 0:01:50.679 ****** ok: [sut] => { "ansible_facts": { "__podman_rootless": false, "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Tuesday 06 February 2024 02:01:21 +0000 (0:00:00.023) 0:01:50.703 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 02:01:21 +0000 (0:00:00.028) 0:01:50.731 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 02:01:21 +0000 (0:00:00.017) 0:01:50.749 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 02:01:21 +0000 (0:00:00.016) 0:01:50.766 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Tuesday 06 February 2024 02:01:21 +0000 (0:00:00.016) 0:01:50.782 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage each secret] ******************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:36 Tuesday 06 February 2024 02:01:21 +0000 (0:00:00.016) 0:01:50.798 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Tuesday 06 February 2024 02:01:21 +0000 (0:00:00.266) 0:01:51.065 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Tuesday 06 February 2024 02:01:21 +0000 (0:00:00.015) 0:01:51.080 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'file_src': 'quadlet-demo.network'}) included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'file_src': 'quadlet-demo-mysql.volume'}) included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'template_src': 'quadlet-demo-mysql.container.j2'}) included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'file_src': 'envoy-proxy-configmap.yml'}) included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'template_src': 'quadlet-demo.yml.j2'}) included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'file_src': 'quadlet-demo.kube'}) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 02:01:21 +0000 (0:00:00.079) 0:01:51.160 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "quadlet-demo.network", "__podman_quadlet_spec": {}, "__podman_quadlet_str": "[Network]\nSubnet=192.168.30.0/24\nGateway=192.168.30.1\nLabel=app=wordpress", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 02:01:21 +0000 (0:00:00.052) 0:01:51.212 ****** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 02:01:21 +0000 (0:00:00.024) 0:01:51.237 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_quadlet_file_src", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 02:01:21 +0000 (0:00:00.019) 0:01:51.256 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-demo", "__podman_quadlet_type": "network", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 02:01:21 +0000 (0:00:00.028) 0:01:51.284 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 02:01:22 +0000 (0:00:00.034) 0:01:51.318 ****** skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 02:01:22 +0000 (0:00:00.020) 0:01:51.339 ****** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 02:01:22 +0000 (0:00:00.021) 0:01:51.361 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 02:01:22 +0000 (0:00:00.025) 0:01:51.387 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 02:01:22 +0000 (0:00:00.224) 0:01:51.611 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 02:01:22 +0000 (0:00:00.025) 0:01:51.637 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707184871.7418625, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707184832.444935, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203400, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "1795092268", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 02:01:22 +0000 (0:00:00.226) 0:01:51.863 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 02:01:22 +0000 (0:00:00.017) 0:01:51.881 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 02:01:22 +0000 (0:00:00.017) 0:01:51.898 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 02:01:22 +0000 (0:00:00.017) 0:01:51.915 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 02:01:22 +0000 (0:00:00.017) 0:01:51.933 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 02:01:22 +0000 (0:00:00.017) 0:01:51.951 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 02:01:22 +0000 (0:00:00.016) 0:01:51.967 ****** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "", "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 02:01:22 +0000 (0:00:00.033) 0:01:52.001 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 02:01:22 +0000 (0:00:00.019) 0:01:52.021 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_kube_yamls_raw | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 02:01:22 +0000 (0:00:00.045) 0:01:52.067 ****** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-demo.network", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 02:01:22 +0000 (0:00:00.046) 0:01:52.113 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 02:01:22 +0000 (0:00:00.018) 0:01:52.131 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Tuesday 06 February 2024 02:01:22 +0000 (0:00:00.039) 0:01:52.171 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 02:01:22 +0000 (0:00:00.031) 0:01:52.202 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 02:01:22 +0000 (0:00:00.017) 0:01:52.220 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 02:01:22 +0000 (0:00:00.018) 0:01:52.238 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Tuesday 06 February 2024 02:01:22 +0000 (0:00:00.017) 0:01:52.255 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 Tuesday 06 February 2024 02:01:22 +0000 (0:00:00.016) 0:01:52.272 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Ensure the quadlet directory is present] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:37 Tuesday 06 February 2024 02:01:22 +0000 (0:00:00.017) 0:01:52.290 ****** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/systemd", "secontext": "system_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ******** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:46 Tuesday 06 February 2024 02:01:23 +0000 (0:00:00.231) 0:01:52.521 ****** changed: [sut] => { "changed": true, "checksum": "e57c08d49aff4bae8daab138d913aeddaa8682a0", "dest": "/etc/containers/systemd/quadlet-demo.network", "gid": 0, "group": "root", "md5sum": "061f3cf318cbd8ab5794bb1173831fb8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 74, "src": "/root/.ansible/tmp/ansible-tmp-1707184883.2675328-8168-266014872240078/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:56 Tuesday 06 February 2024 02:01:23 +0000 (0:00:00.656) 0:01:53.177 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_quadlet_file_src", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is present] ******* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 Tuesday 06 February 2024 02:01:23 +0000 (0:00:00.019) 0:01:53.197 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_copy_file is skipped", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 Tuesday 06 February 2024 02:01:23 +0000 (0:00:00.017) 0:01:53.214 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:108 Tuesday 06 February 2024 02:01:24 +0000 (0:00:00.804) 0:01:54.019 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_service_name | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:123 Tuesday 06 February 2024 02:01:24 +0000 (0:00:00.020) 0:01:54.040 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_service_name | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 02:01:24 +0000 (0:00:00.020) 0:01:54.060 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "quadlet-demo-mysql.volume", "__podman_quadlet_spec": {}, "__podman_quadlet_str": "[Volume]", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 02:01:24 +0000 (0:00:00.053) 0:01:54.113 ****** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 02:01:24 +0000 (0:00:00.024) 0:01:54.138 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_quadlet_file_src", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 02:01:24 +0000 (0:00:00.018) 0:01:54.156 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-demo-mysql", "__podman_quadlet_type": "volume", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 02:01:24 +0000 (0:00:00.028) 0:01:54.185 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 02:01:24 +0000 (0:00:00.034) 0:01:54.219 ****** skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 02:01:24 +0000 (0:00:00.020) 0:01:54.240 ****** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 02:01:24 +0000 (0:00:00.020) 0:01:54.261 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 02:01:24 +0000 (0:00:00.025) 0:01:54.286 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 02:01:25 +0000 (0:00:00.223) 0:01:54.509 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 02:01:25 +0000 (0:00:00.025) 0:01:54.535 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707184871.7418625, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707184832.444935, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203400, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "1795092268", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 02:01:25 +0000 (0:00:00.225) 0:01:54.760 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 02:01:25 +0000 (0:00:00.017) 0:01:54.778 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 02:01:25 +0000 (0:00:00.017) 0:01:54.795 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 02:01:25 +0000 (0:00:00.017) 0:01:54.812 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 02:01:25 +0000 (0:00:00.016) 0:01:54.828 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 02:01:25 +0000 (0:00:00.017) 0:01:54.845 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 02:01:25 +0000 (0:00:00.016) 0:01:54.862 ****** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-demo-mysql-volume.service", "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 02:01:25 +0000 (0:00:00.032) 0:01:54.895 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 02:01:25 +0000 (0:00:00.019) 0:01:54.914 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_kube_yamls_raw | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 02:01:25 +0000 (0:00:00.045) 0:01:54.960 ****** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-demo-mysql.volume", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 02:01:25 +0000 (0:00:00.045) 0:01:55.005 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 02:01:25 +0000 (0:00:00.018) 0:01:55.024 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Tuesday 06 February 2024 02:01:25 +0000 (0:00:00.039) 0:01:55.063 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 02:01:25 +0000 (0:00:00.030) 0:01:55.093 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 02:01:25 +0000 (0:00:00.017) 0:01:55.111 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 02:01:25 +0000 (0:00:00.017) 0:01:55.129 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Tuesday 06 February 2024 02:01:25 +0000 (0:00:00.016) 0:01:55.145 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 Tuesday 06 February 2024 02:01:25 +0000 (0:00:00.015) 0:01:55.161 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Ensure the quadlet directory is present] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:37 Tuesday 06 February 2024 02:01:25 +0000 (0:00:00.017) 0:01:55.178 ****** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/systemd", "secontext": "system_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ******** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:46 Tuesday 06 February 2024 02:01:26 +0000 (0:00:00.232) 0:01:55.410 ****** changed: [sut] => { "changed": true, "checksum": "585f8cbdf0ec73000f9227dcffbef71e9552ea4a", "dest": "/etc/containers/systemd/quadlet-demo-mysql.volume", "gid": 0, "group": "root", "md5sum": "5ddd03a022aeb4502d9bc8ce436b4233", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 9, "src": "/root/.ansible/tmp/ansible-tmp-1707184886.155271-8216-24069678104404/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:56 Tuesday 06 February 2024 02:01:26 +0000 (0:00:00.564) 0:01:55.974 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_quadlet_file_src", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is present] ******* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 Tuesday 06 February 2024 02:01:26 +0000 (0:00:00.019) 0:01:55.993 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_copy_file is skipped", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 Tuesday 06 February 2024 02:01:26 +0000 (0:00:00.017) 0:01:56.010 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:108 Tuesday 06 February 2024 02:01:27 +0000 (0:00:00.796) 0:01:56.806 ****** changed: [sut] => { "changed": true, "name": "quadlet-demo-mysql-volume.service", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target -.mount systemd-journald.socket basic.target system.slice", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "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": "quadlet-demo-mysql-volume.service", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman volume create --ignore systemd-quadlet-demo-mysql ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman volume create --ignore systemd-quadlet-demo-mysql ; 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": "/run/systemd/generator/quadlet-demo-mysql-volume.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": "quadlet-demo-mysql-volume.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": "quadlet-demo-mysql-volume.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "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": "yes", "RemoveIPC": "no", "Requires": "sysinit.target -.mount system.slice", "RequiresMountsFor": "/run/containers", "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", "SyslogIdentifier": "quadlet-demo-mysql-volume", "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": "infinity", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:123 Tuesday 06 February 2024 02:01:28 +0000 (0:00:00.724) 0:01:57.531 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_service_started is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 02:01:28 +0000 (0:00:00.018) 0:01:57.549 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": {}, "__podman_quadlet_str": "[Install]\nWantedBy=default.target\n\n[Container]\nImage=quay.io/linux-system-roles/mysql:5.6\nContainerName=quadlet-demo-mysql\nVolume=quadlet-demo-mysql.volume:/var/lib/mysql\nVolume=/tmp/quadlet_demo:/var/lib/quadlet_demo:Z\nNetwork=quadlet-demo.network\nSecret=mysql-root-password-container,type=env,target=MYSQL_ROOT_PASSWORD\nHealthCmd=/usr/bin/true\nHealthOnFailure=kill\n", "__podman_quadlet_template_src": "quadlet-demo-mysql.container.j2" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 02:01:28 +0000 (0:00:00.120) 0:01:57.669 ****** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 02:01:28 +0000 (0:00:00.024) 0:01:57.694 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_quadlet_str", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 02:01:28 +0000 (0:00:00.019) 0:01:57.713 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-demo-mysql", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 02:01:28 +0000 (0:00:00.027) 0:01:57.741 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 02:01:28 +0000 (0:00:00.033) 0:01:57.775 ****** skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 02:01:28 +0000 (0:00:00.020) 0:01:57.795 ****** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 02:01:28 +0000 (0:00:00.021) 0:01:57.817 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 02:01:28 +0000 (0:00:00.025) 0:01:57.842 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 02:01:28 +0000 (0:00:00.225) 0:01:58.067 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 02:01:28 +0000 (0:00:00.025) 0:01:58.093 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707184871.7418625, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707184832.444935, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203400, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "1795092268", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 02:01:29 +0000 (0:00:00.225) 0:01:58.318 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 02:01:29 +0000 (0:00:00.017) 0:01:58.336 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 02:01:29 +0000 (0:00:00.018) 0:01:58.355 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 02:01:29 +0000 (0:00:00.018) 0:01:58.373 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 02:01:29 +0000 (0:00:00.017) 0:01:58.390 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 02:01:29 +0000 (0:00:00.016) 0:01:58.407 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 02:01:29 +0000 (0:00:00.017) 0:01:58.424 ****** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [ "quay.io/linux-system-roles/mysql:5.6" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-demo-mysql.service", "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 02:01:29 +0000 (0:00:00.033) 0:01:58.457 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 02:01:29 +0000 (0:00:00.019) 0:01:58.477 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_kube_yamls_raw | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 02:01:29 +0000 (0:00:00.046) 0:01:58.523 ****** ok: [sut] => { "ansible_facts": { "__podman_images": [ "quay.io/linux-system-roles/mysql:5.6" ], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-demo-mysql.container", "__podman_volumes": [ "/tmp/quadlet_demo" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 02:01:29 +0000 (0:00:00.047) 0:01:58.570 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 02:01:29 +0000 (0:00:00.017) 0:01:58.588 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Tuesday 06 February 2024 02:01:29 +0000 (0:00:00.038) 0:01:58.626 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 02:01:29 +0000 (0:00:00.029) 0:01:58.656 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 02:01:29 +0000 (0:00:00.017) 0:01:58.674 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 02:01:29 +0000 (0:00:00.017) 0:01:58.692 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Tuesday 06 February 2024 02:01:29 +0000 (0:00:00.017) 0:01:58.709 ****** changed: [sut] => (item=/tmp/quadlet_demo) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/tmp/quadlet_demo", "mode": "0777", "owner": "root", "path": "/tmp/quadlet_demo", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 40, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 Tuesday 06 February 2024 02:01:29 +0000 (0:00:00.235) 0:01:58.944 ****** changed: [sut] => (item=quay.io/linux-system-roles/mysql:5.6) => { "actions": [ "Pulled image quay.io/linux-system-roles/mysql:5.6" ], "ansible_loop_var": "item", "changed": true, "failed_when_result": false, "image": [ { "Annotations": {}, "Architecture": "amd64", "Author": "", "Comment": "", "Config": { "Cmd": [ "mysqld" ], "Entrypoint": [ "docker-entrypoint.sh" ], "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "GOSU_VERSION=1.12", "MYSQL_MAJOR=5.6", "MYSQL_VERSION=5.6.51-1debian9" ], "ExposedPorts": { "3306/tcp": {} }, "Volumes": { "/var/lib/mysql": {} } }, "Created": "2021-12-21T02:57:59.587337844Z", "Digest": "sha256:2d0419de75076a55e0d0c0680b4f86ecdbb8a88de92054698a0028bcb218a3a8", "GraphDriver": { "Data": { "LowerDir": "/var/lib/containers/storage/overlay/63c8cde32bc583ca7971591c23194c1fd072197949f28fcad7f10780ad1af022/diff:/var/lib/containers/storage/overlay/4904a0ac4db0b6060c944fc7c882cba99b79b50f90151785350c0e4ba7f94390/diff:/var/lib/containers/storage/overlay/1822e40336d4b2b31d888f669f443965d4476dae35fd0a67e58eefd9c5ecb9e5/diff:/var/lib/containers/storage/overlay/988a3979591d296974121b0a893ec621ea5e9939ab3cc5e7c194dbe27f7b5677/diff:/var/lib/containers/storage/overlay/ba0315059f870fcb66ebd6517f455f714fb4eeeb4fdee9cefb3d7f59a7b0cdb7/diff:/var/lib/containers/storage/overlay/0dbdd9024cc38ecc226b2c4772718d32ff0abc288b41669d58d506274c16c67a/diff:/var/lib/containers/storage/overlay/f8ddb99f39386eac409b19f8b347a7a10ee91771cfb838c88793ad8947a233f5/diff:/var/lib/containers/storage/overlay/2ecb8e9889676e4b9b129bab56314644612905ce6e6ce1c92d5a86ac8f08f03b/diff:/var/lib/containers/storage/overlay/07e715cdf99b679f1e067f4819d1b7e1ba9ea24229ede4e6b45b9240fe5865f8/diff:/var/lib/containers/storage/overlay/2b83e5699838047f936a3875bcce7fe1b169983bf86785ae7519c5bc488558ae/diff", "UpperDir": "/var/lib/containers/storage/overlay/bb762056c5cde2e3213fe6ccf595176708249829a607b0afc5799075d4a852ec/diff", "WorkDir": "/var/lib/containers/storage/overlay/bb762056c5cde2e3213fe6ccf595176708249829a607b0afc5799075d4a852ec/work" }, "Name": "overlay" }, "History": [ { "created": "2021-12-21T01:24:41.626621944Z", "created_by": "/bin/sh -c #(nop) ADD file:b1650c19c1dd1f4cff71553f2bb0bc949944d0bc24b54c318b2880c14538648a in / " }, { "created": "2021-12-21T01:24:42.056427889Z", "created_by": "/bin/sh -c #(nop) CMD [\"bash\"]", "empty_layer": true }, { "created": "2021-12-21T02:56:59.289452902Z", "created_by": "/bin/sh -c groupadd -r mysql && useradd -r -g mysql mysql" }, { "created": "2021-12-21T02:57:05.692613282Z", "created_by": "/bin/sh -c apt-get update && apt-get install -y --no-install-recommends gnupg dirmngr && rm -rf /var/lib/apt/lists/*" }, { "created": "2021-12-21T02:57:05.921738618Z", "created_by": "/bin/sh -c #(nop) ENV GOSU_VERSION=1.12", "empty_layer": true }, { "created": "2021-12-21T02:57:18.981216995Z", "created_by": "/bin/sh -c set -eux; \tsavedAptMark=\"$(apt-mark showmanual)\"; \tapt-get update; \tapt-get install -y --no-install-recommends ca-certificates wget; \trm -rf /var/lib/apt/lists/*; \tdpkgArch=\"$(dpkg --print-architecture | awk -F- '{ print $NF }')\"; \twget -O /usr/local/bin/gosu \"https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch\"; \twget -O /usr/local/bin/gosu.asc \"https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch.asc\"; \texport GNUPGHOME=\"$(mktemp -d)\"; \tgpg --batch --keyserver hkps://keys.openpgp.org --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4; \tgpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu; \tgpgconf --kill all; \trm -rf \"$GNUPGHOME\" /usr/local/bin/gosu.asc; \tapt-mark auto '.*' > /dev/null; \t[ -z \"$savedAptMark\" ] || apt-mark manual $savedAptMark > /dev/null; \tapt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \tchmod +x /usr/local/bin/gosu; \tgosu --version; \tgosu nobody true" }, { "created": "2021-12-21T02:57:19.781116502Z", "created_by": "/bin/sh -c mkdir /docker-entrypoint-initdb.d" }, { "created": "2021-12-21T02:57:25.555452451Z", "created_by": "/bin/sh -c apt-get update && apt-get install -y --no-install-recommends \t\tpwgen \t\tperl \t\txz-utils \t&& rm -rf /var/lib/apt/lists/*" }, { "created": "2021-12-21T02:57:37.684730941Z", "created_by": "/bin/sh -c set -ex; \tkey='A4A9406876FCBD3C456770C88C718D3B5072E1F5'; \texport GNUPGHOME=\"$(mktemp -d)\"; \tgpg --batch --keyserver keyserver.ubuntu.com --recv-keys \"$key\"; \tgpg --batch --export \"$key\" > /etc/apt/trusted.gpg.d/mysql.gpg; \tgpgconf --kill all; \trm -rf \"$GNUPGHOME\"; \tapt-key list > /dev/null" }, { "created": "2021-12-21T02:57:37.903115972Z", "created_by": "/bin/sh -c #(nop) ENV MYSQL_MAJOR=5.6", "empty_layer": true }, { "created": "2021-12-21T02:57:38.155528708Z", "created_by": "/bin/sh -c #(nop) ENV MYSQL_VERSION=5.6.51-1debian9", "empty_layer": true }, { "created": "2021-12-21T02:57:39.106901365Z", "created_by": "/bin/sh -c echo 'deb http://repo.mysql.com/apt/debian/ stretch mysql-5.6' > /etc/apt/sources.list.d/mysql.list" }, { "created": "2021-12-21T02:57:56.693791892Z", "created_by": "/bin/sh -c { \t\techo mysql-community-server mysql-community-server/data-dir select ''; \t\techo mysql-community-server mysql-community-server/root-pass password ''; \t\techo mysql-community-server mysql-community-server/re-root-pass password ''; \t\techo mysql-community-server mysql-community-server/remove-test-db select false; \t} | debconf-set-selections \t&& apt-get update \t&& apt-get install -y \t\tmysql-server=\"${MYSQL_VERSION}\" \t&& find /etc/mysql/ -name '*.cnf' -print0 \t\t| xargs -0 grep -lZE '^(bind-address|log)' \t\t| xargs -rt -0 sed -Ei 's/^(bind-address|log)/#&/' \t&& echo '[mysqld]\\nskip-host-cache\\nskip-name-resolve' > /etc/mysql/conf.d/docker.cnf \t&& rm -rf /var/lib/apt/lists/* \t&& rm -rf /var/lib/mysql && mkdir -p /var/lib/mysql /var/run/mysqld \t&& chown -R mysql:mysql /var/lib/mysql /var/run/mysqld \t&& chmod 1777 /var/run/mysqld /var/lib/mysql" }, { "created": "2021-12-21T02:57:57.29721744Z", "created_by": "/bin/sh -c #(nop) VOLUME [/var/lib/mysql]", "empty_layer": true }, { "created": "2021-12-21T02:57:57.591077869Z", "created_by": "/bin/sh -c #(nop) COPY file:345a22fe55d3e6783a17075612415413487e7dba27fbf1000a67c7870364b739 in /usr/local/bin/ " }, { "created": "2021-12-21T02:57:58.761392735Z", "created_by": "/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat" }, { "created": "2021-12-21T02:57:59.04809683Z", "created_by": "/bin/sh -c #(nop) ENTRYPOINT [\"docker-entrypoint.sh\"]", "empty_layer": true }, { "created": "2021-12-21T02:57:59.31392792Z", "created_by": "/bin/sh -c #(nop) EXPOSE 3306", "empty_layer": true }, { "created": "2021-12-21T02:57:59.587337844Z", "created_by": "/bin/sh -c #(nop) CMD [\"mysqld\"]", "empty_layer": true } ], "Id": "dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5", "Labels": null, "ManifestType": "application/vnd.docker.distribution.manifest.v2+json", "NamesHistory": [ "quay.io/linux-system-roles/mysql:5.6" ], "Os": "linux", "Parent": "", "RepoDigests": [ "quay.io/linux-system-roles/mysql@sha256:2d0419de75076a55e0d0c0680b4f86ecdbb8a88de92054698a0028bcb218a3a8", "quay.io/linux-system-roles/mysql@sha256:4faa0a30c0055742c72daff1482976814f340d4bfb647f0fa2c3562fd1a7abda" ], "RepoTags": [ "quay.io/linux-system-roles/mysql:5.6" ], "RootFS": { "Layers": [ "sha256:2b83e5699838047f936a3875bcce7fe1b169983bf86785ae7519c5bc488558ae", "sha256:2e10295573911964a8acc37c738aed958d0bc385bc51df6f184b196fb592c975", "sha256:d414fdead0b9c934781e5611c016d7c237062c9470db810ef28b321a492dbb9c", "sha256:4085e588967d10dafb76ad52f66f661b41b9008cc16568ce02853de7cbbf7433", "sha256:7ea96a4e341b4d139f5e076e71d19229537292226c3b24ec2d588567667a1191", "sha256:e3dce1c82d4e4142e8e1bf2fb9c6fd2555196d40088167270ff95c9af37b88af", "sha256:2612088e90f60ecb4a13e68adbfb2b1366f82fc8fbf1f0970f8769cf3cd753ee", "sha256:eba393347f896c4028340bf1a40cc5d6b8f21eeb7abf3e79799d842a6babb93f", "sha256:7c5a5c1986b16b0d8ad4eaa8066627910ec7794a657467e8f18d223f1c0034fd", "sha256:49a1ca1cd2b80f84d6616df2b5123458f4bcb065bca28c43d9c3fd5a0480b907", "sha256:7137327a7221ddb123883146beb68003ee31d652ec46ab8bea3ba12c2df8df8f" ], "Type": "layers" }, "Size": 307607194, "User": "", "Version": "20.10.7", "VirtualSize": 307607194 } ], "item": "quay.io/linux-system-roles/mysql:5.6", "podman_actions": [ "/usr/bin/podman image ls quay.io/linux-system-roles/mysql:5.6 --format json", "/usr/bin/podman image exists quay.io/linux-system-roles/mysql:5.6", "/usr/bin/podman pull quay.io/linux-system-roles/mysql:5.6 -q", "/usr/bin/podman inspect dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5 --format json" ] } TASK [fedora.linux_system_roles.podman : Ensure the quadlet directory is present] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:37 Tuesday 06 February 2024 02:01:37 +0000 (0:00:07.864) 0:02:06.809 ****** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/systemd", "secontext": "system_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ******** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:46 Tuesday 06 February 2024 02:01:37 +0000 (0:00:00.236) 0:02:07.046 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_file_src | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:56 Tuesday 06 February 2024 02:01:37 +0000 (0:00:00.018) 0:02:07.064 ****** changed: [sut] => { "changed": true, "checksum": "7bf9312d57274d4dabbd222b01717e2cc0cfa0ed", "dest": "/etc/containers/systemd/quadlet-demo-mysql.container", "gid": 0, "group": "root", "md5sum": "f1cd3875deb45b806389825bb4b5ad4a", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 367, "src": "/root/.ansible/tmp/ansible-tmp-1707184897.8104534-8268-57648918489528/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is present] ******* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 Tuesday 06 February 2024 02:01:38 +0000 (0:00:00.568) 0:02:07.633 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_copy_content is skipped", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 Tuesday 06 February 2024 02:01:38 +0000 (0:00:00.017) 0:02:07.650 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:108 Tuesday 06 February 2024 02:01:39 +0000 (0:00:00.823) 0:02:08.474 ****** fatal: [sut]: FAILED! => { "changed": false } MSG: Unable to start service quadlet-demo-mysql.service: Job for quadlet-demo-mysql.service failed because the control process exited with error code. See "systemctl status quadlet-demo-mysql.service" and "journalctl -xeu quadlet-demo-mysql.service" for details. TASK [Dump journal] ************************************************************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/tests/tests_quadlet_demo.yml:126 Tuesday 06 February 2024 02:01:39 +0000 (0:00:00.560) 0:02:09.035 ****** fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "journalctl", "-ex" ], "delta": "0:00:00.031631", "end": "2024-02-06 02:01:39.959333", "failed_when_result": true, "rc": 0, "start": "2024-02-06 02:01:39.927702" } STDOUT: Feb 06 01:57:40 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:40 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:40 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=4343 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 01:57:40 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[4359]: ansible-ansible.legacy.command Invoked with _raw_params=rpm -qa _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 01:57:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=/dev/pts/0 res=success' Feb 06 01:57:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=/dev/pts/0 res=success' Feb 06 01:57:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=4361 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 01:57:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Feb 06 01:57:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Feb 06 01:57:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=4379 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 01:57:43 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[4395]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 06 01:57:43 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:43 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:43 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:43 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:43 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=4418 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 01:57:43 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[4434]: ansible-ansible.legacy.dnf Invoked with name=['ca-certificates'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 06 01:57:46 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:46 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:46 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:46 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:46 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=4437 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 01:57:46 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[4453]: ansible-ansible.legacy.dnf Invoked with name=['curl'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 06 01:57:48 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:48 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:48 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:48 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:48 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=4456 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 01:57:48 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[4472]: ansible-ansible.legacy.command Invoked with _raw_params=curl -skL -o /etc/pki/ca-trust/source/anchors/Current-IT-Root-CAs.pem https://certs.corp.redhat.com/certs/Current-IT-Root-CAs.pem _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 01:57:48 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:48 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:48 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:48 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:48 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=4475 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 01:57:48 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[4491]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c 'update-ca-trust' _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 01:57:50 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:50 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:50 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:50 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:50 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=4502 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 01:57:50 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[4518]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c 'update-ca-trust extract' _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 01:57:51 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:51 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:51 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:51 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:51 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=4529 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 01:57:51 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[4545]: ansible-ansible.legacy.command Invoked with _raw_params=curl -v https://gitlab.cee.redhat.com _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 01:57:51 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:51 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:51 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:51 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:51 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=4548 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 01:57:52 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[4564]: ansible-ansible.legacy.command Invoked with _raw_params=curl -v https://beaker.engineering.redhat.com/ _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 01:57:52 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:52 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:52 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:52 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:52 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=4567 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 01:57:53 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[4583]: ansible-service_facts Invoked Feb 06 01:57:55 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:55 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:55 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:55 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:55 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=4692 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 01:57:55 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[4708]: ansible-ansible.legacy.command Invoked with _raw_params=rpm -qa _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 01:57:55 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:55 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:56 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:56 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:56 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=4710 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 01:57:56 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[4726]: ansible-service_facts Invoked Feb 06 01:57:58 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:58 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:58 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:58 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:58 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=4835 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 01:57:58 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[4851]: ansible-ansible.legacy.command Invoked with _raw_params=rpm -qa _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 01:57:58 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:58 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:59 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:59 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:59 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=4854 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 01:57:59 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[4870]: ansible-ansible.legacy.command Invoked with _raw_params=for repofile in $(ls -1 /etc/yum.repos.d/); do echo "# vvvvv $repofile vvvvv vvvvv"; cat "/etc/yum.repos.d/$repofile"; echo "# ^^^^^ ^^^^^ ^^^^^ ^^^^^"; echo ""; done _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 01:57:59 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:59 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:59 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:59 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:59 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=4884 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 01:57:59 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[4900]: ansible-ansible.legacy.command Invoked with _raw_params=yum -q repolist _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 01:57:59 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:59 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:59 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:59 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:57:59 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=4904 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 01:58:00 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[4920]: ansible-lineinfile Invoked with path=/etc/dnf/dnf.conf regexp=^best= line=best=False state=present backrefs=False create=False backup=False firstmatch=False unsafe_writes=False search_string=None insertafter=None insertbefore=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 06 01:58:00 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:58:00 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:58:00 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:58:00 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:58:00 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=4921 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 01:58:00 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[4937]: ansible-ansible.legacy.command Invoked with _raw_params=dnf clean all --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 01:58:00 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:58:00 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:58:00 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:58:00 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:58:00 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=4939 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 01:58:01 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[4955]: ansible-ansible.legacy.command Invoked with _raw_params=dnf makecache --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 01:59:29 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:29 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:30 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=/dev/pts/0 res=success' Feb 06 01:59:30 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=/dev/pts/0 res=success' Feb 06 01:59:30 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=5058 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 01:59:30 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Feb 06 01:59:30 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Feb 06 01:59:30 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:30 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:30 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=5076 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 01:59:31 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[5092]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 06 01:59:31 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:31 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:31 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:31 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:31 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=5117 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 01:59:31 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[5133]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 01:59:31 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:31 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:32 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:32 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:32 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=5134 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 01:59:32 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[5150]: ansible-ansible.legacy.dnf Invoked with name=['python3-pyasn1', 'python3-cryptography', 'python3-dbus'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 06 01:59:37 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:37 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:37 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:37 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:37 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=5164 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 01:59:38 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[5180]: ansible-ansible.legacy.dnf Invoked with name=['certmonger', 'python3-packaging'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 06 01:59:40 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm dbus-broker-launch[528]: Noticed file-system modification, trigger reload. ░░ Subject: A configuration directory was written to ░░ Defined-By: dbus-broker ░░ Support: https://groups.google.com/forum/#!forum/bus1-devel ░░ ░░ A write was detected to one of the directories containing D-Bus configuration ░░ files, triggering a configuration reload. ░░ ░░ This functionality exists for backwards compatibility to pick up changes to ░░ D-Bus configuration without an explicit reolad request. Typically when ░░ installing or removing third-party software causes D-Bus configuration files ░░ to be added or removed. ░░ ░░ It is worth noting that this may cause partial configuration to be loaded in ░░ case dispatching this notification races with the writing of the configuration ░░ files. However, a future notification will then cause the configuration to be ░░ reladed again. Feb 06 01:59:40 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm dbus-broker-launch[528]: Noticed file-system modification, trigger reload. ░░ Subject: A configuration directory was written to ░░ Defined-By: dbus-broker ░░ Support: https://groups.google.com/forum/#!forum/bus1-devel ░░ ░░ A write was detected to one of the directories containing D-Bus configuration ░░ files, triggering a configuration reload. ░░ ░░ This functionality exists for backwards compatibility to pick up changes to ░░ D-Bus configuration without an explicit reolad request. Typically when ░░ installing or removing third-party software causes D-Bus configuration files ░░ to be added or removed. ░░ ░░ It is worth noting that this may cause partial configuration to be loaded in ░░ case dispatching this notification races with the writing of the configuration ░░ files. However, a future notification will then cause the configuration to be ░░ reladed again. Feb 06 01:59:40 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm dbus-broker-launch[528]: Noticed file-system modification, trigger reload. ░░ Subject: A configuration directory was written to ░░ Defined-By: dbus-broker ░░ Support: https://groups.google.com/forum/#!forum/bus1-devel ░░ ░░ A write was detected to one of the directories containing D-Bus configuration ░░ files, triggering a configuration reload. ░░ ░░ This functionality exists for backwards compatibility to pick up changes to ░░ D-Bus configuration without an explicit reolad request. Typically when ░░ installing or removing third-party software causes D-Bus configuration files ░░ to be added or removed. ░░ ░░ It is worth noting that this may cause partial configuration to be loaded in ░░ case dispatching this notification races with the writing of the configuration ░░ files. However, a future notification will then cause the configuration to be ░░ reladed again. Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Reloading requested from client PID 5193 (unit session-6.scope)... Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Reloading... Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Reloading finished in 395 ms. Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=93 op=LOAD Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=94 op=LOAD Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=76 op=UNLOAD Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=77 op=UNLOAD Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=95 op=LOAD Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=69 op=UNLOAD Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=96 op=LOAD Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=97 op=LOAD Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=70 op=UNLOAD Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=71 op=UNLOAD Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=98 op=LOAD Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=75 op=UNLOAD Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=99 op=LOAD Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=81 op=UNLOAD Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=100 op=LOAD Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=72 op=UNLOAD Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=101 op=LOAD Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=102 op=LOAD Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=73 op=UNLOAD Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=74 op=UNLOAD Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=103 op=LOAD Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=82 op=UNLOAD Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=104 op=LOAD Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=78 op=UNLOAD Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=105 op=LOAD Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=106 op=LOAD Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=79 op=UNLOAD Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=80 op=UNLOAD Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=107 op=LOAD Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=83 op=UNLOAD Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=108 op=LOAD Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=109 op=LOAD Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=84 op=UNLOAD Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=85 op=UNLOAD Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=110 op=LOAD Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=86 op=UNLOAD Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Started run-rfc3b6670ca8f4e8cabfbe716b2dcef42.service - /usr/bin/systemctl start man-db-cache-update. ░░ Subject: A start job for unit run-rfc3b6670ca8f4e8cabfbe716b2dcef42.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit run-rfc3b6670ca8f4e8cabfbe716b2dcef42.service has finished successfully. ░░ ░░ The job identifier is 1957. Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=run-rfc3b6670ca8f4e8cabfbe716b2dcef42 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Starting man-db-cache-update.service... ░░ Subject: A start job for unit man-db-cache-update.service has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit man-db-cache-update.service has begun execution. ░░ ░░ The job identifier is 2041. Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Reloading requested from client PID 5229 (unit session-6.scope)... Feb 06 01:59:41 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Reloading... Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Reloading finished in 442 ms. Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=111 op=LOAD Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=112 op=LOAD Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=93 op=UNLOAD Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=94 op=UNLOAD Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=113 op=LOAD Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=95 op=UNLOAD Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=114 op=LOAD Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=115 op=LOAD Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=96 op=UNLOAD Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=97 op=UNLOAD Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=116 op=LOAD Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=98 op=UNLOAD Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=117 op=LOAD Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=99 op=UNLOAD Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=118 op=LOAD Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=100 op=UNLOAD Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=119 op=LOAD Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=120 op=LOAD Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=101 op=UNLOAD Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=102 op=UNLOAD Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=121 op=LOAD Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=103 op=UNLOAD Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=122 op=LOAD Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=104 op=UNLOAD Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=123 op=LOAD Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=124 op=LOAD Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=105 op=UNLOAD Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=106 op=UNLOAD Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=125 op=LOAD Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=107 op=UNLOAD Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=126 op=LOAD Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=127 op=LOAD Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=108 op=UNLOAD Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=109 op=UNLOAD Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=128 op=LOAD Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=110 op=UNLOAD Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Queuing reload/restart jobs for marked units… Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:42 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=5266 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 01:59:43 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[5282]: ansible-file Invoked with name=/etc/certmonger//pre-scripts owner=root group=root mode=0700 state=directory path=/etc/certmonger//pre-scripts recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Feb 06 01:59:43 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:43 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:43 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:43 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:43 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=5283 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 01:59:43 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[5299]: ansible-file Invoked with name=/etc/certmonger//post-scripts owner=root group=root mode=0700 state=directory path=/etc/certmonger//post-scripts recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Feb 06 01:59:43 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:43 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:43 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: man-db-cache-update.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit man-db-cache-update.service has successfully entered the 'dead' state. Feb 06 01:59:43 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Finished man-db-cache-update.service. ░░ Subject: A start job for unit man-db-cache-update.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit man-db-cache-update.service has finished successfully. ░░ ░░ The job identifier is 2041. Feb 06 01:59:43 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=man-db-cache-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 01:59:43 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=man-db-cache-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 01:59:43 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: man-db-cache-update.service: Consumed 1.035s CPU time. ░░ Subject: Resources consumed by unit runtime ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit man-db-cache-update.service completed and consumed the indicated resources. Feb 06 01:59:43 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: run-rfc3b6670ca8f4e8cabfbe716b2dcef42.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit run-rfc3b6670ca8f4e8cabfbe716b2dcef42.service has successfully entered the 'dead' state. Feb 06 01:59:43 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=run-rfc3b6670ca8f4e8cabfbe716b2dcef42 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 01:59:43 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:43 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:43 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=5302 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 01:59:43 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[5318]: ansible-ansible.legacy.systemd Invoked with name=certmonger state=started enabled=True daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None Feb 06 01:59:43 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Reloading requested from client PID 5321 (unit session-6.scope)... Feb 06 01:59:43 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Reloading... Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Reloading finished in 389 ms. Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=129 op=LOAD Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=130 op=LOAD Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=111 op=UNLOAD Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=112 op=UNLOAD Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=131 op=LOAD Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=113 op=UNLOAD Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=132 op=LOAD Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=133 op=LOAD Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=114 op=UNLOAD Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=115 op=UNLOAD Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=134 op=LOAD Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=116 op=UNLOAD Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=135 op=LOAD Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=117 op=UNLOAD Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=136 op=LOAD Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=118 op=UNLOAD Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=137 op=LOAD Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=138 op=LOAD Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=119 op=UNLOAD Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=120 op=UNLOAD Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=139 op=LOAD Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=121 op=UNLOAD Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=140 op=LOAD Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=122 op=UNLOAD Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=141 op=LOAD Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=142 op=LOAD Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=123 op=UNLOAD Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=124 op=UNLOAD Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=143 op=LOAD Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=125 op=UNLOAD Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=144 op=LOAD Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=145 op=LOAD Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=126 op=UNLOAD Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=127 op=UNLOAD Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=146 op=LOAD Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=128 op=UNLOAD Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Starting certmonger.service - Certificate monitoring and PKI enrollment... ░░ Subject: A start job for unit certmonger.service has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit certmonger.service has begun execution. ░░ ░░ The job identifier is 2125. Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Started certmonger.service - Certificate monitoring and PKI enrollment. ░░ Subject: A start job for unit certmonger.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit certmonger.service has finished successfully. ░░ ░░ The job identifier is 2125. Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=certmonger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=5375 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[5391]: ansible-fedora.linux_system_roles.certificate_request Invoked with name=quadlet_demo dns=['localhost'] directory=/etc/pki/tls wait=True ca=self-sign __header=# # Ansible managed # # system_role:certificate provider_config_directory=/etc/certmonger provider=certmonger key_usage=['digitalSignature', 'keyEncipherment'] extended_key_usage=['id-kp-serverAuth', 'id-kp-clientAuth'] auto_renew=True ip=None email=None common_name=None country=None state=None locality=None organization=None organizational_unit=None contact_email=None key_size=None owner=None group=None mode=None principal=None run_before=None run_after=None Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm certmonger[5350]: 2024-02-06 01:59:44 [5350] Wrote to /var/lib/certmonger/requests/20240206015944 Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm certmonger[5350]: 2024-02-06 01:59:44 [5350] Wrote to /var/lib/certmonger/requests/20240206015944 Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm certmonger[5350]: 2024-02-06 01:59:44 [5350] Wrote to /var/lib/certmonger/requests/20240206015944 Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm certmonger[5350]: 2024-02-06 01:59:44 [5350] Wrote to /var/lib/certmonger/requests/20240206015944 Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm certmonger[5350]: 2024-02-06 01:59:44 [5350] Wrote to /var/lib/certmonger/requests/20240206015944 Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm certmonger[5350]: 2024-02-06 01:59:44 [5350] Wrote to /var/lib/certmonger/requests/20240206015944 Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm certmonger[5350]: 2024-02-06 01:59:44 [5350] Wrote to /var/lib/certmonger/requests/20240206015944 Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm certmonger[5350]: 2024-02-06 01:59:44 [5350] Wrote to /var/lib/certmonger/requests/20240206015944 Feb 06 01:59:44 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm certmonger[5350]: 2024-02-06 01:59:44 [5350] Wrote to /var/lib/certmonger/requests/20240206015944 Feb 06 01:59:45 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm certmonger[5350]: 2024-02-06 01:59:45 [5350] Wrote to /var/lib/certmonger/requests/20240206015944 Feb 06 01:59:45 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm certmonger[5350]: 2024-02-06 01:59:45 [5350] Wrote to /var/lib/certmonger/requests/20240206015944 Feb 06 01:59:45 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm certmonger[5350]: 2024-02-06 01:59:45 [5350] Wrote to /var/lib/certmonger/requests/20240206015944 Feb 06 01:59:45 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm certmonger[5350]: 2024-02-06 01:59:45 [5350] Wrote to /var/lib/certmonger/requests/20240206015944 Feb 06 01:59:45 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm certmonger[5350]: 2024-02-06 01:59:45 [5350] Wrote to /var/lib/certmonger/requests/20240206015944 Feb 06 01:59:45 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm certmonger[5350]: 2024-02-06 01:59:45 [5350] Wrote to /var/lib/certmonger/requests/20240206015944 Feb 06 01:59:45 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm certmonger[5350]: 2024-02-06 01:59:45 [5350] Wrote to /var/lib/certmonger/requests/20240206015944 Feb 06 01:59:45 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm certmonger[5350]: 2024-02-06 01:59:45 [5350] Wrote to /var/lib/certmonger/requests/20240206015944 Feb 06 01:59:45 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm certmonger[5350]: 2024-02-06 01:59:45 [5350] Wrote to /var/lib/certmonger/requests/20240206015944 Feb 06 01:59:45 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm certmonger[5350]: 2024-02-06 01:59:45 [5350] Wrote to /var/lib/certmonger/requests/20240206015944 Feb 06 01:59:45 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm certmonger[5350]: 2024-02-06 01:59:45 [5350] Wrote to /var/lib/certmonger/requests/20240206015944 Feb 06 01:59:45 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm certmonger[5350]: 2024-02-06 01:59:45 [5350] Wrote to /var/lib/certmonger/requests/20240206015944 Feb 06 01:59:45 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm certmonger[5350]: 2024-02-06 01:59:45 [5350] Wrote to /var/lib/certmonger/requests/20240206015944 Feb 06 01:59:45 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm certmonger[5350]: 2024-02-06 01:59:45 [5350] Wrote to /var/lib/certmonger/requests/20240206015944 Feb 06 01:59:45 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm certmonger[5350]: 2024-02-06 01:59:45 [5350] Wrote to /var/lib/certmonger/requests/20240206015944 Feb 06 01:59:45 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm certmonger[5350]: 2024-02-06 01:59:45 [5350] Wrote to /var/lib/certmonger/requests/20240206015944 Feb 06 01:59:45 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm certmonger[5350]: 2024-02-06 01:59:45 [5350] Wrote to /var/lib/certmonger/requests/20240206015944 Feb 06 01:59:45 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm certmonger[5350]: 2024-02-06 01:59:45 [5350] Wrote to /var/lib/certmonger/requests/20240206015944 Feb 06 01:59:45 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm certmonger[5350]: 2024-02-06 01:59:45 [5350] Wrote to /var/lib/certmonger/requests/20240206015944 Feb 06 01:59:45 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm certmonger[5350]: 2024-02-06 01:59:45 [5350] Wrote to /var/lib/certmonger/requests/20240206015944 Feb 06 01:59:45 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm certmonger[5409]: Certificate in file "/etc/pki/tls/certs/quadlet_demo.crt" issued by CA and saved. Feb 06 01:59:45 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm certmonger[5350]: 2024-02-06 01:59:45 [5350] Wrote to /var/lib/certmonger/requests/20240206015944 Feb 06 01:59:45 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:45 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:45 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:45 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:45 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=5410 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 01:59:45 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[5426]: ansible-slurp Invoked with path=/etc/pki/tls/certs/quadlet_demo.crt src=/etc/pki/tls/certs/quadlet_demo.crt Feb 06 01:59:45 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:45 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:45 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:45 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:45 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=5427 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 01:59:45 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[5443]: ansible-slurp Invoked with path=/etc/pki/tls/private/quadlet_demo.key src=/etc/pki/tls/private/quadlet_demo.key Feb 06 01:59:45 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:45 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:45 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:45 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:45 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=5444 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 01:59:46 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[5460]: ansible-slurp Invoked with path=/etc/pki/tls/certs/quadlet_demo.crt src=/etc/pki/tls/certs/quadlet_demo.crt Feb 06 01:59:46 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:46 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:46 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:46 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:46 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=5461 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 01:59:46 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[5477]: ansible-ansible.legacy.command Invoked with _raw_params=getcert stop-tracking -f /etc/pki/tls/certs/quadlet_demo.crt _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 01:59:46 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm certmonger[5350]: 2024-02-06 01:59:46 [5350] Wrote to /var/lib/certmonger/requests/20240206015944 Feb 06 01:59:46 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:46 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:46 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:46 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:46 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=5479 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 01:59:46 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[5495]: ansible-file Invoked with path=/etc/pki/tls/certs/quadlet_demo.crt state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 06 01:59:46 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:46 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:46 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:46 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:46 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=5496 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 01:59:46 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[5512]: ansible-file Invoked with path=/etc/pki/tls/private/quadlet_demo.key state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 06 01:59:46 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:46 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:46 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:46 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:46 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=5513 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 01:59:47 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[5529]: ansible-file Invoked with path=/etc/pki/tls/certs/quadlet_demo.crt state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 06 01:59:47 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:47 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:47 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:47 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:47 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=5530 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 01:59:47 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[5546]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 01:59:47 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:47 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:47 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:47 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:47 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=5547 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 01:59:48 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:48 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:48 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:48 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 01:59:48 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=5564 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 01:59:48 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[5580]: ansible-ansible.legacy.dnf Invoked with name=['podman', 'shadow-utils-subid'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 06 02:00:08 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm kernel: SELinux: Converting 399 SID table entries... Feb 06 02:00:08 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm kernel: SELinux: policy capability network_peer_controls=1 Feb 06 02:00:08 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm kernel: SELinux: policy capability open_perms=1 Feb 06 02:00:08 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm kernel: SELinux: policy capability extended_socket_class=1 Feb 06 02:00:08 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm kernel: SELinux: policy capability always_check_network=0 Feb 06 02:00:08 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm kernel: SELinux: policy capability cgroup_seclabel=1 Feb 06 02:00:08 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm kernel: SELinux: policy capability nnp_nosuid_transition=1 Feb 06 02:00:08 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm kernel: SELinux: policy capability genfs_seclabel_symlinks=1 Feb 06 02:00:08 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm kernel: SELinux: policy capability ioctl_skip_cloexec=0 Feb 06 02:00:08 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: MAC_POLICY_LOAD auid=0 ses=6 lsm=selinux res=1 Feb 06 02:00:17 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm kernel: SELinux: Converting 399 SID table entries... Feb 06 02:00:17 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm kernel: SELinux: policy capability network_peer_controls=1 Feb 06 02:00:17 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm kernel: SELinux: policy capability open_perms=1 Feb 06 02:00:17 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm kernel: SELinux: policy capability extended_socket_class=1 Feb 06 02:00:17 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm kernel: SELinux: policy capability always_check_network=0 Feb 06 02:00:17 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm kernel: SELinux: policy capability cgroup_seclabel=1 Feb 06 02:00:17 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm kernel: SELinux: policy capability nnp_nosuid_transition=1 Feb 06 02:00:17 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm kernel: SELinux: policy capability genfs_seclabel_symlinks=1 Feb 06 02:00:17 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm kernel: SELinux: policy capability ioctl_skip_cloexec=0 Feb 06 02:00:17 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: MAC_POLICY_LOAD auid=0 ses=6 lsm=selinux res=1 Feb 06 02:00:17 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[535]: USER_MAC_POLICY_LOAD pid=535 uid=81 auid=4294967295 ses=4294967295 subj=system_u:system_r:system_dbusd_t:s0-s0:c0.c1023 msg='avc: op=load_policy lsm=selinux seqno=4 res=1 exe="/usr/bin/dbus-broker" sauid=81 hostname=? addr=? terminal=?' Feb 06 02:00:19 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: MAC_CONFIG_CHANGE bool=virt_use_nfs val=1 old_val=0 auid=0 ses=6 Feb 06 02:00:22 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm setsebool[5695]: The virt_use_nfs policy boolean was changed to 1 by root Feb 06 02:00:22 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm setsebool[5695]: The virt_sandbox_use_all_caps policy boolean was changed to 1 by root Feb 06 02:00:32 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm kernel: SELinux: Converting 403 SID table entries... Feb 06 02:00:32 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm kernel: SELinux: policy capability network_peer_controls=1 Feb 06 02:00:32 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm kernel: SELinux: policy capability open_perms=1 Feb 06 02:00:32 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm kernel: SELinux: policy capability extended_socket_class=1 Feb 06 02:00:32 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm kernel: SELinux: policy capability always_check_network=0 Feb 06 02:00:32 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm kernel: SELinux: policy capability cgroup_seclabel=1 Feb 06 02:00:32 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm kernel: SELinux: policy capability nnp_nosuid_transition=1 Feb 06 02:00:32 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm kernel: SELinux: policy capability genfs_seclabel_symlinks=1 Feb 06 02:00:32 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm kernel: SELinux: policy capability ioctl_skip_cloexec=0 Feb 06 02:00:32 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: MAC_POLICY_LOAD auid=0 ses=6 lsm=selinux res=1 Feb 06 02:01:08 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 6430 (systemd-binfmt) Feb 06 02:01:08 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[535]: USER_MAC_POLICY_LOAD pid=535 uid=81 auid=4294967295 ses=4294967295 subj=system_u:system_r:system_dbusd_t:s0-s0:c0.c1023 msg='avc: op=load_policy lsm=selinux seqno=6 res=1 exe="/usr/bin/dbus-broker" sauid=81 hostname=? addr=? terminal=?' Feb 06 02:01:08 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Mounting proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System... ░░ Subject: A start job for unit proc-sys-fs-binfmt_misc.mount has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit proc-sys-fs-binfmt_misc.mount has begun execution. ░░ ░░ The job identifier is 2229. Feb 06 02:01:08 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Mounted proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System. ░░ Subject: A start job for unit proc-sys-fs-binfmt_misc.mount has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit proc-sys-fs-binfmt_misc.mount has finished successfully. ░░ ░░ The job identifier is 2229. Feb 06 02:01:08 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=run-r435fbd8e1dca400f96a5588992de0ffe comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 02:01:08 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Started run-r435fbd8e1dca400f96a5588992de0ffe.service - /usr/bin/systemctl start man-db-cache-update. ░░ Subject: A start job for unit run-r435fbd8e1dca400f96a5588992de0ffe.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit run-r435fbd8e1dca400f96a5588992de0ffe.service has finished successfully. ░░ ░░ The job identifier is 2233. Feb 06 02:01:08 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Starting man-db-cache-update.service... ░░ Subject: A start job for unit man-db-cache-update.service has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit man-db-cache-update.service has begun execution. ░░ ░░ The job identifier is 2317. Feb 06 02:01:08 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Reloading requested from client PID 6443 (unit session-6.scope)... Feb 06 02:01:08 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Reloading... Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Reloading finished in 557 ms. Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=147 op=LOAD Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=148 op=LOAD Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=129 op=UNLOAD Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=130 op=UNLOAD Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=149 op=LOAD Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=131 op=UNLOAD Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=150 op=LOAD Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=151 op=LOAD Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=132 op=UNLOAD Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=133 op=UNLOAD Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=152 op=LOAD Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=134 op=UNLOAD Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=153 op=LOAD Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=135 op=UNLOAD Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=154 op=LOAD Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=136 op=UNLOAD Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=155 op=LOAD Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=156 op=LOAD Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=137 op=UNLOAD Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=138 op=UNLOAD Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=157 op=LOAD Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=139 op=UNLOAD Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=158 op=LOAD Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=140 op=UNLOAD Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=159 op=LOAD Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=160 op=LOAD Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=141 op=UNLOAD Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=142 op=UNLOAD Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=161 op=LOAD Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=143 op=UNLOAD Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=162 op=LOAD Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=163 op=LOAD Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=144 op=UNLOAD Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=145 op=UNLOAD Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=164 op=LOAD Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=146 op=UNLOAD Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Queuing reload/restart jobs for marked units… Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[771]: Created slice session.slice - User Core Session Slice. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 21. Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[771]: Starting dbus-broker.service - D-Bus User Message Bus... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 20. Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm dbus-broker-launch[6485]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm dbus-broker-launch[6485]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[771]: Started dbus-broker.service - D-Bus User Message Bus. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 20. Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm dbus-broker-launch[6485]: Ready Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[771]: Reloading requested from client PID 6483 ('systemctl')... Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[771]: Reloading... Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[771]: Reloading finished in 170 ms. Feb 06 02:01:09 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[771]: Queuing reload/restart jobs for marked units… Feb 06 02:01:10 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:10 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:10 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:10 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:10 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=6500 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:10 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[6516]: ansible-ansible.legacy.command Invoked with _raw_params=podman --version _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 02:01:10 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: man-db-cache-update.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit man-db-cache-update.service has successfully entered the 'dead' state. Feb 06 02:01:10 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=man-db-cache-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 02:01:10 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=man-db-cache-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 02:01:10 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Finished man-db-cache-update.service. ░░ Subject: A start job for unit man-db-cache-update.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit man-db-cache-update.service has finished successfully. ░░ ░░ The job identifier is 2317. Feb 06 02:01:10 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: man-db-cache-update.service: Consumed 1.126s CPU time. ░░ Subject: Resources consumed by unit runtime ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit man-db-cache-update.service completed and consumed the indicated resources. Feb 06 02:01:10 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: run-r435fbd8e1dca400f96a5588992de0ffe.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit run-r435fbd8e1dca400f96a5588992de0ffe.service has successfully entered the 'dead' state. Feb 06 02:01:10 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=run-r435fbd8e1dca400f96a5588992de0ffe comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 02:01:10 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:10 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:11 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:11 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:11 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=6525 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:11 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[6541]: ansible-getent Invoked with database=passwd key=root fail_key=False service=None split=None Feb 06 02:01:11 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:11 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:11 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:11 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:11 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=6543 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:11 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[6559]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 06 02:01:11 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:11 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:11 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:11 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:11 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=6561 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:11 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[6577]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 02:01:11 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:11 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:12 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:12 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:12 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=6580 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:12 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[6596]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 02:01:12 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:12 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:12 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:12 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:12 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=6597 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:12 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[6613]: ansible-ansible.legacy.dnf Invoked with name=['firewalld'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 06 02:01:14 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:14 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:14 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:14 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:14 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=6616 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:15 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[6632]: ansible-systemd Invoked with name=firewalld masked=False daemon_reload=False daemon_reexec=False scope=system no_block=False state=None enabled=None force=None Feb 06 02:01:15 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:15 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:15 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:15 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:15 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=6635 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:15 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[6651]: ansible-ansible.legacy.systemd Invoked with name=firewalld state=started enabled=True daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None Feb 06 02:01:15 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Reloading requested from client PID 6654 (unit session-6.scope)... Feb 06 02:01:15 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Reloading... Feb 06 02:01:16 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Reloading finished in 399 ms. Feb 06 02:01:16 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=165 op=LOAD Feb 06 02:01:16 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=166 op=LOAD Feb 06 02:01:16 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=147 op=UNLOAD Feb 06 02:01:16 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=148 op=UNLOAD Feb 06 02:01:16 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=167 op=LOAD Feb 06 02:01:16 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=149 op=UNLOAD Feb 06 02:01:16 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=168 op=LOAD Feb 06 02:01:16 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=169 op=LOAD Feb 06 02:01:16 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=150 op=UNLOAD Feb 06 02:01:16 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=151 op=UNLOAD Feb 06 02:01:16 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=170 op=LOAD Feb 06 02:01:16 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=152 op=UNLOAD Feb 06 02:01:16 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=171 op=LOAD Feb 06 02:01:16 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=153 op=UNLOAD Feb 06 02:01:16 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=172 op=LOAD Feb 06 02:01:16 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=154 op=UNLOAD Feb 06 02:01:16 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=173 op=LOAD Feb 06 02:01:16 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=174 op=LOAD Feb 06 02:01:16 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=155 op=UNLOAD Feb 06 02:01:16 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=156 op=UNLOAD Feb 06 02:01:16 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=175 op=LOAD Feb 06 02:01:16 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=157 op=UNLOAD Feb 06 02:01:16 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=176 op=LOAD Feb 06 02:01:16 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=158 op=UNLOAD Feb 06 02:01:16 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=177 op=LOAD Feb 06 02:01:16 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=178 op=LOAD Feb 06 02:01:16 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=159 op=UNLOAD Feb 06 02:01:16 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=160 op=UNLOAD Feb 06 02:01:16 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=179 op=LOAD Feb 06 02:01:16 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=161 op=UNLOAD Feb 06 02:01:16 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=180 op=LOAD Feb 06 02:01:16 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=181 op=LOAD Feb 06 02:01:16 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=162 op=UNLOAD Feb 06 02:01:16 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=163 op=UNLOAD Feb 06 02:01:16 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=182 op=LOAD Feb 06 02:01:16 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=164 op=UNLOAD Feb 06 02:01:16 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Starting firewalld.service - firewalld - dynamic firewall daemon... ░░ Subject: A start job for unit firewalld.service has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit firewalld.service has begun execution. ░░ ░░ The job identifier is 2402. Feb 06 02:01:18 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=firewalld comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 02:01:18 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Started firewalld.service - firewalld - dynamic firewall daemon. ░░ Subject: A start job for unit firewalld.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit firewalld.service has finished successfully. ░░ ░░ The job identifier is 2402. Feb 06 02:01:18 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:18 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:18 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:18 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:18 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=6693 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:18 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[6710]: ansible-fedora.linux_system_roles.firewall_lib Invoked with port=['8000/tcp'] permanent=True runtime=True state=enabled __report_changed=True service=[] source_port=[] forward_port=[] rich_rule=[] source=[] interface=[] interface_pci_id=[] icmp_block=[] timeout=0 ipset_entries=[] protocol=[] helper_module=[] destination=[] firewalld_conf=None masquerade=None icmp_block_inversion=None target=None zone=None set_default_zone=None ipset=None ipset_type=None description=None short=None Feb 06 02:01:19 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[6688]: NETFILTER_CFG table=firewalld:2 family=1 entries=1 op=nft_register_table pid=6688 subj=system_u:system_r:firewalld_t:s0 comm="firewalld" Feb 06 02:01:19 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[6688]: NETFILTER_CFG table=firewalld:2 family=1 entries=2 op=nft_unregister_table pid=6688 subj=system_u:system_r:firewalld_t:s0 comm="firewalld" Feb 06 02:01:19 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[6688]: NETFILTER_CFG table=firewalld:3 family=1 entries=222 op=nft_register_chain pid=6688 subj=system_u:system_r:firewalld_t:s0 comm="firewalld" Feb 06 02:01:19 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[6688]: NETFILTER_CFG table=firewalld_policy_drop:4 family=1 entries=2 op=nft_unregister_table pid=6688 subj=system_u:system_r:firewalld_t:s0 comm="firewalld" Feb 06 02:01:19 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Starting polkit.service - Authorization Manager... ░░ Subject: A start job for unit polkit.service has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit polkit.service has begun execution. ░░ ░░ The job identifier is 2493. Feb 06 02:01:19 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm polkitd[6757]: Started polkitd version 122 Feb 06 02:01:19 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm polkitd[6757]: Loading rules from directory /etc/polkit-1/rules.d Feb 06 02:01:19 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm polkitd[6757]: Loading rules from directory /usr/share/polkit-1/rules.d Feb 06 02:01:19 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm polkitd[6757]: Finished loading, compiling and executing 4 rules Feb 06 02:01:19 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 02:01:19 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm polkitd[6757]: Acquired the name org.freedesktop.PolicyKit1 on the system bus Feb 06 02:01:19 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Started polkit.service - Authorization Manager. ░░ Subject: A start job for unit polkit.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit polkit.service has finished successfully. ░░ ░░ The job identifier is 2493. Feb 06 02:01:19 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[6688]: NETFILTER_CFG table=firewalld:5 family=1 entries=6 op=nft_register_rule pid=6688 subj=system_u:system_r:firewalld_t:s0 comm="firewalld" Feb 06 02:01:19 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[6688]: NETFILTER_CFG table=firewalld:6 family=1 entries=1 op=nft_register_rule pid=6688 subj=system_u:system_r:firewalld_t:s0 comm="firewalld" Feb 06 02:01:19 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:19 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:19 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:19 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:19 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=6767 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:19 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[6783]: ansible-fedora.linux_system_roles.firewall_lib Invoked with port=['9000/tcp'] permanent=True runtime=True state=enabled __report_changed=True service=[] source_port=[] forward_port=[] rich_rule=[] source=[] interface=[] interface_pci_id=[] icmp_block=[] timeout=0 ipset_entries=[] protocol=[] helper_module=[] destination=[] firewalld_conf=None masquerade=None icmp_block_inversion=None target=None zone=None set_default_zone=None ipset=None ipset_type=None description=None short=None Feb 06 02:01:20 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[6688]: NETFILTER_CFG table=firewalld:7 family=1 entries=1 op=nft_register_rule pid=6688 subj=system_u:system_r:firewalld_t:s0 comm="firewalld" Feb 06 02:01:20 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:20 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:20 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:20 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:20 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=6784 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:20 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:20 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:21 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:21 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:21 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=6807 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:21 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:21 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:21 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:21 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:21 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=6830 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:21 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:21 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:22 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:22 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:22 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=6853 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:22 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[6869]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 06 02:01:22 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:22 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:22 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:22 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:22 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=6871 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:22 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[6887]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 02:01:22 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:22 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=6890 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[6906]: ansible-file Invoked with path=/etc/containers/systemd state=directory owner=root group=0 mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=6907 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=6923 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=6945 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[6961]: ansible-ansible.legacy.stat Invoked with path=/etc/containers/systemd/quadlet-demo.network follow=False get_checksum=True checksum_algorithm=sha1 get_mime=True get_attributes=True Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=6962 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=6978 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=6995 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[7011]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707184883.2675328-8168-266014872240078/source dest=/etc/containers/systemd/quadlet-demo.network owner=root group=0 mode=0644 _original_basename=quadlet-demo.network follow=False checksum=e57c08d49aff4bae8daab138d913aeddaa8682a0 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=7012 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:23 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=7029 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[7045]: ansible-systemd Invoked with daemon_reload=True scope=system daemon_reexec=False no_block=False name=None state=None enabled=None force=None masked=None Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Reloading requested from client PID 7046 (unit session-6.scope)... Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Reloading... Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Reloading finished in 409 ms. Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=183 op=LOAD Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=184 op=LOAD Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=165 op=UNLOAD Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=166 op=UNLOAD Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=185 op=LOAD Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=167 op=UNLOAD Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=186 op=LOAD Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=187 op=LOAD Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=168 op=UNLOAD Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=169 op=UNLOAD Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=188 op=LOAD Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=170 op=UNLOAD Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=189 op=LOAD Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=171 op=UNLOAD Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=190 op=LOAD Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=172 op=UNLOAD Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=191 op=LOAD Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=192 op=LOAD Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=173 op=UNLOAD Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=174 op=UNLOAD Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=193 op=LOAD Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=175 op=UNLOAD Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=194 op=LOAD Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=176 op=UNLOAD Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=195 op=LOAD Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=196 op=LOAD Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=177 op=UNLOAD Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=178 op=UNLOAD Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=197 op=LOAD Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=179 op=UNLOAD Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=198 op=LOAD Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=199 op=LOAD Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=180 op=UNLOAD Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=181 op=UNLOAD Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=200 op=LOAD Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=182 op=UNLOAD Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:24 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:25 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:25 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:25 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=7079 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:25 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[7095]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 06 02:01:25 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:25 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:25 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:25 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:25 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=7097 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:25 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[7113]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 02:01:25 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:25 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:25 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:25 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:25 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=7116 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[7132]: ansible-file Invoked with path=/etc/containers/systemd state=directory owner=root group=0 mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=7133 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=7149 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=7171 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[7187]: ansible-ansible.legacy.stat Invoked with path=/etc/containers/systemd/quadlet-demo-mysql.volume follow=False get_checksum=True checksum_algorithm=sha1 get_mime=True get_attributes=True Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=7188 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=7204 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=7221 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[7237]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707184886.155271-8216-24069678104404/source dest=/etc/containers/systemd/quadlet-demo-mysql.volume owner=root group=0 mode=0644 _original_basename=quadlet-demo-mysql.volume follow=False checksum=585f8cbdf0ec73000f9227dcffbef71e9552ea4a backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=7238 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:26 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=7255 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[7271]: ansible-systemd Invoked with daemon_reload=True scope=system daemon_reexec=False no_block=False name=None state=None enabled=None force=None masked=None Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Reloading requested from client PID 7272 (unit session-6.scope)... Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Reloading... Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Reloading finished in 400 ms. Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=201 op=LOAD Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=202 op=LOAD Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=183 op=UNLOAD Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=184 op=UNLOAD Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=203 op=LOAD Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=185 op=UNLOAD Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=204 op=LOAD Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=205 op=LOAD Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=186 op=UNLOAD Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=187 op=UNLOAD Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=206 op=LOAD Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=188 op=UNLOAD Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=207 op=LOAD Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=189 op=UNLOAD Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=208 op=LOAD Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=190 op=UNLOAD Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=209 op=LOAD Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=210 op=LOAD Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=191 op=UNLOAD Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=192 op=UNLOAD Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=211 op=LOAD Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=193 op=UNLOAD Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=212 op=LOAD Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=194 op=UNLOAD Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=213 op=LOAD Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=214 op=LOAD Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=195 op=UNLOAD Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=196 op=UNLOAD Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=215 op=LOAD Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=197 op=UNLOAD Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=216 op=LOAD Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=217 op=LOAD Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=198 op=UNLOAD Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=199 op=UNLOAD Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=218 op=LOAD Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=200 op=UNLOAD Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Starting fstrim.service - Discard unused blocks on filesystems from /etc/fstab... ░░ Subject: A start job for unit fstrim.service has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit fstrim.service has begun execution. ░░ ░░ The job identifier is 2578. Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=7306 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: fstrim.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit fstrim.service has successfully entered the 'dead' state. Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[7322]: ansible-systemd Invoked with name=quadlet-demo-mysql-volume.service scope=system state=started daemon_reload=False daemon_reexec=False no_block=False enabled=None force=None masked=None Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=fstrim comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=fstrim comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Finished fstrim.service - Discard unused blocks on filesystems from /etc/fstab. ░░ Subject: A start job for unit fstrim.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit fstrim.service has finished successfully. ░░ ░░ The job identifier is 2578. Feb 06 02:01:27 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Starting quadlet-demo-mysql-volume.service... ░░ Subject: A start job for unit quadlet-demo-mysql-volume.service has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit quadlet-demo-mysql-volume.service has begun execution. ░░ ░░ The job identifier is 2662. Feb 06 02:01:28 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: var-lib-containers-storage-overlay-compat3100616214-merged.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit var-lib-containers-storage-overlay-compat3100616214-merged.mount has successfully entered the 'dead' state. Feb 06 02:01:28 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: var-lib-containers-storage-overlay-metacopy\x2dcheck3809735214-merged.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit var-lib-containers-storage-overlay-metacopy\x2dcheck3809735214-merged.mount has successfully entered the 'dead' state. Feb 06 02:01:28 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm podman[7325]: 2024-02-06 02:01:28.16840549 +0000 UTC m=+0.275793294 system refresh Feb 06 02:01:28 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm podman[7325]: 2024-02-06 02:01:28.177330452 +0000 UTC m=+0.284718212 volume create systemd-quadlet-demo-mysql Feb 06 02:01:28 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm quadlet-demo-mysql-volume[7325]: systemd-quadlet-demo-mysql Feb 06 02:01:28 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Finished quadlet-demo-mysql-volume.service. ░░ Subject: A start job for unit quadlet-demo-mysql-volume.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit quadlet-demo-mysql-volume.service has finished successfully. ░░ ░░ The job identifier is 2662. Feb 06 02:01:28 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=quadlet-demo-mysql-volume comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 02:01:28 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:28 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:28 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:28 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:28 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=7335 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:28 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[7351]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 06 02:01:28 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:28 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:28 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:28 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:28 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=7353 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:28 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[7369]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 02:01:29 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:29 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:29 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Feb 06 02:01:29 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:29 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:29 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=7372 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:29 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[7388]: ansible-file Invoked with path=/tmp/quadlet_demo state=directory owner=root group=root mode=0777 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Feb 06 02:01:29 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:29 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:29 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:29 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:29 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=7389 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:29 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[7405]: ansible-containers.podman.podman_image Invoked with name=quay.io/linux-system-roles/mysql:5.6 force=True tag=latest pull=True push=False state=present executable=podman build={'force_rm': False, 'format': 'oci', 'cache': True, 'rm': True, 'annotation': None, 'file': None, 'volume': None, 'extra_args': None, 'target': None} push_args={'compress': None, 'format': None, 'remove_signatures': None, 'sign_by': None, 'dest': None, 'transport': None} arch=None path=None validate_certs=None auth_file=None username=None password=NOT_LOGGING_PARAMETER ca_cert_dir=None Feb 06 02:01:29 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[7405]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman image ls quay.io/linux-system-roles/mysql:5.6 --format json Feb 06 02:01:29 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Feb 06 02:01:30 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[7405]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman image exists quay.io/linux-system-roles/mysql:5.6 Feb 06 02:01:30 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Feb 06 02:01:30 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[7405]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman pull quay.io/linux-system-roles/mysql:5.6 -q Feb 06 02:01:32 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: var-lib-containers-storage-overlay-compat949674616-lower\x2dmapped.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit var-lib-containers-storage-overlay-compat949674616-lower\x2dmapped.mount has successfully entered the 'dead' state. Feb 06 02:01:37 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm podman[7420]: 2024-02-06 02:01:37.427910938 +0000 UTC m=+7.377411915 image pull dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5 quay.io/linux-system-roles/mysql:5.6 Feb 06 02:01:37 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Feb 06 02:01:37 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[7405]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman inspect dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5 --format json Feb 06 02:01:37 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Feb 06 02:01:37 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:37 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:37 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:37 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:37 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=7512 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:37 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[7528]: ansible-file Invoked with path=/etc/containers/systemd state=directory owner=root group=0 mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Feb 06 02:01:37 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:37 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:37 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:37 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:37 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=7529 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:37 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:37 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:37 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:37 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:37 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=7545 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:37 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:37 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:37 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:37 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:37 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=7567 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:38 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[7583]: ansible-ansible.legacy.stat Invoked with path=/etc/containers/systemd/quadlet-demo-mysql.container follow=False get_checksum=True checksum_algorithm=sha1 get_mime=True get_attributes=True Feb 06 02:01:38 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:38 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:38 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:38 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:38 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=7584 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:38 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:38 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:38 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:38 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:38 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=7600 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:38 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:38 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:38 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:38 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:38 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=7617 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:38 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[7633]: ansible-ansible.legacy.copy Invoked with dest=/etc/containers/systemd/quadlet-demo-mysql.container owner=root group=0 mode=0644 src=/root/.ansible/tmp/ansible-tmp-1707184897.8104534-8268-57648918489528/source _original_basename=tmpj5vwn20f follow=False checksum=7bf9312d57274d4dabbd222b01717e2cc0cfa0ed backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 06 02:01:38 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:38 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:38 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:38 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:38 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=7634 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:38 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:38 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:38 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:38 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:38 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=7651 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:38 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[7667]: ansible-systemd Invoked with daemon_reload=True scope=system daemon_reexec=False no_block=False name=None state=None enabled=None force=None masked=None Feb 06 02:01:38 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Reloading requested from client PID 7668 (unit session-6.scope)... Feb 06 02:01:38 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Reloading... Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Reloading finished in 413 ms. Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=219 op=LOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=220 op=LOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=201 op=UNLOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=202 op=UNLOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=221 op=LOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=203 op=UNLOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=222 op=LOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=223 op=LOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=204 op=UNLOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=205 op=UNLOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=224 op=LOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=206 op=UNLOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=225 op=LOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=207 op=UNLOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=226 op=LOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=208 op=UNLOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=227 op=LOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=228 op=LOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=209 op=UNLOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=210 op=UNLOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=229 op=LOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=211 op=UNLOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=230 op=LOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=218 op=UNLOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=231 op=LOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=212 op=UNLOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=232 op=LOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=233 op=LOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=213 op=UNLOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=214 op=UNLOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=234 op=LOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=215 op=UNLOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=235 op=LOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=236 op=LOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=216 op=UNLOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=217 op=UNLOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=237 op=LOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=231 op=UNLOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=238 op=LOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=239 op=LOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=232 op=UNLOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=233 op=UNLOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=240 op=LOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=234 op=UNLOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=241 op=LOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=242 op=LOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=235 op=UNLOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=236 op=UNLOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=243 op=LOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit: BPF prog-id=230 op=UNLOAD Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=7701 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[7717]: ansible-systemd Invoked with name=quadlet-demo-mysql.service scope=system state=started daemon_reload=False daemon_reexec=False no_block=False enabled=None force=None masked=None Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Starting quadlet-demo-network.service... ░░ Subject: A start job for unit quadlet-demo-network.service has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit quadlet-demo-network.service has begun execution. ░░ ░░ The job identifier is 2832. Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm quadlet-demo-network[7720]: systemd-quadlet-demo Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Finished quadlet-demo-network.service. ░░ Subject: A start job for unit quadlet-demo-network.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit quadlet-demo-network.service has finished successfully. ░░ ░░ The job identifier is 2832. Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=quadlet-demo-network comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Starting quadlet-demo-mysql.service... ░░ Subject: A start job for unit quadlet-demo-mysql.service has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit quadlet-demo-mysql.service has begun execution. ░░ ░░ The job identifier is 2747. Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm quadlet-demo-mysql[7727]: Error: running container create option: no secret with name or id "mysql-root-password-container": no such secret Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm podman[7727]: 2024-02-06 02:01:39.637371789 +0000 UTC m=+0.032485767 image pull dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5 quay.io/linux-system-roles/mysql:5.6 Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: quadlet-demo-mysql.service: Main process exited, code=exited, status=125/n/a ░░ Subject: Unit process exited ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ An ExecStart= process belonging to unit quadlet-demo-mysql.service has exited. ░░ ░░ The process' exit code is 'exited' and its exit status is 125. Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: quadlet-demo-mysql.service: Failed with result 'exit-code'. ░░ Subject: Unit failed ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit quadlet-demo-mysql.service has entered the 'failed' state with result 'exit-code'. Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm systemd[1]: Failed to start quadlet-demo-mysql.service. ░░ Subject: A start job for unit quadlet-demo-mysql.service has failed ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit quadlet-demo-mysql.service has finished with a failure. ░░ ░░ The job identifier is 2747 and the job result is failed. Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=quadlet-demo-mysql comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed' Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_END pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGOUT pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_LOGIN pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: USER_START pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm audit[870]: CRYPTO_KEY_USER pid=870 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b0:f0:07:fa:b1:d8:d1:6d:df:2c:82:bc:09:d9:c3:db:c0:82:01:69:99:c9:5f:20:75:d8:75:64:97:68:2f:6c direction=? spid=7742 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 06 02:01:39 079b5358-1865-4df7-bb14-0b7aa8526ec0.testing-farm python3[7758]: ansible-ansible.legacy.command Invoked with _raw_params=journalctl -ex _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None TASK [Check] ******************************************************************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/tests/tests_quadlet_demo.yml:132 Tuesday 06 February 2024 02:01:40 +0000 (0:00:00.287) 0:02:09.322 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "ps", "-a" ], "delta": "0:00:00.039109", "end": "2024-02-06 02:01:40.253907", "rc": 0, "start": "2024-02-06 02:01:40.214798" } STDOUT: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES TASK [Check pods] ************************************************************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/tests/tests_quadlet_demo.yml:136 Tuesday 06 February 2024 02:01:40 +0000 (0:00:00.254) 0:02:09.577 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "pod", "ps", "--ctr-ids", "--ctr-names", "--ctr-status" ], "delta": "0:00:00.035429", "end": "2024-02-06 02:01:40.503812", "failed_when_result": false, "rc": 0, "start": "2024-02-06 02:01:40.468383" } STDOUT: POD ID NAME STATUS CREATED INFRA ID IDS NAMES STATUS TASK [Check systemd] *********************************************************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/tests/tests_quadlet_demo.yml:141 Tuesday 06 February 2024 02:01:40 +0000 (0:00:00.251) 0:02:09.829 ****** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail; systemctl list-units --all --with-dependencies | grep quadlet", "delta": "0:00:00.015905", "end": "2024-02-06 02:01:40.740928", "failed_when_result": false, "rc": 0, "start": "2024-02-06 02:01:40.725023" } STDOUT: quadlet-demo-mysql-volume.service loaded active exited quadlet-demo-mysql-volume.service ● quadlet-demo-mysql.service loaded failed failed quadlet-demo-mysql.service quadlet-demo-network.service loaded active exited quadlet-demo-network.service TASK [LS] ********************************************************************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/tests/tests_quadlet_demo.yml:149 Tuesday 06 February 2024 02:01:40 +0000 (0:00:00.236) 0:02:10.065 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-alrtF", "/etc/systemd/system" ], "delta": "0:00:00.005076", "end": "2024-02-06 02:01:40.967672", "failed_when_result": false, "rc": 0, "start": "2024-02-06 02:01:40.962596" } STDOUT: total 56 drwxr-xr-x. 2 root root 4096 Jan 30 09:29 systemd-journald.service.wants/ lrwxrwxrwx. 1 root root 48 Jan 30 09:29 dbus-org.freedesktop.resolve1.service -> /usr/lib/systemd/system/systemd-resolved.service lrwxrwxrwx. 1 root root 44 Jan 30 09:29 dbus-org.freedesktop.oom1.service -> /usr/lib/systemd/system/systemd-oomd.service lrwxrwxrwx. 1 root root 43 Jan 30 09:29 dbus.service -> /usr/lib/systemd/system/dbus-broker.service lrwxrwxrwx. 1 root root 37 Jan 30 09:29 ctrl-alt-del.target -> /usr/lib/systemd/system/reboot.target drwxr-xr-x. 2 root root 4096 Jan 30 09:29 getty.target.wants/ drwxr-xr-x. 5 root root 4096 Jan 30 09:29 ../ lrwxrwxrwx. 1 root root 45 Jan 30 09:29 dbus-org.freedesktop.home1.service -> /usr/lib/systemd/system/systemd-homed.service drwxr-xr-x. 2 root root 4096 Jan 30 09:29 systemd-homed.service.wants/ lrwxrwxrwx. 1 root root 41 Jan 30 09:29 dbus-org.bluez.service -> /usr/lib/systemd/system/bluetooth.service drwxr-xr-x. 2 root root 4096 Jan 30 09:29 bluetooth.target.wants/ drwxr-xr-x. 2 root root 4096 Jan 30 09:29 graphical.target.wants/ drwxr-xr-x. 2 root root 4096 Jan 30 09:30 timers.target.wants/ lrwxrwxrwx. 1 root root 57 Jan 30 09:30 dbus-org.freedesktop.nm-dispatcher.service -> /usr/lib/systemd/system/NetworkManager-dispatcher.service drwxr-xr-x. 2 root root 4096 Jan 30 09:30 network-online.target.wants/ lrwxrwxrwx. 1 root root 41 Jan 30 09:34 default.target -> /usr/lib/systemd/system/multi-user.target drwxr-xr-x. 2 root root 4096 Jan 30 09:48 remote-fs.target.wants/ drwxr-xr-x. 2 root root 4096 Jan 30 09:50 sockets.target.wants/ drwxr-xr-x. 2 root root 4096 Jan 30 09:51 cloud-init.target.wants/ drwxr-xr-x. 2 root root 4096 Feb 6 01:52 sysinit.target.wants/ drwxr-xr-x. 2 root root 4096 Feb 6 02:01 multi-user.target.wants/ lrwxrwxrwx. 1 root root 41 Feb 6 02:01 dbus-org.fedoraproject.FirewallD1.service -> /usr/lib/systemd/system/firewalld.service drwxr-xr-x. 14 root root 4096 Feb 6 02:01 ./ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/tests/tests_quadlet_demo.yml:154 Tuesday 06 February 2024 02:01:40 +0000 (0:00:00.225) 0:02:10.290 ****** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 06 February 2024 02:01:41 +0000 (0:00:00.051) 0:02:10.342 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 06 February 2024 02:01:41 +0000 (0:00:00.032) 0:02:10.375 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 06 February 2024 02:01:41 +0000 (0:00:00.024) 0:02:10.399 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 06 February 2024 02:01:41 +0000 (0:00:00.020) 0:02:10.420 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Tuesday 06 February 2024 02:01:41 +0000 (0:00:00.019) 0:02:10.439 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 06 February 2024 02:01:41 +0000 (0:00:00.041) 0:02:10.481 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 06 February 2024 02:01:41 +0000 (0:00:00.791) 0:02:11.272 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 06 February 2024 02:01:41 +0000 (0:00:00.019) 0:02:11.292 ****** skipping: [sut] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Tuesday 06 February 2024 02:01:42 +0000 (0:00:00.022) 0:02:11.314 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.032601", "end": "2024-02-06 02:01:42.239420", "rc": 0, "start": "2024-02-06 02:01:42.206819" } STDOUT: podman version 4.8.3 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Tuesday 06 February 2024 02:01:42 +0000 (0:00:00.283) 0:02:11.597 ****** ok: [sut] => { "ansible_facts": { "podman_version": "4.8.3" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Tuesday 06 February 2024 02:01:42 +0000 (0:00:00.021) 0:02:11.619 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 06 February 2024 02:01:42 +0000 (0:00:00.018) 0:02:11.638 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.4\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Tuesday 06 February 2024 02:01:42 +0000 (0:00:00.020) 0:02:11.659 ****** META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Tuesday 06 February 2024 02:01:42 +0000 (0:00:00.022) 0:02:11.681 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 02:01:42 +0000 (0:00:00.037) 0:02:11.719 ****** skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 02:01:42 +0000 (0:00:00.023) 0:02:11.743 ****** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 02:01:42 +0000 (0:00:00.024) 0:02:11.767 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 02:01:42 +0000 (0:00:00.027) 0:02:11.794 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 02:01:42 +0000 (0:00:00.229) 0:02:12.024 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 02:01:42 +0000 (0:00:00.025) 0:02:12.050 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707184871.7418625, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707184832.444935, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203400, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "1795092268", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 02:01:42 +0000 (0:00:00.232) 0:02:12.282 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 02:01:43 +0000 (0:00:00.018) 0:02:12.301 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 02:01:43 +0000 (0:00:00.018) 0:02:12.319 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 02:01:43 +0000 (0:00:00.018) 0:02:12.338 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 02:01:43 +0000 (0:00:00.017) 0:02:12.355 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 02:01:43 +0000 (0:00:00.051) 0:02:12.407 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Tuesday 06 February 2024 02:01:43 +0000 (0:00:00.019) 0:02:12.426 ****** ok: [sut] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Tuesday 06 February 2024 02:01:43 +0000 (0:00:00.025) 0:02:12.451 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 06 February 2024 02:01:43 +0000 (0:00:00.035) 0:02:12.486 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 06 February 2024 02:01:43 +0000 (0:00:00.019) 0:02:12.506 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 06 February 2024 02:01:43 +0000 (0:00:00.018) 0:02:12.524 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 06 February 2024 02:01:43 +0000 (0:00:00.035) 0:02:12.560 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 06 February 2024 02:01:43 +0000 (0:00:00.019) 0:02:12.579 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Tuesday 06 February 2024 02:01:43 +0000 (0:00:00.018) 0:02:12.598 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for sut TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Tuesday 06 February 2024 02:01:43 +0000 (0:00:00.035) 0:02:12.633 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Tuesday 06 February 2024 02:01:43 +0000 (0:00:00.019) 0:02:12.653 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Tuesday 06 February 2024 02:01:43 +0000 (0:00:00.018) 0:02:12.671 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for sut TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Tuesday 06 February 2024 02:01:43 +0000 (0:00:00.037) 0:02:12.708 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Tuesday 06 February 2024 02:01:43 +0000 (0:00:00.019) 0:02:12.728 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Tuesday 06 February 2024 02:01:43 +0000 (0:00:00.047) 0:02:12.776 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Tuesday 06 February 2024 02:01:43 +0000 (0:00:00.019) 0:02:12.795 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Tuesday 06 February 2024 02:01:43 +0000 (0:00:00.019) 0:02:12.815 ****** TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Tuesday 06 February 2024 02:01:43 +0000 (0:00:00.060) 0:02:12.875 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for sut TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Tuesday 06 February 2024 02:01:43 +0000 (0:00:00.032) 0:02:12.908 ****** skipping: [sut] => { "changed": false, "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Tuesday 06 February 2024 02:01:43 +0000 (0:00:00.023) 0:02:12.931 ****** skipping: [sut] => { "changed": false, "false_condition": "not __firewall_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Tuesday 06 February 2024 02:01:43 +0000 (0:00:00.019) 0:02:12.951 ****** skipping: [sut] => { "changed": false, "false_condition": "not __firewall_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 Tuesday 06 February 2024 02:01:43 +0000 (0:00:00.018) 0:02:12.970 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Tuesday 06 February 2024 02:01:46 +0000 (0:00:02.424) 0:02:15.394 ****** skipping: [sut] => { "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Tuesday 06 February 2024 02:01:46 +0000 (0:00:00.019) 0:02:15.413 ****** skipping: [sut] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Tuesday 06 February 2024 02:01:46 +0000 (0:00:00.023) 0:02:15.436 ****** ok: [sut] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Tue 2024-02-06 02:01:18 UTC", "ActiveEnterTimestampMonotonic": "835077193", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.socket dbus-broker.service sysinit.target basic.target polkit.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Tue 2024-02-06 02:01:16 UTC", "AssertTimestampMonotonic": "833145937", "Before": "shutdown.target network-pre.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "529353000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "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": "yes", "ConditionTimestamp": "Tue 2024-02-06 02:01:16 UTC", "ConditionTimestampMonotonic": "833145933", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service iptables.service ebtables.service shutdown.target nftables.service ipset.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "5763", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "\"man:firewalld(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EffectiveCPUs": "0-1", "EffectiveMemoryNodes": "0", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "6688", "ExecMainStartTimestamp": "Tue 2024-02-06 02:01:16 UTC", "ExecMainStartTimestampMonotonic": "833158190", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; 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/firewalld.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": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Tue 2024-02-06 02:01:16 UTC", "InactiveExitTimestampMonotonic": "833158592", "InvocationID": "002f6e31f29c4738902aed5c311f1063", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "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": "6688", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "33497088", "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": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice dbus.socket sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Tue 2024-02-06 02:01:39 UTC", "StateChangeTimestampMonotonic": "856120359", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "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": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Tuesday 06 February 2024 02:01:46 +0000 (0:00:00.385) 0:02:15.821 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Tue 2024-02-06 02:01:18 UTC", "ActiveEnterTimestampMonotonic": "835077193", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.socket dbus-broker.service sysinit.target basic.target polkit.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Tue 2024-02-06 02:01:16 UTC", "AssertTimestampMonotonic": "833145937", "Before": "shutdown.target network-pre.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "529353000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "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": "yes", "ConditionTimestamp": "Tue 2024-02-06 02:01:16 UTC", "ConditionTimestampMonotonic": "833145933", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service iptables.service ebtables.service shutdown.target nftables.service ipset.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "5763", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "\"man:firewalld(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EffectiveCPUs": "0-1", "EffectiveMemoryNodes": "0", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "6688", "ExecMainStartTimestamp": "Tue 2024-02-06 02:01:16 UTC", "ExecMainStartTimestampMonotonic": "833158190", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; 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/firewalld.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": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Tue 2024-02-06 02:01:16 UTC", "InactiveExitTimestampMonotonic": "833158592", "InvocationID": "002f6e31f29c4738902aed5c311f1063", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "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": "6688", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "33497088", "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": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice dbus.socket sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Tue 2024-02-06 02:01:39 UTC", "StateChangeTimestampMonotonic": "856120359", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "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": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Tuesday 06 February 2024 02:01:46 +0000 (0:00:00.383) 0:02:16.205 ****** ok: [sut] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python3", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Tuesday 06 February 2024 02:01:46 +0000 (0:00:00.026) 0:02:16.232 ****** skipping: [sut] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Tuesday 06 February 2024 02:01:46 +0000 (0:00:00.018) 0:02:16.251 ****** skipping: [sut] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Tuesday 06 February 2024 02:01:46 +0000 (0:00:00.018) 0:02:16.269 ****** ok: [sut] => (item={'port': '8000/tcp', 'state': 'enabled'}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "port": "8000/tcp", "state": "enabled" } } ok: [sut] => (item={'port': '9000/tcp', 'state': 'enabled'}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "port": "9000/tcp", "state": "enabled" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Tuesday 06 February 2024 02:01:47 +0000 (0:00:00.755) 0:02:17.024 ****** skipping: [sut] => (item={'port': '8000/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall | length == 1", "item": { "port": "8000/tcp", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'port': '9000/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall | length == 1", "item": { "port": "9000/tcp", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Tuesday 06 February 2024 02:01:47 +0000 (0:00:00.030) 0:02:17.055 ****** skipping: [sut] => { "changed": false, "false_condition": "firewall | length == 1", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Tuesday 06 February 2024 02:01:47 +0000 (0:00:00.022) 0:02:17.077 ****** skipping: [sut] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Tuesday 06 February 2024 02:01:47 +0000 (0:00:00.020) 0:02:17.098 ****** skipping: [sut] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Tuesday 06 February 2024 02:01:47 +0000 (0:00:00.021) 0:02:17.119 ****** skipping: [sut] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Tuesday 06 February 2024 02:01:47 +0000 (0:00:00.020) 0:02:17.140 ****** skipping: [sut] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Tuesday 06 February 2024 02:01:47 +0000 (0:00:00.019) 0:02:17.159 ****** skipping: [sut] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Tuesday 06 February 2024 02:01:47 +0000 (0:00:00.036) 0:02:17.195 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Tuesday 06 February 2024 02:01:47 +0000 (0:00:00.020) 0:02:17.216 ****** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Tuesday 06 February 2024 02:01:47 +0000 (0:00:00.019) 0:02:17.236 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml for sut => (item=(censored due to no_log)) included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml for sut => (item=(censored due to no_log)) included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set variables part 0] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Tuesday 06 February 2024 02:01:47 +0000 (0:00:00.054) 0:02:17.290 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 1] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Tuesday 06 February 2024 02:01:48 +0000 (0:00:00.023) 0:02:17.313 ****** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 2] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Tuesday 06 February 2024 02:01:48 +0000 (0:00:00.021) 0:02:17.335 ****** ok: [sut] => { "ansible_facts": { "__podman_rootless": false, "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Tuesday 06 February 2024 02:01:48 +0000 (0:00:00.025) 0:02:17.360 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 02:01:48 +0000 (0:00:00.030) 0:02:17.391 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 02:01:48 +0000 (0:00:00.057) 0:02:17.448 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 02:01:48 +0000 (0:00:00.019) 0:02:17.467 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Tuesday 06 February 2024 02:01:48 +0000 (0:00:00.018) 0:02:17.486 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage each secret] ******************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:36 Tuesday 06 February 2024 02:01:48 +0000 (0:00:00.018) 0:02:17.505 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 0] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Tuesday 06 February 2024 02:01:48 +0000 (0:00:00.276) 0:02:17.781 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 1] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Tuesday 06 February 2024 02:01:48 +0000 (0:00:00.024) 0:02:17.805 ****** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 2] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Tuesday 06 February 2024 02:01:48 +0000 (0:00:00.021) 0:02:17.827 ****** ok: [sut] => { "ansible_facts": { "__podman_rootless": false, "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Tuesday 06 February 2024 02:01:48 +0000 (0:00:00.025) 0:02:17.852 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 02:01:48 +0000 (0:00:00.031) 0:02:17.883 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 02:01:48 +0000 (0:00:00.018) 0:02:17.902 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 02:01:48 +0000 (0:00:00.019) 0:02:17.922 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Tuesday 06 February 2024 02:01:48 +0000 (0:00:00.019) 0:02:17.941 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage each secret] ******************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:36 Tuesday 06 February 2024 02:01:48 +0000 (0:00:00.018) 0:02:17.959 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 0] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Tuesday 06 February 2024 02:01:48 +0000 (0:00:00.275) 0:02:18.234 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 1] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Tuesday 06 February 2024 02:01:48 +0000 (0:00:00.022) 0:02:18.257 ****** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 2] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Tuesday 06 February 2024 02:01:48 +0000 (0:00:00.022) 0:02:18.279 ****** ok: [sut] => { "ansible_facts": { "__podman_rootless": false, "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Tuesday 06 February 2024 02:01:49 +0000 (0:00:00.025) 0:02:18.304 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 02:01:49 +0000 (0:00:00.060) 0:02:18.365 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 02:01:49 +0000 (0:00:00.018) 0:02:18.384 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 02:01:49 +0000 (0:00:00.019) 0:02:18.403 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Tuesday 06 February 2024 02:01:49 +0000 (0:00:00.019) 0:02:18.422 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage each secret] ******************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:36 Tuesday 06 February 2024 02:01:49 +0000 (0:00:00.018) 0:02:18.441 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Tuesday 06 February 2024 02:01:49 +0000 (0:00:00.273) 0:02:18.714 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Tuesday 06 February 2024 02:01:49 +0000 (0:00:00.017) 0:02:18.731 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'file_src': 'quadlet-demo-mysql.volume', 'state': 'absent'}) included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'template_src': 'quadlet-demo-mysql.container.j2', 'state': 'absent'}) included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'file_src': 'envoy-proxy-configmap.yml', 'state': 'absent'}) included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'template_src': 'quadlet-demo.yml.j2', 'state': 'absent'}) included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'file_src': 'quadlet-demo.kube', 'state': 'absent'}) included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'file_src': 'quadlet-demo.network', 'state': 'absent'}) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 02:01:49 +0000 (0:00:00.084) 0:02:18.816 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "quadlet-demo-mysql.volume", "__podman_quadlet_spec": {}, "__podman_quadlet_str": "[Volume]", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 02:01:49 +0000 (0:00:00.029) 0:02:18.845 ****** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 02:01:49 +0000 (0:00:00.024) 0:02:18.869 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_quadlet_file_src", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 02:01:49 +0000 (0:00:00.020) 0:02:18.890 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-demo-mysql", "__podman_quadlet_type": "volume", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 02:01:49 +0000 (0:00:00.030) 0:02:18.921 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 02:01:49 +0000 (0:00:00.036) 0:02:18.957 ****** skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 02:01:49 +0000 (0:00:00.022) 0:02:18.979 ****** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 02:01:49 +0000 (0:00:00.023) 0:02:19.003 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 02:01:49 +0000 (0:00:00.026) 0:02:19.029 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 02:01:50 +0000 (0:00:00.298) 0:02:19.328 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 02:01:50 +0000 (0:00:00.028) 0:02:19.356 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707184871.7418625, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707184832.444935, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203400, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "1795092268", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 02:01:50 +0000 (0:00:00.226) 0:02:19.583 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 02:01:50 +0000 (0:00:00.019) 0:02:19.602 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 02:01:50 +0000 (0:00:00.018) 0:02:19.620 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 02:01:50 +0000 (0:00:00.018) 0:02:19.639 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 02:01:50 +0000 (0:00:00.019) 0:02:19.658 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 02:01:50 +0000 (0:00:00.018) 0:02:19.676 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 02:01:50 +0000 (0:00:00.018) 0:02:19.695 ****** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-demo-mysql-volume.service", "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 02:01:50 +0000 (0:00:00.034) 0:02:19.729 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 02:01:50 +0000 (0:00:00.022) 0:02:19.751 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 02:01:50 +0000 (0:00:00.018) 0:02:19.770 ****** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-demo-mysql.volume", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 02:01:50 +0000 (0:00:00.049) 0:02:19.819 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Tuesday 06 February 2024 02:01:50 +0000 (0:00:00.039) 0:02:19.859 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Tuesday 06 February 2024 02:01:50 +0000 (0:00:00.018) 0:02:19.878 ****** changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "quadlet-demo-mysql-volume.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Tue 2024-02-06 02:01:28 UTC", "ActiveEnterTimestampMonotonic": "845163212", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice -.mount systemd-journald.socket sysinit.target basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Tue 2024-02-06 02:01:27 UTC", "AssertTimestampMonotonic": "844849280", "Before": "shutdown.target quadlet-demo-mysql.service", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "76993000", "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": "yes", "ConditionTimestamp": "Tue 2024-02-06 02:01:27 UTC", "ConditionTimestampMonotonic": "844849275", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "quadlet-demo-mysql-volume.service", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "ExecMainCode": "1", "ExecMainExitTimestamp": "Tue 2024-02-06 02:01:28 UTC", "ExecMainExitTimestampMonotonic": "845154382", "ExecMainPID": "7325", "ExecMainStartTimestamp": "Tue 2024-02-06 02:01:27 UTC", "ExecMainStartTimestampMonotonic": "844857165", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman volume create --ignore systemd-quadlet-demo-mysql ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman volume create --ignore systemd-quadlet-demo-mysql ; 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": "/run/systemd/generator/quadlet-demo-mysql-volume.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": "quadlet-demo-mysql-volume.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Tue 2024-02-06 02:01:27 UTC", "InactiveExitTimestampMonotonic": "844857715", "InvocationID": "0058634929a5428184218dc687806ad2", "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": "quadlet-demo-mysql-volume.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "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": "yes", "RemoveIPC": "no", "RequiredBy": "quadlet-demo-mysql.service", "Requires": "sysinit.target -.mount system.slice", "RequiresMountsFor": "/run/containers", "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]", "StateChangeTimestamp": "Tue 2024-02-06 02:01:28 UTC", "StateChangeTimestampMonotonic": "845163212", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "quadlet-demo-mysql-volume", "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": "infinity", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:32 Tuesday 06 February 2024 02:01:51 +0000 (0:00:00.850) 0:02:20.728 ****** changed: [sut] => { "changed": true, "path": "/etc/containers/systemd/quadlet-demo-mysql.volume", "state": "absent" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Tuesday 06 February 2024 02:01:51 +0000 (0:00:00.223) 0:02:20.951 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 02:01:51 +0000 (0:00:00.064) 0:02:21.016 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 02:01:51 +0000 (0:00:00.019) 0:02:21.035 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 02:01:51 +0000 (0:00:00.019) 0:02:21.054 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:46 Tuesday 06 February 2024 02:01:51 +0000 (0:00:00.018) 0:02:21.072 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:55 Tuesday 06 February 2024 02:01:52 +0000 (0:00:00.796) 0:02:21.869 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.042332", "end": "2024-02-06 02:01:52.808622", "rc": 0, "start": "2024-02-06 02:01:52.766290" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:63 Tuesday 06 February 2024 02:01:52 +0000 (0:00:00.264) 0:02:22.133 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_type == \"network\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 02:01:52 +0000 (0:00:00.020) 0:02:22.153 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 02:01:52 +0000 (0:00:00.018) 0:02:22.172 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": {}, "__podman_quadlet_str": "[Install]\nWantedBy=default.target\n\n[Container]\nImage=quay.io/linux-system-roles/mysql:5.6\nContainerName=quadlet-demo-mysql\nVolume=quadlet-demo-mysql.volume:/var/lib/mysql\nVolume=/tmp/quadlet_demo:/var/lib/quadlet_demo:Z\nNetwork=quadlet-demo.network\nSecret=mysql-root-password-container,type=env,target=MYSQL_ROOT_PASSWORD\nHealthCmd=/usr/bin/true\nHealthOnFailure=kill\n", "__podman_quadlet_template_src": "quadlet-demo-mysql.container.j2" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 02:01:52 +0000 (0:00:00.060) 0:02:22.232 ****** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 02:01:52 +0000 (0:00:00.025) 0:02:22.258 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_quadlet_str", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 02:01:52 +0000 (0:00:00.019) 0:02:22.278 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-demo-mysql", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 02:01:53 +0000 (0:00:00.029) 0:02:22.308 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 02:01:53 +0000 (0:00:00.034) 0:02:22.343 ****** skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 02:01:53 +0000 (0:00:00.022) 0:02:22.365 ****** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 02:01:53 +0000 (0:00:00.020) 0:02:22.386 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 02:01:53 +0000 (0:00:00.026) 0:02:22.413 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 02:01:53 +0000 (0:00:00.226) 0:02:22.639 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 02:01:53 +0000 (0:00:00.060) 0:02:22.699 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707184871.7418625, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707184832.444935, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203400, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "1795092268", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 02:01:53 +0000 (0:00:00.226) 0:02:22.926 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 02:01:53 +0000 (0:00:00.018) 0:02:22.944 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 02:01:53 +0000 (0:00:00.019) 0:02:22.964 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 02:01:53 +0000 (0:00:00.018) 0:02:22.982 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 02:01:53 +0000 (0:00:00.018) 0:02:23.000 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 02:01:53 +0000 (0:00:00.018) 0:02:23.018 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 02:01:53 +0000 (0:00:00.018) 0:02:23.037 ****** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [ "quay.io/linux-system-roles/mysql:5.6" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-demo-mysql.service", "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 02:01:53 +0000 (0:00:00.035) 0:02:23.072 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 02:01:53 +0000 (0:00:00.020) 0:02:23.093 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 02:01:53 +0000 (0:00:00.018) 0:02:23.111 ****** ok: [sut] => { "ansible_facts": { "__podman_images": [ "quay.io/linux-system-roles/mysql:5.6" ], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-demo-mysql.container", "__podman_volumes": [ "/tmp/quadlet_demo" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 02:01:53 +0000 (0:00:00.045) 0:02:23.157 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Tuesday 06 February 2024 02:01:53 +0000 (0:00:00.039) 0:02:23.196 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Tuesday 06 February 2024 02:01:53 +0000 (0:00:00.018) 0:02:23.214 ****** changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "quadlet-demo-mysql.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "failed", "After": "system.slice -.mount basic.target tmp.mount quadlet-demo-mysql-volume.service systemd-journald.socket sysinit.target quadlet-demo-network.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Tue 2024-02-06 02:01:39 UTC", "AssertTimestampMonotonic": "856567202", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "93654000", "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": "yes", "ConditionTimestamp": "Tue 2024-02-06 02:01:39 UTC", "ConditionTimestampMonotonic": "856567195", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices bpf-foreign bpf-socket-bind bpf-restrict-network-interfaces", "Description": "quadlet-demo-mysql.service", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "Environment": "PODMAN_SYSTEMD_UNIT=quadlet-demo-mysql.service", "ExecMainCode": "1", "ExecMainExitTimestamp": "Tue 2024-02-06 02:01:39 UTC", "ExecMainExitTimestampMonotonic": "856623745", "ExecMainPID": "7727", "ExecMainStartTimestamp": "Tue 2024-02-06 02:01:39 UTC", "ExecMainStartTimestampMonotonic": "856571237", "ExecMainStatus": "125", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=quadlet-demo-mysql --cidfile=/run/quadlet-demo-mysql.cid --replace --rm --cgroups=split --network=systemd-quadlet-demo --sdnotify=conmon -d -v systemd-quadlet-demo-mysql:/var/lib/mysql -v /tmp/quadlet_demo:/var/lib/quadlet_demo:Z --secret mysql-root-password-container,type=env,target=MYSQL_ROOT_PASSWORD --health-cmd /usr/bin/true --health-on-failure kill quay.io/linux-system-roles/mysql:5.6 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=quadlet-demo-mysql --cidfile=/run/quadlet-demo-mysql.cid --replace --rm --cgroups=split --network=systemd-quadlet-demo --sdnotify=conmon -d -v systemd-quadlet-demo-mysql:/var/lib/mysql -v /tmp/quadlet_demo:/var/lib/quadlet_demo:Z --secret mysql-root-password-container,type=env,target=MYSQL_ROOT_PASSWORD --health-cmd /usr/bin/true --health-on-failure kill quay.io/linux-system-roles/mysql:5.6 ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/quadlet-demo-mysql.cid ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/quadlet-demo-mysql.cid ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPost": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/quadlet-demo-mysql.cid ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPostEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/quadlet-demo-mysql.cid ; flags=ignore-failure ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/run/systemd/generator/quadlet-demo-mysql.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": "quadlet-demo-mysql.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Tue 2024-02-06 02:01:39 UTC", "InactiveEnterTimestampMonotonic": "856669567", "InactiveExitTimestamp": "Tue 2024-02-06 02:01:39 UTC", "InactiveExitTimestampMonotonic": "856571653", "InvocationID": "1dc05ed77206431289952866fef6080a", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "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": "quadlet-demo-mysql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "continue", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target quadlet-demo-mysql-volume.service tmp.mount -.mount quadlet-demo-network.service", "RequiresMountsFor": "/run/containers /tmp/quadlet_demo", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "exit-code", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "SourcePath": "/etc/containers/systemd/quadlet-demo-mysql.container", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Tue 2024-02-06 02:01:39 UTC", "StateChangeTimestampMonotonic": "856669567", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "failed", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "quadlet-demo-mysql", "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": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:32 Tuesday 06 February 2024 02:01:54 +0000 (0:00:00.834) 0:02:24.049 ****** changed: [sut] => { "changed": true, "path": "/etc/containers/systemd/quadlet-demo-mysql.container", "state": "absent" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Tuesday 06 February 2024 02:01:54 +0000 (0:00:00.226) 0:02:24.276 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 02:01:55 +0000 (0:00:00.063) 0:02:24.339 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 02:01:55 +0000 (0:00:00.018) 0:02:24.358 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 02:01:55 +0000 (0:00:00.018) 0:02:24.377 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:46 Tuesday 06 February 2024 02:01:55 +0000 (0:00:00.018) 0:02:24.396 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:55 Tuesday 06 February 2024 02:01:55 +0000 (0:00:00.835) 0:02:25.231 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.040733", "end": "2024-02-06 02:01:56.170472", "rc": 0, "start": "2024-02-06 02:01:56.129739" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:63 Tuesday 06 February 2024 02:01:56 +0000 (0:00:00.263) 0:02:25.495 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_type == \"network\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 02:01:56 +0000 (0:00:00.020) 0:02:25.515 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 02:01:56 +0000 (0:00:00.018) 0:02:25.534 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "envoy-proxy-configmap.yml", "__podman_quadlet_spec": {}, "__podman_quadlet_str": "---\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: envoy-proxy-config\ndata:\n envoy.yaml: |\n admin:\n address:\n socket_address:\n address: 0.0.0.0\n port_value: 9901\n\n static_resources:\n listeners:\n - name: listener_0\n address:\n socket_address:\n address: 0.0.0.0\n port_value: 8080\n filter_chains:\n - filters:\n - name: envoy.filters.network.http_connection_manager\n typed_config:\n \"@type\": type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager\n stat_prefix: ingress_http\n codec_type: AUTO\n route_config:\n name: local_route\n virtual_hosts:\n - name: local_service\n domains: [\"*\"]\n routes:\n - match:\n prefix: \"/\"\n route:\n cluster: backend\n http_filters:\n - name: envoy.filters.http.router\n typed_config:\n \"@type\": type.googleapis.com/envoy.extensions.filters.http.router.v3.Router\n transport_socket:\n name: envoy.transport_sockets.tls\n typed_config:\n \"@type\": type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext\n common_tls_context:\n tls_certificates:\n - certificate_chain:\n filename: /etc/envoy-certificates/certificate.pem\n private_key:\n filename: /etc/envoy-certificates/certificate.key\n clusters:\n - name: backend\n connect_timeout: 5s\n type: STATIC\n dns_refresh_rate: 1800s\n lb_policy: ROUND_ROBIN\n load_assignment:\n cluster_name: backend\n endpoints:\n - lb_endpoints:\n - endpoint:\n address:\n socket_address:\n address: 127.0.0.1\n port_value: 80", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 02:01:56 +0000 (0:00:00.027) 0:02:25.562 ****** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 02:01:56 +0000 (0:00:00.025) 0:02:25.587 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_quadlet_file_src", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 02:01:56 +0000 (0:00:00.019) 0:02:25.607 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "envoy-proxy-configmap", "__podman_quadlet_type": "yml", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 02:01:56 +0000 (0:00:00.029) 0:02:25.636 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 02:01:56 +0000 (0:00:00.035) 0:02:25.671 ****** skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 02:01:56 +0000 (0:00:00.023) 0:02:25.695 ****** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 02:01:56 +0000 (0:00:00.022) 0:02:25.717 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 02:01:56 +0000 (0:00:00.025) 0:02:25.743 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 02:01:56 +0000 (0:00:00.226) 0:02:25.970 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 02:01:56 +0000 (0:00:00.025) 0:02:25.996 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707184871.7418625, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707184832.444935, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203400, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "1795092268", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 02:01:56 +0000 (0:00:00.258) 0:02:26.255 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 02:01:56 +0000 (0:00:00.018) 0:02:26.274 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 02:01:57 +0000 (0:00:00.018) 0:02:26.292 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 02:01:57 +0000 (0:00:00.018) 0:02:26.311 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 02:01:57 +0000 (0:00:00.018) 0:02:26.329 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 02:01:57 +0000 (0:00:00.018) 0:02:26.348 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 02:01:57 +0000 (0:00:00.018) 0:02:26.366 ****** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "", "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 02:01:57 +0000 (0:00:00.036) 0:02:26.402 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 02:01:57 +0000 (0:00:00.022) 0:02:26.424 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 02:01:57 +0000 (0:00:00.018) 0:02:26.443 ****** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/envoy-proxy-configmap.yml", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 02:01:57 +0000 (0:00:00.047) 0:02:26.490 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Tuesday 06 February 2024 02:01:57 +0000 (0:00:00.039) 0:02:26.529 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Tuesday 06 February 2024 02:01:57 +0000 (0:00:00.018) 0:02:26.548 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_service_name | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:32 Tuesday 06 February 2024 02:01:57 +0000 (0:00:00.020) 0:02:26.568 ****** ok: [sut] => { "changed": false, "path": "/etc/containers/systemd/envoy-proxy-configmap.yml", "state": "absent" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Tuesday 06 February 2024 02:01:57 +0000 (0:00:00.226) 0:02:26.794 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 02:01:57 +0000 (0:00:00.031) 0:02:26.826 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 02:01:57 +0000 (0:00:00.053) 0:02:26.879 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 02:01:57 +0000 (0:00:00.019) 0:02:26.899 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:46 Tuesday 06 February 2024 02:01:57 +0000 (0:00:00.019) 0:02:26.918 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:55 Tuesday 06 February 2024 02:01:57 +0000 (0:00:00.019) 0:02:26.937 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:63 Tuesday 06 February 2024 02:01:57 +0000 (0:00:00.019) 0:02:26.957 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 02:01:57 +0000 (0:00:00.019) 0:02:26.976 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 02:01:57 +0000 (0:00:00.018) 0:02:26.995 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": {}, "__podman_quadlet_str": "---\napiVersion: v1\nkind: PersistentVolumeClaim\nmetadata:\n name: wp-pv-claim\n labels:\n app: wordpress\nspec:\n accessModes:\n - ReadWriteOnce\n resources:\n requests:\n storage: 20Gi\n---\napiVersion: v1\nkind: Pod\nmetadata:\n name: quadlet-demo\nspec:\n containers:\n - name: wordpress\n image: quay.io/linux-system-roles/wordpress:4.8-apache\n env:\n - name: WORDPRESS_DB_HOST\n value: quadlet-demo-mysql\n - name: WORDPRESS_DB_PASSWORD\n valueFrom:\n secretKeyRef:\n name: mysql-root-password-kube\n key: password\n volumeMounts:\n - name: wordpress-persistent-storage\n mountPath: /var/www/html\n resources:\n requests:\n memory: \"64Mi\"\n cpu: \"250m\"\n limits:\n memory: \"128Mi\"\n cpu: \"500m\"\n - name: envoy\n image: quay.io/linux-system-roles/envoyproxy:v1.25.0\n volumeMounts:\n - name: config-volume\n mountPath: /etc/envoy\n - name: certificates\n mountPath: /etc/envoy-certificates\n env:\n - name: ENVOY_UID\n value: \"0\"\n resources:\n requests:\n memory: \"64Mi\"\n cpu: \"250m\"\n limits:\n memory: \"128Mi\"\n cpu: \"500m\"\n volumes:\n - name: config-volume\n configMap:\n name: envoy-proxy-config\n - name: certificates\n secret:\n secretName: envoy-certificates\n - name: wordpress-persistent-storage\n persistentVolumeClaim:\n claimName: wp-pv-claim\n - name: www # not used - for testing hostpath\n hostPath:\n path: /tmp/httpd3\n - name: create # not used - for testing hostpath\n hostPath:\n path: /tmp/httpd3-create\n", "__podman_quadlet_template_src": "quadlet-demo.yml.j2" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 02:01:57 +0000 (0:00:00.059) 0:02:27.055 ****** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 02:01:57 +0000 (0:00:00.024) 0:02:27.080 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_quadlet_str", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 02:01:57 +0000 (0:00:00.020) 0:02:27.100 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-demo", "__podman_quadlet_type": "yml", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 02:01:57 +0000 (0:00:00.029) 0:02:27.129 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 02:01:57 +0000 (0:00:00.035) 0:02:27.165 ****** skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 02:01:57 +0000 (0:00:00.022) 0:02:27.187 ****** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 02:01:57 +0000 (0:00:00.022) 0:02:27.210 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 02:01:57 +0000 (0:00:00.027) 0:02:27.237 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 02:01:58 +0000 (0:00:00.230) 0:02:27.467 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 02:01:58 +0000 (0:00:00.027) 0:02:27.494 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707184871.7418625, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707184832.444935, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203400, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "1795092268", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 02:01:58 +0000 (0:00:00.221) 0:02:27.716 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 02:01:58 +0000 (0:00:00.057) 0:02:27.774 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 02:01:58 +0000 (0:00:00.019) 0:02:27.793 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 02:01:58 +0000 (0:00:00.019) 0:02:27.812 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 02:01:58 +0000 (0:00:00.029) 0:02:27.841 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 02:01:58 +0000 (0:00:00.020) 0:02:27.862 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 02:01:58 +0000 (0:00:00.021) 0:02:27.884 ****** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "", "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 02:01:58 +0000 (0:00:00.037) 0:02:27.921 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 02:01:58 +0000 (0:00:00.030) 0:02:27.952 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 02:01:58 +0000 (0:00:00.019) 0:02:27.971 ****** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-demo.yml", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 02:01:58 +0000 (0:00:00.048) 0:02:28.020 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Tuesday 06 February 2024 02:01:58 +0000 (0:00:00.039) 0:02:28.060 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Tuesday 06 February 2024 02:01:58 +0000 (0:00:00.018) 0:02:28.079 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_service_name | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:32 Tuesday 06 February 2024 02:01:58 +0000 (0:00:00.020) 0:02:28.099 ****** ok: [sut] => { "changed": false, "path": "/etc/containers/systemd/quadlet-demo.yml", "state": "absent" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Tuesday 06 February 2024 02:01:59 +0000 (0:00:00.225) 0:02:28.325 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 02:01:59 +0000 (0:00:00.031) 0:02:28.356 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 02:01:59 +0000 (0:00:00.018) 0:02:28.375 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 02:01:59 +0000 (0:00:00.017) 0:02:28.393 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:46 Tuesday 06 February 2024 02:01:59 +0000 (0:00:00.054) 0:02:28.447 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:55 Tuesday 06 February 2024 02:01:59 +0000 (0:00:00.020) 0:02:28.468 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:63 Tuesday 06 February 2024 02:01:59 +0000 (0:00:00.020) 0:02:28.488 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 02:01:59 +0000 (0:00:00.019) 0:02:28.508 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 02:01:59 +0000 (0:00:00.018) 0:02:28.526 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "quadlet-demo.kube", "__podman_quadlet_spec": {}, "__podman_quadlet_str": "[Install]\nWantedBy=default.target\n\n[Unit]\nRequires=quadlet-demo-mysql.service\nAfter=quadlet-demo-mysql.service\n\n[Kube]\n# Point to the yaml file in the same directory\nYaml=quadlet-demo.yml\n# Use the quadlet-demo network\nNetwork=quadlet-demo.network\n# Publish the envoy proxy data port\nPublishPort=8000:8080\n# Publish the envoy proxy admin port\nPublishPort=9000:9901\n# Use the envoy proxy config map in the same directory\nConfigMap=envoy-proxy-configmap.yml", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 02:01:59 +0000 (0:00:00.028) 0:02:28.555 ****** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 02:01:59 +0000 (0:00:00.025) 0:02:28.580 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_quadlet_file_src", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 02:01:59 +0000 (0:00:00.020) 0:02:28.601 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-demo", "__podman_quadlet_type": "kube", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 02:01:59 +0000 (0:00:00.031) 0:02:28.632 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 02:01:59 +0000 (0:00:00.036) 0:02:28.668 ****** skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 02:01:59 +0000 (0:00:00.022) 0:02:28.691 ****** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 02:01:59 +0000 (0:00:00.023) 0:02:28.715 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 02:01:59 +0000 (0:00:00.028) 0:02:28.744 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 02:01:59 +0000 (0:00:00.223) 0:02:28.967 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 02:01:59 +0000 (0:00:00.027) 0:02:28.995 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707184871.7418625, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707184832.444935, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203400, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "1795092268", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 02:01:59 +0000 (0:00:00.223) 0:02:29.219 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 02:01:59 +0000 (0:00:00.019) 0:02:29.238 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 02:01:59 +0000 (0:00:00.018) 0:02:29.256 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 02:02:00 +0000 (0:00:00.055) 0:02:29.312 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 02:02:00 +0000 (0:00:00.020) 0:02:29.332 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 02:02:00 +0000 (0:00:00.019) 0:02:29.351 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 02:02:00 +0000 (0:00:00.019) 0:02:29.371 ****** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": [ "quadlet-demo.yml" ], "__podman_service_name": "quadlet-demo.service", "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 02:02:00 +0000 (0:00:00.034) 0:02:29.406 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 02:02:00 +0000 (0:00:00.021) 0:02:29.427 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 02:02:00 +0000 (0:00:00.018) 0:02:29.446 ****** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-demo.kube", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 02:02:00 +0000 (0:00:00.048) 0:02:29.494 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Tuesday 06 February 2024 02:02:00 +0000 (0:00:00.039) 0:02:29.533 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Tuesday 06 February 2024 02:02:00 +0000 (0:00:00.018) 0:02:29.552 ****** ok: [sut] => { "changed": false, "failed_when_result": false } MSG: Could not find the requested service quadlet-demo.service: host TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:32 Tuesday 06 February 2024 02:02:00 +0000 (0:00:00.378) 0:02:29.931 ****** ok: [sut] => { "changed": false, "path": "/etc/containers/systemd/quadlet-demo.kube", "state": "absent" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Tuesday 06 February 2024 02:02:00 +0000 (0:00:00.227) 0:02:30.159 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 02:02:00 +0000 (0:00:00.031) 0:02:30.190 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 02:02:00 +0000 (0:00:00.019) 0:02:30.210 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 02:02:00 +0000 (0:00:00.019) 0:02:30.229 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:46 Tuesday 06 February 2024 02:02:00 +0000 (0:00:00.018) 0:02:30.247 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:55 Tuesday 06 February 2024 02:02:01 +0000 (0:00:00.056) 0:02:30.304 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:63 Tuesday 06 February 2024 02:02:01 +0000 (0:00:00.021) 0:02:30.325 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 02:02:01 +0000 (0:00:00.021) 0:02:30.346 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 02:02:01 +0000 (0:00:00.018) 0:02:30.365 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "quadlet-demo.network", "__podman_quadlet_spec": {}, "__podman_quadlet_str": "[Network]\nSubnet=192.168.30.0/24\nGateway=192.168.30.1\nLabel=app=wordpress", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 02:02:01 +0000 (0:00:00.028) 0:02:30.394 ****** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 02:02:01 +0000 (0:00:00.026) 0:02:30.420 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_quadlet_file_src", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 02:02:01 +0000 (0:00:00.019) 0:02:30.440 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-demo", "__podman_quadlet_type": "network", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 02:02:01 +0000 (0:00:00.031) 0:02:30.471 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 02:02:01 +0000 (0:00:00.037) 0:02:30.509 ****** skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 02:02:01 +0000 (0:00:00.023) 0:02:30.532 ****** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 02:02:01 +0000 (0:00:00.021) 0:02:30.554 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 02:02:01 +0000 (0:00:00.028) 0:02:30.582 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 02:02:01 +0000 (0:00:00.227) 0:02:30.809 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 02:02:01 +0000 (0:00:00.027) 0:02:30.837 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707184871.7418625, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707184832.444935, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203400, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "1795092268", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 02:02:01 +0000 (0:00:00.227) 0:02:31.064 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 02:02:01 +0000 (0:00:00.020) 0:02:31.085 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 02:02:01 +0000 (0:00:00.019) 0:02:31.104 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 02:02:01 +0000 (0:00:00.017) 0:02:31.122 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 02:02:01 +0000 (0:00:00.064) 0:02:31.187 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 02:02:01 +0000 (0:00:00.021) 0:02:31.208 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 02:02:01 +0000 (0:00:00.021) 0:02:31.229 ****** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "", "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 02:02:01 +0000 (0:00:00.036) 0:02:31.266 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 02:02:01 +0000 (0:00:00.023) 0:02:31.290 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 02:02:02 +0000 (0:00:00.019) 0:02:31.309 ****** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-demo.network", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 02:02:02 +0000 (0:00:00.051) 0:02:31.361 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Tuesday 06 February 2024 02:02:02 +0000 (0:00:00.044) 0:02:31.405 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Tuesday 06 February 2024 02:02:02 +0000 (0:00:00.020) 0:02:31.425 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_service_name | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:32 Tuesday 06 February 2024 02:02:02 +0000 (0:00:00.022) 0:02:31.447 ****** changed: [sut] => { "changed": true, "path": "/etc/containers/systemd/quadlet-demo.network", "state": "absent" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Tuesday 06 February 2024 02:02:02 +0000 (0:00:00.233) 0:02:31.681 ****** included: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 02:02:02 +0000 (0:00:00.033) 0:02:31.715 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 02:02:02 +0000 (0:00:00.019) 0:02:31.734 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 02:02:02 +0000 (0:00:00.019) 0:02:31.754 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:46 Tuesday 06 February 2024 02:02:02 +0000 (0:00:00.018) 0:02:31.773 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:55 Tuesday 06 February 2024 02:02:03 +0000 (0:00:00.805) 0:02:32.578 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.040039", "end": "2024-02-06 02:02:03.520888", "rc": 0, "start": "2024-02-06 02:02:03.480849" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:63 Tuesday 06 February 2024 02:02:03 +0000 (0:00:00.268) 0:02:32.847 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "network", "rm", "systemd-quadlet-demo" ], "delta": "0:00:00.041390", "end": "2024-02-06 02:02:03.790075", "rc": 0, "start": "2024-02-06 02:02:03.748685" } STDOUT: systemd-quadlet-demo TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 02:02:03 +0000 (0:00:00.300) 0:02:33.147 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Tuesday 06 February 2024 02:02:03 +0000 (0:00:00.019) 0:02:33.167 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } to retry, use: --limit @/tmp/tests_quadlet_demo.retry PLAY RECAP ********************************************************************* sut : ok=263 changed=25 unreachable=0 failed=1 skipped=261 rescued=1 ignored=0 Tuesday 06 February 2024 02:02:03 +0000 (0:00:00.017) 0:02:33.185 ****** =============================================================================== fedora.linux_system_roles.podman : Ensure required packages are installed -- 82.26s /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 fedora.linux_system_roles.podman : Ensure container images are present --- 7.86s /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 5.85s /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 4.86s /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 fedora.linux_system_roles.firewall : Enable and start firewalld service --- 2.77s /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 fedora.linux_system_roles.firewall : Install firewalld ------------------ 2.42s /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 fedora.linux_system_roles.firewall : Install firewalld ------------------ 2.32s /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 fedora.linux_system_roles.firewall : Configure firewall ----------------- 1.88s /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 fedora.linux_system_roles.certificate : Ensure provider service is running --- 1.02s /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 fedora.linux_system_roles.certificate : Ensure certificate requests ----- 1.01s /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.91s /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Gathering Facts --------------------------------------------------------- 0.87s /WORKDIR/git-fix-linger-handlingazzvro1c/tests/tests_quadlet_demo.yml:9 ------- fedora.linux_system_roles.podman : Stop and disable service ------------- 0.85s /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 fedora.linux_system_roles.podman : Reload systemctl --------------------- 0.84s /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:46 fedora.linux_system_roles.podman : Stop and disable service ------------- 0.83s /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 fedora.linux_system_roles.podman : Reload systemctl --------------------- 0.82s /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 fedora.linux_system_roles.podman : Reload systemctl --------------------- 0.81s /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:46 fedora.linux_system_roles.podman : Reload systemctl --------------------- 0.80s /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 fedora.linux_system_roles.podman : Reload systemctl --------------------- 0.80s /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:46 fedora.linux_system_roles.podman : Reload systemctl --------------------- 0.80s /WORKDIR/git-fix-linger-handlingazzvro1c/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) ---^---^---^---^---^---