# 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-handlinge7ocb7du/.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-handlinge7ocb7du/tests/tests_quadlet_demo.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/tests/tests_quadlet_demo.yml:4 Tuesday 06 February 2024 16:11:47 +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-handlinge7ocb7du/tests/vars/vault-variables.yml" ], "changed": false } PLAY [Deploy the quadlet demo app] ********************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/tests/tests_quadlet_demo.yml:9 Tuesday 06 February 2024 16:11:47 +0000 (0:00:00.012) 0:00:00.024 ****** ok: [sut] TASK [Generate certificates] *************************************************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/tests/tests_quadlet_demo.yml:39 Tuesday 06 February 2024 16:11:48 +0000 (0:00:00.904) 0:00:00.928 ****** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Tuesday 06 February 2024 16:11:48 +0000 (0:00:00.022) 0:00:00.951 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Tuesday 06 February 2024 16:11:48 +0000 (0:00:00.012) 0:00:00.963 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Tuesday 06 February 2024 16:11:48 +0000 (0:00:00.017) 0:00:00.980 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Tuesday 06 February 2024 16:11:49 +0000 (0:00:00.285) 0:00:01.266 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Tuesday 06 February 2024 16:11:49 +0000 (0:00:00.014) 0:00:01.281 ****** 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-handlinge7ocb7du/.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_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Tuesday 06 February 2024 16:11:49 +0000 (0:00:00.023) 0:00:01.304 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: python3-ply-3.11-20.fc39.noarch", "Installed: python3-pycparser-2.20-11.fc39.noarch", "Installed: python3-cffi-1.15.1-6.fc39.x86_64", "Installed: python3-cryptography-41.0.3-1.fc39.x86_64", "Installed: python3-pyasn1-0.5.1-1.fc39.noarch" ] } TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Tuesday 06 February 2024 16:11:55 +0000 (0:00:05.946) 0:00:07.251 ****** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "rc": 0, "results": [ "Installed: certmonger-0.79.18-2.fc39.x86_64", "Installed: dbus-tools-1:1.14.10-1.fc39.x86_64", "Installed: python3-packaging-23.1-4.fc39.noarch" ] } TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Tuesday 06 February 2024 16:11:59 +0000 (0:00:04.855) 0:00:12.106 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Tuesday 06 February 2024 16:12:00 +0000 (0:00:00.387) 0:00:12.493 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Tuesday 06 February 2024 16:12:00 +0000 (0:00:00.266) 0:00:12.760 ****** 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": "sysinit.target dbus-broker.service network.target basic.target dbus.socket system.slice systemd-journald.socket syslog.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedorahosted.certmonger", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "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", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "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": "14778", "LimitNPROCSoft": "14778", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14778", "LimitSIGPENDINGSoft": "14778", "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", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "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": "dbus.socket system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "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]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "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": "4433", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Tuesday 06 February 2024 16:12:01 +0000 (0:00:01.106) 0:00:13.867 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Tuesday 06 February 2024 16:12:02 +0000 (0:00:00.813) 0:00:14.681 ****** ok: [sut] => (item=['cert', {'name': 'quadlet_demo', 'dns': ['localhost'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "content": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURnekNDQW11Z0F3SUJBZ0lSQUliRjBWcEhha01IcFE5RklNejZLemd3RFFZSktvWklodmNOQVFFTEJRQXcKVURFZ01CNEdBMVVFQXd3WFRHOWpZV3dnVTJsbmJtbHVaeUJCZFhSb2IzSnBkSGt4TERBcUJnTlZCQU1NSXpnMgpZelZrTVRWaExUUTNObUUwTXpBM0xXRTFNR1kwTlRJd0xXTmpabUV5WWpNM01CNFhEVEkwTURJd05qRTJNVEl3Ck1sb1hEVEkxTURJd05qRTJNVEl3TVZvd0ZERVNNQkFHQTFVRUF4TUpiRzlqWVd4b2IzTjBNSUlCSWpBTkJna3EKaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUFvd1VMQmRWajFjbHFCM3pIM0lCZ0FEZVJnTlZRUEwzZgo3ZThTWHNabWZrcDhHWE1LUXF4ZFhIVTdwNmRIK2RWTklQUUxLd2RQVCtUWVUxZXhkZTNac3ZNV3doVWpjemc4ClZ2WERLcjU4aDZlN09qb2JoeEIyMXZSZDY0USs0TGxuZnRPaEs3VFJBRys4R2FRaUpxcHVzV3pXNW1NbHpPUDMKMFZYbUkyT1FkVlFTQ3ltTzljWU44YlFwV3FPemRoS0VjSEJRYnpNcnV6aEQzMGY0T2lOdlMrazBQejVEblRjQQowZitTZnVBSFYxUXVZRlpmVEtubFRSek1CWXhxSmQycnBMenA1MFJrK1dtYmpyQWRWVUR1dzh2ZEJ0alZJOEdVCmxvNjlqZFFydWJPUkZaL21LSHlUeWZPcUZ4N29OWXJkOG9rMjdkRkVpMTZIVy94SUlLWWdZd0lEQVFBQm80R1QKTUlHUU1Bc0dBMVVkRHdRRUF3SUZvREFVQmdOVkhSRUVEVEFMZ2dsc2IyTmhiR2h2YzNRd0hRWURWUjBsQkJZdwpGQVlJS3dZQkJRVUhBd0VHQ0NzR0FRVUZCd01DTUF3R0ExVWRFd0VCL3dRQ01BQXdIUVlEVlIwT0JCWUVGTU5xCjY1aXE3Um1ETEVuc2NKb1I5WFJLdWc4NE1COEdBMVVkSXdRWU1CYUFGRjVkRlRlaktxRXpKQ1B1eG4vYXY0aWkKRHBnNU1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQ1hxOG1EU3RFZ2oxeEpnSlBpNjhERkw4d0kxZUJMTFduMwpLRnBXeGRWTnc0OWlwaGhsYXJHMXVyVEUwZlBCaHROMXNsK25iV0hDYjhUa1o5Y3JSMDlpS0IzZkpQajJZS21YCkt4UjF2cmpYWjlXUW5vVE5tZytCMkhndFI0UmNRQTN4em1CRzIwTGY4R0NWTFpVM01VUDJSVzdqYzlMMmNkcEEKR3I0SVhHWU41bGpHbzIxSkFDMTZRV2VBZEcxNDhPZGxtbjIvbEFHeU5sVGkrNG9YM3c4MEN4TFRsZGxMYWcragp0andramducWxUMTRGc0YrejlsaFJ6OUE2a043SURhcHNwYWpJRkRKeWkvbDNRZEc1dTZBcCtWR29rRjNaMWJpClNTNWxPRnlZdWdFRlV0YU9HM2V3MzFVQk40d21QNWVSTmhseVdvNkZGdjQzVjJMd0tFZmYKLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQo=", "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": "LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1JSUV2Z0lCQURBTkJna3Foa2lHOXcwQkFRRUZBQVNDQktnd2dnU2tBZ0VBQW9JQkFRQ2pCUXNGMVdQVnlXb0gKZk1mY2dHQUFONUdBMVZBOHZkL3Q3eEpleG1aK1Nud1pjd3BDckYxY2RUdW5wMGY1MVUwZzlBc3JCMDlQNU5oVApWN0YxN2RteTh4YkNGU056T0R4VzljTXF2bnlIcDdzNk9odUhFSGJXOUYzcmhEN2d1V2QrMDZFcnRORUFiN3daCnBDSW1xbTZ4Yk5ibVl5WE00L2ZSVmVZalk1QjFWQklMS1k3MXhnM3h0Q2xhbzdOMkVvUndjRkJ2TXl1N09FUGYKUi9nNkkyOUw2VFEvUGtPZE53RFIvNUorNEFkWFZDNWdWbDlNcWVWTkhNd0ZqR29sM2F1a3ZPbm5SR1Q1YVp1TwpzQjFWUU83RHk5MEcyTlVqd1pTV2pyMk4xQ3U1czVFVm4rWW9mSlBKODZvWEh1ZzFpdDN5aVRidDBVU0xYb2RiCi9FZ2dwaUJqQWdNQkFBRUNnZ0VBRDFMUVhXK3QzeEQ4RHRESTRmampOK3lyN2JDZmNURG1sVndDbmJheWphNTgKdEh1MEp0NUM0YkpYWUM2cmtsZ0lLYVVtK08xMVRzSStkTFJxaHZaTG4xN3E4R1ZzOFU0RG0xSlFwOCtZcnhFSApoVi81bEhHVXYzeUs2TnpaSXVYcW9qNU1YbXBmREZaMGJQTkR1VFM0dGs3UHlIK0xYeE5vQ1FlMUJxQ1E3MUR5CjVldzJwNUhGS2YwQjNMS1R4aUVnSXhZQi9rV3RMMGRFUzdxTkl2RlR4TTdqK3R2c004QlEzaWZ4NzhoYkhHc2kKemdZLzdDVzlneW1BRHpnclo2OWo1RzRKWjdGTUhUL0RjdE52L2pIYXBjT0U4SDYyMGVSdDZqcXJLcVhKdnVoNgpSMnZ4OVVwMXkzVGp3Z0gzYUloY2tHWk9vanlHMCtNd1ZzS09UNGRLZVFLQmdRRGJ2bm9NWFNzNDRZVFpiWlJZCndaTmt4cmZlQmFINEMwUVh3dk84MnNvNTVta2t3Tm1xN2h0YnkzZTc0QnlIUWwrYjlmUFAxS3pGMS9QNk5QT1YKejRpb1ZHcnhvcEE0ZHg1L0tjSC9MQkxvU1FFdHNIbXJBY3pOdG9PN1VjNGxvZDNDQXNOeVJGMmlWMVhkSnJheQoxRStMYW9YQlp0VnBIdDZzbkZzdmxaNlhiUUtCZ1FDOTZxWmZHaS9rUGNQTWQrVVNjM2NldGxWdDErbWcyM2paCjZhYVMvbktuS0dtMlMvMUZkZVFyU2EzcDhQYXBFTTJtOXlJeExOQlRXZjY2VWN5dDhnS1ZRTEt4R0FlSG5uV3cKM1NndDZYNk56WENvcVB4cCtyUHhmNUVibzg0WnUrNXFqYTJXMkFuUXNPaU5IUEJtQ1FSNllUZ2ZqWGxJNzFUYwp0QzJSRklxbER3S0JnUUNDM2Q5bHVaN2lFenpCR0lkK2pGb3hiRDlZVkZadm1KWUc2SzJyelVrZVRtQlQ2UjQ0CnMvRkxLOU8wNmZWVGdHM2NQZy9qdUM3azdJVjZmMHFKNzd6ZE10azE2ckNsVUJ1emM3VDdPTTVSMUJpRmsxSUMKUytJaXFRMnU0enM0SWp3bExPd2xBeDRZYnBiT1RCNEdSbmJRK3JHSnlxcFNIblpTcWhPTU5UanJ5UUtCZ1FDYgpXMWVMMXBVMHhaM2xKbkw2WEFBbTNJc1gxeGNqNGtXREpWS0JUcXFsdVRaNHpNSzd6b3UvS1grZUx1TG9QSG11Cnl0MXFrcms4WmhNdGdYckpGSDh1YndWK1B5VHh1UnVYZWVMRFpBMkZuSGc3VURsanpKVGt5akQvQmttejNYdFUKS04vRzFLVjYxU3ozT3FRaEkrRkk1enlNK3lNckdiVTI4aUdRVzlocTJ3S0JnRGg4cTRvZVd2NTE4UnRFeldoMwp5RG40ODMrbzk5WE5MV3czUW1VZm1peGNYYkJYakpHQk0ySkpiOGlYbCtVekVTZ3cvcUJNd0o5Qldud1dhY1ExClpNQ2Q3MnBEczZ4VmlzdHh0K0lYYXZzWW9HMkxHeDRKTjZLUmFsYzJHd2Z5SFVSZmtOU0ZQeE1jUmVXc3Z5ZVgKb2NyRXdZTmlEa21BVEszeWxtR3huUThOCi0tLS0tRU5EIFBSSVZBVEUgS0VZLS0tLS0K", "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": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURnekNDQW11Z0F3SUJBZ0lSQUliRjBWcEhha01IcFE5RklNejZLemd3RFFZSktvWklodmNOQVFFTEJRQXcKVURFZ01CNEdBMVVFQXd3WFRHOWpZV3dnVTJsbmJtbHVaeUJCZFhSb2IzSnBkSGt4TERBcUJnTlZCQU1NSXpnMgpZelZrTVRWaExUUTNObUUwTXpBM0xXRTFNR1kwTlRJd0xXTmpabUV5WWpNM01CNFhEVEkwTURJd05qRTJNVEl3Ck1sb1hEVEkxTURJd05qRTJNVEl3TVZvd0ZERVNNQkFHQTFVRUF4TUpiRzlqWVd4b2IzTjBNSUlCSWpBTkJna3EKaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUFvd1VMQmRWajFjbHFCM3pIM0lCZ0FEZVJnTlZRUEwzZgo3ZThTWHNabWZrcDhHWE1LUXF4ZFhIVTdwNmRIK2RWTklQUUxLd2RQVCtUWVUxZXhkZTNac3ZNV3doVWpjemc4ClZ2WERLcjU4aDZlN09qb2JoeEIyMXZSZDY0USs0TGxuZnRPaEs3VFJBRys4R2FRaUpxcHVzV3pXNW1NbHpPUDMKMFZYbUkyT1FkVlFTQ3ltTzljWU44YlFwV3FPemRoS0VjSEJRYnpNcnV6aEQzMGY0T2lOdlMrazBQejVEblRjQQowZitTZnVBSFYxUXVZRlpmVEtubFRSek1CWXhxSmQycnBMenA1MFJrK1dtYmpyQWRWVUR1dzh2ZEJ0alZJOEdVCmxvNjlqZFFydWJPUkZaL21LSHlUeWZPcUZ4N29OWXJkOG9rMjdkRkVpMTZIVy94SUlLWWdZd0lEQVFBQm80R1QKTUlHUU1Bc0dBMVVkRHdRRUF3SUZvREFVQmdOVkhSRUVEVEFMZ2dsc2IyTmhiR2h2YzNRd0hRWURWUjBsQkJZdwpGQVlJS3dZQkJRVUhBd0VHQ0NzR0FRVUZCd01DTUF3R0ExVWRFd0VCL3dRQ01BQXdIUVlEVlIwT0JCWUVGTU5xCjY1aXE3Um1ETEVuc2NKb1I5WFJLdWc4NE1COEdBMVVkSXdRWU1CYUFGRjVkRlRlaktxRXpKQ1B1eG4vYXY0aWkKRHBnNU1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQ1hxOG1EU3RFZ2oxeEpnSlBpNjhERkw4d0kxZUJMTFduMwpLRnBXeGRWTnc0OWlwaGhsYXJHMXVyVEUwZlBCaHROMXNsK25iV0hDYjhUa1o5Y3JSMDlpS0IzZkpQajJZS21YCkt4UjF2cmpYWjlXUW5vVE5tZytCMkhndFI0UmNRQTN4em1CRzIwTGY4R0NWTFpVM01VUDJSVzdqYzlMMmNkcEEKR3I0SVhHWU41bGpHbzIxSkFDMTZRV2VBZEcxNDhPZGxtbjIvbEFHeU5sVGkrNG9YM3c4MEN4TFRsZGxMYWcragp0andramducWxUMTRGc0YrejlsaFJ6OUE2a043SURhcHNwYWpJRkRKeWkvbDNRZEc1dTZBcCtWR29rRjNaMWJpClNTNWxPRnlZdWdFRlV0YU9HM2V3MzFVQk40d21QNWVSTmhseVdvNkZGdjQzVjJMd0tFZmYKLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQo=", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Tuesday 06 February 2024 16:12:03 +0000 (0:00:00.726) 0:00:15.408 ****** ok: [sut] => { "ansible_facts": { "certificate_test_certs": { "quadlet_demo": { "ca": "/etc/pki/tls/certs/quadlet_demo.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDgzCCAmugAwIBAgIRAIbF0VpHakMHpQ9FIMz6KzgwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMIzg2\nYzVkMTVhLTQ3NmE0MzA3LWE1MGY0NTIwLWNjZmEyYjM3MB4XDTI0MDIwNjE2MTIw\nMloXDTI1MDIwNjE2MTIwMVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAowULBdVj1clqB3zH3IBgADeRgNVQPL3f\n7e8SXsZmfkp8GXMKQqxdXHU7p6dH+dVNIPQLKwdPT+TYU1exde3ZsvMWwhUjczg8\nVvXDKr58h6e7OjobhxB21vRd64Q+4LlnftOhK7TRAG+8GaQiJqpusWzW5mMlzOP3\n0VXmI2OQdVQSCymO9cYN8bQpWqOzdhKEcHBQbzMruzhD30f4OiNvS+k0Pz5DnTcA\n0f+SfuAHV1QuYFZfTKnlTRzMBYxqJd2rpLzp50Rk+WmbjrAdVUDuw8vdBtjVI8GU\nlo69jdQrubORFZ/mKHyTyfOqFx7oNYrd8ok27dFEi16HW/xIIKYgYwIDAQABo4GT\nMIGQMAsGA1UdDwQEAwIFoDAUBgNVHREEDTALgglsb2NhbGhvc3QwHQYDVR0lBBYw\nFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFMNq\n65iq7RmDLEnscJoR9XRKug84MB8GA1UdIwQYMBaAFF5dFTejKqEzJCPuxn/av4ii\nDpg5MA0GCSqGSIb3DQEBCwUAA4IBAQCXq8mDStEgj1xJgJPi68DFL8wI1eBLLWn3\nKFpWxdVNw49iphhlarG1urTE0fPBhtN1sl+nbWHCb8TkZ9crR09iKB3fJPj2YKmX\nKxR1vrjXZ9WQnoTNmg+B2HgtR4RcQA3xzmBG20Lf8GCVLZU3MUP2RW7jc9L2cdpA\nGr4IXGYN5ljGo21JAC16QWeAdG148Odlmn2/lAGyNlTi+4oX3w80CxLTldlLag+j\ntjwkjgnqlT14FsF+z9lhRz9A6kN7IDapspajIFDJyi/l3QdG5u6Ap+VGokF3Z1bi\nSS5lOFyYugEFUtaOG3ew31UBN4wmP5eRNhlyWo6FFv43V2LwKEff\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/quadlet_demo.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDgzCCAmugAwIBAgIRAIbF0VpHakMHpQ9FIMz6KzgwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMIzg2\nYzVkMTVhLTQ3NmE0MzA3LWE1MGY0NTIwLWNjZmEyYjM3MB4XDTI0MDIwNjE2MTIw\nMloXDTI1MDIwNjE2MTIwMVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAowULBdVj1clqB3zH3IBgADeRgNVQPL3f\n7e8SXsZmfkp8GXMKQqxdXHU7p6dH+dVNIPQLKwdPT+TYU1exde3ZsvMWwhUjczg8\nVvXDKr58h6e7OjobhxB21vRd64Q+4LlnftOhK7TRAG+8GaQiJqpusWzW5mMlzOP3\n0VXmI2OQdVQSCymO9cYN8bQpWqOzdhKEcHBQbzMruzhD30f4OiNvS+k0Pz5DnTcA\n0f+SfuAHV1QuYFZfTKnlTRzMBYxqJd2rpLzp50Rk+WmbjrAdVUDuw8vdBtjVI8GU\nlo69jdQrubORFZ/mKHyTyfOqFx7oNYrd8ok27dFEi16HW/xIIKYgYwIDAQABo4GT\nMIGQMAsGA1UdDwQEAwIFoDAUBgNVHREEDTALgglsb2NhbGhvc3QwHQYDVR0lBBYw\nFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFMNq\n65iq7RmDLEnscJoR9XRKug84MB8GA1UdIwQYMBaAFF5dFTejKqEzJCPuxn/av4ii\nDpg5MA0GCSqGSIb3DQEBCwUAA4IBAQCXq8mDStEgj1xJgJPi68DFL8wI1eBLLWn3\nKFpWxdVNw49iphhlarG1urTE0fPBhtN1sl+nbWHCb8TkZ9crR09iKB3fJPj2YKmX\nKxR1vrjXZ9WQnoTNmg+B2HgtR4RcQA3xzmBG20Lf8GCVLZU3MUP2RW7jc9L2cdpA\nGr4IXGYN5ljGo21JAC16QWeAdG148Odlmn2/lAGyNlTi+4oX3w80CxLTldlLag+j\ntjwkjgnqlT14FsF+z9lhRz9A6kN7IDapspajIFDJyi/l3QdG5u6Ap+VGokF3Z1bi\nSS5lOFyYugEFUtaOG3ew31UBN4wmP5eRNhlyWo6FFv43V2LwKEff\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/quadlet_demo.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQCjBQsF1WPVyWoH\nfMfcgGAAN5GA1VA8vd/t7xJexmZ+SnwZcwpCrF1cdTunp0f51U0g9AsrB09P5NhT\nV7F17dmy8xbCFSNzODxW9cMqvnyHp7s6OhuHEHbW9F3rhD7guWd+06ErtNEAb7wZ\npCImqm6xbNbmYyXM4/fRVeYjY5B1VBILKY71xg3xtClao7N2EoRwcFBvMyu7OEPf\nR/g6I29L6TQ/PkOdNwDR/5J+4AdXVC5gVl9MqeVNHMwFjGol3aukvOnnRGT5aZuO\nsB1VQO7Dy90G2NUjwZSWjr2N1Cu5s5EVn+YofJPJ86oXHug1it3yiTbt0USLXodb\n/EggpiBjAgMBAAECggEAD1LQXW+t3xD8DtDI4fjjN+yr7bCfcTDmlVwCnbayja58\ntHu0Jt5C4bJXYC6rklgIKaUm+O11TsI+dLRqhvZLn17q8GVs8U4Dm1JQp8+YrxEH\nhV/5lHGUv3yK6NzZIuXqoj5MXmpfDFZ0bPNDuTS4tk7PyH+LXxNoCQe1BqCQ71Dy\n5ew2p5HFKf0B3LKTxiEgIxYB/kWtL0dES7qNIvFTxM7j+tvsM8BQ3ifx78hbHGsi\nzgY/7CW9gymADzgrZ69j5G4JZ7FMHT/DctNv/jHapcOE8H620eRt6jqrKqXJvuh6\nR2vx9Up1y3TjwgH3aIhckGZOojyG0+MwVsKOT4dKeQKBgQDbvnoMXSs44YTZbZRY\nwZNkxrfeBaH4C0QXwvO82so55mkkwNmq7htby3e74ByHQl+b9fPP1KzF1/P6NPOV\nz4ioVGrxopA4dx5/KcH/LBLoSQEtsHmrAczNtoO7Uc4lod3CAsNyRF2iV1XdJray\n1E+LaoXBZtVpHt6snFsvlZ6XbQKBgQC96qZfGi/kPcPMd+USc3cetlVt1+mg23jZ\n6aaS/nKnKGm2S/1FdeQrSa3p8PapEM2m9yIxLNBTWf66Ucyt8gKVQLKxGAeHnnWw\n3Sgt6X6NzXCoqPxp+rPxf5Ebo84Zu+5qja2W2AnQsOiNHPBmCQR6YTgfjXlI71Tc\ntC2RFIqlDwKBgQCC3d9luZ7iEzzBGId+jFoxbD9YVFZvmJYG6K2rzUkeTmBT6R44\ns/FLK9O06fVTgG3cPg/juC7k7IV6f0qJ77zdMtk16rClUBuzc7T7OM5R1BiFk1IC\nS+IiqQ2u4zs4IjwlLOwlAx4YbpbOTB4GRnbQ+rGJyqpSHnZSqhOMNTjryQKBgQCb\nW1eL1pU0xZ3lJnL6XAAm3IsX1xcj4kWDJVKBTqqluTZ4zMK7zou/KX+eLuLoPHmu\nyt1qkrk8ZhMtgXrJFH8ubwV+PyTxuRuXeeLDZA2FnHg7UDljzJTkyjD/Bkmz3XtU\nKN/G1KV61Sz3OqQhI+FI5zyM+yMrGbU28iGQW9hq2wKBgDh8q4oeWv518RtEzWh3\nyDn483+o99XNLWw3QmUfmixcXbBXjJGBM2JJb8iXl+UzESgw/qBMwJ9BWnwWacQ1\nZMCd72pDs6xVistxt+IXavsYoG2LGx4JN6KRalc2GwfyHURfkNSFPxMcReWsvyeX\nocrEwYNiDkmATK3ylmGxnQ8N\n-----END PRIVATE KEY-----\n" } } }, "changed": false } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Tuesday 06 February 2024 16:12:03 +0000 (0:00:00.024) 0:00:15.432 ****** ok: [sut] => (item={'cert': '/etc/pki/tls/certs/quadlet_demo.crt', 'cert_content': '-----BEGIN CERTIFICATE-----\nMIIDgzCCAmugAwIBAgIRAIbF0VpHakMHpQ9FIMz6KzgwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMIzg2\nYzVkMTVhLTQ3NmE0MzA3LWE1MGY0NTIwLWNjZmEyYjM3MB4XDTI0MDIwNjE2MTIw\nMloXDTI1MDIwNjE2MTIwMVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAowULBdVj1clqB3zH3IBgADeRgNVQPL3f\n7e8SXsZmfkp8GXMKQqxdXHU7p6dH+dVNIPQLKwdPT+TYU1exde3ZsvMWwhUjczg8\nVvXDKr58h6e7OjobhxB21vRd64Q+4LlnftOhK7TRAG+8GaQiJqpusWzW5mMlzOP3\n0VXmI2OQdVQSCymO9cYN8bQpWqOzdhKEcHBQbzMruzhD30f4OiNvS+k0Pz5DnTcA\n0f+SfuAHV1QuYFZfTKnlTRzMBYxqJd2rpLzp50Rk+WmbjrAdVUDuw8vdBtjVI8GU\nlo69jdQrubORFZ/mKHyTyfOqFx7oNYrd8ok27dFEi16HW/xIIKYgYwIDAQABo4GT\nMIGQMAsGA1UdDwQEAwIFoDAUBgNVHREEDTALgglsb2NhbGhvc3QwHQYDVR0lBBYw\nFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFMNq\n65iq7RmDLEnscJoR9XRKug84MB8GA1UdIwQYMBaAFF5dFTejKqEzJCPuxn/av4ii\nDpg5MA0GCSqGSIb3DQEBCwUAA4IBAQCXq8mDStEgj1xJgJPi68DFL8wI1eBLLWn3\nKFpWxdVNw49iphhlarG1urTE0fPBhtN1sl+nbWHCb8TkZ9crR09iKB3fJPj2YKmX\nKxR1vrjXZ9WQnoTNmg+B2HgtR4RcQA3xzmBG20Lf8GCVLZU3MUP2RW7jc9L2cdpA\nGr4IXGYN5ljGo21JAC16QWeAdG148Odlmn2/lAGyNlTi+4oX3w80CxLTldlLag+j\ntjwkjgnqlT14FsF+z9lhRz9A6kN7IDapspajIFDJyi/l3QdG5u6Ap+VGokF3Z1bi\nSS5lOFyYugEFUtaOG3ew31UBN4wmP5eRNhlyWo6FFv43V2LwKEff\n-----END CERTIFICATE-----\n', 'key': '/etc/pki/tls/private/quadlet_demo.key', 'key_content': '-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQCjBQsF1WPVyWoH\nfMfcgGAAN5GA1VA8vd/t7xJexmZ+SnwZcwpCrF1cdTunp0f51U0g9AsrB09P5NhT\nV7F17dmy8xbCFSNzODxW9cMqvnyHp7s6OhuHEHbW9F3rhD7guWd+06ErtNEAb7wZ\npCImqm6xbNbmYyXM4/fRVeYjY5B1VBILKY71xg3xtClao7N2EoRwcFBvMyu7OEPf\nR/g6I29L6TQ/PkOdNwDR/5J+4AdXVC5gVl9MqeVNHMwFjGol3aukvOnnRGT5aZuO\nsB1VQO7Dy90G2NUjwZSWjr2N1Cu5s5EVn+YofJPJ86oXHug1it3yiTbt0USLXodb\n/EggpiBjAgMBAAECggEAD1LQXW+t3xD8DtDI4fjjN+yr7bCfcTDmlVwCnbayja58\ntHu0Jt5C4bJXYC6rklgIKaUm+O11TsI+dLRqhvZLn17q8GVs8U4Dm1JQp8+YrxEH\nhV/5lHGUv3yK6NzZIuXqoj5MXmpfDFZ0bPNDuTS4tk7PyH+LXxNoCQe1BqCQ71Dy\n5ew2p5HFKf0B3LKTxiEgIxYB/kWtL0dES7qNIvFTxM7j+tvsM8BQ3ifx78hbHGsi\nzgY/7CW9gymADzgrZ69j5G4JZ7FMHT/DctNv/jHapcOE8H620eRt6jqrKqXJvuh6\nR2vx9Up1y3TjwgH3aIhckGZOojyG0+MwVsKOT4dKeQKBgQDbvnoMXSs44YTZbZRY\nwZNkxrfeBaH4C0QXwvO82so55mkkwNmq7htby3e74ByHQl+b9fPP1KzF1/P6NPOV\nz4ioVGrxopA4dx5/KcH/LBLoSQEtsHmrAczNtoO7Uc4lod3CAsNyRF2iV1XdJray\n1E+LaoXBZtVpHt6snFsvlZ6XbQKBgQC96qZfGi/kPcPMd+USc3cetlVt1+mg23jZ\n6aaS/nKnKGm2S/1FdeQrSa3p8PapEM2m9yIxLNBTWf66Ucyt8gKVQLKxGAeHnnWw\n3Sgt6X6NzXCoqPxp+rPxf5Ebo84Zu+5qja2W2AnQsOiNHPBmCQR6YTgfjXlI71Tc\ntC2RFIqlDwKBgQCC3d9luZ7iEzzBGId+jFoxbD9YVFZvmJYG6K2rzUkeTmBT6R44\ns/FLK9O06fVTgG3cPg/juC7k7IV6f0qJ77zdMtk16rClUBuzc7T7OM5R1BiFk1IC\nS+IiqQ2u4zs4IjwlLOwlAx4YbpbOTB4GRnbQ+rGJyqpSHnZSqhOMNTjryQKBgQCb\nW1eL1pU0xZ3lJnL6XAAm3IsX1xcj4kWDJVKBTqqluTZ4zMK7zou/KX+eLuLoPHmu\nyt1qkrk8ZhMtgXrJFH8ubwV+PyTxuRuXeeLDZA2FnHg7UDljzJTkyjD/Bkmz3XtU\nKN/G1KV61Sz3OqQhI+FI5zyM+yMrGbU28iGQW9hq2wKBgDh8q4oeWv518RtEzWh3\nyDn483+o99XNLWw3QmUfmixcXbBXjJGBM2JJb8iXl+UzESgw/qBMwJ9BWnwWacQ1\nZMCd72pDs6xVistxt+IXavsYoG2LGx4JN6KRalc2GwfyHURfkNSFPxMcReWsvyeX\nocrEwYNiDkmATK3ylmGxnQ8N\n-----END PRIVATE KEY-----\n', 'ca': '/etc/pki/tls/certs/quadlet_demo.crt', 'ca_content': '-----BEGIN CERTIFICATE-----\nMIIDgzCCAmugAwIBAgIRAIbF0VpHakMHpQ9FIMz6KzgwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMIzg2\nYzVkMTVhLTQ3NmE0MzA3LWE1MGY0NTIwLWNjZmEyYjM3MB4XDTI0MDIwNjE2MTIw\nMloXDTI1MDIwNjE2MTIwMVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAowULBdVj1clqB3zH3IBgADeRgNVQPL3f\n7e8SXsZmfkp8GXMKQqxdXHU7p6dH+dVNIPQLKwdPT+TYU1exde3ZsvMWwhUjczg8\nVvXDKr58h6e7OjobhxB21vRd64Q+4LlnftOhK7TRAG+8GaQiJqpusWzW5mMlzOP3\n0VXmI2OQdVQSCymO9cYN8bQpWqOzdhKEcHBQbzMruzhD30f4OiNvS+k0Pz5DnTcA\n0f+SfuAHV1QuYFZfTKnlTRzMBYxqJd2rpLzp50Rk+WmbjrAdVUDuw8vdBtjVI8GU\nlo69jdQrubORFZ/mKHyTyfOqFx7oNYrd8ok27dFEi16HW/xIIKYgYwIDAQABo4GT\nMIGQMAsGA1UdDwQEAwIFoDAUBgNVHREEDTALgglsb2NhbGhvc3QwHQYDVR0lBBYw\nFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFMNq\n65iq7RmDLEnscJoR9XRKug84MB8GA1UdIwQYMBaAFF5dFTejKqEzJCPuxn/av4ii\nDpg5MA0GCSqGSIb3DQEBCwUAA4IBAQCXq8mDStEgj1xJgJPi68DFL8wI1eBLLWn3\nKFpWxdVNw49iphhlarG1urTE0fPBhtN1sl+nbWHCb8TkZ9crR09iKB3fJPj2YKmX\nKxR1vrjXZ9WQnoTNmg+B2HgtR4RcQA3xzmBG20Lf8GCVLZU3MUP2RW7jc9L2cdpA\nGr4IXGYN5ljGo21JAC16QWeAdG148Odlmn2/lAGyNlTi+4oX3w80CxLTldlLag+j\ntjwkjgnqlT14FsF+z9lhRz9A6kN7IDapspajIFDJyi/l3QdG5u6Ap+VGokF3Z1bi\nSS5lOFyYugEFUtaOG3ew31UBN4wmP5eRNhlyWo6FFv43V2LwKEff\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.033973", "end": "2024-02-06 16:12:03.576277", "item": { "ca": "/etc/pki/tls/certs/quadlet_demo.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDgzCCAmugAwIBAgIRAIbF0VpHakMHpQ9FIMz6KzgwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMIzg2\nYzVkMTVhLTQ3NmE0MzA3LWE1MGY0NTIwLWNjZmEyYjM3MB4XDTI0MDIwNjE2MTIw\nMloXDTI1MDIwNjE2MTIwMVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAowULBdVj1clqB3zH3IBgADeRgNVQPL3f\n7e8SXsZmfkp8GXMKQqxdXHU7p6dH+dVNIPQLKwdPT+TYU1exde3ZsvMWwhUjczg8\nVvXDKr58h6e7OjobhxB21vRd64Q+4LlnftOhK7TRAG+8GaQiJqpusWzW5mMlzOP3\n0VXmI2OQdVQSCymO9cYN8bQpWqOzdhKEcHBQbzMruzhD30f4OiNvS+k0Pz5DnTcA\n0f+SfuAHV1QuYFZfTKnlTRzMBYxqJd2rpLzp50Rk+WmbjrAdVUDuw8vdBtjVI8GU\nlo69jdQrubORFZ/mKHyTyfOqFx7oNYrd8ok27dFEi16HW/xIIKYgYwIDAQABo4GT\nMIGQMAsGA1UdDwQEAwIFoDAUBgNVHREEDTALgglsb2NhbGhvc3QwHQYDVR0lBBYw\nFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFMNq\n65iq7RmDLEnscJoR9XRKug84MB8GA1UdIwQYMBaAFF5dFTejKqEzJCPuxn/av4ii\nDpg5MA0GCSqGSIb3DQEBCwUAA4IBAQCXq8mDStEgj1xJgJPi68DFL8wI1eBLLWn3\nKFpWxdVNw49iphhlarG1urTE0fPBhtN1sl+nbWHCb8TkZ9crR09iKB3fJPj2YKmX\nKxR1vrjXZ9WQnoTNmg+B2HgtR4RcQA3xzmBG20Lf8GCVLZU3MUP2RW7jc9L2cdpA\nGr4IXGYN5ljGo21JAC16QWeAdG148Odlmn2/lAGyNlTi+4oX3w80CxLTldlLag+j\ntjwkjgnqlT14FsF+z9lhRz9A6kN7IDapspajIFDJyi/l3QdG5u6Ap+VGokF3Z1bi\nSS5lOFyYugEFUtaOG3ew31UBN4wmP5eRNhlyWo6FFv43V2LwKEff\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/quadlet_demo.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDgzCCAmugAwIBAgIRAIbF0VpHakMHpQ9FIMz6KzgwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMIzg2\nYzVkMTVhLTQ3NmE0MzA3LWE1MGY0NTIwLWNjZmEyYjM3MB4XDTI0MDIwNjE2MTIw\nMloXDTI1MDIwNjE2MTIwMVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAowULBdVj1clqB3zH3IBgADeRgNVQPL3f\n7e8SXsZmfkp8GXMKQqxdXHU7p6dH+dVNIPQLKwdPT+TYU1exde3ZsvMWwhUjczg8\nVvXDKr58h6e7OjobhxB21vRd64Q+4LlnftOhK7TRAG+8GaQiJqpusWzW5mMlzOP3\n0VXmI2OQdVQSCymO9cYN8bQpWqOzdhKEcHBQbzMruzhD30f4OiNvS+k0Pz5DnTcA\n0f+SfuAHV1QuYFZfTKnlTRzMBYxqJd2rpLzp50Rk+WmbjrAdVUDuw8vdBtjVI8GU\nlo69jdQrubORFZ/mKHyTyfOqFx7oNYrd8ok27dFEi16HW/xIIKYgYwIDAQABo4GT\nMIGQMAsGA1UdDwQEAwIFoDAUBgNVHREEDTALgglsb2NhbGhvc3QwHQYDVR0lBBYw\nFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFMNq\n65iq7RmDLEnscJoR9XRKug84MB8GA1UdIwQYMBaAFF5dFTejKqEzJCPuxn/av4ii\nDpg5MA0GCSqGSIb3DQEBCwUAA4IBAQCXq8mDStEgj1xJgJPi68DFL8wI1eBLLWn3\nKFpWxdVNw49iphhlarG1urTE0fPBhtN1sl+nbWHCb8TkZ9crR09iKB3fJPj2YKmX\nKxR1vrjXZ9WQnoTNmg+B2HgtR4RcQA3xzmBG20Lf8GCVLZU3MUP2RW7jc9L2cdpA\nGr4IXGYN5ljGo21JAC16QWeAdG148Odlmn2/lAGyNlTi+4oX3w80CxLTldlLag+j\ntjwkjgnqlT14FsF+z9lhRz9A6kN7IDapspajIFDJyi/l3QdG5u6Ap+VGokF3Z1bi\nSS5lOFyYugEFUtaOG3ew31UBN4wmP5eRNhlyWo6FFv43V2LwKEff\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/quadlet_demo.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQCjBQsF1WPVyWoH\nfMfcgGAAN5GA1VA8vd/t7xJexmZ+SnwZcwpCrF1cdTunp0f51U0g9AsrB09P5NhT\nV7F17dmy8xbCFSNzODxW9cMqvnyHp7s6OhuHEHbW9F3rhD7guWd+06ErtNEAb7wZ\npCImqm6xbNbmYyXM4/fRVeYjY5B1VBILKY71xg3xtClao7N2EoRwcFBvMyu7OEPf\nR/g6I29L6TQ/PkOdNwDR/5J+4AdXVC5gVl9MqeVNHMwFjGol3aukvOnnRGT5aZuO\nsB1VQO7Dy90G2NUjwZSWjr2N1Cu5s5EVn+YofJPJ86oXHug1it3yiTbt0USLXodb\n/EggpiBjAgMBAAECggEAD1LQXW+t3xD8DtDI4fjjN+yr7bCfcTDmlVwCnbayja58\ntHu0Jt5C4bJXYC6rklgIKaUm+O11TsI+dLRqhvZLn17q8GVs8U4Dm1JQp8+YrxEH\nhV/5lHGUv3yK6NzZIuXqoj5MXmpfDFZ0bPNDuTS4tk7PyH+LXxNoCQe1BqCQ71Dy\n5ew2p5HFKf0B3LKTxiEgIxYB/kWtL0dES7qNIvFTxM7j+tvsM8BQ3ifx78hbHGsi\nzgY/7CW9gymADzgrZ69j5G4JZ7FMHT/DctNv/jHapcOE8H620eRt6jqrKqXJvuh6\nR2vx9Up1y3TjwgH3aIhckGZOojyG0+MwVsKOT4dKeQKBgQDbvnoMXSs44YTZbZRY\nwZNkxrfeBaH4C0QXwvO82so55mkkwNmq7htby3e74ByHQl+b9fPP1KzF1/P6NPOV\nz4ioVGrxopA4dx5/KcH/LBLoSQEtsHmrAczNtoO7Uc4lod3CAsNyRF2iV1XdJray\n1E+LaoXBZtVpHt6snFsvlZ6XbQKBgQC96qZfGi/kPcPMd+USc3cetlVt1+mg23jZ\n6aaS/nKnKGm2S/1FdeQrSa3p8PapEM2m9yIxLNBTWf66Ucyt8gKVQLKxGAeHnnWw\n3Sgt6X6NzXCoqPxp+rPxf5Ebo84Zu+5qja2W2AnQsOiNHPBmCQR6YTgfjXlI71Tc\ntC2RFIqlDwKBgQCC3d9luZ7iEzzBGId+jFoxbD9YVFZvmJYG6K2rzUkeTmBT6R44\ns/FLK9O06fVTgG3cPg/juC7k7IV6f0qJ77zdMtk16rClUBuzc7T7OM5R1BiFk1IC\nS+IiqQ2u4zs4IjwlLOwlAx4YbpbOTB4GRnbQ+rGJyqpSHnZSqhOMNTjryQKBgQCb\nW1eL1pU0xZ3lJnL6XAAm3IsX1xcj4kWDJVKBTqqluTZ4zMK7zou/KX+eLuLoPHmu\nyt1qkrk8ZhMtgXrJFH8ubwV+PyTxuRuXeeLDZA2FnHg7UDljzJTkyjD/Bkmz3XtU\nKN/G1KV61Sz3OqQhI+FI5zyM+yMrGbU28iGQW9hq2wKBgDh8q4oeWv518RtEzWh3\nyDn483+o99XNLWw3QmUfmixcXbBXjJGBM2JJb8iXl+UzESgw/qBMwJ9BWnwWacQ1\nZMCd72pDs6xVistxt+IXavsYoG2LGx4JN6KRalc2GwfyHURfkNSFPxMcReWsvyeX\nocrEwYNiDkmATK3ylmGxnQ8N\n-----END PRIVATE KEY-----\n" }, "rc": 0, "start": "2024-02-06 16:12:03.542304" } STDOUT: Request "20240206161202" removed. TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Tuesday 06 February 2024 16:12:03 +0000 (0:00:00.327) 0:00:15.760 ****** 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-handlinge7ocb7du/tests/tests_quadlet_demo.yml:50 Tuesday 06 February 2024 16:12:04 +0000 (0:00:00.709) 0:00:16.470 ****** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 06 February 2024 16:12:04 +0000 (0:00:00.030) 0:00:16.500 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 06 February 2024 16:12:04 +0000 (0:00:00.015) 0:00:16.516 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 06 February 2024 16:12:04 +0000 (0:00:00.021) 0:00:16.537 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 06 February 2024 16:12:04 +0000 (0:00:00.233) 0:00:16.771 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Tuesday 06 February 2024 16:12:04 +0000 (0:00:00.015) 0:00:16.786 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlinge7ocb7du/.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_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 06 February 2024 16:12:04 +0000 (0:00:00.027) 0:00:16.813 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 06 February 2024 16:12:05 +0000 (0:00:00.962) 0:00:17.776 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 06 February 2024 16:12:05 +0000 (0:00:00.026) 0:00:17.802 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: libmd-1.1.0-2.fc39.x86_64", "Installed: netavark-1.10.1-5.fc39.x86_64", "Installed: libbsd-0.11.7-5.fc39.x86_64", "Installed: conmon-2:2.1.8-2.fc39.x86_64", "Installed: container-selinux-2:2.229.0-1.fc39.noarch", "Installed: libnet-1.3-1.fc39.x86_64", "Installed: aardvark-dns-1.10.0-1.fc39.x86_64", "Installed: catatonit-0.1.7-18.fc39.x86_64", "Installed: passt-0^20231230.gf091893-1.fc39.x86_64", "Installed: passt-selinux-0^20231230.gf091893-1.fc39.noarch", "Installed: qemu-user-static-2:8.1.3-2.fc39.x86_64", "Installed: qemu-user-static-aarch64-2:8.1.3-2.fc39.x86_64", "Installed: qemu-user-static-alpha-2:8.1.3-2.fc39.x86_64", "Installed: qemu-user-static-arm-2:8.1.3-2.fc39.x86_64", "Installed: qemu-user-static-cris-2:8.1.3-2.fc39.x86_64", "Installed: qemu-user-static-hexagon-2:8.1.3-2.fc39.x86_64", "Installed: qemu-user-static-hppa-2:8.1.3-2.fc39.x86_64", "Installed: qemu-user-static-loongarch64-2:8.1.3-2.fc39.x86_64", "Installed: qemu-user-static-m68k-2:8.1.3-2.fc39.x86_64", "Installed: libslirp-4.7.0-4.fc39.x86_64", "Installed: qemu-user-static-microblaze-2:8.1.3-2.fc39.x86_64", "Installed: qemu-user-static-mips-2:8.1.3-2.fc39.x86_64", "Installed: qemu-user-static-nios2-2:8.1.3-2.fc39.x86_64", "Installed: qemu-user-static-or1k-2:8.1.3-2.fc39.x86_64", "Installed: qemu-user-static-ppc-2:8.1.3-2.fc39.x86_64", "Installed: qemu-user-static-riscv-2:8.1.3-2.fc39.x86_64", "Installed: qemu-user-static-s390x-2:8.1.3-2.fc39.x86_64", "Installed: qemu-user-static-sh4-2:8.1.3-2.fc39.x86_64", "Installed: qemu-user-static-sparc-2:8.1.3-2.fc39.x86_64", "Installed: fuse-common-3.16.1-1.fc39.x86_64", "Installed: qemu-user-static-x86-2:8.1.3-2.fc39.x86_64", "Installed: qemu-user-static-xtensa-2:8.1.3-2.fc39.x86_64", "Installed: shadow-utils-subid-2:4.14.0-2.fc39.x86_64", "Installed: fuse-overlayfs-1.12-2.fc39.x86_64", "Installed: fuse3-3.16.1-1.fc39.x86_64", "Installed: criu-3.19-2.fc39.x86_64", "Installed: fuse3-libs-3.16.1-1.fc39.x86_64", "Installed: gvisor-tap-vsock-gvforwarder-6:0.7.2-1.fc39.x86_64", "Installed: criu-libs-3.19-2.fc39.x86_64", "Installed: gvisor-tap-vsock-6:0.7.2-1.fc39.x86_64", "Installed: crun-1.14-1.fc39.x86_64", "Installed: slirp4netns-1.2.2-1.fc39.x86_64", "Installed: yajl-2.1.0-22.fc39.x86_64", "Installed: podman-5:4.9.0-1.fc39.x86_64", "Installed: containers-common-4:1-95.fc39.noarch", "Installed: containers-common-extra-4:1-95.fc39.noarch" ] } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Tuesday 06 February 2024 16:13:36 +0000 (0:01:31.155) 0:01:48.957 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.035724", "end": "2024-02-06 16:13:37.040084", "rc": 0, "start": "2024-02-06 16:13:37.004360" } STDOUT: podman version 4.9.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Tuesday 06 February 2024 16:13:37 +0000 (0:00:00.277) 0:01:49.234 ****** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Tuesday 06 February 2024 16:13:37 +0000 (0:00:00.020) 0:01:49.254 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 06 February 2024 16:13:37 +0000 (0:00:00.020) 0:01:49.275 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Tuesday 06 February 2024 16:13:37 +0000 (0:00:00.046) 0:01:49.321 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Tuesday 06 February 2024 16:13:37 +0000 (0:00:00.046) 0:01:49.367 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:13:37 +0000 (0:00:00.053) 0:01:49.421 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:13:37 +0000 (0:00:00.303) 0:01:49.724 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:13:37 +0000 (0:00:00.021) 0:01:49.745 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:13:37 +0000 (0:00:00.027) 0:01:49.773 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:13:37 +0000 (0:00:00.243) 0:01:50.017 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:13:37 +0000 (0:00:00.025) 0:01:50.043 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1696291200.0, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1707235957.2852993, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203277, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "3244390270", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:13:38 +0000 (0:00:00.247) 0:01:50.290 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:13:38 +0000 (0:00:00.018) 0:01:50.309 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:13:38 +0000 (0:00:00.018) 0:01:50.327 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:13:38 +0000 (0:00:00.017) 0:01:50.345 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:13:38 +0000 (0:00:00.018) 0:01:50.363 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:13:38 +0000 (0:00:00.017) 0:01:50.381 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Tuesday 06 February 2024 16:13:38 +0000 (0:00:00.017) 0:01:50.398 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Tuesday 06 February 2024 16:13:38 +0000 (0:00:00.036) 0:01:50.435 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 06 February 2024 16:13:38 +0000 (0:00:00.033) 0:01:50.468 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 06 February 2024 16:13:38 +0000 (0:00:00.018) 0:01:50.487 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 06 February 2024 16:13:38 +0000 (0:00:00.017) 0:01:50.504 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 06 February 2024 16:13:38 +0000 (0:00:00.058) 0:01:50.562 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 06 February 2024 16:13:38 +0000 (0:00:00.019) 0:01:50.582 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Tuesday 06 February 2024 16:13:38 +0000 (0:00:00.018) 0:01:50.600 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Tuesday 06 February 2024 16:13:38 +0000 (0:00:00.034) 0:01:50.635 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Tuesday 06 February 2024 16:13:38 +0000 (0:00:00.017) 0:01:50.652 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Tuesday 06 February 2024 16:13:38 +0000 (0:00:00.017) 0:01:50.670 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Tuesday 06 February 2024 16:13:38 +0000 (0:00:00.035) 0:01:50.706 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Tuesday 06 February 2024 16:13:38 +0000 (0:00:00.021) 0:01:50.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Tuesday 06 February 2024 16:13:38 +0000 (0:00:00.020) 0:01:50.748 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Tuesday 06 February 2024 16:13:38 +0000 (0:00:00.019) 0:01:50.768 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Tuesday 06 February 2024 16:13:38 +0000 (0:00:00.018) 0:01:50.787 ****** TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Tuesday 06 February 2024 16:13:38 +0000 (0:00:00.064) 0:01:50.852 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Tuesday 06 February 2024 16:13:38 +0000 (0:00:00.030) 0:01:50.882 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Tuesday 06 February 2024 16:13:38 +0000 (0:00:00.046) 0:01:50.928 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Tuesday 06 February 2024 16:13:39 +0000 (0:00:00.236) 0:01:51.165 ****** ok: [sut] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 Tuesday 06 February 2024 16:13:39 +0000 (0:00:00.022) 0:01:51.187 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Tuesday 06 February 2024 16:13:41 +0000 (0:00:02.086) 0:01:53.274 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Tuesday 06 February 2024 16:13:41 +0000 (0:00:00.018) 0:01:53.292 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Tuesday 06 February 2024 16:13:41 +0000 (0:00:00.021) 0:01:53.314 ****** 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-broker.service dbus.socket system.slice sysinit.target polkit.service basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target network-pre.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": "nftables.service ebtables.service iptables.service shutdown.target ip6tables.service ipset.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "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", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "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": "14778", "LimitNPROCSoft": "14778", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14778", "LimitSIGPENDINGSoft": "14778", "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", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "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": "system.slice sysinit.target dbus.socket", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "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]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "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": "4433", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Tuesday 06 February 2024 16:13:41 +0000 (0:00:00.428) 0:01:53.742 ****** 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": "polkit.service dbus-broker.service sysinit.target dbus.socket basic.target system.slice", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target network-pre.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 shutdown.target ipset.service iptables.service ip6tables.service nftables.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "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", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "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": "14778", "LimitNPROCSoft": "14778", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14778", "LimitSIGPENDINGSoft": "14778", "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", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "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", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "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]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "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": "4433", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Tuesday 06 February 2024 16:13:44 +0000 (0:00:02.606) 0:01:56.349 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Tuesday 06 February 2024 16:13:44 +0000 (0:00:00.026) 0:01:56.375 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Tuesday 06 February 2024 16:13:44 +0000 (0:00:00.016) 0:01:56.392 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Tuesday 06 February 2024 16:13:44 +0000 (0:00:00.016) 0:01:56.409 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Tuesday 06 February 2024 16:13:46 +0000 (0:00:01.840) 0:01:58.249 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Tuesday 06 February 2024 16:13:46 +0000 (0:00:00.029) 0:01:58.278 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Tuesday 06 February 2024 16:13:46 +0000 (0:00:00.019) 0:01:58.298 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Tuesday 06 February 2024 16:13:46 +0000 (0:00:00.018) 0:01:58.316 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Tuesday 06 February 2024 16:13:46 +0000 (0:00:00.018) 0:01:58.335 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Tuesday 06 February 2024 16:13:46 +0000 (0:00:00.017) 0:01:58.353 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Tuesday 06 February 2024 16:13:46 +0000 (0:00:00.016) 0:01:58.370 ****** skipping: [sut] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Tuesday 06 February 2024 16:13:46 +0000 (0:00:00.049) 0:01:58.419 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Tuesday 06 February 2024 16:13:46 +0000 (0:00:00.018) 0:01:58.438 ****** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Tuesday 06 February 2024 16:13:46 +0000 (0:00:00.018) 0:01:58.456 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.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-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Tuesday 06 February 2024 16:13:46 +0000 (0:00:00.070) 0:01:58.527 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Tuesday 06 February 2024 16:13:46 +0000 (0:00:00.022) 0:01:58.549 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Tuesday 06 February 2024 16:13:46 +0000 (0:00:00.020) 0:01:58.570 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Tuesday 06 February 2024 16:13:46 +0000 (0:00:00.024) 0:01:58.594 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:13:46 +0000 (0:00:00.028) 0:01:58.623 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:13:46 +0000 (0:00:00.018) 0:01:58.641 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:13:46 +0000 (0:00:00.017) 0:01:58.658 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Tuesday 06 February 2024 16:13:46 +0000 (0:00:00.017) 0:01:58.676 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:36 Tuesday 06 February 2024 16:13:46 +0000 (0:00:00.016) 0:01:58.693 ****** ok: [sut] => { "changed": false } TASK [fedora.linux_system_roles.podman : Debug] ******************************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:53 Tuesday 06 February 2024 16:13:46 +0000 (0:00:00.381) 0:01:59.074 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "secret", "ls" ], "delta": "0:00:00.234471", "end": "2024-02-06 16:13:47.357480", "rc": 0, "start": "2024-02-06 16:13:47.123009" } STDOUT: ID NAME DRIVER CREATED UPDATED TASK [fedora.linux_system_roles.podman : Set variables part 0] ***************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Tuesday 06 February 2024 16:13:47 +0000 (0:00:00.477) 0:01:59.552 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Tuesday 06 February 2024 16:13:47 +0000 (0:00:00.021) 0:01:59.573 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Tuesday 06 February 2024 16:13:47 +0000 (0:00:00.020) 0:01:59.594 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Tuesday 06 February 2024 16:13:47 +0000 (0:00:00.022) 0:01:59.617 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:13:47 +0000 (0:00:00.054) 0:01:59.671 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:13:47 +0000 (0:00:00.018) 0:01:59.689 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:13:47 +0000 (0:00:00.017) 0:01:59.707 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Tuesday 06 February 2024 16:13:47 +0000 (0:00:00.017) 0:01:59.725 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:36 Tuesday 06 February 2024 16:13:47 +0000 (0:00:00.017) 0:01:59.742 ****** ok: [sut] => { "changed": false } TASK [fedora.linux_system_roles.podman : Debug] ******************************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:53 Tuesday 06 February 2024 16:13:47 +0000 (0:00:00.288) 0:02:00.030 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "secret", "ls" ], "delta": "0:00:00.034360", "end": "2024-02-06 16:13:48.113121", "rc": 0, "start": "2024-02-06 16:13:48.078761" } STDOUT: ID NAME DRIVER CREATED UPDATED TASK [fedora.linux_system_roles.podman : Set variables part 0] ***************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Tuesday 06 February 2024 16:13:48 +0000 (0:00:00.275) 0:02:00.306 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Tuesday 06 February 2024 16:13:48 +0000 (0:00:00.022) 0:02:00.328 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Tuesday 06 February 2024 16:13:48 +0000 (0:00:00.021) 0:02:00.349 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Tuesday 06 February 2024 16:13:48 +0000 (0:00:00.023) 0:02:00.373 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:13:48 +0000 (0:00:00.028) 0:02:00.401 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:13:48 +0000 (0:00:00.017) 0:02:00.419 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:13:48 +0000 (0:00:00.017) 0:02:00.436 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Tuesday 06 February 2024 16:13:48 +0000 (0:00:00.017) 0:02:00.453 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:36 Tuesday 06 February 2024 16:13:48 +0000 (0:00:00.016) 0:02:00.470 ****** ok: [sut] => { "changed": false } TASK [fedora.linux_system_roles.podman : Debug] ******************************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:53 Tuesday 06 February 2024 16:13:48 +0000 (0:00:00.288) 0:02:00.759 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "secret", "ls" ], "delta": "0:00:00.038592", "end": "2024-02-06 16:13:48.845413", "rc": 0, "start": "2024-02-06 16:13:48.806821" } STDOUT: ID NAME DRIVER CREATED UPDATED TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Tuesday 06 February 2024 16:13:48 +0000 (0:00:00.279) 0:02:01.039 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Tuesday 06 February 2024 16:13:48 +0000 (0:00:00.041) 0:02:01.081 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.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-handlinge7ocb7du/.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-handlinge7ocb7du/.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-handlinge7ocb7du/.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-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 16:13:49 +0000 (0:00:00.083) 0:02:01.164 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 16:13:49 +0000 (0:00:00.027) 0:02:01.192 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 16:13:49 +0000 (0:00:00.023) 0:02:01.215 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 16:13:49 +0000 (0:00:00.018) 0:02:01.234 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 16:13:49 +0000 (0:00:00.028) 0:02:01.262 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:13:49 +0000 (0:00:00.033) 0:02:01.296 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:13:49 +0000 (0:00:00.020) 0:02:01.317 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:13:49 +0000 (0:00:00.020) 0:02:01.337 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:13:49 +0000 (0:00:00.026) 0:02:01.363 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:13:49 +0000 (0:00:00.244) 0:02:01.608 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:13:49 +0000 (0:00:00.025) 0:02:01.633 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707236018.0889168, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1707235957.2852993, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203277, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "3244390270", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:13:49 +0000 (0:00:00.242) 0:02:01.875 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:13:49 +0000 (0:00:00.017) 0:02:01.893 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:13:49 +0000 (0:00:00.016) 0:02:01.910 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:13:49 +0000 (0:00:00.016) 0:02:01.927 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:13:49 +0000 (0:00:00.041) 0:02:01.968 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:13:49 +0000 (0:00:00.018) 0:02:01.986 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 16:13:49 +0000 (0:00:00.017) 0:02:02.004 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 16:13:49 +0000 (0:00:00.032) 0:02:02.036 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 16:13:49 +0000 (0:00:00.019) 0:02:02.056 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 16:13:49 +0000 (0:00:00.018) 0:02:02.075 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 16:13:49 +0000 (0:00:00.044) 0:02:02.119 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 16:13:49 +0000 (0:00:00.016) 0:02:02.136 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Tuesday 06 February 2024 16:13:50 +0000 (0:00:00.039) 0:02:02.175 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:13:50 +0000 (0:00:00.029) 0:02:02.205 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:13:50 +0000 (0:00:00.017) 0:02:02.222 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:13:50 +0000 (0:00:00.017) 0:02:02.239 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Tuesday 06 February 2024 16:13:50 +0000 (0:00:00.017) 0:02:02.256 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 Tuesday 06 February 2024 16:13:50 +0000 (0:00:00.015) 0:02:02.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:37 Tuesday 06 February 2024 16:13:50 +0000 (0:00:00.017) 0:02:02.289 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:46 Tuesday 06 February 2024 16:13:50 +0000 (0:00:00.256) 0:02:02.546 ****** 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-1707236030.421146-8186-267238165045564/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] *** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:56 Tuesday 06 February 2024 16:13:51 +0000 (0:00:00.719) 0:02:03.266 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 Tuesday 06 February 2024 16:13:51 +0000 (0:00:00.019) 0:02:03.286 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 Tuesday 06 February 2024 16:13:51 +0000 (0:00:00.018) 0:02:03.304 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:108 Tuesday 06 February 2024 16:13:51 +0000 (0:00:00.856) 0:02:04.160 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:123 Tuesday 06 February 2024 16:13:52 +0000 (0:00:00.021) 0:02:04.181 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 16:13:52 +0000 (0:00:00.020) 0:02:04.202 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 16:13:52 +0000 (0:00:00.028) 0:02:04.230 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 16:13:52 +0000 (0:00:00.024) 0:02:04.255 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 16:13:52 +0000 (0:00:00.018) 0:02:04.273 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 16:13:52 +0000 (0:00:00.028) 0:02:04.302 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:13:52 +0000 (0:00:00.033) 0:02:04.336 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:13:52 +0000 (0:00:00.021) 0:02:04.358 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:13:52 +0000 (0:00:00.020) 0:02:04.378 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:13:52 +0000 (0:00:00.025) 0:02:04.404 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:13:52 +0000 (0:00:00.252) 0:02:04.657 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:13:52 +0000 (0:00:00.027) 0:02:04.684 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707236018.0889168, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1707235957.2852993, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203277, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "3244390270", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:13:52 +0000 (0:00:00.241) 0:02:04.925 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:13:52 +0000 (0:00:00.018) 0:02:04.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:13:52 +0000 (0:00:00.017) 0:02:04.962 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:13:52 +0000 (0:00:00.048) 0:02:05.011 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:13:52 +0000 (0:00:00.022) 0:02:05.034 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:13:52 +0000 (0:00:00.018) 0:02:05.052 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 16:13:52 +0000 (0:00:00.018) 0:02:05.070 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 16:13:52 +0000 (0:00:00.035) 0:02:05.106 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 16:13:52 +0000 (0:00:00.022) 0:02:05.128 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 16:13:52 +0000 (0:00:00.019) 0:02:05.148 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 16:13:53 +0000 (0:00:00.045) 0:02:05.193 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 16:13:53 +0000 (0:00:00.017) 0:02:05.210 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Tuesday 06 February 2024 16:13:53 +0000 (0:00:00.039) 0:02:05.249 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:13:53 +0000 (0:00:00.030) 0:02:05.280 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:13:53 +0000 (0:00:00.018) 0:02:05.298 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:13:53 +0000 (0:00:00.017) 0:02:05.315 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Tuesday 06 February 2024 16:13:53 +0000 (0:00:00.017) 0:02:05.333 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 Tuesday 06 February 2024 16:13:53 +0000 (0:00:00.016) 0:02:05.349 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:37 Tuesday 06 February 2024 16:13:53 +0000 (0:00:00.017) 0:02:05.367 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:46 Tuesday 06 February 2024 16:13:53 +0000 (0:00:00.255) 0:02:05.623 ****** 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-1707236033.4985538-8234-123129939032665/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] *** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:56 Tuesday 06 February 2024 16:13:54 +0000 (0:00:00.624) 0:02:06.247 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 Tuesday 06 February 2024 16:13:54 +0000 (0:00:00.019) 0:02:06.267 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 Tuesday 06 February 2024 16:13:54 +0000 (0:00:00.018) 0:02:06.286 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:108 Tuesday 06 February 2024 16:13:54 +0000 (0:00:00.861) 0:02:07.147 ****** 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": "systemd-journald.socket basic.target system.slice sysinit.target -.mount", "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", "DefaultStartupMemoryLow": "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", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "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": "14778", "LimitNPROCSoft": "14778", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14778", "LimitSIGPENDINGSoft": "14778", "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", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "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": "system.slice sysinit.target -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "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]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "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": "4433", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:123 Tuesday 06 February 2024 16:13:55 +0000 (0:00:00.503) 0:02:07.651 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 16:13:55 +0000 (0:00:00.019) 0:02:07.670 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 16:13:55 +0000 (0:00:00.057) 0:02:07.727 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 16:13:55 +0000 (0:00:00.024) 0:02:07.752 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 16:13:55 +0000 (0:00:00.019) 0:02:07.772 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 16:13:55 +0000 (0:00:00.028) 0:02:07.800 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:13:55 +0000 (0:00:00.033) 0:02:07.834 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:13:55 +0000 (0:00:00.021) 0:02:07.856 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:13:55 +0000 (0:00:00.023) 0:02:07.879 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:13:55 +0000 (0:00:00.025) 0:02:07.905 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:13:55 +0000 (0:00:00.242) 0:02:08.147 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:13:56 +0000 (0:00:00.033) 0:02:08.181 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707236018.0889168, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1707235957.2852993, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203277, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "3244390270", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:13:56 +0000 (0:00:00.243) 0:02:08.424 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:13:56 +0000 (0:00:00.018) 0:02:08.443 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:13:56 +0000 (0:00:00.049) 0:02:08.493 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:13:56 +0000 (0:00:00.018) 0:02:08.512 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:13:56 +0000 (0:00:00.017) 0:02:08.529 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:13:56 +0000 (0:00:00.018) 0:02:08.548 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 16:13:56 +0000 (0:00:00.017) 0:02:08.566 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 16:13:56 +0000 (0:00:00.035) 0:02:08.601 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 16:13:56 +0000 (0:00:00.022) 0:02:08.624 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 16:13:56 +0000 (0:00:00.019) 0:02:08.643 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 16:13:56 +0000 (0:00:00.047) 0:02:08.690 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 16:13:56 +0000 (0:00:00.018) 0:02:08.709 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Tuesday 06 February 2024 16:13:56 +0000 (0:00:00.040) 0:02:08.750 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:13:56 +0000 (0:00:00.031) 0:02:08.781 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:13:56 +0000 (0:00:00.018) 0:02:08.800 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:13:56 +0000 (0:00:00.018) 0:02:08.818 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Tuesday 06 February 2024 16:13:56 +0000 (0:00:00.017) 0:02:08.836 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 Tuesday 06 February 2024 16:13:56 +0000 (0:00:00.260) 0:02:09.097 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:37 Tuesday 06 February 2024 16:14:06 +0000 (0:00:09.181) 0:02:18.279 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:46 Tuesday 06 February 2024 16:14:06 +0000 (0:00:00.258) 0:02:18.537 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:56 Tuesday 06 February 2024 16:14:06 +0000 (0:00:00.019) 0:02:18.557 ****** 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-1707236046.4336274-8286-132319818639238/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is present] ******* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 Tuesday 06 February 2024 16:14:06 +0000 (0:00:00.601) 0:02:19.158 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 Tuesday 06 February 2024 16:14:07 +0000 (0:00:00.017) 0:02:19.176 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:108 Tuesday 06 February 2024 16:14:07 +0000 (0:00:00.888) 0:02:20.065 ****** 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-handlinge7ocb7du/tests/tests_quadlet_demo.yml:126 Tuesday 06 February 2024 16:14:08 +0000 (0:00:00.595) 0:02:20.660 ****** fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "journalctl", "-ex" ], "delta": "0:00:00.046003", "end": "2024-02-06 16:14:08.751767", "failed_when_result": true, "rc": 0, "start": "2024-02-06 16:14:08.705764" } STDOUT: Feb 06 16:10:29 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[4841]: 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 16:10:29 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:29 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:29 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:29 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:29 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=4843 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:30 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[4859]: ansible-service_facts Invoked Feb 06 16:10:32 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:32 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:32 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:32 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:32 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=4967 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:32 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[4983]: 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 16:10:32 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:32 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:32 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:32 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:32 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=4986 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:33 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[5002]: 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 16:10:33 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:33 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:33 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:33 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:33 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=5013 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:33 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[5029]: 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 16:10:33 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:33 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:33 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:33 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:33 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=5031 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:34 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[5047]: 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 16:10:34 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:34 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:34 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:34 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:34 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=5048 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:34 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[5064]: 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 16:10:34 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:34 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:34 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:34 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:34 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=5066 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:34 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[5082]: 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 16:10:55 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[1]: Starting dnf-makecache.service - dnf makecache... ░░ Subject: A start job for unit dnf-makecache.service has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit dnf-makecache.service has begun execution. ░░ ░░ The job identifier is 2000. Feb 06 16:10:56 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm dnf[5097]: Failed determining last makecache time. Feb 06 16:10:56 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm dnf[5097]: Waiting for process with pid 5083 to finish. Feb 06 16:11:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm dnf[5097]: Beaker Client - Fedora8 8.3 kB/s | 244 B 00:00 Feb 06 16:11:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm dnf[5097]: Errors during downloading metadata for repository 'beaker-client': Feb 06 16:11:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm dnf[5097]: - Status code: 404 for http://download.eng.bos.redhat.com/beakerrepos/client/Fedora8/repodata/repomd.xml (IP: 10.19.165.239) Feb 06 16:11:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm dnf[5097]: Error: Failed to download metadata for repo 'beaker-client': Cannot download repomd.xml: Status code: 404 for http://download.eng.bos.redhat.com/beakerrepos/client/Fedora8/repodata/repomd.xml (IP: 10.19.165.239) Feb 06 16:11:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm dnf[5097]: Beaker tasks 47 kB/s | 1.3 kB 00:00 Feb 06 16:11:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm dnf[5097]: Fedora 39 - x86_64 319 kB/s | 24 kB 00:00 Feb 06 16:11:36 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm dnf[5097]: Fedora 39 openh264 (From Cisco) - x86_64 19 kB/s | 989 B 00:00 Feb 06 16:11:36 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm dnf[5097]: Fedora 39 - x86_64 - Updates 75 kB/s | 23 kB 00:00 Feb 06 16:11:37 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm dnf[5097]: Copr repo for qa-tools owned by lpol 28 kB/s | 1.8 kB 00:00 Feb 06 16:11:37 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm dnf[5097]: Ignoring repositories: beaker-client Feb 06 16:11:37 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm dnf[5097]: Metadata cache created. Feb 06 16:11:37 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[1]: dnf-makecache.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit dnf-makecache.service has successfully entered the 'dead' state. Feb 06 16:11:37 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[1]: Finished dnf-makecache.service - dnf makecache. ░░ Subject: A start job for unit dnf-makecache.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit dnf-makecache.service has finished successfully. ░░ ░░ The job identifier is 2000. Feb 06 16:11:37 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[1]: dnf-makecache.service: Consumed 2.212s CPU time. ░░ Subject: Resources consumed by unit runtime ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit dnf-makecache.service completed and consumed the indicated resources. Feb 06 16:11:37 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dnf-makecache comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 16:11:37 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dnf-makecache comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 16:11:46 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:11:46 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:11:47 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=/dev/pts/0 res=success' Feb 06 16:11:47 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=/dev/pts/0 res=success' Feb 06 16:11:47 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=5155 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:11:47 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 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 16:11:47 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 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 16:11:48 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:11:48 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:11:48 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=5173 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:11:48 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[5189]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 06 16:11:48 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:11:48 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:11:48 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:11:48 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:11:48 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=5214 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:11:49 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[5230]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 16:11:49 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:11:49 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:11:49 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:11:49 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:11:49 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=5231 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:11:49 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[5247]: 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 16:11:55 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:11:55 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:11:55 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:11:55 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:11:55 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=5261 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:11:55 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[5277]: 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 16:11:57 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm dbus-broker-launch[587]: 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 16:11:57 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm dbus-broker-launch[587]: 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 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm dbus-broker-launch[587]: 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 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[1]: Reloading requested from client PID 5289 ('systemctl') (unit session-6.scope)... Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[1]: Reloading... Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[1]: Reloading finished in 404 ms. Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=93 op=LOAD Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=69 op=UNLOAD Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=94 op=LOAD Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=95 op=LOAD Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=70 op=UNLOAD Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=71 op=UNLOAD Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=96 op=LOAD Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=72 op=UNLOAD Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=97 op=LOAD Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=73 op=UNLOAD Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=98 op=LOAD Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=74 op=UNLOAD Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=99 op=LOAD Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=100 op=LOAD Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=75 op=UNLOAD Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=76 op=UNLOAD Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=101 op=LOAD Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=102 op=LOAD Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=77 op=UNLOAD Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=78 op=UNLOAD Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=103 op=LOAD Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=79 op=UNLOAD Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=104 op=LOAD Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=105 op=LOAD Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=80 op=UNLOAD Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=81 op=UNLOAD Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=106 op=LOAD Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=82 op=UNLOAD Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=107 op=LOAD Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=83 op=UNLOAD Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=108 op=LOAD Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=84 op=UNLOAD Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=109 op=LOAD Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=110 op=LOAD Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=85 op=UNLOAD Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=86 op=UNLOAD Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.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-r6a6a1c13cda1460c83b44fef22928e10 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[1]: Started run-r6a6a1c13cda1460c83b44fef22928e10.service - /usr/bin/systemctl start man-db-cache-update. ░░ Subject: A start job for unit run-r6a6a1c13cda1460c83b44fef22928e10.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit run-r6a6a1c13cda1460c83b44fef22928e10.service has finished successfully. ░░ ░░ The job identifier is 2089. Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.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 2174. Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[1]: Reloading requested from client PID 5340 ('systemctl') (unit session-6.scope)... Feb 06 16:11:58 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[1]: Reloading... Feb 06 16:11:59 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[1]: Reloading finished in 616 ms. Feb 06 16:11:59 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=111 op=LOAD Feb 06 16:11:59 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=93 op=UNLOAD Feb 06 16:11:59 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=112 op=LOAD Feb 06 16:11:59 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=113 op=LOAD Feb 06 16:11:59 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=94 op=UNLOAD Feb 06 16:11:59 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=95 op=UNLOAD Feb 06 16:11:59 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=114 op=LOAD Feb 06 16:11:59 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=96 op=UNLOAD Feb 06 16:11:59 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=115 op=LOAD Feb 06 16:11:59 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=97 op=UNLOAD Feb 06 16:11:59 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=116 op=LOAD Feb 06 16:11:59 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=98 op=UNLOAD Feb 06 16:11:59 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=117 op=LOAD Feb 06 16:11:59 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=118 op=LOAD Feb 06 16:11:59 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=99 op=UNLOAD Feb 06 16:11:59 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=100 op=UNLOAD Feb 06 16:11:59 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=119 op=LOAD Feb 06 16:11:59 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=120 op=LOAD Feb 06 16:11:59 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=101 op=UNLOAD Feb 06 16:11:59 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=102 op=UNLOAD Feb 06 16:11:59 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=121 op=LOAD Feb 06 16:11:59 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=103 op=UNLOAD Feb 06 16:11:59 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=122 op=LOAD Feb 06 16:11:59 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=123 op=LOAD Feb 06 16:11:59 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=104 op=UNLOAD Feb 06 16:11:59 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=105 op=UNLOAD Feb 06 16:11:59 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=124 op=LOAD Feb 06 16:11:59 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=106 op=UNLOAD Feb 06 16:11:59 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=125 op=LOAD Feb 06 16:11:59 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=107 op=UNLOAD Feb 06 16:11:59 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=126 op=LOAD Feb 06 16:11:59 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=108 op=UNLOAD Feb 06 16:11:59 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=127 op=LOAD Feb 06 16:11:59 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=128 op=LOAD Feb 06 16:11:59 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=109 op=UNLOAD Feb 06 16:11:59 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=110 op=UNLOAD Feb 06 16:11:59 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[1]: Queuing reload/restart jobs for marked units… Feb 06 16:11:59 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:11:59 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:00 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:00 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:00 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=5393 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:12:00 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[5409]: 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 16:12:00 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:00 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:00 602694bf-f749-4c27-8d94-911ea85889ac.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 16:12:00 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:00 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:00 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=5413 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:12:00 602694bf-f749-4c27-8d94-911ea85889ac.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 16:12:00 602694bf-f749-4c27-8d94-911ea85889ac.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 16:12:00 602694bf-f749-4c27-8d94-911ea85889ac.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 2174. Feb 06 16:12:00 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[1]: run-r6a6a1c13cda1460c83b44fef22928e10.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit run-r6a6a1c13cda1460c83b44fef22928e10.service has successfully entered the 'dead' state. Feb 06 16:12:00 602694bf-f749-4c27-8d94-911ea85889ac.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-r6a6a1c13cda1460c83b44fef22928e10 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 16:12:00 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[5430]: 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 16:12:00 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:00 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:00 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:00 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:00 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=5432 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[5448]: 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 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[1]: Reloading requested from client PID 5451 ('systemctl') (unit session-6.scope)... Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[1]: Reloading... Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[1]: Reloading finished in 415 ms. Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=129 op=LOAD Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=111 op=UNLOAD Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=130 op=LOAD Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=131 op=LOAD Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=112 op=UNLOAD Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=113 op=UNLOAD Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=132 op=LOAD Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=114 op=UNLOAD Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=133 op=LOAD Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=115 op=UNLOAD Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=134 op=LOAD Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=116 op=UNLOAD Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=135 op=LOAD Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=136 op=LOAD Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=117 op=UNLOAD Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=118 op=UNLOAD Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=137 op=LOAD Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=138 op=LOAD Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=119 op=UNLOAD Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=120 op=UNLOAD Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=139 op=LOAD Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=121 op=UNLOAD Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=140 op=LOAD Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=141 op=LOAD Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=122 op=UNLOAD Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=123 op=UNLOAD Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=142 op=LOAD Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=124 op=UNLOAD Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=143 op=LOAD Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=125 op=UNLOAD Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=144 op=LOAD Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=126 op=UNLOAD Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=145 op=LOAD Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=146 op=LOAD Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=127 op=UNLOAD Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=128 op=UNLOAD Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.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 2259. Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm (rtmonger)[5495]: certmonger.service: Referenced but unset environment variable evaluates to an empty string: OPTS Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.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 2259. Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.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 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=5520 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[5536]: 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 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm certmonger[5495]: 2024-02-06 16:12:02 [5495] Wrote to /var/lib/certmonger/requests/20240206161202 Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm certmonger[5495]: 2024-02-06 16:12:02 [5495] Wrote to /var/lib/certmonger/requests/20240206161202 Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm certmonger[5495]: 2024-02-06 16:12:02 [5495] Wrote to /var/lib/certmonger/requests/20240206161202 Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm certmonger[5495]: 2024-02-06 16:12:02 [5495] Wrote to /var/lib/certmonger/requests/20240206161202 Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm certmonger[5495]: 2024-02-06 16:12:02 [5495] Wrote to /var/lib/certmonger/requests/20240206161202 Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm certmonger[5495]: 2024-02-06 16:12:02 [5495] Wrote to /var/lib/certmonger/requests/20240206161202 Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm certmonger[5495]: 2024-02-06 16:12:02 [5495] Wrote to /var/lib/certmonger/requests/20240206161202 Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm certmonger[5495]: 2024-02-06 16:12:02 [5495] Wrote to /var/lib/certmonger/requests/20240206161202 Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm certmonger[5495]: 2024-02-06 16:12:02 [5495] Wrote to /var/lib/certmonger/requests/20240206161202 Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm certmonger[5495]: 2024-02-06 16:12:02 [5495] Wrote to /var/lib/certmonger/requests/20240206161202 Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm certmonger[5495]: 2024-02-06 16:12:02 [5495] Wrote to /var/lib/certmonger/requests/20240206161202 Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm certmonger[5495]: 2024-02-06 16:12:02 [5495] Wrote to /var/lib/certmonger/requests/20240206161202 Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm certmonger[5495]: 2024-02-06 16:12:02 [5495] Wrote to /var/lib/certmonger/requests/20240206161202 Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm certmonger[5495]: 2024-02-06 16:12:02 [5495] Wrote to /var/lib/certmonger/requests/20240206161202 Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm certmonger[5495]: 2024-02-06 16:12:02 [5495] Wrote to /var/lib/certmonger/requests/20240206161202 Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm certmonger[5495]: 2024-02-06 16:12:02 [5495] Wrote to /var/lib/certmonger/requests/20240206161202 Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm certmonger[5495]: 2024-02-06 16:12:02 [5495] Wrote to /var/lib/certmonger/requests/20240206161202 Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm certmonger[5495]: 2024-02-06 16:12:02 [5495] Wrote to /var/lib/certmonger/requests/20240206161202 Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm certmonger[5495]: 2024-02-06 16:12:02 [5495] Wrote to /var/lib/certmonger/requests/20240206161202 Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm certmonger[5495]: 2024-02-06 16:12:02 [5495] Wrote to /var/lib/certmonger/requests/20240206161202 Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm certmonger[5495]: 2024-02-06 16:12:02 [5495] Wrote to /var/lib/certmonger/requests/20240206161202 Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm certmonger[5495]: 2024-02-06 16:12:02 [5495] Wrote to /var/lib/certmonger/requests/20240206161202 Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm certmonger[5495]: 2024-02-06 16:12:02 [5495] Wrote to /var/lib/certmonger/requests/20240206161202 Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm certmonger[5495]: 2024-02-06 16:12:02 [5495] Wrote to /var/lib/certmonger/requests/20240206161202 Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm certmonger[5495]: 2024-02-06 16:12:02 [5495] Wrote to /var/lib/certmonger/requests/20240206161202 Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm certmonger[5495]: 2024-02-06 16:12:02 [5495] Wrote to /var/lib/certmonger/requests/20240206161202 Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm certmonger[5495]: 2024-02-06 16:12:02 [5495] Wrote to /var/lib/certmonger/requests/20240206161202 Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm certmonger[5495]: 2024-02-06 16:12:02 [5495] Wrote to /var/lib/certmonger/requests/20240206161202 Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm certmonger[5495]: 2024-02-06 16:12:02 [5495] Wrote to /var/lib/certmonger/requests/20240206161202 Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm certmonger[5554]: Certificate in file "/etc/pki/tls/certs/quadlet_demo.crt" issued by CA and saved. Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm certmonger[5495]: 2024-02-06 16:12:02 [5495] Wrote to /var/lib/certmonger/requests/20240206161202 Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=5555 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[5571]: ansible-slurp Invoked with path=/etc/pki/tls/certs/quadlet_demo.crt src=/etc/pki/tls/certs/quadlet_demo.crt Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:02 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=5572 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:12:03 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[5588]: ansible-slurp Invoked with path=/etc/pki/tls/private/quadlet_demo.key src=/etc/pki/tls/private/quadlet_demo.key Feb 06 16:12:03 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:03 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:03 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:03 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:03 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=5589 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:12:03 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[5605]: ansible-slurp Invoked with path=/etc/pki/tls/certs/quadlet_demo.crt src=/etc/pki/tls/certs/quadlet_demo.crt Feb 06 16:12:03 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:03 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:03 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:03 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:03 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=5606 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:12:03 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[5622]: 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 16:12:03 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm certmonger[5495]: 2024-02-06 16:12:03 [5495] Wrote to /var/lib/certmonger/requests/20240206161202 Feb 06 16:12:03 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:03 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:03 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:03 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:03 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=5624 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:12:03 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[5640]: 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 16:12:03 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:03 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:03 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:03 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:03 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=5641 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:12:04 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[5657]: 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 16:12:04 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:04 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:04 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:04 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:04 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=5658 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:12:04 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[5674]: 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 16:12:04 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:04 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:04 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:04 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:04 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=5675 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:12:04 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[5691]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 16:12:04 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:04 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:04 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:04 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:04 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=5692 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:12:05 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:05 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:05 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:05 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:12:05 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=5709 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:12:05 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[5725]: 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 16:12:27 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm kernel: SELinux: Converting 400 SID table entries... Feb 06 16:12:27 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm kernel: SELinux: policy capability network_peer_controls=1 Feb 06 16:12:27 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm kernel: SELinux: policy capability open_perms=1 Feb 06 16:12:27 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm kernel: SELinux: policy capability extended_socket_class=1 Feb 06 16:12:27 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm kernel: SELinux: policy capability always_check_network=0 Feb 06 16:12:27 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm kernel: SELinux: policy capability cgroup_seclabel=1 Feb 06 16:12:27 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm kernel: SELinux: policy capability nnp_nosuid_transition=1 Feb 06 16:12:27 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm kernel: SELinux: policy capability genfs_seclabel_symlinks=1 Feb 06 16:12:27 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm kernel: SELinux: policy capability ioctl_skip_cloexec=0 Feb 06 16:12:27 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: MAC_POLICY_LOAD auid=0 ses=6 lsm=selinux res=1 Feb 06 16:12:36 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm kernel: SELinux: Converting 400 SID table entries... Feb 06 16:12:36 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm kernel: SELinux: policy capability network_peer_controls=1 Feb 06 16:12:36 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm kernel: SELinux: policy capability open_perms=1 Feb 06 16:12:36 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm kernel: SELinux: policy capability extended_socket_class=1 Feb 06 16:12:36 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm kernel: SELinux: policy capability always_check_network=0 Feb 06 16:12:36 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm kernel: SELinux: policy capability cgroup_seclabel=1 Feb 06 16:12:36 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm kernel: SELinux: policy capability nnp_nosuid_transition=1 Feb 06 16:12:36 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm kernel: SELinux: policy capability genfs_seclabel_symlinks=1 Feb 06 16:12:36 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm kernel: SELinux: policy capability ioctl_skip_cloexec=0 Feb 06 16:12:36 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: MAC_POLICY_LOAD auid=0 ses=6 lsm=selinux res=1 Feb 06 16:12:37 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[588]: USER_MAC_POLICY_LOAD pid=588 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 16:12:39 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: MAC_CONFIG_CHANGE bool=virt_use_nfs val=1 old_val=0 auid=0 ses=6 Feb 06 16:12:41 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm setsebool[5838]: The virt_use_nfs policy boolean was changed to 1 by root Feb 06 16:12:41 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm setsebool[5838]: The virt_sandbox_use_all_caps policy boolean was changed to 1 by root Feb 06 16:12:52 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm kernel: SELinux: Converting 402 SID table entries... Feb 06 16:12:52 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm kernel: SELinux: policy capability network_peer_controls=1 Feb 06 16:12:52 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm kernel: SELinux: policy capability open_perms=1 Feb 06 16:12:52 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm kernel: SELinux: policy capability extended_socket_class=1 Feb 06 16:12:52 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm kernel: SELinux: policy capability always_check_network=0 Feb 06 16:12:52 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm kernel: SELinux: policy capability cgroup_seclabel=1 Feb 06 16:12:52 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm kernel: SELinux: policy capability nnp_nosuid_transition=1 Feb 06 16:12:52 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm kernel: SELinux: policy capability genfs_seclabel_symlinks=1 Feb 06 16:12:52 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm kernel: SELinux: policy capability ioctl_skip_cloexec=0 Feb 06 16:12:52 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: MAC_POLICY_LOAD auid=0 ses=6 lsm=selinux res=1 Feb 06 16:13:34 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 6495 (systemd-binfmt) Feb 06 16:13:34 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[588]: USER_MAC_POLICY_LOAD pid=588 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 16:13:34 602694bf-f749-4c27-8d94-911ea85889ac.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 2364. Feb 06 16:13:34 602694bf-f749-4c27-8d94-911ea85889ac.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 2364. Feb 06 16:13:34 602694bf-f749-4c27-8d94-911ea85889ac.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-re5a6ecc7c1b54e2cbf5e664726d8735d comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 16:13:34 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[1]: Started run-re5a6ecc7c1b54e2cbf5e664726d8735d.service - /usr/bin/systemctl start man-db-cache-update. ░░ Subject: A start job for unit run-re5a6ecc7c1b54e2cbf5e664726d8735d.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit run-re5a6ecc7c1b54e2cbf5e664726d8735d.service has finished successfully. ░░ ░░ The job identifier is 2368. Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.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 2453. Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[1]: Reloading requested from client PID 6507 ('systemctl') (unit session-6.scope)... Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[1]: Reloading... Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[1]: Reloading finished in 610 ms. Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=147 op=LOAD Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=129 op=UNLOAD Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=148 op=LOAD Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=149 op=LOAD Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=130 op=UNLOAD Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=131 op=UNLOAD Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=150 op=LOAD Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=132 op=UNLOAD Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=151 op=LOAD Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=133 op=UNLOAD Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=152 op=LOAD Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=134 op=UNLOAD Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=153 op=LOAD Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=154 op=LOAD Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=135 op=UNLOAD Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=136 op=UNLOAD Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=155 op=LOAD Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=156 op=LOAD Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=137 op=UNLOAD Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=138 op=UNLOAD Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=157 op=LOAD Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=139 op=UNLOAD Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=158 op=LOAD Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=159 op=LOAD Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=140 op=UNLOAD Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=141 op=UNLOAD Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=160 op=LOAD Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=142 op=UNLOAD Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=161 op=LOAD Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=143 op=UNLOAD Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=162 op=LOAD Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=144 op=UNLOAD Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=163 op=LOAD Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=164 op=LOAD Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=145 op=UNLOAD Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=146 op=UNLOAD Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[1]: Queuing reload/restart jobs for marked units… Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[877]: 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 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[877]: 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 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm dbus-broker-launch[6571]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm dbus-broker-launch[6571]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[877]: 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 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm dbus-broker-launch[6571]: Ready Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[877]: Reloading requested from client PID 6570 ('systemctl')... Feb 06 16:13:35 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[877]: Reloading... Feb 06 16:13:36 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[877]: Reloading finished in 140 ms. Feb 06 16:13:36 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[877]: Queuing reload/restart jobs for marked units… Feb 06 16:13:36 602694bf-f749-4c27-8d94-911ea85889ac.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 16:13:36 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:36 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:36 602694bf-f749-4c27-8d94-911ea85889ac.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 2453. Feb 06 16:13:36 602694bf-f749-4c27-8d94-911ea85889ac.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 16:13:36 602694bf-f749-4c27-8d94-911ea85889ac.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 16:13:36 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[1]: man-db-cache-update.service: Consumed 1.056s 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 16:13:36 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[1]: run-re5a6ecc7c1b54e2cbf5e664726d8735d.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit run-re5a6ecc7c1b54e2cbf5e664726d8735d.service has successfully entered the 'dead' state. Feb 06 16:13:36 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:36 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:36 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=6602 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:36 602694bf-f749-4c27-8d94-911ea85889ac.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-re5a6ecc7c1b54e2cbf5e664726d8735d comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 16:13:37 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[6619]: 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 16:13:37 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:37 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:37 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:37 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:37 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=6627 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:37 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[6643]: ansible-getent Invoked with database=passwd key=root fail_key=False service=None split=None Feb 06 16:13:37 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:37 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:37 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:37 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:37 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=6645 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:37 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[6661]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 06 16:13:37 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:37 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:37 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:37 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:37 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=6663 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:38 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[6679]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 16:13:38 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:38 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:38 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:38 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:38 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=6682 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:38 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[6698]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 16:13:38 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:38 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:39 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:39 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:39 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=6699 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:39 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[6715]: 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 16:13:41 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:41 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:41 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:41 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:41 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=6718 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:41 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[6734]: 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 16:13:41 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:41 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:41 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:41 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:41 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=6737 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:41 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[6753]: 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 16:13:41 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[1]: Reloading requested from client PID 6756 ('systemctl') (unit session-6.scope)... Feb 06 16:13:41 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[1]: Reloading... Feb 06 16:13:42 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[1]: Reloading finished in 415 ms. Feb 06 16:13:42 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=165 op=LOAD Feb 06 16:13:42 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=147 op=UNLOAD Feb 06 16:13:42 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=166 op=LOAD Feb 06 16:13:42 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=167 op=LOAD Feb 06 16:13:42 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=148 op=UNLOAD Feb 06 16:13:42 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=149 op=UNLOAD Feb 06 16:13:42 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=168 op=LOAD Feb 06 16:13:42 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=150 op=UNLOAD Feb 06 16:13:42 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=169 op=LOAD Feb 06 16:13:42 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=151 op=UNLOAD Feb 06 16:13:42 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=170 op=LOAD Feb 06 16:13:42 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=152 op=UNLOAD Feb 06 16:13:42 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=171 op=LOAD Feb 06 16:13:42 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=172 op=LOAD Feb 06 16:13:42 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=153 op=UNLOAD Feb 06 16:13:42 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=154 op=UNLOAD Feb 06 16:13:42 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=173 op=LOAD Feb 06 16:13:42 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=174 op=LOAD Feb 06 16:13:42 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=155 op=UNLOAD Feb 06 16:13:42 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=156 op=UNLOAD Feb 06 16:13:42 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=175 op=LOAD Feb 06 16:13:42 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=157 op=UNLOAD Feb 06 16:13:42 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=176 op=LOAD Feb 06 16:13:42 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=177 op=LOAD Feb 06 16:13:42 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=158 op=UNLOAD Feb 06 16:13:42 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=159 op=UNLOAD Feb 06 16:13:42 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=178 op=LOAD Feb 06 16:13:42 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=160 op=UNLOAD Feb 06 16:13:42 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=179 op=LOAD Feb 06 16:13:42 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=161 op=UNLOAD Feb 06 16:13:42 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=180 op=LOAD Feb 06 16:13:42 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=162 op=UNLOAD Feb 06 16:13:42 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=181 op=LOAD Feb 06 16:13:42 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=182 op=LOAD Feb 06 16:13:42 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=163 op=UNLOAD Feb 06 16:13:42 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=164 op=UNLOAD Feb 06 16:13:42 602694bf-f749-4c27-8d94-911ea85889ac.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 2539. Feb 06 16:13:44 602694bf-f749-4c27-8d94-911ea85889ac.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 2539. Feb 06 16:13:44 602694bf-f749-4c27-8d94-911ea85889ac.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 16:13:44 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:44 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:44 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:44 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:44 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=6812 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:44 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[6828]: 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 16:13:44 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[6807]: NETFILTER_CFG table=firewalld:2 family=1 entries=1 op=nft_register_table pid=6807 subj=system_u:system_r:firewalld_t:s0 comm="firewalld" Feb 06 16:13:44 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[6807]: NETFILTER_CFG table=firewalld:2 family=1 entries=2 op=nft_unregister_table pid=6807 subj=system_u:system_r:firewalld_t:s0 comm="firewalld" Feb 06 16:13:45 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[6807]: NETFILTER_CFG table=firewalld:3 family=1 entries=227 op=nft_register_chain pid=6807 subj=system_u:system_r:firewalld_t:s0 comm="firewalld" Feb 06 16:13:45 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[6807]: NETFILTER_CFG table=firewalld_policy_drop:4 family=1 entries=2 op=nft_unregister_table pid=6807 subj=system_u:system_r:firewalld_t:s0 comm="firewalld" Feb 06 16:13:45 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=183 op=LOAD Feb 06 16:13:45 602694bf-f749-4c27-8d94-911ea85889ac.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 2631. Feb 06 16:13:45 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm polkitd[6867]: Started polkitd version 123 Feb 06 16:13:45 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm polkitd[6867]: Loading rules from directory /etc/polkit-1/rules.d Feb 06 16:13:45 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm polkitd[6867]: Loading rules from directory /usr/share/polkit-1/rules.d Feb 06 16:13:45 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm polkitd[6867]: Finished loading, compiling and executing 4 rules Feb 06 16:13:45 602694bf-f749-4c27-8d94-911ea85889ac.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 2631. Feb 06 16:13:45 602694bf-f749-4c27-8d94-911ea85889ac.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 16:13:45 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm polkitd[6867]: Acquired the name org.freedesktop.PolicyKit1 on the system bus Feb 06 16:13:45 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[6807]: NETFILTER_CFG table=firewalld:5 family=1 entries=26 op=nft_register_rule pid=6807 subj=system_u:system_r:firewalld_t:s0 comm="firewalld" Feb 06 16:13:45 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[6807]: NETFILTER_CFG table=firewalld:6 family=1 entries=1 op=nft_register_rule pid=6807 subj=system_u:system_r:firewalld_t:s0 comm="firewalld" Feb 06 16:13:45 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:45 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:45 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:45 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:45 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=6878 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:45 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[6894]: 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 16:13:46 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[6807]: NETFILTER_CFG table=firewalld:7 family=1 entries=1 op=nft_register_rule pid=6807 subj=system_u:system_r:firewalld_t:s0 comm="firewalld" Feb 06 16:13:46 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:46 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:46 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:46 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:46 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=6895 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:46 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[6911]: ansible-containers.podman.podman_secret Invoked with data=NOT_LOGGING_PARAMETER name=mysql-root-password-container skip_existing=True state=present executable=podman force=False debug=False driver=None driver_opts=None labels=None Feb 06 16:13:46 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:46 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:46 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:46 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:46 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=6918 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:47 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[6934]: ansible-ansible.legacy.command Invoked with _raw_params=podman secret ls _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 16:13:47 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm podman[6935]: 2024-02-06 16:13:47.353503905 +0000 UTC m=+0.221327527 system refresh Feb 06 16:13:47 602694bf-f749-4c27-8d94-911ea85889ac.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 16:13:47 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:47 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:47 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:47 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:47 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=6944 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:47 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[6960]: ansible-containers.podman.podman_secret Invoked with data=NOT_LOGGING_PARAMETER name=mysql-root-password-kube skip_existing=True state=present executable=podman force=False debug=False driver=None driver_opts=None labels=None Feb 06 16:13:47 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:47 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:47 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:47 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:47 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=6967 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:48 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[6983]: ansible-ansible.legacy.command Invoked with _raw_params=podman secret ls _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 16:13:48 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:48 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:48 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:48 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:48 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=6991 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:48 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[7007]: ansible-containers.podman.podman_secret Invoked with data=NOT_LOGGING_PARAMETER name=envoy-certificates skip_existing=True state=present executable=podman force=False debug=False driver=None driver_opts=None labels=None Feb 06 16:13:48 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:48 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:48 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:48 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:48 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=7014 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:48 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[7030]: ansible-ansible.legacy.command Invoked with _raw_params=podman secret ls _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 16:13:48 602694bf-f749-4c27-8d94-911ea85889ac.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 16:13:48 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:48 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:49 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:49 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:49 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=7039 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:49 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[7055]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 06 16:13:49 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:49 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:49 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:49 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:49 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=7057 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:49 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[7073]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 16:13:49 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:49 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:50 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:50 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:50 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=7076 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:50 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[7092]: 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 16:13:50 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:50 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:50 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:50 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:50 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=7093 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:50 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:50 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:50 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:50 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:50 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=7109 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:50 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:50 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:50 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:50 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:50 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=7131 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:50 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[7147]: 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 16:13:50 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:50 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:50 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:50 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:50 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=7148 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:50 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:50 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:50 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:50 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:50 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=7164 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:50 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:50 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:50 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:50 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:50 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=7181 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[7197]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707236030.421146-8186-267238165045564/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 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=7198 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=7215 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[7231]: 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 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[1]: Reloading requested from client PID 7232 ('systemctl') (unit session-6.scope)... Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[1]: Reloading... Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[1]: Reloading finished in 418 ms. Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=184 op=LOAD Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=165 op=UNLOAD Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=185 op=LOAD Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=186 op=LOAD Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=166 op=UNLOAD Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=167 op=UNLOAD Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=187 op=LOAD Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=168 op=UNLOAD Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=188 op=LOAD Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=169 op=UNLOAD Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=189 op=LOAD Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=183 op=UNLOAD Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=190 op=LOAD Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=170 op=UNLOAD Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=191 op=LOAD Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=192 op=LOAD Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=171 op=UNLOAD Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=172 op=UNLOAD Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=193 op=LOAD Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=194 op=LOAD Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=173 op=UNLOAD Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=174 op=UNLOAD Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=195 op=LOAD Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=175 op=UNLOAD Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=196 op=LOAD Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=197 op=LOAD Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=176 op=UNLOAD Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=177 op=UNLOAD Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=198 op=LOAD Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=178 op=UNLOAD Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=199 op=LOAD Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=179 op=UNLOAD Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=200 op=LOAD Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=180 op=UNLOAD Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=201 op=LOAD Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=202 op=LOAD Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=181 op=UNLOAD Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=182 op=UNLOAD Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:51 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:52 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:52 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:52 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=7282 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:52 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[7298]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 06 16:13:52 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:52 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:52 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:52 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:52 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=7300 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:52 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[7316]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 16:13:52 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:52 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:53 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:53 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:53 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=7319 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:53 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[7335]: 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 16:13:53 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:53 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:53 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:53 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:53 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=7336 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:53 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:53 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:53 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:53 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:53 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=7352 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:53 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:53 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:53 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:53 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:53 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=7374 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:53 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[7390]: 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 16:13:53 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:53 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:53 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:53 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:53 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=7391 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:53 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:53 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:53 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:53 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:53 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=7407 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:53 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:53 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:53 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:53 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:53 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=7424 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:53 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[7440]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707236033.4985538-8234-123129939032665/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 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=7441 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=7458 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[7474]: 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 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[1]: Reloading requested from client PID 7475 ('systemctl') (unit session-6.scope)... Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[1]: Reloading... Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[1]: Reloading finished in 419 ms. Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=203 op=LOAD Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=184 op=UNLOAD Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=204 op=LOAD Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=205 op=LOAD Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=185 op=UNLOAD Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=186 op=UNLOAD Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=206 op=LOAD Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=187 op=UNLOAD Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=207 op=LOAD Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=188 op=UNLOAD Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=208 op=LOAD Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=189 op=UNLOAD Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=209 op=LOAD Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=190 op=UNLOAD Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=210 op=LOAD Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=211 op=LOAD Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=191 op=UNLOAD Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=192 op=UNLOAD Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=212 op=LOAD Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=213 op=LOAD Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=193 op=UNLOAD Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=194 op=UNLOAD Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=214 op=LOAD Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=195 op=UNLOAD Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=215 op=LOAD Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=216 op=LOAD Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=196 op=UNLOAD Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=197 op=UNLOAD Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=217 op=LOAD Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=198 op=UNLOAD Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=218 op=LOAD Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=199 op=UNLOAD Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=219 op=LOAD Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=200 op=UNLOAD Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=220 op=LOAD Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=221 op=LOAD Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=201 op=UNLOAD Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=202 op=UNLOAD Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:54 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:55 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:55 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:55 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=7525 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:55 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[7541]: 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 16:13:55 602694bf-f749-4c27-8d94-911ea85889ac.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 2718. Feb 06 16:13:55 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm podman[7544]: 2024-02-06 16:13:55.427063232 +0000 UTC m=+0.037328267 volume create systemd-quadlet-demo-mysql Feb 06 16:13:55 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm quadlet-demo-mysql-volume[7544]: systemd-quadlet-demo-mysql Feb 06 16:13:55 602694bf-f749-4c27-8d94-911ea85889ac.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 16:13:55 602694bf-f749-4c27-8d94-911ea85889ac.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 2718. Feb 06 16:13:55 602694bf-f749-4c27-8d94-911ea85889ac.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 16:13:55 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:55 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:55 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:55 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:55 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=7553 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:55 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[7569]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 06 16:13:55 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:55 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:56 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:56 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:56 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=7571 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:56 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[7587]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 16:13:56 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:56 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:56 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:56 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:56 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=7590 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:56 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[7606]: 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 16:13:56 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:56 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:57 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:57 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:13:57 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=7607 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:13:57 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[7623]: 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 16:13:57 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[7623]: 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 16:13:57 602694bf-f749-4c27-8d94-911ea85889ac.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 16:13:57 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[7623]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman image exists quay.io/linux-system-roles/mysql:5.6 Feb 06 16:13:57 602694bf-f749-4c27-8d94-911ea85889ac.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 16:13:57 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[7623]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman pull quay.io/linux-system-roles/mysql:5.6 -q Feb 06 16:14:01 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[1]: var-lib-containers-storage-overlay-compat1328470715-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-compat1328470715-lower\x2dmapped.mount has successfully entered the 'dead' state. Feb 06 16:14:05 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm podman[7640]: 2024-02-06 16:14:05.994557207 +0000 UTC m=+8.645001163 image pull dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5 quay.io/linux-system-roles/mysql:5.6 Feb 06 16:14:05 602694bf-f749-4c27-8d94-911ea85889ac.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 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[7623]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman inspect dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5 --format json Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.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 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=7733 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[7749]: 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 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=7750 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=7766 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=7788 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[7804]: 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 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=7805 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=7821 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=7838 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[7854]: 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-1707236046.4336274-8286-132319818639238/source _original_basename=tmp9rnunai4 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 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=7855 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:06 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=7872 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[7888]: 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 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[1]: Reloading requested from client PID 7889 ('systemctl') (unit session-6.scope)... Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[1]: Reloading... Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm systemd[1]: Reloading finished in 424 ms. Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=222 op=LOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=203 op=UNLOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=223 op=LOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=224 op=LOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=204 op=UNLOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=205 op=UNLOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=225 op=LOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=206 op=UNLOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=226 op=LOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=217 op=UNLOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=227 op=LOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=219 op=UNLOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=228 op=LOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=229 op=LOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=220 op=UNLOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=221 op=UNLOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=230 op=LOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=218 op=UNLOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=231 op=LOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=208 op=UNLOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=232 op=LOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=233 op=LOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=212 op=UNLOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=213 op=UNLOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=234 op=LOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=209 op=UNLOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=235 op=LOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=236 op=LOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=210 op=UNLOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=211 op=UNLOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=237 op=LOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=214 op=UNLOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=238 op=LOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=239 op=LOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=215 op=UNLOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=216 op=UNLOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=240 op=LOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=207 op=UNLOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=241 op=LOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=240 op=UNLOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=242 op=LOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=231 op=UNLOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=243 op=LOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=234 op=UNLOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=244 op=LOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=245 op=LOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=235 op=UNLOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=236 op=UNLOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=246 op=LOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=247 op=LOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=232 op=UNLOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=233 op=UNLOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=248 op=LOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=237 op=UNLOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=249 op=LOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=250 op=LOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=238 op=UNLOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=239 op=UNLOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=251 op=LOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=226 op=UNLOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=252 op=LOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=227 op=UNLOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=253 op=LOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=254 op=LOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=228 op=UNLOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=229 op=UNLOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=255 op=LOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=230 op=UNLOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=256 op=LOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=251 op=UNLOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=257 op=LOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=255 op=UNLOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=258 op=LOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=252 op=UNLOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=259 op=LOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=260 op=LOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=253 op=UNLOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit: BPF prog-id=254 op=UNLOAD Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:07 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=7939 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:14:08 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[7955]: 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 16:14:08 602694bf-f749-4c27-8d94-911ea85889ac.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 2889. Feb 06 16:14:08 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm quadlet-demo-network[7958]: systemd-quadlet-demo Feb 06 16:14:08 602694bf-f749-4c27-8d94-911ea85889ac.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 16:14:08 602694bf-f749-4c27-8d94-911ea85889ac.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 2889. Feb 06 16:14:08 602694bf-f749-4c27-8d94-911ea85889ac.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 16:14:08 602694bf-f749-4c27-8d94-911ea85889ac.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 2803. Feb 06 16:14:08 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm quadlet-demo-mysql[7966]: Error: running container create option: no secret with name or id "mysql-root-password-container": no such secret Feb 06 16:14:08 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm podman[7966]: 2024-02-06 16:14:08.396402689 +0000 UTC m=+0.033585345 image pull dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5 quay.io/linux-system-roles/mysql:5.6 Feb 06 16:14:08 602694bf-f749-4c27-8d94-911ea85889ac.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 16:14:08 602694bf-f749-4c27-8d94-911ea85889ac.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 16:14:08 602694bf-f749-4c27-8d94-911ea85889ac.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 16:14:08 602694bf-f749-4c27-8d94-911ea85889ac.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 2803 and the job result is failed. Feb 06 16:14:08 602694bf-f749-4c27-8d94-911ea85889ac.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 16:14:08 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_END pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:08 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGOUT pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:08 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_LOGIN pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:08 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: USER_START pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:14:08 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm audit[979]: CRYPTO_KEY_USER pid=979 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ec:72:02:af:07:ed:32:ea:29:89:ee:de:e2:c0:3e:fd:79:09:5c:49:83:f7:46:a4:8e:40:f6:8e:e2:b0:44:40 direction=? spid=7983 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:14:08 602694bf-f749-4c27-8d94-911ea85889ac.testing-farm python3[7999]: 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-handlinge7ocb7du/tests/tests_quadlet_demo.yml:132 Tuesday 06 February 2024 16:14:08 +0000 (0:00:00.295) 0:02:20.956 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "ps", "-a" ], "delta": "0:00:00.036152", "end": "2024-02-06 16:14:09.035747", "rc": 0, "start": "2024-02-06 16:14:08.999595" } STDOUT: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES TASK [Check pods] ************************************************************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/tests/tests_quadlet_demo.yml:136 Tuesday 06 February 2024 16:14:09 +0000 (0:00:00.272) 0:02:21.228 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "pod", "ps", "--ctr-ids", "--ctr-names", "--ctr-status" ], "delta": "0:00:00.034633", "end": "2024-02-06 16:14:09.305980", "failed_when_result": false, "rc": 0, "start": "2024-02-06 16:14:09.271347" } STDOUT: POD ID NAME STATUS CREATED INFRA ID IDS NAMES STATUS TASK [Check systemd] *********************************************************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/tests/tests_quadlet_demo.yml:141 Tuesday 06 February 2024 16:14:09 +0000 (0:00:00.270) 0:02:21.499 ****** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail; systemctl list-units --all --with-dependencies | grep quadlet", "delta": "0:00:00.015610", "end": "2024-02-06 16:14:09.559000", "failed_when_result": false, "rc": 0, "start": "2024-02-06 16:14:09.543390" } 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-handlinge7ocb7du/tests/tests_quadlet_demo.yml:149 Tuesday 06 February 2024 16:14:09 +0000 (0:00:00.252) 0:02:21.752 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-alrtF", "/etc/systemd/system" ], "delta": "0:00:00.005003", "end": "2024-02-06 16:14:09.799779", "failed_when_result": false, "rc": 0, "start": "2024-02-06 16:14:09.794776" } STDOUT: total 56 lrwxrwxrwx. 1 root root 43 Jan 30 09:29 dbus.service -> /usr/lib/systemd/system/dbus-broker.service 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 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 systemd-journald.service.wants/ 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:47 remote-fs.target.wants/ drwxr-xr-x. 2 root root 4096 Jan 30 09:49 cloud-init.target.wants/ drwxr-xr-x. 2 root root 4096 Jan 30 09:50 sockets.target.wants/ drwxr-xr-x. 2 root root 4096 Feb 6 16:05 sysinit.target.wants/ drwxr-xr-x. 2 root root 4096 Feb 6 16:13 multi-user.target.wants/ lrwxrwxrwx. 1 root root 41 Feb 6 16:13 dbus-org.fedoraproject.FirewallD1.service -> /usr/lib/systemd/system/firewalld.service drwxr-xr-x. 14 root root 4096 Feb 6 16:13 ./ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/tests/tests_quadlet_demo.yml:154 Tuesday 06 February 2024 16:14:09 +0000 (0:00:00.240) 0:02:21.992 ****** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 06 February 2024 16:14:09 +0000 (0:00:00.053) 0:02:22.045 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 06 February 2024 16:14:09 +0000 (0:00:00.032) 0:02:22.078 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 06 February 2024 16:14:09 +0000 (0:00:00.023) 0:02:22.101 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 06 February 2024 16:14:09 +0000 (0:00:00.017) 0:02:22.118 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Tuesday 06 February 2024 16:14:10 +0000 (0:00:00.047) 0:02:22.165 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlinge7ocb7du/.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_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 06 February 2024 16:14:10 +0000 (0:00:00.041) 0:02:22.207 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 06 February 2024 16:14:10 +0000 (0:00:00.834) 0:02:23.041 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 06 February 2024 16:14:10 +0000 (0:00:00.019) 0:02:23.061 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Tuesday 06 February 2024 16:14:10 +0000 (0:00:00.023) 0:02:23.084 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.032636", "end": "2024-02-06 16:14:11.160933", "rc": 0, "start": "2024-02-06 16:14:11.128297" } STDOUT: podman version 4.9.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Tuesday 06 February 2024 16:14:11 +0000 (0:00:00.271) 0:02:23.355 ****** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Tuesday 06 February 2024 16:14:11 +0000 (0:00:00.021) 0:02:23.377 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 06 February 2024 16:14:11 +0000 (0:00:00.019) 0:02:23.396 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Tuesday 06 February 2024 16:14:11 +0000 (0:00:00.020) 0:02:23.416 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Tuesday 06 February 2024 16:14:11 +0000 (0:00:00.023) 0:02:23.439 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:14:11 +0000 (0:00:00.039) 0:02:23.478 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:14:11 +0000 (0:00:00.023) 0:02:23.502 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:14:11 +0000 (0:00:00.025) 0:02:23.528 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:14:11 +0000 (0:00:00.027) 0:02:23.555 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:14:11 +0000 (0:00:00.335) 0:02:23.890 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:14:11 +0000 (0:00:00.030) 0:02:23.920 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707236018.0889168, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1707235957.2852993, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203277, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "3244390270", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:14:12 +0000 (0:00:00.255) 0:02:24.176 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:14:12 +0000 (0:00:00.020) 0:02:24.196 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:14:12 +0000 (0:00:00.019) 0:02:24.216 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:14:12 +0000 (0:00:00.018) 0:02:24.234 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:14:12 +0000 (0:00:00.019) 0:02:24.253 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:14:12 +0000 (0:00:00.018) 0:02:24.272 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Tuesday 06 February 2024 16:14:12 +0000 (0:00:00.020) 0:02:24.292 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Tuesday 06 February 2024 16:14:12 +0000 (0:00:00.025) 0:02:24.318 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 06 February 2024 16:14:12 +0000 (0:00:00.036) 0:02:24.354 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 06 February 2024 16:14:12 +0000 (0:00:00.019) 0:02:24.373 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 06 February 2024 16:14:12 +0000 (0:00:00.019) 0:02:24.392 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 06 February 2024 16:14:12 +0000 (0:00:00.037) 0:02:24.430 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 06 February 2024 16:14:12 +0000 (0:00:00.020) 0:02:24.450 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Tuesday 06 February 2024 16:14:12 +0000 (0:00:00.019) 0:02:24.469 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Tuesday 06 February 2024 16:14:12 +0000 (0:00:00.066) 0:02:24.536 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Tuesday 06 February 2024 16:14:12 +0000 (0:00:00.020) 0:02:24.556 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Tuesday 06 February 2024 16:14:12 +0000 (0:00:00.020) 0:02:24.576 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Tuesday 06 February 2024 16:14:12 +0000 (0:00:00.038) 0:02:24.614 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Tuesday 06 February 2024 16:14:12 +0000 (0:00:00.020) 0:02:24.634 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Tuesday 06 February 2024 16:14:12 +0000 (0:00:00.019) 0:02:24.654 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Tuesday 06 February 2024 16:14:12 +0000 (0:00:00.020) 0:02:24.674 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Tuesday 06 February 2024 16:14:12 +0000 (0:00:00.019) 0:02:24.694 ****** TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Tuesday 06 February 2024 16:14:12 +0000 (0:00:00.062) 0:02:24.757 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Tuesday 06 February 2024 16:14:12 +0000 (0:00:00.032) 0:02:24.789 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Tuesday 06 February 2024 16:14:12 +0000 (0:00:00.025) 0:02:24.814 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Tuesday 06 February 2024 16:14:12 +0000 (0:00:00.019) 0:02:24.834 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 Tuesday 06 February 2024 16:14:12 +0000 (0:00:00.020) 0:02:24.854 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Tuesday 06 February 2024 16:14:14 +0000 (0:00:02.025) 0:02:26.879 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Tuesday 06 February 2024 16:14:14 +0000 (0:00:00.049) 0:02:26.929 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Tuesday 06 February 2024 16:14:14 +0000 (0:00:00.024) 0:02:26.954 ****** ok: [sut] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Tue 2024-02-06 16:13:44 UTC", "ActiveEnterTimestampMonotonic": "861144271", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice sysinit.target polkit.service dbus.socket dbus-broker.service basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Tue 2024-02-06 16:13:42 UTC", "AssertTimestampMonotonic": "859436424", "Before": "shutdown.target multi-user.target network-pre.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": "580161000", "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 16:13:42 UTC", "ConditionTimestampMonotonic": "859436420", "ConfigurationDirectoryMode": "0755", "Conflicts": "ebtables.service nftables.service ipset.service shutdown.target ip6tables.service iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "6099", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "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": "6807", "ExecMainStartTimestamp": "Tue 2024-02-06 16:13:42 UTC", "ExecMainStartTimestampMonotonic": "859444184", "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", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "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 16:13:42 UTC", "InactiveExitTimestampMonotonic": "859444572", "InvocationID": "962b960d2834468a8487fc9562b8b3c3", "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": "14778", "LimitNPROCSoft": "14778", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14778", "LimitSIGPENDINGSoft": "14778", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "6807", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "33116160", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "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": "sysinit.target system.slice dbus.socket", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "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]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "StateChangeTimestamp": "Tue 2024-02-06 16:14:07 UTC", "StateChangeTimestampMonotonic": "884870315", "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": "4433", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Tuesday 06 February 2024 16:14:15 +0000 (0:00:00.430) 0:02:27.384 ****** 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 16:13:44 UTC", "ActiveEnterTimestampMonotonic": "861144271", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice sysinit.target polkit.service dbus.socket dbus-broker.service basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Tue 2024-02-06 16:13:42 UTC", "AssertTimestampMonotonic": "859436424", "Before": "shutdown.target multi-user.target network-pre.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": "580161000", "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 16:13:42 UTC", "ConditionTimestampMonotonic": "859436420", "ConfigurationDirectoryMode": "0755", "Conflicts": "ebtables.service nftables.service ipset.service shutdown.target ip6tables.service iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "6099", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "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": "6807", "ExecMainStartTimestamp": "Tue 2024-02-06 16:13:42 UTC", "ExecMainStartTimestampMonotonic": "859444184", "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", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "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 16:13:42 UTC", "InactiveExitTimestampMonotonic": "859444572", "InvocationID": "962b960d2834468a8487fc9562b8b3c3", "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": "14778", "LimitNPROCSoft": "14778", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14778", "LimitSIGPENDINGSoft": "14778", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "6807", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "33116160", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "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": "sysinit.target system.slice dbus.socket", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "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]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "StateChangeTimestamp": "Tue 2024-02-06 16:14:07 UTC", "StateChangeTimestampMonotonic": "884870315", "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": "4433", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Tuesday 06 February 2024 16:14:15 +0000 (0:00:00.428) 0:02:27.813 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Tuesday 06 February 2024 16:14:15 +0000 (0:00:00.027) 0:02:27.841 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Tuesday 06 February 2024 16:14:15 +0000 (0:00:00.018) 0:02:27.860 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Tuesday 06 February 2024 16:14:15 +0000 (0:00:00.019) 0:02:27.879 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Tuesday 06 February 2024 16:14:16 +0000 (0:00:00.789) 0:02:28.668 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Tuesday 06 February 2024 16:14:16 +0000 (0:00:00.033) 0:02:28.701 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Tuesday 06 February 2024 16:14:16 +0000 (0:00:00.022) 0:02:28.724 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Tuesday 06 February 2024 16:14:16 +0000 (0:00:00.021) 0:02:28.745 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Tuesday 06 February 2024 16:14:16 +0000 (0:00:00.021) 0:02:28.767 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Tuesday 06 February 2024 16:14:16 +0000 (0:00:00.018) 0:02:28.785 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Tuesday 06 February 2024 16:14:16 +0000 (0:00:00.019) 0:02:28.805 ****** skipping: [sut] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Tuesday 06 February 2024 16:14:16 +0000 (0:00:00.028) 0:02:28.833 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Tuesday 06 February 2024 16:14:16 +0000 (0:00:00.020) 0:02:28.854 ****** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Tuesday 06 February 2024 16:14:16 +0000 (0:00:00.019) 0:02:28.873 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.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-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Tuesday 06 February 2024 16:14:16 +0000 (0:00:00.097) 0:02:28.971 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Tuesday 06 February 2024 16:14:16 +0000 (0:00:00.026) 0:02:28.997 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Tuesday 06 February 2024 16:14:16 +0000 (0:00:00.025) 0:02:29.023 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Tuesday 06 February 2024 16:14:16 +0000 (0:00:00.028) 0:02:29.051 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:14:16 +0000 (0:00:00.035) 0:02:29.087 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:14:16 +0000 (0:00:00.026) 0:02:29.113 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:14:16 +0000 (0:00:00.020) 0:02:29.133 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Tuesday 06 February 2024 16:14:16 +0000 (0:00:00.021) 0:02:29.154 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:36 Tuesday 06 February 2024 16:14:17 +0000 (0:00:00.021) 0:02:29.176 ****** ok: [sut] => { "changed": false } TASK [fedora.linux_system_roles.podman : Debug] ******************************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:53 Tuesday 06 February 2024 16:14:17 +0000 (0:00:00.299) 0:02:29.475 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "secret", "ls" ], "delta": "0:00:00.037816", "end": "2024-02-06 16:14:17.563269", "rc": 0, "start": "2024-02-06 16:14:17.525453" } STDOUT: ID NAME DRIVER CREATED UPDATED TASK [fedora.linux_system_roles.podman : Set variables part 0] ***************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Tuesday 06 February 2024 16:14:17 +0000 (0:00:00.281) 0:02:29.757 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Tuesday 06 February 2024 16:14:17 +0000 (0:00:00.023) 0:02:29.781 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Tuesday 06 February 2024 16:14:17 +0000 (0:00:00.021) 0:02:29.803 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Tuesday 06 February 2024 16:14:17 +0000 (0:00:00.032) 0:02:29.835 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:14:17 +0000 (0:00:00.033) 0:02:29.868 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:14:17 +0000 (0:00:00.060) 0:02:29.929 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:14:17 +0000 (0:00:00.026) 0:02:29.955 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Tuesday 06 February 2024 16:14:17 +0000 (0:00:00.022) 0:02:29.978 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:36 Tuesday 06 February 2024 16:14:17 +0000 (0:00:00.020) 0:02:29.998 ****** ok: [sut] => { "changed": false } TASK [fedora.linux_system_roles.podman : Debug] ******************************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:53 Tuesday 06 February 2024 16:14:18 +0000 (0:00:00.295) 0:02:30.294 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "secret", "ls" ], "delta": "0:00:00.037750", "end": "2024-02-06 16:14:18.380661", "rc": 0, "start": "2024-02-06 16:14:18.342911" } STDOUT: ID NAME DRIVER CREATED UPDATED TASK [fedora.linux_system_roles.podman : Set variables part 0] ***************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Tuesday 06 February 2024 16:14:18 +0000 (0:00:00.281) 0:02:30.575 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Tuesday 06 February 2024 16:14:18 +0000 (0:00:00.023) 0:02:30.599 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Tuesday 06 February 2024 16:14:18 +0000 (0:00:00.022) 0:02:30.621 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Tuesday 06 February 2024 16:14:18 +0000 (0:00:00.025) 0:02:30.647 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:14:18 +0000 (0:00:00.031) 0:02:30.678 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:14:18 +0000 (0:00:00.018) 0:02:30.696 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:14:18 +0000 (0:00:00.019) 0:02:30.716 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Tuesday 06 February 2024 16:14:18 +0000 (0:00:00.018) 0:02:30.734 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:36 Tuesday 06 February 2024 16:14:18 +0000 (0:00:00.018) 0:02:30.753 ****** ok: [sut] => { "changed": false } TASK [fedora.linux_system_roles.podman : Debug] ******************************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:53 Tuesday 06 February 2024 16:14:18 +0000 (0:00:00.294) 0:02:31.047 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "secret", "ls" ], "delta": "0:00:00.037482", "end": "2024-02-06 16:14:19.135008", "rc": 0, "start": "2024-02-06 16:14:19.097526" } STDOUT: ID NAME DRIVER CREATED UPDATED TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Tuesday 06 February 2024 16:14:19 +0000 (0:00:00.283) 0:02:31.331 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Tuesday 06 February 2024 16:14:19 +0000 (0:00:00.017) 0:02:31.348 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.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-handlinge7ocb7du/.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-handlinge7ocb7du/.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-handlinge7ocb7du/.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-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 16:14:19 +0000 (0:00:00.117) 0:02:31.465 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 16:14:19 +0000 (0:00:00.028) 0:02:31.494 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 16:14:19 +0000 (0:00:00.025) 0:02:31.520 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 16:14:19 +0000 (0:00:00.019) 0:02:31.540 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 16:14:19 +0000 (0:00:00.030) 0:02:31.570 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:14:19 +0000 (0:00:00.035) 0:02:31.605 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:14:19 +0000 (0:00:00.022) 0:02:31.628 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:14:19 +0000 (0:00:00.021) 0:02:31.650 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:14:19 +0000 (0:00:00.029) 0:02:31.679 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:14:19 +0000 (0:00:00.246) 0:02:31.926 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:14:19 +0000 (0:00:00.028) 0:02:31.954 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707236018.0889168, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1707235957.2852993, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203277, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "3244390270", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:14:20 +0000 (0:00:00.246) 0:02:32.200 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:14:20 +0000 (0:00:00.018) 0:02:32.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 if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:14:20 +0000 (0:00:00.018) 0:02:32.238 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:14:20 +0000 (0:00:00.018) 0:02:32.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 : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:14:20 +0000 (0:00:00.018) 0:02:32.275 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:14:20 +0000 (0:00:00.056) 0:02:32.331 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 16:14:20 +0000 (0:00:00.019) 0:02:32.350 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 16:14:20 +0000 (0:00:00.036) 0:02:32.387 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 16:14:20 +0000 (0:00:00.022) 0:02:32.409 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 16:14:20 +0000 (0:00:00.019) 0:02:32.428 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 16:14:20 +0000 (0:00:00.047) 0:02:32.476 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Tuesday 06 February 2024 16:14:20 +0000 (0:00:00.042) 0:02:32.519 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Tuesday 06 February 2024 16:14:20 +0000 (0:00:00.019) 0:02:32.538 ****** 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 16:13:55 UTC", "ActiveEnterTimestampMonotonic": "872440204", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "-.mount systemd-journald.socket system.slice sysinit.target basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Tue 2024-02-06 16:13:55 UTC", "AssertTimestampMonotonic": "872371327", "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": "44832000", "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 16:13:55 UTC", "ConditionTimestampMonotonic": "872371323", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "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 16:13:55 UTC", "ExecMainExitTimestampMonotonic": "872431863", "ExecMainPID": "7544", "ExecMainStartTimestamp": "Tue 2024-02-06 16:13:55 UTC", "ExecMainStartTimestampMonotonic": "872379154", "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", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "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 16:13:55 UTC", "InactiveExitTimestampMonotonic": "872379532", "InvocationID": "d3cd239c76bd485db7e79819a4e181f1", "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": "14778", "LimitNPROCSoft": "14778", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14778", "LimitSIGPENDINGSoft": "14778", "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", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "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": "system.slice -.mount sysinit.target", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "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]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "StateChangeTimestamp": "Tue 2024-02-06 16:13:55 UTC", "StateChangeTimestampMonotonic": "872440204", "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": "4433", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:32 Tuesday 06 February 2024 16:14:21 +0000 (0:00:00.915) 0:02:33.454 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Tuesday 06 February 2024 16:14:21 +0000 (0:00:00.248) 0:02:33.702 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:14:21 +0000 (0:00:00.031) 0:02:33.733 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:14:21 +0000 (0:00:00.019) 0:02:33.753 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:14:21 +0000 (0:00:00.018) 0:02:33.771 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:46 Tuesday 06 February 2024 16:14:21 +0000 (0:00:00.018) 0:02:33.790 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:55 Tuesday 06 February 2024 16:14:22 +0000 (0:00:00.871) 0:02:34.662 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.039084", "end": "2024-02-06 16:14:22.750274", "rc": 0, "start": "2024-02-06 16:14:22.711190" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:63 Tuesday 06 February 2024 16:14:22 +0000 (0:00:00.284) 0:02:34.946 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 16:14:22 +0000 (0:00:00.021) 0:02:34.967 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 16:14:22 +0000 (0:00:00.054) 0:02:35.021 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 16:14:22 +0000 (0:00:00.063) 0:02:35.085 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 16:14:22 +0000 (0:00:00.025) 0:02:35.111 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 16:14:22 +0000 (0:00:00.022) 0:02:35.133 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 16:14:23 +0000 (0:00:00.031) 0:02:35.165 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:14:23 +0000 (0:00:00.038) 0:02:35.203 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:14:23 +0000 (0:00:00.023) 0:02:35.227 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:14:23 +0000 (0:00:00.024) 0:02:35.251 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:14:23 +0000 (0:00:00.027) 0:02:35.279 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:14:23 +0000 (0:00:00.247) 0:02:35.526 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:14:23 +0000 (0:00:00.027) 0:02:35.554 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707236018.0889168, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1707235957.2852993, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203277, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "3244390270", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:14:23 +0000 (0:00:00.245) 0:02:35.800 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:14:23 +0000 (0:00:00.019) 0:02:35.819 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:14:23 +0000 (0:00:00.018) 0:02:35.838 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:14:23 +0000 (0:00:00.020) 0:02:35.858 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:14:23 +0000 (0:00:00.018) 0:02:35.877 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:14:23 +0000 (0:00:00.019) 0:02:35.897 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 16:14:23 +0000 (0:00:00.019) 0:02:35.916 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 16:14:23 +0000 (0:00:00.117) 0:02:36.033 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 16:14:23 +0000 (0:00:00.022) 0:02:36.056 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 16:14:23 +0000 (0:00:00.018) 0:02:36.075 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 16:14:23 +0000 (0:00:00.048) 0:02:36.124 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Tuesday 06 February 2024 16:14:24 +0000 (0:00:00.040) 0:02:36.165 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Tuesday 06 February 2024 16:14:24 +0000 (0:00:00.019) 0:02:36.184 ****** 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": "tmp.mount systemd-journald.socket -.mount basic.target quadlet-demo-network.service sysinit.target system.slice quadlet-demo-mysql-volume.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Tue 2024-02-06 16:14:08 UTC", "AssertTimestampMonotonic": "885350223", "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": "94226000", "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 16:14:08 UTC", "ConditionTimestampMonotonic": "885350220", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "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 16:14:08 UTC", "ExecMainExitTimestampMonotonic": "885406601", "ExecMainPID": "7966", "ExecMainStartTimestamp": "Tue 2024-02-06 16:14:08 UTC", "ExecMainStartTimestampMonotonic": "885354201", "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", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "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 16:14:08 UTC", "InactiveEnterTimestampMonotonic": "885453983", "InactiveExitTimestamp": "Tue 2024-02-06 16:14:08 UTC", "InactiveExitTimestampMonotonic": "885354618", "InvocationID": "6386be9f970f4ffb82f757d7299d917e", "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": "14778", "LimitNPROCSoft": "14778", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14778", "LimitSIGPENDINGSoft": "14778", "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", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "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 quadlet-demo-network.service sysinit.target tmp.mount -.mount quadlet-demo-mysql-volume.service", "RequiresMountsFor": "/run/containers /tmp/quadlet_demo", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "exit-code", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "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]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "StateChangeTimestamp": "Tue 2024-02-06 16:14:08 UTC", "StateChangeTimestampMonotonic": "885453983", "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": "4433", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:32 Tuesday 06 February 2024 16:14:24 +0000 (0:00:00.948) 0:02:37.133 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Tuesday 06 February 2024 16:14:25 +0000 (0:00:00.249) 0:02:37.382 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:14:25 +0000 (0:00:00.031) 0:02:37.414 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:14:25 +0000 (0:00:00.019) 0:02:37.433 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:14:25 +0000 (0:00:00.019) 0:02:37.452 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:46 Tuesday 06 February 2024 16:14:25 +0000 (0:00:00.018) 0:02:37.470 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:55 Tuesday 06 February 2024 16:14:26 +0000 (0:00:00.898) 0:02:38.368 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.043311", "end": "2024-02-06 16:14:26.461746", "rc": 0, "start": "2024-02-06 16:14:26.418435" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:63 Tuesday 06 February 2024 16:14:26 +0000 (0:00:00.287) 0:02:38.656 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 16:14:26 +0000 (0:00:00.021) 0:02:38.677 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 16:14:26 +0000 (0:00:00.018) 0:02:38.695 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 16:14:26 +0000 (0:00:00.068) 0:02:38.764 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 16:14:26 +0000 (0:00:00.027) 0:02:38.791 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 16:14:26 +0000 (0:00:00.020) 0:02:38.811 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 16:14:26 +0000 (0:00:00.031) 0:02:38.842 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:14:26 +0000 (0:00:00.038) 0:02:38.881 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:14:26 +0000 (0:00:00.024) 0:02:38.905 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:14:26 +0000 (0:00:00.021) 0:02:38.927 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:14:26 +0000 (0:00:00.027) 0:02:38.954 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:14:27 +0000 (0:00:00.245) 0:02:39.200 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:14:27 +0000 (0:00:00.027) 0:02:39.228 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707236018.0889168, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1707235957.2852993, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203277, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "3244390270", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:14:27 +0000 (0:00:00.245) 0:02:39.474 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:14:27 +0000 (0:00:00.019) 0:02:39.493 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:14:27 +0000 (0:00:00.019) 0:02:39.512 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:14:27 +0000 (0:00:00.018) 0:02:39.530 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:14:27 +0000 (0:00:00.018) 0:02:39.549 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:14:27 +0000 (0:00:00.018) 0:02:39.567 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 16:14:27 +0000 (0:00:00.018) 0:02:39.586 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 16:14:27 +0000 (0:00:00.068) 0:02:39.654 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 16:14:27 +0000 (0:00:00.021) 0:02:39.676 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 16:14:27 +0000 (0:00:00.019) 0:02:39.695 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 16:14:27 +0000 (0:00:00.046) 0:02:39.741 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Tuesday 06 February 2024 16:14:27 +0000 (0:00:00.040) 0:02:39.782 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Tuesday 06 February 2024 16:14:27 +0000 (0:00:00.018) 0:02:39.800 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:32 Tuesday 06 February 2024 16:14:27 +0000 (0:00:00.020) 0:02:39.821 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Tuesday 06 February 2024 16:14:27 +0000 (0:00:00.247) 0:02:40.068 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:14:27 +0000 (0:00:00.032) 0:02:40.101 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:14:27 +0000 (0:00:00.019) 0:02:40.120 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:14:27 +0000 (0:00:00.019) 0:02:40.140 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:46 Tuesday 06 February 2024 16:14:27 +0000 (0:00:00.020) 0:02:40.160 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:55 Tuesday 06 February 2024 16:14:28 +0000 (0:00:00.021) 0:02:40.182 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:63 Tuesday 06 February 2024 16:14:28 +0000 (0:00:00.020) 0:02:40.202 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 16:14:28 +0000 (0:00:00.019) 0:02:40.222 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 16:14:28 +0000 (0:00:00.018) 0:02:40.241 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 16:14:28 +0000 (0:00:00.093) 0:02:40.335 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 16:14:28 +0000 (0:00:00.062) 0:02:40.397 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 16:14:28 +0000 (0:00:00.021) 0:02:40.418 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 16:14:28 +0000 (0:00:00.030) 0:02:40.449 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:14:28 +0000 (0:00:00.036) 0:02:40.486 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:14:28 +0000 (0:00:00.022) 0:02:40.508 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:14:28 +0000 (0:00:00.021) 0:02:40.530 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:14:28 +0000 (0:00:00.029) 0:02:40.560 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:14:28 +0000 (0:00:00.247) 0:02:40.808 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:14:28 +0000 (0:00:00.028) 0:02:40.836 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707236018.0889168, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1707235957.2852993, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203277, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "3244390270", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:14:28 +0000 (0:00:00.247) 0:02:41.084 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:14:28 +0000 (0:00:00.018) 0:02:41.103 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:14:28 +0000 (0:00:00.019) 0:02:41.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 : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:14:28 +0000 (0:00:00.018) 0:02:41.140 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:14:28 +0000 (0:00:00.018) 0:02:41.159 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:14:29 +0000 (0:00:00.018) 0:02:41.178 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 16:14:29 +0000 (0:00:00.018) 0:02:41.196 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 16:14:29 +0000 (0:00:00.035) 0:02:41.231 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 16:14:29 +0000 (0:00:00.021) 0:02:41.252 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 16:14:29 +0000 (0:00:00.053) 0:02:41.306 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 16:14:29 +0000 (0:00:00.047) 0:02:41.353 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Tuesday 06 February 2024 16:14:29 +0000 (0:00:00.040) 0:02:41.394 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Tuesday 06 February 2024 16:14:29 +0000 (0:00:00.018) 0:02:41.412 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:32 Tuesday 06 February 2024 16:14:29 +0000 (0:00:00.021) 0:02:41.433 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Tuesday 06 February 2024 16:14:29 +0000 (0:00:00.247) 0:02:41.681 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:14:29 +0000 (0:00:00.032) 0:02:41.713 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:14:29 +0000 (0:00:00.019) 0:02:41.733 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:14:29 +0000 (0:00:00.018) 0:02:41.752 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:46 Tuesday 06 February 2024 16:14:29 +0000 (0:00:00.019) 0:02:41.771 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:55 Tuesday 06 February 2024 16:14:29 +0000 (0:00:00.019) 0:02:41.791 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:63 Tuesday 06 February 2024 16:14:29 +0000 (0:00:00.019) 0:02:41.811 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 16:14:29 +0000 (0:00:00.019) 0:02:41.830 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 16:14:29 +0000 (0:00:00.018) 0:02:41.849 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 16:14:29 +0000 (0:00:00.028) 0:02:41.877 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 16:14:29 +0000 (0:00:00.026) 0:02:41.903 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 16:14:29 +0000 (0:00:00.061) 0:02:41.965 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 16:14:29 +0000 (0:00:00.031) 0:02:41.997 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:14:29 +0000 (0:00:00.037) 0:02:42.034 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:14:29 +0000 (0:00:00.024) 0:02:42.059 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:14:29 +0000 (0:00:00.024) 0:02:42.083 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:14:29 +0000 (0:00:00.028) 0:02:42.112 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:14:30 +0000 (0:00:00.249) 0:02:42.361 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:14:30 +0000 (0:00:00.027) 0:02:42.388 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707236018.0889168, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1707235957.2852993, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203277, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "3244390270", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:14:30 +0000 (0:00:00.247) 0:02:42.635 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:14:30 +0000 (0:00:00.018) 0:02:42.654 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:14:30 +0000 (0:00:00.018) 0:02:42.673 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:14:30 +0000 (0:00:00.018) 0:02:42.692 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:14:30 +0000 (0:00:00.018) 0:02:42.710 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:14:30 +0000 (0:00:00.019) 0:02:42.729 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 16:14:30 +0000 (0:00:00.018) 0:02:42.748 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 16:14:30 +0000 (0:00:00.035) 0:02:42.784 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 16:14:30 +0000 (0:00:00.021) 0:02:42.805 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 16:14:30 +0000 (0:00:00.017) 0:02:42.822 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 16:14:30 +0000 (0:00:00.082) 0:02:42.905 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Tuesday 06 February 2024 16:14:30 +0000 (0:00:00.040) 0:02:42.945 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Tuesday 06 February 2024 16:14:30 +0000 (0:00:00.019) 0:02:42.964 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:32 Tuesday 06 February 2024 16:14:31 +0000 (0:00:00.412) 0:02:43.376 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Tuesday 06 February 2024 16:14:31 +0000 (0:00:00.250) 0:02:43.627 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:14:31 +0000 (0:00:00.031) 0:02:43.658 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:14:31 +0000 (0:00:00.019) 0:02:43.677 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:14:31 +0000 (0:00:00.018) 0:02:43.696 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:46 Tuesday 06 February 2024 16:14:31 +0000 (0:00:00.019) 0:02:43.715 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:55 Tuesday 06 February 2024 16:14:31 +0000 (0:00:00.019) 0:02:43.735 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:63 Tuesday 06 February 2024 16:14:31 +0000 (0:00:00.020) 0:02:43.755 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 16:14:31 +0000 (0:00:00.019) 0:02:43.774 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 16:14:31 +0000 (0:00:00.018) 0:02:43.793 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 16:14:31 +0000 (0:00:00.028) 0:02:43.822 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 16:14:31 +0000 (0:00:00.024) 0:02:43.847 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 16:14:31 +0000 (0:00:00.020) 0:02:43.867 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 16:14:31 +0000 (0:00:00.029) 0:02:43.896 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:14:31 +0000 (0:00:00.070) 0:02:43.967 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:14:31 +0000 (0:00:00.023) 0:02:43.990 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:14:31 +0000 (0:00:00.022) 0:02:44.013 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:14:31 +0000 (0:00:00.026) 0:02:44.039 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:14:32 +0000 (0:00:00.247) 0:02:44.286 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:14:32 +0000 (0:00:00.027) 0:02:44.314 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707236018.0889168, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1707235957.2852993, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203277, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "3244390270", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:14:32 +0000 (0:00:00.247) 0:02:44.561 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:14:32 +0000 (0:00:00.019) 0:02:44.580 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:14:32 +0000 (0:00:00.018) 0:02:44.599 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:14:32 +0000 (0:00:00.019) 0:02:44.618 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:14:32 +0000 (0:00:00.018) 0:02:44.636 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:14:32 +0000 (0:00:00.018) 0:02:44.654 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 16:14:32 +0000 (0:00:00.018) 0:02:44.673 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 16:14:32 +0000 (0:00:00.034) 0:02:44.707 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 16:14:32 +0000 (0:00:00.021) 0:02:44.728 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 16:14:32 +0000 (0:00:00.018) 0:02:44.746 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 16:14:32 +0000 (0:00:00.046) 0:02:44.793 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Tuesday 06 February 2024 16:14:32 +0000 (0:00:00.072) 0:02:44.865 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Tuesday 06 February 2024 16:14:32 +0000 (0:00:00.020) 0:02:44.885 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:32 Tuesday 06 February 2024 16:14:32 +0000 (0:00:00.020) 0:02:44.906 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Tuesday 06 February 2024 16:14:32 +0000 (0:00:00.247) 0:02:45.153 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:14:33 +0000 (0:00:00.031) 0:02:45.185 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:14:33 +0000 (0:00:00.019) 0:02:45.204 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:14:33 +0000 (0:00:00.018) 0:02:45.222 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:46 Tuesday 06 February 2024 16:14:33 +0000 (0:00:00.018) 0:02:45.241 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:55 Tuesday 06 February 2024 16:14:33 +0000 (0:00:00.862) 0:02:46.103 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.039668", "end": "2024-02-06 16:14:34.191469", "rc": 0, "start": "2024-02-06 16:14:34.151801" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:63 Tuesday 06 February 2024 16:14:34 +0000 (0:00:00.283) 0:02:46.387 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "network", "rm", "systemd-quadlet-demo" ], "delta": "0:00:00.038493", "end": "2024-02-06 16:14:34.476478", "rc": 0, "start": "2024-02-06 16:14:34.437985" } STDOUT: systemd-quadlet-demo TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 16:14:34 +0000 (0:00:00.284) 0:02:46.671 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Tuesday 06 February 2024 16:14:34 +0000 (0:00:00.018) 0:02:46.690 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } to retry, use: --limit @/tmp/tests_quadlet_demo.retry PLAY RECAP ********************************************************************* sut : ok=269 changed=31 unreachable=0 failed=1 skipped=261 rescued=1 ignored=0 Tuesday 06 February 2024 16:14:34 +0000 (0:00:00.019) 0:02:46.709 ****** =============================================================================== fedora.linux_system_roles.podman : Ensure required packages are installed -- 91.16s /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 fedora.linux_system_roles.podman : Ensure container images are present --- 9.18s /WORKDIR/git-fix-linger-handlinge7ocb7du/.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.95s /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 fedora.linux_system_roles.firewall : Enable and start firewalld service --- 2.61s /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 fedora.linux_system_roles.firewall : Install firewalld ------------------ 2.09s /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 fedora.linux_system_roles.firewall : Install firewalld ------------------ 2.03s /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 fedora.linux_system_roles.firewall : Configure firewall ----------------- 1.84s /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 fedora.linux_system_roles.certificate : Ensure provider service is running --- 1.11s /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.96s /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Stop and disable service ------------- 0.95s /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 fedora.linux_system_roles.podman : Stop and disable service ------------- 0.92s /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Gathering Facts --------------------------------------------------------- 0.90s /WORKDIR/git-fix-linger-handlinge7ocb7du/tests/tests_quadlet_demo.yml:9 ------- fedora.linux_system_roles.podman : Reload systemctl --------------------- 0.90s /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:46 fedora.linux_system_roles.podman : Reload systemctl --------------------- 0.89s /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 fedora.linux_system_roles.podman : Reload systemctl --------------------- 0.87s /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:46 fedora.linux_system_roles.podman : Reload systemctl --------------------- 0.86s /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:46 fedora.linux_system_roles.podman : Reload systemctl --------------------- 0.86s /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 fedora.linux_system_roles.podman : Reload systemctl --------------------- 0.86s /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.83s /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 ---^---^---^---^---^--- # 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) ---^---^---^---^---^---