# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_quadlet_demo.yml *********************************************** 2 plays in /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/tests_quadlet_demo.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/tests_quadlet_demo.yml:4 Sunday 04 February 2024 20:14:30 +0000 (0:00:00.016) 0:00:00.016 ******* 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-handlingv6f1dxfs/tests/vars/vault-variables.yml" ], "changed": false } META: ran handlers META: ran handlers PLAY [Deploy the quadlet demo app] ********************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/tests_quadlet_demo.yml:9 Sunday 04 February 2024 20:14:30 +0000 (0:00:00.013) 0:00:00.029 ******* ok: [sut] META: ran handlers TASK [Generate certificates] *************************************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/tests_quadlet_demo.yml:39 Sunday 04 February 2024 20:14:31 +0000 (0:00:00.629) 0:00:00.659 ******* TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Sunday 04 February 2024 20:14:31 +0000 (0:00:00.046) 0:00:00.706 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/.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-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Sunday 04 February 2024 20:14:31 +0000 (0:00:00.019) 0:00:00.725 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Sunday 04 February 2024 20:14:31 +0000 (0:00:00.025) 0:00:00.751 ******* 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-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Sunday 04 February 2024 20:14:31 +0000 (0:00:00.273) 0:00:01.025 ******* 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-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Sunday 04 February 2024 20:14:31 +0000 (0:00:00.054) 0:00:01.079 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.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-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Sunday 04 February 2024 20:14:31 +0000 (0:00:00.037) 0:00:01.117 ******* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: python3-pyasn1-0.3.7-6.el8.noarch" ] } TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Sunday 04 February 2024 20:14:35 +0000 (0:00:03.607) 0:00:04.724 ******* changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "rc": 0, "results": [ "Installed: certmonger-0.79.17-2.el8.x86_64", "Installed: xmlrpc-c-1.51.0-8.el8.x86_64", "Installed: xmlrpc-c-client-1.51.0-8.el8.x86_64" ] } TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Sunday 04 February 2024 20:14:39 +0000 (0:00:04.257) 0:00:08.982 ******* changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//pre-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Sunday 04 February 2024 20:14:39 +0000 (0:00:00.308) 0:00:09.290 ******* changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//post-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Sunday 04 February 2024 20:14:40 +0000 (0:00:00.217) 0:00:09.508 ******* changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "enabled": true, "name": "certmonger", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "dbus.service system.slice dbus.socket basic.target systemd-journald.socket syslog.target sysinit.target network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedorahosted.certmonger", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "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 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/certmonger.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "certmonger.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/certmonger.pid", "PartOf": "dbus.service", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Sunday 04 February 2024 20:14:40 +0000 (0:00:00.712) 0:00:10.221 ******* 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-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Sunday 04 February 2024 20:14:41 +0000 (0:00:00.916) 0:00:11.137 ******* ok: [sut] => (item=['cert', {'name': 'quadlet_demo', 'dns': ['localhost'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "content": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURnakNDQW1xZ0F3SUJBZ0lRR1AzM0loSWFSd0dHOVZJeXFNR1ZqREFOQmdrcWhraUc5dzBCQVFzRkFEQlEKTVNBd0hnWURWUVFEREJkTWIyTmhiQ0JUYVdkdWFXNW5JRUYxZEdodmNtbDBlVEVzTUNvR0ExVUVBd3dqTVRobQpaR1kzTWpJdE1USXhZVFEzTURFdE9EWm1OVFV5TXpJdFlUaGpNVGsxT0dJd0hoY05NalF3TWpBME1qQXhORFF4CldoY05NalV3TWpBME1qQXhORFF4V2pBVU1SSXdFQVlEVlFRREV3bHNiMk5oYkdodmMzUXdnZ0VpTUEwR0NTcUcKU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLQW9JQkFRQzJoN0duN015NjZYazM1L3JRRWVvN0txMG85T24rME52dQorZ0hsaDIrN2VpejZUVjExODExY0lESVZVSzBKOEJESnpiNzBmcUZma2xBemdCZ2tBbDhGMG5yNFFiaFoxblBRCktMVlNtcUkvQ0s5dlAzSXM2ZU12Smo5enFXSVdtN2RUZXZoTWRuK1M5Nk9DcWVaVnZVOFFLS0JNU2lhdHJIWkgKTjdIZEg4OXdOcWQ4c2hNVGtKOWhzQ3NCallPaW1tOVhQRlhGeC9IbVEwMFdVUlJVbFlnNHcvUktxSWw4RFhkbwpsMzd4ekVDQTdzSXpZcTVqWkhhTDhvb3hjVzhzdGNNU0IxcnVGRGdwck5nWlR1YXpFckM2d285dFNaOFZzOW1FCkVNSWVMcDZWWU1lRm5XSVpuVnRYZVlHT1dGemNkNlAyVHd3cm1PbUg0MEpsdis2V3h2YzdBZ01CQUFHamdaTXcKZ1pBd0N3WURWUjBQQkFRREFnV2dNQlFHQTFVZEVRUU5NQXVDQ1d4dlkyRnNhRzl6ZERBZEJnTlZIU1VFRmpBVQpCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3REFZRFZSMFRBUUgvQkFJd0FEQWRCZ05WSFE0RUZnUVVJMXZZCmsrTnhGTFl5UVp0REh0NXc2dGR2NDNjd0h3WURWUjBqQkJnd0ZvQVVYT0EyL0FyU3dBbWp3MEtzOUNUYU42ZFYKN0dVd0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQkFId2FvQnBidUg0Vm0rMm8yQXMybElLZkRFN2t1UFBjbXBqNApiWXBDVTJlQi9OdkhYRUw4QTd3RWxQMzNYZXdYdnVnRXUreVlSYkh4dVR2QWZMSENxdkRJZ0tKTDYwTW9QNVZqCm1SNnl2UHFTRUtqc0ZlMnhIcjM2b0IzNEhLWTYzSzZJdnlzaUEzTDV6bFlZYzZ4TnE1dXhnQ3JHd01FTFdKcEgKRmdndTZ1NFIrSVltQnpHZnVROCtNSEVwcng2OWVrR08yV3NocDM1bFJjT2VGWnlHdUpoaVc0dHNPcUhXUGY0RwphRUNGVnNLQklwYlFrbU1NRWcyTFVpbTRiZDZyZ0MvZ0owVkUwUmRLSHNLZHEwaXFwaGtSM2cwZGpvUk9UMnFrCnNKcFNuTmJSeHQ3WFdQalprVy82a3o3RlRxNW40Y0g5WjVQZzdlNy9kN0FicUw4LzVnUT0KLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQo=", "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": "LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1JSUV2Z0lCQURBTkJna3Foa2lHOXcwQkFRRUZBQVNDQktnd2dnU2tBZ0VBQW9JQkFRQzJoN0duN015NjZYazMKNS9yUUVlbzdLcTBvOU9uKzBOdnUrZ0hsaDIrN2VpejZUVjExODExY0lESVZVSzBKOEJESnpiNzBmcUZma2xBegpnQmdrQWw4RjBucjRRYmhaMW5QUUtMVlNtcUkvQ0s5dlAzSXM2ZU12Smo5enFXSVdtN2RUZXZoTWRuK1M5Nk9DCnFlWlZ2VThRS0tCTVNpYXRySFpITjdIZEg4OXdOcWQ4c2hNVGtKOWhzQ3NCallPaW1tOVhQRlhGeC9IbVEwMFcKVVJSVWxZZzR3L1JLcUlsOERYZG9sMzd4ekVDQTdzSXpZcTVqWkhhTDhvb3hjVzhzdGNNU0IxcnVGRGdwck5nWgpUdWF6RXJDNndvOXRTWjhWczltRUVNSWVMcDZWWU1lRm5XSVpuVnRYZVlHT1dGemNkNlAyVHd3cm1PbUg0MEpsCnYrNld4dmM3QWdNQkFBRUNnZ0VCQUthSTg0dzB2eTRoNmxrWnJIcStmYWp4N1A4YlJZc1o0REFQcGo5VzdKaHUKaGk3dyt6NnNoaGVSd0dBMk5VcUYzNnRmcnNPLzdWZ1hWRmxJbTczdTgrZUovR3dZK2l2dFA4bEIrdjJjM0Q4SwptNVd5bTJkakZjWms3U3VIOVZpUFJocENiZHpGbU92c1NTRGtCcVZmalkwK285STNMVWJ6dlE2SlFCeHg4Mzk2CnM0SjVhcHgzcG5BOFdSZ3NFV2FvSHhWbjFVd1plU3prdlYxQ0JkZG9ZaS84cG5tR2o4ZU8vZkFaRnptVktoQkYKSXBZMlFmdHpHSDlOZm1lbGlNSjZQRXVoaHJHZElSL2NYeEoxOU1SdFpteUFvaUJoMStxNkJiT1YwV2lIRFNNegoxNkVKUHBjdE53VCtOZVNXbDVLZHdBa090cEp6L1VVRGovbk52aGIxK3lFQ2dZRUEzcEIrMkFYWTZiUVhPMnFxCjhLYTlZcFVxd1lUbFBuMlovclNXeGdyb2hNM25rb0pNZG1RNXlmdkhLd3ZZVnFmeC9oVW9VZ0ZkRldjK1g4SDAKYnlRM05PWHVlZllWeFZudXNTK2dpOXJFQ3ZHVFAzajJCeHIrWkZadjJNS2QxbVJnY1pBRDhmeUZRZk94RGcrMQptNGpXQlBObGV5VC8zcXRvdFZOQ0ZiSnhUQWtDZ1lFQTBmT0l6MzlqQXdhWVZ1RWdwYkM0RDFpV3lWbnJjQnFzCkgwbG5WamdsbndTTzdobHh2Y1BTdXFpTEFibzJjb2x6bXNWOUg2aERxVXpBYi9vbEZiYkdwRVh5NXRST0kzL04KbzFOa1pLNlFMSzcrMWdSSm9CZ29CRVdRUG9WbzMxNmd2eGE5OFVXb0dRbXVRUU9SOGlNODEvTTQ1S3VNUW11bgpFSUViTGVpRmdpTUNnWUIvZi9lcWVXOFNNd0U4SUpkYzFhaVkyU3R0UVZ5eXQvR0lZSndmU0JCOFJCanRiWWV3Ckt5cVA4NVRkckNON1FTcjRpOVpWWkVLWENGWkxOU2w2b2h5ZVNUcWMwOFVWRWJnVCtWelh3Yk9kTVZkUmZWSTAKTDlxY1VJZ3lmUXMrenJJUlhKZG1BV3UxcEkxQnFPNDQ4K0xuWXlnM3E3S0pOVmoreDN1TVFuVjFRUUtCZ0FKcwpBTVFFQUN4a3d4VWRlN2J0bHZIMlg2YnE5cUJRYm5QZDhPYzV0cFZqQkJNVEVCRFVWWFg1dzhDOVdTdHhFbmhTCmx1THFtZjAxK1hKUlBHUkh1M3JobzYrdCswakZqS1c1cklyTXlMVDdQODFRTjFrMWJpQytmSzk3OG4zQkpiR08KblpwTzUyV0NpeFFNNm40VWtmc2J2eWhFSWxZUno5ZU01YmRkMjB4cEFvR0JBSmx2eXdQczd0Qnl4YlN0ME9FbwpSeTVYOVJ4THorSE9mSWRjSm9BZTBMZ25lRnpCdC9iOXpKZzRBT2lOTUlvMk5BSjVIMVdXUzRDZUhvNXNGV1FRCkJZNWhDZzJPQnZET1RLRmNJTWxLczZUeU1odzFWaERid1RMSEwvZVlkS3JFZEVsQXFxQUFsYXFrTXM3a1RIWi8KZG0zZTVPNDBNQmRrZFhETmhOcEFBZGJoCi0tLS0tRU5EIFBSSVZBVEUgS0VZLS0tLS0K", "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": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURnakNDQW1xZ0F3SUJBZ0lRR1AzM0loSWFSd0dHOVZJeXFNR1ZqREFOQmdrcWhraUc5dzBCQVFzRkFEQlEKTVNBd0hnWURWUVFEREJkTWIyTmhiQ0JUYVdkdWFXNW5JRUYxZEdodmNtbDBlVEVzTUNvR0ExVUVBd3dqTVRobQpaR1kzTWpJdE1USXhZVFEzTURFdE9EWm1OVFV5TXpJdFlUaGpNVGsxT0dJd0hoY05NalF3TWpBME1qQXhORFF4CldoY05NalV3TWpBME1qQXhORFF4V2pBVU1SSXdFQVlEVlFRREV3bHNiMk5oYkdodmMzUXdnZ0VpTUEwR0NTcUcKU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLQW9JQkFRQzJoN0duN015NjZYazM1L3JRRWVvN0txMG85T24rME52dQorZ0hsaDIrN2VpejZUVjExODExY0lESVZVSzBKOEJESnpiNzBmcUZma2xBemdCZ2tBbDhGMG5yNFFiaFoxblBRCktMVlNtcUkvQ0s5dlAzSXM2ZU12Smo5enFXSVdtN2RUZXZoTWRuK1M5Nk9DcWVaVnZVOFFLS0JNU2lhdHJIWkgKTjdIZEg4OXdOcWQ4c2hNVGtKOWhzQ3NCallPaW1tOVhQRlhGeC9IbVEwMFdVUlJVbFlnNHcvUktxSWw4RFhkbwpsMzd4ekVDQTdzSXpZcTVqWkhhTDhvb3hjVzhzdGNNU0IxcnVGRGdwck5nWlR1YXpFckM2d285dFNaOFZzOW1FCkVNSWVMcDZWWU1lRm5XSVpuVnRYZVlHT1dGemNkNlAyVHd3cm1PbUg0MEpsdis2V3h2YzdBZ01CQUFHamdaTXcKZ1pBd0N3WURWUjBQQkFRREFnV2dNQlFHQTFVZEVRUU5NQXVDQ1d4dlkyRnNhRzl6ZERBZEJnTlZIU1VFRmpBVQpCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3REFZRFZSMFRBUUgvQkFJd0FEQWRCZ05WSFE0RUZnUVVJMXZZCmsrTnhGTFl5UVp0REh0NXc2dGR2NDNjd0h3WURWUjBqQkJnd0ZvQVVYT0EyL0FyU3dBbWp3MEtzOUNUYU42ZFYKN0dVd0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQkFId2FvQnBidUg0Vm0rMm8yQXMybElLZkRFN2t1UFBjbXBqNApiWXBDVTJlQi9OdkhYRUw4QTd3RWxQMzNYZXdYdnVnRXUreVlSYkh4dVR2QWZMSENxdkRJZ0tKTDYwTW9QNVZqCm1SNnl2UHFTRUtqc0ZlMnhIcjM2b0IzNEhLWTYzSzZJdnlzaUEzTDV6bFlZYzZ4TnE1dXhnQ3JHd01FTFdKcEgKRmdndTZ1NFIrSVltQnpHZnVROCtNSEVwcng2OWVrR08yV3NocDM1bFJjT2VGWnlHdUpoaVc0dHNPcUhXUGY0RwphRUNGVnNLQklwYlFrbU1NRWcyTFVpbTRiZDZyZ0MvZ0owVkUwUmRLSHNLZHEwaXFwaGtSM2cwZGpvUk9UMnFrCnNKcFNuTmJSeHQ3WFdQalprVy82a3o3RlRxNW40Y0g5WjVQZzdlNy9kN0FicUw4LzVnUT0KLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQo=", "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-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Sunday 04 February 2024 20:14:42 +0000 (0:00:00.721) 0:00:11.859 ******* ok: [sut] => { "ansible_facts": { "certificate_test_certs": { "quadlet_demo": { "ca": "/etc/pki/tls/certs/quadlet_demo.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDgjCCAmqgAwIBAgIQGP33IhIaRwGG9VIyqMGVjDANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjMThm\nZGY3MjItMTIxYTQ3MDEtODZmNTUyMzItYThjMTk1OGIwHhcNMjQwMjA0MjAxNDQx\nWhcNMjUwMjA0MjAxNDQxWjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC2h7Gn7My66Xk35/rQEeo7Kq0o9On+0Nvu\n+gHlh2+7eiz6TV11811cIDIVUK0J8BDJzb70fqFfklAzgBgkAl8F0nr4QbhZ1nPQ\nKLVSmqI/CK9vP3Is6eMvJj9zqWIWm7dTevhMdn+S96OCqeZVvU8QKKBMSiatrHZH\nN7HdH89wNqd8shMTkJ9hsCsBjYOimm9XPFXFx/HmQ00WURRUlYg4w/RKqIl8DXdo\nl37xzECA7sIzYq5jZHaL8ooxcW8stcMSB1ruFDgprNgZTuazErC6wo9tSZ8Vs9mE\nEMIeLp6VYMeFnWIZnVtXeYGOWFzcd6P2TwwrmOmH40Jlv+6Wxvc7AgMBAAGjgZMw\ngZAwCwYDVR0PBAQDAgWgMBQGA1UdEQQNMAuCCWxvY2FsaG9zdDAdBgNVHSUEFjAU\nBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAdBgNVHQ4EFgQUI1vY\nk+NxFLYyQZtDHt5w6tdv43cwHwYDVR0jBBgwFoAUXOA2/ArSwAmjw0Ks9CTaN6dV\n7GUwDQYJKoZIhvcNAQELBQADggEBAHwaoBpbuH4Vm+2o2As2lIKfDE7kuPPcmpj4\nbYpCU2eB/NvHXEL8A7wElP33XewXvugEu+yYRbHxuTvAfLHCqvDIgKJL60MoP5Vj\nmR6yvPqSEKjsFe2xHr36oB34HKY63K6IvysiA3L5zlYYc6xNq5uxgCrGwMELWJpH\nFggu6u4R+IYmBzGfuQ8+MHEprx69ekGO2Wshp35lRcOeFZyGuJhiW4tsOqHWPf4G\naECFVsKBIpbQkmMMEg2LUim4bd6rgC/gJ0VE0RdKHsKdq0iqphkR3g0djoROT2qk\nsJpSnNbRxt7XWPjZkW/6kz7FTq5n4cH9Z5Pg7e7/d7AbqL8/5gQ=\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/quadlet_demo.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDgjCCAmqgAwIBAgIQGP33IhIaRwGG9VIyqMGVjDANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjMThm\nZGY3MjItMTIxYTQ3MDEtODZmNTUyMzItYThjMTk1OGIwHhcNMjQwMjA0MjAxNDQx\nWhcNMjUwMjA0MjAxNDQxWjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC2h7Gn7My66Xk35/rQEeo7Kq0o9On+0Nvu\n+gHlh2+7eiz6TV11811cIDIVUK0J8BDJzb70fqFfklAzgBgkAl8F0nr4QbhZ1nPQ\nKLVSmqI/CK9vP3Is6eMvJj9zqWIWm7dTevhMdn+S96OCqeZVvU8QKKBMSiatrHZH\nN7HdH89wNqd8shMTkJ9hsCsBjYOimm9XPFXFx/HmQ00WURRUlYg4w/RKqIl8DXdo\nl37xzECA7sIzYq5jZHaL8ooxcW8stcMSB1ruFDgprNgZTuazErC6wo9tSZ8Vs9mE\nEMIeLp6VYMeFnWIZnVtXeYGOWFzcd6P2TwwrmOmH40Jlv+6Wxvc7AgMBAAGjgZMw\ngZAwCwYDVR0PBAQDAgWgMBQGA1UdEQQNMAuCCWxvY2FsaG9zdDAdBgNVHSUEFjAU\nBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAdBgNVHQ4EFgQUI1vY\nk+NxFLYyQZtDHt5w6tdv43cwHwYDVR0jBBgwFoAUXOA2/ArSwAmjw0Ks9CTaN6dV\n7GUwDQYJKoZIhvcNAQELBQADggEBAHwaoBpbuH4Vm+2o2As2lIKfDE7kuPPcmpj4\nbYpCU2eB/NvHXEL8A7wElP33XewXvugEu+yYRbHxuTvAfLHCqvDIgKJL60MoP5Vj\nmR6yvPqSEKjsFe2xHr36oB34HKY63K6IvysiA3L5zlYYc6xNq5uxgCrGwMELWJpH\nFggu6u4R+IYmBzGfuQ8+MHEprx69ekGO2Wshp35lRcOeFZyGuJhiW4tsOqHWPf4G\naECFVsKBIpbQkmMMEg2LUim4bd6rgC/gJ0VE0RdKHsKdq0iqphkR3g0djoROT2qk\nsJpSnNbRxt7XWPjZkW/6kz7FTq5n4cH9Z5Pg7e7/d7AbqL8/5gQ=\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/quadlet_demo.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC2h7Gn7My66Xk3\n5/rQEeo7Kq0o9On+0Nvu+gHlh2+7eiz6TV11811cIDIVUK0J8BDJzb70fqFfklAz\ngBgkAl8F0nr4QbhZ1nPQKLVSmqI/CK9vP3Is6eMvJj9zqWIWm7dTevhMdn+S96OC\nqeZVvU8QKKBMSiatrHZHN7HdH89wNqd8shMTkJ9hsCsBjYOimm9XPFXFx/HmQ00W\nURRUlYg4w/RKqIl8DXdol37xzECA7sIzYq5jZHaL8ooxcW8stcMSB1ruFDgprNgZ\nTuazErC6wo9tSZ8Vs9mEEMIeLp6VYMeFnWIZnVtXeYGOWFzcd6P2TwwrmOmH40Jl\nv+6Wxvc7AgMBAAECggEBAKaI84w0vy4h6lkZrHq+fajx7P8bRYsZ4DAPpj9W7Jhu\nhi7w+z6shheRwGA2NUqF36tfrsO/7VgXVFlIm73u8+eJ/GwY+ivtP8lB+v2c3D8K\nm5Wym2djFcZk7SuH9ViPRhpCbdzFmOvsSSDkBqVfjY0+o9I3LUbzvQ6JQBxx8396\ns4J5apx3pnA8WRgsEWaoHxVn1UwZeSzkvV1CBddoYi/8pnmGj8eO/fAZFzmVKhBF\nIpY2QftzGH9NfmeliMJ6PEuhhrGdIR/cXxJ19MRtZmyAoiBh1+q6BbOV0WiHDSMz\n16EJPpctNwT+NeSWl5KdwAkOtpJz/UUDj/nNvhb1+yECgYEA3pB+2AXY6bQXO2qq\n8Ka9YpUqwYTlPn2Z/rSWxgrohM3nkoJMdmQ5yfvHKwvYVqfx/hUoUgFdFWc+X8H0\nbyQ3NOXuefYVxVnusS+gi9rECvGTP3j2Bxr+ZFZv2MKd1mRgcZAD8fyFQfOxDg+1\nm4jWBPNleyT/3qtotVNCFbJxTAkCgYEA0fOIz39jAwaYVuEgpbC4D1iWyVnrcBqs\nH0lnVjglnwSO7hlxvcPSuqiLAbo2colzmsV9H6hDqUzAb/olFbbGpEXy5tROI3/N\no1NkZK6QLK7+1gRJoBgoBEWQPoVo316gvxa98UWoGQmuQQOR8iM81/M45KuMQmun\nEIEbLeiFgiMCgYB/f/eqeW8SMwE8IJdc1aiY2SttQVyyt/GIYJwfSBB8RBjtbYew\nKyqP85TdrCN7QSr4i9ZVZEKXCFZLNSl6ohyeSTqc08UVEbgT+VzXwbOdMVdRfVI0\nL9qcUIgyfQs+zrIRXJdmAWu1pI1BqO448+LnYyg3q7KJNVj+x3uMQnV1QQKBgAJs\nAMQEACxkwxUde7btlvH2X6bq9qBQbnPd8Oc5tpVjBBMTEBDUVXX5w8C9WStxEnhS\nluLqmf01+XJRPGRHu3rho6+t+0jFjKW5rIrMyLT7P81QN1k1biC+fK978n3BJbGO\nnZpO52WCixQM6n4UkfsbvyhEIlYRz9eM5bdd20xpAoGBAJlvywPs7tByxbSt0OEo\nRy5X9RxLz+HOfIdcJoAe0LgneFzBt/b9zJg4AOiNMIo2NAJ5H1WWS4CeHo5sFWQQ\nBY5hCg2OBvDOTKFcIMlKs6TyMhw1VhDbwTLHL/eYdKrEdElAqqAAlaqkMs7kTHZ/\ndm3e5O40MBdkdXDNhNpAAdbh\n-----END PRIVATE KEY-----\n" } } }, "changed": false } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Sunday 04 February 2024 20:14:42 +0000 (0:00:00.027) 0:00:11.886 ******* ok: [sut] => (item={'cert': '/etc/pki/tls/certs/quadlet_demo.crt', 'cert_content': '-----BEGIN CERTIFICATE-----\nMIIDgjCCAmqgAwIBAgIQGP33IhIaRwGG9VIyqMGVjDANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjMThm\nZGY3MjItMTIxYTQ3MDEtODZmNTUyMzItYThjMTk1OGIwHhcNMjQwMjA0MjAxNDQx\nWhcNMjUwMjA0MjAxNDQxWjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC2h7Gn7My66Xk35/rQEeo7Kq0o9On+0Nvu\n+gHlh2+7eiz6TV11811cIDIVUK0J8BDJzb70fqFfklAzgBgkAl8F0nr4QbhZ1nPQ\nKLVSmqI/CK9vP3Is6eMvJj9zqWIWm7dTevhMdn+S96OCqeZVvU8QKKBMSiatrHZH\nN7HdH89wNqd8shMTkJ9hsCsBjYOimm9XPFXFx/HmQ00WURRUlYg4w/RKqIl8DXdo\nl37xzECA7sIzYq5jZHaL8ooxcW8stcMSB1ruFDgprNgZTuazErC6wo9tSZ8Vs9mE\nEMIeLp6VYMeFnWIZnVtXeYGOWFzcd6P2TwwrmOmH40Jlv+6Wxvc7AgMBAAGjgZMw\ngZAwCwYDVR0PBAQDAgWgMBQGA1UdEQQNMAuCCWxvY2FsaG9zdDAdBgNVHSUEFjAU\nBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAdBgNVHQ4EFgQUI1vY\nk+NxFLYyQZtDHt5w6tdv43cwHwYDVR0jBBgwFoAUXOA2/ArSwAmjw0Ks9CTaN6dV\n7GUwDQYJKoZIhvcNAQELBQADggEBAHwaoBpbuH4Vm+2o2As2lIKfDE7kuPPcmpj4\nbYpCU2eB/NvHXEL8A7wElP33XewXvugEu+yYRbHxuTvAfLHCqvDIgKJL60MoP5Vj\nmR6yvPqSEKjsFe2xHr36oB34HKY63K6IvysiA3L5zlYYc6xNq5uxgCrGwMELWJpH\nFggu6u4R+IYmBzGfuQ8+MHEprx69ekGO2Wshp35lRcOeFZyGuJhiW4tsOqHWPf4G\naECFVsKBIpbQkmMMEg2LUim4bd6rgC/gJ0VE0RdKHsKdq0iqphkR3g0djoROT2qk\nsJpSnNbRxt7XWPjZkW/6kz7FTq5n4cH9Z5Pg7e7/d7AbqL8/5gQ=\n-----END CERTIFICATE-----\n', 'key': '/etc/pki/tls/private/quadlet_demo.key', 'key_content': '-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC2h7Gn7My66Xk3\n5/rQEeo7Kq0o9On+0Nvu+gHlh2+7eiz6TV11811cIDIVUK0J8BDJzb70fqFfklAz\ngBgkAl8F0nr4QbhZ1nPQKLVSmqI/CK9vP3Is6eMvJj9zqWIWm7dTevhMdn+S96OC\nqeZVvU8QKKBMSiatrHZHN7HdH89wNqd8shMTkJ9hsCsBjYOimm9XPFXFx/HmQ00W\nURRUlYg4w/RKqIl8DXdol37xzECA7sIzYq5jZHaL8ooxcW8stcMSB1ruFDgprNgZ\nTuazErC6wo9tSZ8Vs9mEEMIeLp6VYMeFnWIZnVtXeYGOWFzcd6P2TwwrmOmH40Jl\nv+6Wxvc7AgMBAAECggEBAKaI84w0vy4h6lkZrHq+fajx7P8bRYsZ4DAPpj9W7Jhu\nhi7w+z6shheRwGA2NUqF36tfrsO/7VgXVFlIm73u8+eJ/GwY+ivtP8lB+v2c3D8K\nm5Wym2djFcZk7SuH9ViPRhpCbdzFmOvsSSDkBqVfjY0+o9I3LUbzvQ6JQBxx8396\ns4J5apx3pnA8WRgsEWaoHxVn1UwZeSzkvV1CBddoYi/8pnmGj8eO/fAZFzmVKhBF\nIpY2QftzGH9NfmeliMJ6PEuhhrGdIR/cXxJ19MRtZmyAoiBh1+q6BbOV0WiHDSMz\n16EJPpctNwT+NeSWl5KdwAkOtpJz/UUDj/nNvhb1+yECgYEA3pB+2AXY6bQXO2qq\n8Ka9YpUqwYTlPn2Z/rSWxgrohM3nkoJMdmQ5yfvHKwvYVqfx/hUoUgFdFWc+X8H0\nbyQ3NOXuefYVxVnusS+gi9rECvGTP3j2Bxr+ZFZv2MKd1mRgcZAD8fyFQfOxDg+1\nm4jWBPNleyT/3qtotVNCFbJxTAkCgYEA0fOIz39jAwaYVuEgpbC4D1iWyVnrcBqs\nH0lnVjglnwSO7hlxvcPSuqiLAbo2colzmsV9H6hDqUzAb/olFbbGpEXy5tROI3/N\no1NkZK6QLK7+1gRJoBgoBEWQPoVo316gvxa98UWoGQmuQQOR8iM81/M45KuMQmun\nEIEbLeiFgiMCgYB/f/eqeW8SMwE8IJdc1aiY2SttQVyyt/GIYJwfSBB8RBjtbYew\nKyqP85TdrCN7QSr4i9ZVZEKXCFZLNSl6ohyeSTqc08UVEbgT+VzXwbOdMVdRfVI0\nL9qcUIgyfQs+zrIRXJdmAWu1pI1BqO448+LnYyg3q7KJNVj+x3uMQnV1QQKBgAJs\nAMQEACxkwxUde7btlvH2X6bq9qBQbnPd8Oc5tpVjBBMTEBDUVXX5w8C9WStxEnhS\nluLqmf01+XJRPGRHu3rho6+t+0jFjKW5rIrMyLT7P81QN1k1biC+fK978n3BJbGO\nnZpO52WCixQM6n4UkfsbvyhEIlYRz9eM5bdd20xpAoGBAJlvywPs7tByxbSt0OEo\nRy5X9RxLz+HOfIdcJoAe0LgneFzBt/b9zJg4AOiNMIo2NAJ5H1WWS4CeHo5sFWQQ\nBY5hCg2OBvDOTKFcIMlKs6TyMhw1VhDbwTLHL/eYdKrEdElAqqAAlaqkMs7kTHZ/\ndm3e5O40MBdkdXDNhNpAAdbh\n-----END PRIVATE KEY-----\n', 'ca': '/etc/pki/tls/certs/quadlet_demo.crt', 'ca_content': '-----BEGIN CERTIFICATE-----\nMIIDgjCCAmqgAwIBAgIQGP33IhIaRwGG9VIyqMGVjDANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjMThm\nZGY3MjItMTIxYTQ3MDEtODZmNTUyMzItYThjMTk1OGIwHhcNMjQwMjA0MjAxNDQx\nWhcNMjUwMjA0MjAxNDQxWjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC2h7Gn7My66Xk35/rQEeo7Kq0o9On+0Nvu\n+gHlh2+7eiz6TV11811cIDIVUK0J8BDJzb70fqFfklAzgBgkAl8F0nr4QbhZ1nPQ\nKLVSmqI/CK9vP3Is6eMvJj9zqWIWm7dTevhMdn+S96OCqeZVvU8QKKBMSiatrHZH\nN7HdH89wNqd8shMTkJ9hsCsBjYOimm9XPFXFx/HmQ00WURRUlYg4w/RKqIl8DXdo\nl37xzECA7sIzYq5jZHaL8ooxcW8stcMSB1ruFDgprNgZTuazErC6wo9tSZ8Vs9mE\nEMIeLp6VYMeFnWIZnVtXeYGOWFzcd6P2TwwrmOmH40Jlv+6Wxvc7AgMBAAGjgZMw\ngZAwCwYDVR0PBAQDAgWgMBQGA1UdEQQNMAuCCWxvY2FsaG9zdDAdBgNVHSUEFjAU\nBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAdBgNVHQ4EFgQUI1vY\nk+NxFLYyQZtDHt5w6tdv43cwHwYDVR0jBBgwFoAUXOA2/ArSwAmjw0Ks9CTaN6dV\n7GUwDQYJKoZIhvcNAQELBQADggEBAHwaoBpbuH4Vm+2o2As2lIKfDE7kuPPcmpj4\nbYpCU2eB/NvHXEL8A7wElP33XewXvugEu+yYRbHxuTvAfLHCqvDIgKJL60MoP5Vj\nmR6yvPqSEKjsFe2xHr36oB34HKY63K6IvysiA3L5zlYYc6xNq5uxgCrGwMELWJpH\nFggu6u4R+IYmBzGfuQ8+MHEprx69ekGO2Wshp35lRcOeFZyGuJhiW4tsOqHWPf4G\naECFVsKBIpbQkmMMEg2LUim4bd6rgC/gJ0VE0RdKHsKdq0iqphkR3g0djoROT2qk\nsJpSnNbRxt7XWPjZkW/6kz7FTq5n4cH9Z5Pg7e7/d7AbqL8/5gQ=\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:01.036298", "end": "2024-02-04 20:14:43.726367", "item": { "ca": "/etc/pki/tls/certs/quadlet_demo.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDgjCCAmqgAwIBAgIQGP33IhIaRwGG9VIyqMGVjDANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjMThm\nZGY3MjItMTIxYTQ3MDEtODZmNTUyMzItYThjMTk1OGIwHhcNMjQwMjA0MjAxNDQx\nWhcNMjUwMjA0MjAxNDQxWjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC2h7Gn7My66Xk35/rQEeo7Kq0o9On+0Nvu\n+gHlh2+7eiz6TV11811cIDIVUK0J8BDJzb70fqFfklAzgBgkAl8F0nr4QbhZ1nPQ\nKLVSmqI/CK9vP3Is6eMvJj9zqWIWm7dTevhMdn+S96OCqeZVvU8QKKBMSiatrHZH\nN7HdH89wNqd8shMTkJ9hsCsBjYOimm9XPFXFx/HmQ00WURRUlYg4w/RKqIl8DXdo\nl37xzECA7sIzYq5jZHaL8ooxcW8stcMSB1ruFDgprNgZTuazErC6wo9tSZ8Vs9mE\nEMIeLp6VYMeFnWIZnVtXeYGOWFzcd6P2TwwrmOmH40Jlv+6Wxvc7AgMBAAGjgZMw\ngZAwCwYDVR0PBAQDAgWgMBQGA1UdEQQNMAuCCWxvY2FsaG9zdDAdBgNVHSUEFjAU\nBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAdBgNVHQ4EFgQUI1vY\nk+NxFLYyQZtDHt5w6tdv43cwHwYDVR0jBBgwFoAUXOA2/ArSwAmjw0Ks9CTaN6dV\n7GUwDQYJKoZIhvcNAQELBQADggEBAHwaoBpbuH4Vm+2o2As2lIKfDE7kuPPcmpj4\nbYpCU2eB/NvHXEL8A7wElP33XewXvugEu+yYRbHxuTvAfLHCqvDIgKJL60MoP5Vj\nmR6yvPqSEKjsFe2xHr36oB34HKY63K6IvysiA3L5zlYYc6xNq5uxgCrGwMELWJpH\nFggu6u4R+IYmBzGfuQ8+MHEprx69ekGO2Wshp35lRcOeFZyGuJhiW4tsOqHWPf4G\naECFVsKBIpbQkmMMEg2LUim4bd6rgC/gJ0VE0RdKHsKdq0iqphkR3g0djoROT2qk\nsJpSnNbRxt7XWPjZkW/6kz7FTq5n4cH9Z5Pg7e7/d7AbqL8/5gQ=\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/quadlet_demo.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDgjCCAmqgAwIBAgIQGP33IhIaRwGG9VIyqMGVjDANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjMThm\nZGY3MjItMTIxYTQ3MDEtODZmNTUyMzItYThjMTk1OGIwHhcNMjQwMjA0MjAxNDQx\nWhcNMjUwMjA0MjAxNDQxWjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC2h7Gn7My66Xk35/rQEeo7Kq0o9On+0Nvu\n+gHlh2+7eiz6TV11811cIDIVUK0J8BDJzb70fqFfklAzgBgkAl8F0nr4QbhZ1nPQ\nKLVSmqI/CK9vP3Is6eMvJj9zqWIWm7dTevhMdn+S96OCqeZVvU8QKKBMSiatrHZH\nN7HdH89wNqd8shMTkJ9hsCsBjYOimm9XPFXFx/HmQ00WURRUlYg4w/RKqIl8DXdo\nl37xzECA7sIzYq5jZHaL8ooxcW8stcMSB1ruFDgprNgZTuazErC6wo9tSZ8Vs9mE\nEMIeLp6VYMeFnWIZnVtXeYGOWFzcd6P2TwwrmOmH40Jlv+6Wxvc7AgMBAAGjgZMw\ngZAwCwYDVR0PBAQDAgWgMBQGA1UdEQQNMAuCCWxvY2FsaG9zdDAdBgNVHSUEFjAU\nBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAdBgNVHQ4EFgQUI1vY\nk+NxFLYyQZtDHt5w6tdv43cwHwYDVR0jBBgwFoAUXOA2/ArSwAmjw0Ks9CTaN6dV\n7GUwDQYJKoZIhvcNAQELBQADggEBAHwaoBpbuH4Vm+2o2As2lIKfDE7kuPPcmpj4\nbYpCU2eB/NvHXEL8A7wElP33XewXvugEu+yYRbHxuTvAfLHCqvDIgKJL60MoP5Vj\nmR6yvPqSEKjsFe2xHr36oB34HKY63K6IvysiA3L5zlYYc6xNq5uxgCrGwMELWJpH\nFggu6u4R+IYmBzGfuQ8+MHEprx69ekGO2Wshp35lRcOeFZyGuJhiW4tsOqHWPf4G\naECFVsKBIpbQkmMMEg2LUim4bd6rgC/gJ0VE0RdKHsKdq0iqphkR3g0djoROT2qk\nsJpSnNbRxt7XWPjZkW/6kz7FTq5n4cH9Z5Pg7e7/d7AbqL8/5gQ=\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/quadlet_demo.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC2h7Gn7My66Xk3\n5/rQEeo7Kq0o9On+0Nvu+gHlh2+7eiz6TV11811cIDIVUK0J8BDJzb70fqFfklAz\ngBgkAl8F0nr4QbhZ1nPQKLVSmqI/CK9vP3Is6eMvJj9zqWIWm7dTevhMdn+S96OC\nqeZVvU8QKKBMSiatrHZHN7HdH89wNqd8shMTkJ9hsCsBjYOimm9XPFXFx/HmQ00W\nURRUlYg4w/RKqIl8DXdol37xzECA7sIzYq5jZHaL8ooxcW8stcMSB1ruFDgprNgZ\nTuazErC6wo9tSZ8Vs9mEEMIeLp6VYMeFnWIZnVtXeYGOWFzcd6P2TwwrmOmH40Jl\nv+6Wxvc7AgMBAAECggEBAKaI84w0vy4h6lkZrHq+fajx7P8bRYsZ4DAPpj9W7Jhu\nhi7w+z6shheRwGA2NUqF36tfrsO/7VgXVFlIm73u8+eJ/GwY+ivtP8lB+v2c3D8K\nm5Wym2djFcZk7SuH9ViPRhpCbdzFmOvsSSDkBqVfjY0+o9I3LUbzvQ6JQBxx8396\ns4J5apx3pnA8WRgsEWaoHxVn1UwZeSzkvV1CBddoYi/8pnmGj8eO/fAZFzmVKhBF\nIpY2QftzGH9NfmeliMJ6PEuhhrGdIR/cXxJ19MRtZmyAoiBh1+q6BbOV0WiHDSMz\n16EJPpctNwT+NeSWl5KdwAkOtpJz/UUDj/nNvhb1+yECgYEA3pB+2AXY6bQXO2qq\n8Ka9YpUqwYTlPn2Z/rSWxgrohM3nkoJMdmQ5yfvHKwvYVqfx/hUoUgFdFWc+X8H0\nbyQ3NOXuefYVxVnusS+gi9rECvGTP3j2Bxr+ZFZv2MKd1mRgcZAD8fyFQfOxDg+1\nm4jWBPNleyT/3qtotVNCFbJxTAkCgYEA0fOIz39jAwaYVuEgpbC4D1iWyVnrcBqs\nH0lnVjglnwSO7hlxvcPSuqiLAbo2colzmsV9H6hDqUzAb/olFbbGpEXy5tROI3/N\no1NkZK6QLK7+1gRJoBgoBEWQPoVo316gvxa98UWoGQmuQQOR8iM81/M45KuMQmun\nEIEbLeiFgiMCgYB/f/eqeW8SMwE8IJdc1aiY2SttQVyyt/GIYJwfSBB8RBjtbYew\nKyqP85TdrCN7QSr4i9ZVZEKXCFZLNSl6ohyeSTqc08UVEbgT+VzXwbOdMVdRfVI0\nL9qcUIgyfQs+zrIRXJdmAWu1pI1BqO448+LnYyg3q7KJNVj+x3uMQnV1QQKBgAJs\nAMQEACxkwxUde7btlvH2X6bq9qBQbnPd8Oc5tpVjBBMTEBDUVXX5w8C9WStxEnhS\nluLqmf01+XJRPGRHu3rho6+t+0jFjKW5rIrMyLT7P81QN1k1biC+fK978n3BJbGO\nnZpO52WCixQM6n4UkfsbvyhEIlYRz9eM5bdd20xpAoGBAJlvywPs7tByxbSt0OEo\nRy5X9RxLz+HOfIdcJoAe0LgneFzBt/b9zJg4AOiNMIo2NAJ5H1WWS4CeHo5sFWQQ\nBY5hCg2OBvDOTKFcIMlKs6TyMhw1VhDbwTLHL/eYdKrEdElAqqAAlaqkMs7kTHZ/\ndm3e5O40MBdkdXDNhNpAAdbh\n-----END PRIVATE KEY-----\n" }, "rc": 0, "start": "2024-02-04 20:14:42.690069" } STDOUT: Request "20240204201441" removed. TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Sunday 04 February 2024 20:14:43 +0000 (0:00:01.337) 0:00:13.223 ******* 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-handlingv6f1dxfs/tests/tests_quadlet_demo.yml:50 Sunday 04 February 2024 20:14:44 +0000 (0:00:00.872) 0:00:14.096 ******* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Sunday 04 February 2024 20:14:44 +0000 (0:00:00.065) 0:00:14.161 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/set_vars.yml for sut TASK [linux-system-roles.podman : Ensure ansible_facts used by role] *********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Sunday 04 February 2024 20:14:44 +0000 (0:00:00.019) 0:00:14.180 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Sunday 04 February 2024 20:14:44 +0000 (0:00:00.024) 0:00:14.205 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Sunday 04 February 2024 20:14:45 +0000 (0:00:00.287) 0:00:14.493 ******* ok: [sut] => { "ansible_facts": { "__podman_is_ostree": false }, "changed": false } TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Sunday 04 February 2024 20:14:45 +0000 (0:00:00.028) 0:00:14.521 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Sunday 04 February 2024 20:14:45 +0000 (0:00:00.052) 0:00:14.573 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Enable copr if requested] ******************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Sunday 04 February 2024 20:14:46 +0000 (0:00:01.597) 0:00:16.171 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Sunday 04 February 2024 20:14:46 +0000 (0:00:00.033) 0:00:16.205 ******* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: fuse-common-3.3.0-17.el8.x86_64", "Installed: container-selinux-2:2.227.0-1.module_el8+804+f131391c.noarch", "Installed: fuse-overlayfs-1.13-1.module_el8+804+f131391c.x86_64", "Installed: yajl-2.1.0-12.el8.x86_64", "Installed: runc-1:1.1.11-1.module_el8+804+f131391c.x86_64", "Installed: shadow-utils-subid-2:4.6-22.el8.x86_64", "Installed: containernetworking-plugins-1:1.4.0-1.module_el8+804+f131391c.x86_64", "Installed: fuse3-3.3.0-17.el8.x86_64", "Installed: podman-gvproxy-3:4.8.3-1.module_el8+804+f131391c.x86_64", "Installed: criu-3.18-4.module_el8+804+f131391c.x86_64", "Installed: containers-common-2:1-58.module_el8+804+f131391c.x86_64", "Installed: fuse3-libs-3.3.0-17.el8.x86_64", "Installed: libnet-1.1.6-15.el8.x86_64", "Installed: criu-libs-3.18-4.module_el8+804+f131391c.x86_64", "Installed: podman-plugins-3:4.8.3-1.module_el8+804+f131391c.x86_64", "Installed: crun-1.12-1.module_el8+804+f131391c.x86_64", "Installed: podman-3:4.8.3-1.module_el8+804+f131391c.x86_64", "Installed: slirp4netns-1.2.2-1.module_el8+804+f131391c.x86_64", "Installed: conmon-3:2.1.10-1.module_el8+804+f131391c.x86_64", "Installed: libslirp-4.4.0-1.module_el8+804+f131391c.x86_64", "Installed: podman-catatonit-3:4.8.3-1.module_el8+804+f131391c.x86_64", "Installed: protobuf-c-1.3.0-8.el8.x86_64", "Installed: dnsmasq-2.79-32.el8.x86_64" ] } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Sunday 04 February 2024 20:15:51 +0000 (0:01:04.673) 0:01:20.878 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.033700", "end": "2024-02-04 20:15:51.636236", "rc": 0, "start": "2024-02-04 20:15:51.602536" } STDOUT: podman version 4.8.3 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Sunday 04 February 2024 20:15:51 +0000 (0:00:00.255) 0:01:21.134 ******* ok: [sut] => { "ansible_facts": { "podman_version": "4.8.3" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Sunday 04 February 2024 20:15:51 +0000 (0:00:00.051) 0:01:21.185 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Sunday 04 February 2024 20:15:51 +0000 (0:00:00.033) 0:01:21.218 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for sut TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Sunday 04 February 2024 20:15:51 +0000 (0:00:00.102) 0:01:21.321 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:15:51 +0000 (0:00:00.043) 0:01:21.364 ******* ok: [sut] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "root", "/root", "/bin/bash" ] } }, "changed": false } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 20:15:52 +0000 (0:00:00.266) 0:01:21.630 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 20:15:52 +0000 (0:00:00.029) 0:01:21.659 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 20:15:52 +0000 (0:00:00.031) 0:01:21.691 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 20:15:52 +0000 (0:00:00.206) 0:01:21.898 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 20:15:52 +0000 (0:00:00.029) 0:01:21.928 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1700557386.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707077717.7087617, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6792906, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3892737114", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 20:15:52 +0000 (0:00:00.201) 0:01:22.129 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 20:15:52 +0000 (0:00:00.022) 0:01:22.152 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 20:15:52 +0000 (0:00:00.022) 0:01:22.174 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 20:15:52 +0000 (0:00:00.021) 0:01:22.196 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 20:15:52 +0000 (0:00:00.021) 0:01:22.217 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 20:15:52 +0000 (0:00:00.042) 0:01:22.260 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Sunday 04 February 2024 20:15:52 +0000 (0:00:00.023) 0:01:22.283 ******* 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 [linux-system-roles.podman : Handle container.conf.d] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Sunday 04 February 2024 20:15:52 +0000 (0:00:00.051) 0:01:22.335 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure containers.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Sunday 04 February 2024 20:15:52 +0000 (0:00:00.047) 0:01:22.382 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Sunday 04 February 2024 20:15:52 +0000 (0:00:00.024) 0:01:22.406 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Sunday 04 February 2024 20:15:52 +0000 (0:00:00.022) 0:01:22.429 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure registries.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Sunday 04 February 2024 20:15:53 +0000 (0:00:00.048) 0:01:22.478 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Sunday 04 February 2024 20:15:53 +0000 (0:00:00.024) 0:01:22.502 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Sunday 04 February 2024 20:15:53 +0000 (0:00:00.023) 0:01:22.525 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml for sut TASK [linux-system-roles.podman : Ensure storage.conf parent dir exists] ******* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Sunday 04 February 2024 20:15:53 +0000 (0:00:00.060) 0:01:22.585 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Sunday 04 February 2024 20:15:53 +0000 (0:00:00.022) 0:01:22.608 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Sunday 04 February 2024 20:15:53 +0000 (0:00:00.033) 0:01:22.641 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml for sut TASK [linux-system-roles.podman : Ensure policy.json parent dir exists] ******** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Sunday 04 February 2024 20:15:53 +0000 (0:00:00.046) 0:01:22.688 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat the policy.json file] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Sunday 04 February 2024 20:15:53 +0000 (0:00:00.022) 0:01:22.711 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Sunday 04 February 2024 20:15:53 +0000 (0:00:00.021) 0:01:22.733 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Sunday 04 February 2024 20:15:53 +0000 (0:00:00.048) 0:01:22.781 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Sunday 04 February 2024 20:15:53 +0000 (0:00:00.022) 0:01:22.804 ******* TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Sunday 04 February 2024 20:15:53 +0000 (0:00:00.084) 0:01:22.888 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/.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-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Sunday 04 February 2024 20:15:53 +0000 (0:00:00.040) 0:01:22.929 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Sunday 04 February 2024 20:15:53 +0000 (0:00:00.028) 0:01:22.958 ******* 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-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Sunday 04 February 2024 20:15:53 +0000 (0:00:00.200) 0:01:23.158 ******* ok: [sut] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 Sunday 04 February 2024 20:15:53 +0000 (0:00:00.027) 0:01:23.186 ******* 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-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Sunday 04 February 2024 20:15:56 +0000 (0:00:02.343) 0:01:25.530 ******* skipping: [sut] => { "changed": false, "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-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Sunday 04 February 2024 20:15:56 +0000 (0:00:00.022) 0:01:25.552 ******* skipping: [sut] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Sunday 04 February 2024 20:15:56 +0000 (0:00:00.028) 0:01:25.581 ******* ok: [sut] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "dbus.socket system.slice dbus.service sysinit.target polkit.service basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "ebtables.service nftables.service ipset.service ip6tables.service shutdown.target iptables.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "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 }", "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 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "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": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Sunday 04 February 2024 20:15:56 +0000 (0:00:00.340) 0:01:25.921 ******* changed: [sut] => { "changed": true, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "polkit.service dbus.service basic.target dbus.socket sysinit.target system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target ebtables.service ip6tables.service iptables.service ipset.service nftables.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "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 }", "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 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "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": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target dbus.socket", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Sunday 04 February 2024 20:15:57 +0000 (0:00:01.210) 0:01:27.132 ******* 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-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Sunday 04 February 2024 20:15:57 +0000 (0:00:00.028) 0:01:27.161 ******* skipping: [sut] => { "changed": false, "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-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Sunday 04 February 2024 20:15:57 +0000 (0:00:00.022) 0:01:27.184 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Sunday 04 February 2024 20:15:57 +0000 (0:00:00.021) 0:01:27.205 ******* 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-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Sunday 04 February 2024 20:15:59 +0000 (0:00:01.633) 0:01:28.838 ******* skipping: [sut] => (item={'port': '8000/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "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, "item": { "port": "9000/tcp", "state": "enabled" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Sunday 04 February 2024 20:15:59 +0000 (0:00:00.038) 0:01:28.876 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Sunday 04 February 2024 20:15:59 +0000 (0:00:00.029) 0:01:28.905 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Sunday 04 February 2024 20:15:59 +0000 (0:00:00.024) 0:01:28.930 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Sunday 04 February 2024 20:15:59 +0000 (0:00:00.024) 0:01:28.954 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Sunday 04 February 2024 20:15:59 +0000 (0:00:00.022) 0:01:28.976 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Sunday 04 February 2024 20:15:59 +0000 (0:00:00.022) 0:01:28.998 ******* skipping: [sut] => {} TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Sunday 04 February 2024 20:15:59 +0000 (0:00:00.022) 0:01:29.021 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Sunday 04 February 2024 20:15:59 +0000 (0:00:00.021) 0:01:29.043 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Sunday 04 February 2024 20:15:59 +0000 (0:00:00.020) 0:01:29.064 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut TASK [linux-system-roles.podman : Set variables part 0] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Sunday 04 February 2024 20:15:59 +0000 (0:00:00.090) 0:01:29.154 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:12 Sunday 04 February 2024 20:15:59 +0000 (0:00:00.026) 0:01:29.180 ******* ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:17 Sunday 04 February 2024 20:15:59 +0000 (0:00:00.045) 0:01:29.226 ******* ok: [sut] => { "ansible_facts": { "__podman_rootless": false, "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:23 Sunday 04 February 2024 20:15:59 +0000 (0:00:00.030) 0:01:29.256 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:15:59 +0000 (0:00:00.039) 0:01:29.296 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:15:59 +0000 (0:00:00.023) 0:01:29.319 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:15:59 +0000 (0:00:00.022) 0:01:29.342 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:28 Sunday 04 February 2024 20:15:59 +0000 (0:00:00.022) 0:01:29.364 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Set variables part 0] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Sunday 04 February 2024 20:16:00 +0000 (0:00:00.311) 0:01:29.676 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:12 Sunday 04 February 2024 20:16:00 +0000 (0:00:00.025) 0:01:29.701 ******* ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:17 Sunday 04 February 2024 20:16:00 +0000 (0:00:00.022) 0:01:29.724 ******* ok: [sut] => { "ansible_facts": { "__podman_rootless": false, "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:23 Sunday 04 February 2024 20:16:00 +0000 (0:00:00.029) 0:01:29.753 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:16:00 +0000 (0:00:00.037) 0:01:29.790 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:16:00 +0000 (0:00:00.022) 0:01:29.813 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:16:00 +0000 (0:00:00.021) 0:01:29.834 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:28 Sunday 04 February 2024 20:16:00 +0000 (0:00:00.022) 0:01:29.856 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Set variables part 0] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Sunday 04 February 2024 20:16:00 +0000 (0:00:00.244) 0:01:30.101 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:12 Sunday 04 February 2024 20:16:00 +0000 (0:00:00.024) 0:01:30.126 ******* ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:17 Sunday 04 February 2024 20:16:00 +0000 (0:00:00.046) 0:01:30.172 ******* ok: [sut] => { "ansible_facts": { "__podman_rootless": false, "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:23 Sunday 04 February 2024 20:16:00 +0000 (0:00:00.030) 0:01:30.203 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:16:00 +0000 (0:00:00.037) 0:01:30.241 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:16:00 +0000 (0:00:00.022) 0:01:30.263 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:16:00 +0000 (0:00:00.022) 0:01:30.286 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:28 Sunday 04 February 2024 20:16:00 +0000 (0:00:00.021) 0:01:30.308 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Sunday 04 February 2024 20:16:01 +0000 (0:00:00.240) 0:01:30.548 ******* TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Sunday 04 February 2024 20:16:01 +0000 (0:00:00.021) 0:01:30.569 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Sunday 04 February 2024 20:16:01 +0000 (0:00:00.098) 0:01:30.667 ******* 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 [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Sunday 04 February 2024 20:16:01 +0000 (0:00:00.031) 0:01:30.698 ******* 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 [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Sunday 04 February 2024 20:16:01 +0000 (0:00:00.029) 0:01:30.727 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Sunday 04 February 2024 20:16:01 +0000 (0:00:00.023) 0:01:30.750 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-demo", "__podman_quadlet_type": "network", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Sunday 04 February 2024 20:16:01 +0000 (0:00:00.032) 0:01:30.783 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:16:01 +0000 (0:00:00.042) 0:01:30.826 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 20:16:01 +0000 (0:00:00.070) 0:01:30.897 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 20:16:01 +0000 (0:00:00.028) 0:01:30.925 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 20:16:01 +0000 (0:00:00.030) 0:01:30.956 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 20:16:01 +0000 (0:00:00.208) 0:01:31.165 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 20:16:01 +0000 (0:00:00.031) 0:01:31.196 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707077752.623901, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707077717.7087617, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6792906, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3892737114", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 20:16:01 +0000 (0:00:00.210) 0:01:31.406 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 20:16:01 +0000 (0:00:00.025) 0:01:31.432 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 20:16:01 +0000 (0:00:00.025) 0:01:31.457 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 20:16:02 +0000 (0:00:00.024) 0:01:31.481 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 20:16:02 +0000 (0:00:00.023) 0:01:31.505 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 20:16:02 +0000 (0:00:00.023) 0:01:31.528 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Sunday 04 February 2024 20:16:02 +0000 (0:00:00.022) 0:01:31.551 ******* 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 [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Sunday 04 February 2024 20:16:02 +0000 (0:00:00.046) 0:01:31.598 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Sunday 04 February 2024 20:16:02 +0000 (0:00:00.026) 0:01:31.624 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Sunday 04 February 2024 20:16:02 +0000 (0:00:00.023) 0:01:31.647 ******* ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-demo.network", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Sunday 04 February 2024 20:16:02 +0000 (0:00:00.056) 0:01:31.704 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Sunday 04 February 2024 20:16:02 +0000 (0:00:00.022) 0:01:31.726 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Sunday 04 February 2024 20:16:02 +0000 (0:00:00.074) 0:01:31.801 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:16:02 +0000 (0:00:00.039) 0:01:31.840 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:16:02 +0000 (0:00:00.022) 0:01:31.863 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:16:02 +0000 (0:00:00.023) 0:01:31.886 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Sunday 04 February 2024 20:16:02 +0000 (0:00:00.023) 0:01:31.909 ******* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Sunday 04 February 2024 20:16:02 +0000 (0:00:00.021) 0:01:31.931 ******* TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:42 Sunday 04 February 2024 20:16:02 +0000 (0:00:00.020) 0:01:31.952 ******* 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": 6, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:51 Sunday 04 February 2024 20:16:02 +0000 (0:00:00.215) 0:01:32.167 ******* 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-1707077762.7417939-8080-64723651251241/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Ensure quadlet file content is present] ****** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:61 Sunday 04 February 2024 20:16:03 +0000 (0:00:00.638) 0:01:32.806 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file is present] ************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:73 Sunday 04 February 2024 20:16:03 +0000 (0:00:00.024) 0:01:32.831 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:85 Sunday 04 February 2024 20:16:03 +0000 (0:00:00.023) 0:01:32.854 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:114 Sunday 04 February 2024 20:16:03 +0000 (0:00:00.479) 0:01:33.334 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:130 Sunday 04 February 2024 20:16:03 +0000 (0:00:00.051) 0:01:33.385 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Sunday 04 February 2024 20:16:03 +0000 (0:00:00.027) 0:01:33.413 ******* 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 [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Sunday 04 February 2024 20:16:03 +0000 (0:00:00.030) 0:01:33.444 ******* 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 [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Sunday 04 February 2024 20:16:04 +0000 (0:00:00.029) 0:01:33.473 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Sunday 04 February 2024 20:16:04 +0000 (0:00:00.022) 0:01:33.496 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-demo-mysql", "__podman_quadlet_type": "volume", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Sunday 04 February 2024 20:16:04 +0000 (0:00:00.032) 0:01:33.528 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:16:04 +0000 (0:00:00.041) 0:01:33.570 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 20:16:04 +0000 (0:00:00.027) 0:01:33.597 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 20:16:04 +0000 (0:00:00.026) 0:01:33.624 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 20:16:04 +0000 (0:00:00.029) 0:01:33.654 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 20:16:04 +0000 (0:00:00.205) 0:01:33.860 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 20:16:04 +0000 (0:00:00.028) 0:01:33.888 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707077752.623901, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707077717.7087617, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6792906, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3892737114", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 20:16:04 +0000 (0:00:00.201) 0:01:34.090 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 20:16:04 +0000 (0:00:00.023) 0:01:34.114 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 20:16:04 +0000 (0:00:00.023) 0:01:34.137 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 20:16:04 +0000 (0:00:00.022) 0:01:34.160 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 20:16:04 +0000 (0:00:00.051) 0:01:34.211 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 20:16:04 +0000 (0:00:00.024) 0:01:34.236 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Sunday 04 February 2024 20:16:04 +0000 (0:00:00.023) 0:01:34.259 ******* 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 [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Sunday 04 February 2024 20:16:04 +0000 (0:00:00.040) 0:01:34.300 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Sunday 04 February 2024 20:16:04 +0000 (0:00:00.025) 0:01:34.325 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Sunday 04 February 2024 20:16:04 +0000 (0:00:00.023) 0:01:34.349 ******* ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-demo-mysql.volume", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Sunday 04 February 2024 20:16:04 +0000 (0:00:00.061) 0:01:34.410 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Sunday 04 February 2024 20:16:04 +0000 (0:00:00.023) 0:01:34.434 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Sunday 04 February 2024 20:16:05 +0000 (0:00:00.049) 0:01:34.483 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:16:05 +0000 (0:00:00.040) 0:01:34.523 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:16:05 +0000 (0:00:00.022) 0:01:34.546 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:16:05 +0000 (0:00:00.022) 0:01:34.568 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Sunday 04 February 2024 20:16:05 +0000 (0:00:00.022) 0:01:34.591 ******* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Sunday 04 February 2024 20:16:05 +0000 (0:00:00.021) 0:01:34.613 ******* TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:42 Sunday 04 February 2024 20:16:05 +0000 (0:00:00.022) 0:01:34.635 ******* 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": 34, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:51 Sunday 04 February 2024 20:16:05 +0000 (0:00:00.210) 0:01:34.845 ******* 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-1707077765.4187331-8164-233543518632956/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Ensure quadlet file content is present] ****** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:61 Sunday 04 February 2024 20:16:05 +0000 (0:00:00.543) 0:01:35.389 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file is present] ************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:73 Sunday 04 February 2024 20:16:05 +0000 (0:00:00.024) 0:01:35.413 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:85 Sunday 04 February 2024 20:16:05 +0000 (0:00:00.023) 0:01:35.437 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:114 Sunday 04 February 2024 20:16:06 +0000 (0:00:00.455) 0:01:35.892 ******* changed: [sut] => { "changed": true, "name": "quadlet-demo-mysql-volume.service", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "-.mount sysinit.target systemd-journald.socket system.slice basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "quadlet-demo-mysql-volume.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "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 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/run/systemd/generator/quadlet-demo-mysql-volume.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "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": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "quadlet-demo-mysql-volume.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "-.mount sysinit.target system.slice", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "quadlet-demo-mysql-volume", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:130 Sunday 04 February 2024 20:16:06 +0000 (0:00:00.458) 0:01:36.351 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Sunday 04 February 2024 20:16:06 +0000 (0:00:00.024) 0:01:36.375 ******* 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 [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Sunday 04 February 2024 20:16:06 +0000 (0:00:00.071) 0:01:36.447 ******* 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 [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Sunday 04 February 2024 20:16:07 +0000 (0:00:00.029) 0:01:36.476 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Sunday 04 February 2024 20:16:07 +0000 (0:00:00.024) 0:01:36.501 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-demo-mysql", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Sunday 04 February 2024 20:16:07 +0000 (0:00:00.032) 0:01:36.533 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:16:07 +0000 (0:00:00.039) 0:01:36.572 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 20:16:07 +0000 (0:00:00.028) 0:01:36.600 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 20:16:07 +0000 (0:00:00.027) 0:01:36.627 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 20:16:07 +0000 (0:00:00.072) 0:01:36.699 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 20:16:07 +0000 (0:00:00.208) 0:01:36.907 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 20:16:07 +0000 (0:00:00.029) 0:01:36.937 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707077752.623901, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707077717.7087617, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6792906, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3892737114", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 20:16:07 +0000 (0:00:00.202) 0:01:37.139 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 20:16:07 +0000 (0:00:00.022) 0:01:37.161 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 20:16:07 +0000 (0:00:00.022) 0:01:37.184 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 20:16:07 +0000 (0:00:00.022) 0:01:37.207 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 20:16:07 +0000 (0:00:00.023) 0:01:37.230 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 20:16:07 +0000 (0:00:00.022) 0:01:37.253 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Sunday 04 February 2024 20:16:07 +0000 (0:00:00.021) 0:01:37.274 ******* 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 [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Sunday 04 February 2024 20:16:07 +0000 (0:00:00.040) 0:01:37.315 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Sunday 04 February 2024 20:16:07 +0000 (0:00:00.023) 0:01:37.338 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Sunday 04 February 2024 20:16:07 +0000 (0:00:00.023) 0:01:37.362 ******* 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 [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Sunday 04 February 2024 20:16:07 +0000 (0:00:00.058) 0:01:37.420 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Sunday 04 February 2024 20:16:07 +0000 (0:00:00.022) 0:01:37.443 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Sunday 04 February 2024 20:16:08 +0000 (0:00:00.051) 0:01:37.494 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:16:08 +0000 (0:00:00.065) 0:01:37.559 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:16:08 +0000 (0:00:00.022) 0:01:37.581 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:16:08 +0000 (0:00:00.022) 0:01:37.604 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Sunday 04 February 2024 20:16:08 +0000 (0:00:00.021) 0:01:37.626 ******* 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": 6, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Sunday 04 February 2024 20:16:08 +0000 (0:00:00.223) 0:01:37.850 ******* 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 [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:42 Sunday 04 February 2024 20:16:16 +0000 (0:00:07.936) 0:01:45.786 ******* 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": 67, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:51 Sunday 04 February 2024 20:16:16 +0000 (0:00:00.234) 0:01:46.021 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file content is present] ****** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:61 Sunday 04 February 2024 20:16:16 +0000 (0:00:00.023) 0:01:46.045 ******* 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-1707077776.6190045-8253-132130942872712/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Ensure quadlet file is present] ************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:73 Sunday 04 February 2024 20:16:17 +0000 (0:00:00.551) 0:01:46.596 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:85 Sunday 04 February 2024 20:16:17 +0000 (0:00:00.023) 0:01:46.619 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:114 Sunday 04 February 2024 20:16:17 +0000 (0:00:00.460) 0:01:47.079 ******* 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 -xe" for details. TASK [Dump journal] ************************************************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/tests_quadlet_demo.yml:131 Sunday 04 February 2024 20:16:18 +0000 (0:00:00.517) 0:01:47.597 ******* ok: [sut] => { "changed": false, "cmd": [ "journalctl", "-ex" ], "delta": "0:00:00.030423", "end": "2024-02-04 20:16:18.326734", "rc": 0, "start": "2024-02-04 20:16:18.296311" } STDOUT: -- Logs begin at Sun 2024-02-04 20:02:17 UTC, end at Sun 2024-02-04 20:16:18 UTC. -- Feb 04 20:02:20 localhost.localdomain systemd[1]: Stopped target Local File Systems. -- Subject: Unit local-fs.target has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit local-fs.target has finished shutting down. Feb 04 20:02:20 localhost.localdomain systemd[1]: systemd-sysctl.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-sysctl.service has successfully entered the 'dead' state. Feb 04 20:02:20 localhost.localdomain systemd[1]: Stopped Apply Kernel Variables. -- Subject: Unit systemd-sysctl.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-sysctl.service has finished shutting down. Feb 04 20:02:20 localhost.localdomain systemd[1]: Stopped target Slices. -- Subject: Unit slices.target has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit slices.target has finished shutting down. Feb 04 20:02:20 localhost.localdomain systemd[1]: Stopped target Sockets. -- Subject: Unit sockets.target has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sockets.target has finished shutting down. Feb 04 20:02:20 localhost.localdomain systemd[1]: Stopped target Paths. -- Subject: Unit paths.target has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit paths.target has finished shutting down. Feb 04 20:02:20 localhost.localdomain systemd[1]: initrd-cleanup.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit initrd-cleanup.service has successfully entered the 'dead' state. Feb 04 20:02:20 localhost.localdomain systemd[1]: Started Cleaning Up and Shutting Down Daemons. -- Subject: Unit initrd-cleanup.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-cleanup.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:20 localhost.localdomain systemd[1]: systemd-udevd.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-udevd.service has successfully entered the 'dead' state. Feb 04 20:02:20 localhost.localdomain systemd[1]: Stopped udev Kernel Device Manager. -- Subject: Unit systemd-udevd.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udevd.service has finished shutting down. Feb 04 20:02:20 localhost.localdomain systemd[1]: dracut-pre-udev.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit dracut-pre-udev.service has successfully entered the 'dead' state. Feb 04 20:02:20 localhost.localdomain systemd[1]: Stopped dracut pre-udev hook. -- Subject: Unit dracut-pre-udev.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-pre-udev.service has finished shutting down. Feb 04 20:02:20 localhost.localdomain systemd[1]: dracut-cmdline.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit dracut-cmdline.service has successfully entered the 'dead' state. Feb 04 20:02:20 localhost.localdomain systemd[1]: Stopped dracut cmdline hook. -- Subject: Unit dracut-cmdline.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-cmdline.service has finished shutting down. Feb 04 20:02:20 localhost.localdomain systemd[1]: systemd-tmpfiles-setup-dev.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-tmpfiles-setup-dev.service has successfully entered the 'dead' state. Feb 04 20:02:20 localhost.localdomain systemd[1]: Stopped Create Static Device Nodes in /dev. -- Subject: Unit systemd-tmpfiles-setup-dev.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-setup-dev.service has finished shutting down. Feb 04 20:02:20 localhost.localdomain systemd[1]: kmod-static-nodes.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit kmod-static-nodes.service has successfully entered the 'dead' state. Feb 04 20:02:20 localhost.localdomain systemd[1]: Stopped Create list of required static device nodes for the current kernel. -- Subject: Unit kmod-static-nodes.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit kmod-static-nodes.service has finished shutting down. Feb 04 20:02:20 localhost.localdomain systemd[1]: systemd-udevd-kernel.socket: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-udevd-kernel.socket has successfully entered the 'dead' state. Feb 04 20:02:20 localhost.localdomain systemd[1]: Closed udev Kernel Socket. -- Subject: Unit systemd-udevd-kernel.socket has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udevd-kernel.socket has finished shutting down. Feb 04 20:02:20 localhost.localdomain systemd[1]: systemd-udevd-control.socket: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-udevd-control.socket has successfully entered the 'dead' state. Feb 04 20:02:20 localhost.localdomain systemd[1]: Closed udev Control Socket. -- Subject: Unit systemd-udevd-control.socket has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udevd-control.socket has finished shutting down. Feb 04 20:02:20 localhost.localdomain systemd[1]: Starting Cleanup udevd DB... -- Subject: Unit initrd-udevadm-cleanup-db.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-udevadm-cleanup-db.service has begun starting up. Feb 04 20:02:20 localhost.localdomain systemd[1]: initrd-udevadm-cleanup-db.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit initrd-udevadm-cleanup-db.service has successfully entered the 'dead' state. Feb 04 20:02:20 localhost.localdomain systemd[1]: Started Cleanup udevd DB. -- Subject: Unit initrd-udevadm-cleanup-db.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-udevadm-cleanup-db.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:20 localhost.localdomain systemd[1]: systemd-vconsole-setup.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-vconsole-setup.service has successfully entered the 'dead' state. Feb 04 20:02:20 localhost.localdomain systemd[1]: Started Setup Virtual Console. -- Subject: Unit systemd-vconsole-setup.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-vconsole-setup.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:20 localhost.localdomain systemd[1]: Reached target Switch Root. -- Subject: Unit initrd-switch-root.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-switch-root.target has finished starting up. -- -- The start-up result is done. Feb 04 20:02:20 localhost.localdomain systemd[1]: Started Plymouth switch root service. -- Subject: Unit plymouth-switch-root.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-switch-root.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:20 localhost.localdomain systemd[1]: Starting Switch Root... -- Subject: Unit initrd-switch-root.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-switch-root.service has begun starting up. Feb 04 20:02:20 localhost.localdomain systemd[1]: Switching root. Feb 04 20:02:20 localhost.localdomain systemd-journald[219]: Journal stopped -- Subject: The journal has been stopped -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The system journal process has shut down and closed all currently -- active journal files. Feb 04 20:02:27 localhost.localdomain kernel: printk: systemd: 16 output lines suppressed due to ratelimiting Feb 04 20:02:27 localhost.localdomain kernel: audit: type=1404 audit(1707076943.587:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1 Feb 04 20:02:27 localhost.localdomain kernel: SELinux: policy capability network_peer_controls=1 Feb 04 20:02:27 localhost.localdomain kernel: SELinux: policy capability open_perms=1 Feb 04 20:02:27 localhost.localdomain kernel: SELinux: policy capability extended_socket_class=1 Feb 04 20:02:27 localhost.localdomain kernel: SELinux: policy capability always_check_network=0 Feb 04 20:02:27 localhost.localdomain kernel: SELinux: policy capability cgroup_seclabel=1 Feb 04 20:02:27 localhost.localdomain kernel: SELinux: policy capability nnp_nosuid_transition=1 Feb 04 20:02:27 localhost.localdomain kernel: audit: type=1403 audit(1707076944.729:3): auid=4294967295 ses=4294967295 lsm=selinux res=1 Feb 04 20:02:27 localhost.localdomain systemd[1]: Successfully loaded SELinux policy in 1.144599s. Feb 04 20:02:27 localhost.localdomain systemd[1]: Relabelled /dev, /run and /sys/fs/cgroup in 19.021ms. Feb 04 20:02:27 localhost.localdomain systemd[1]: systemd 239 (239-79.el8) running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=legacy) Feb 04 20:02:27 localhost.localdomain systemd[1]: Detected virtualization xen. Feb 04 20:02:27 localhost.localdomain systemd[1]: Detected architecture x86-64. Feb 04 20:02:27 localhost.localdomain systemd[1]: Set hostname to . Feb 04 20:02:27 localhost.localdomain systemd[1]: Initializing machine ID from random generator. Feb 04 20:02:27 localhost.localdomain systemd[1]: Installed transient /etc/machine-id file. Feb 04 20:02:27 localhost.localdomain systemd[1]: /usr/lib/systemd/system/cloud-init.target:15: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:02:27 localhost.localdomain systemd[1]: /usr/lib/systemd/system/cloud-init.service:18: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:02:27 localhost.localdomain systemd[1]: /usr/lib/systemd/system/cloud-init-local.service:12: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:02:27 localhost.localdomain systemd[1]: /usr/lib/systemd/system/cloud-final.service:7: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:02:27 localhost.localdomain systemd-journald[502]: Journal started -- Subject: The journal has been started -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The system journal process has started up, opened the journal -- files for writing and is now ready to process requests. Feb 04 20:02:27 localhost.localdomain systemd-journald[502]: Runtime journal (/run/log/journal/3f0e106ea5454803a191de00bf55cb46) is 8.0M, max 176.9M, 168.9M free. -- Subject: Disk space used by the journal -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Runtime journal (/run/log/journal/3f0e106ea5454803a191de00bf55cb46) is currently using 8.0M. -- Maximum allowed usage is set to 176.9M. -- Leaving at least 265.4M free (of currently available 1.7G of disk space). -- Enforced usage limit is thus 176.9M, of which 168.9M are still available. -- -- The limits controlling how much disk space is used by the journal may -- be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=, -- RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in -- /etc/systemd/journald.conf. See journald.conf(5) for details. Feb 04 20:02:27 localhost.localdomain systemd[1]: systemd-journald.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-journald.service has successfully entered the 'dead' state. Feb 04 20:02:28 localhost.localdomain systemd[1]: Mounted Kernel Debug File System. -- Subject: Unit sys-kernel-debug.mount has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sys-kernel-debug.mount has finished starting up. -- -- The start-up result is done. Feb 04 20:02:28 localhost.localdomain systemd[1]: Mounted POSIX Message Queue File System. -- Subject: Unit dev-mqueue.mount has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dev-mqueue.mount has finished starting up. -- -- The start-up result is done. Feb 04 20:02:28 localhost.localdomain systemd[1]: Mounted Huge Pages File System. -- Subject: Unit dev-hugepages.mount has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dev-hugepages.mount has finished starting up. -- -- The start-up result is done. Feb 04 20:02:28 localhost.localdomain systemd[1]: Started Read and set NIS domainname from /etc/sysconfig/network. -- Subject: Unit nis-domainname.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit nis-domainname.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:28 localhost.localdomain systemd[1]: Started Create list of required static device nodes for the current kernel. -- Subject: Unit kmod-static-nodes.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit kmod-static-nodes.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:28 localhost.localdomain systemd[1]: Started Remount Root and Kernel File Systems. -- Subject: Unit systemd-remount-fs.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-remount-fs.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:28 localhost.localdomain systemd[1]: Starting Load/Save Random Seed... -- Subject: Unit systemd-random-seed.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-random-seed.service has begun starting up. Feb 04 20:02:28 localhost.localdomain systemd[1]: Starting Create Static Device Nodes in /dev... -- Subject: Unit systemd-tmpfiles-setup-dev.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-setup-dev.service has begun starting up. Feb 04 20:02:28 localhost.localdomain systemd[1]: Starting Flush Journal to Persistent Storage... -- Subject: Unit systemd-journal-flush.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-journal-flush.service has begun starting up. Feb 04 20:02:28 localhost.localdomain systemd[1]: Started udev Coldplug all Devices. -- Subject: Unit systemd-udev-trigger.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udev-trigger.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:28 localhost.localdomain systemd[1]: Started Load/Save Random Seed. -- Subject: Unit systemd-random-seed.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-random-seed.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:28 localhost.localdomain systemd-journald[502]: Runtime journal (/run/log/journal/3f0e106ea5454803a191de00bf55cb46) is 8.0M, max 176.9M, 168.9M free. -- Subject: Disk space used by the journal -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Runtime journal (/run/log/journal/3f0e106ea5454803a191de00bf55cb46) is currently using 8.0M. -- Maximum allowed usage is set to 176.9M. -- Leaving at least 265.4M free (of currently available 1.7G of disk space). -- Enforced usage limit is thus 176.9M, of which 168.9M are still available. -- -- The limits controlling how much disk space is used by the journal may -- be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=, -- RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in -- /etc/systemd/journald.conf. See journald.conf(5) for details. Feb 04 20:02:28 localhost.localdomain systemd[1]: Started Flush Journal to Persistent Storage. -- Subject: Unit systemd-journal-flush.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-journal-flush.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:28 localhost.localdomain systemd[1]: Started Apply Kernel Variables. -- Subject: Unit systemd-sysctl.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-sysctl.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:28 localhost.localdomain systemd[1]: Started Create Static Device Nodes in /dev. -- Subject: Unit systemd-tmpfiles-setup-dev.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-setup-dev.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:28 localhost.localdomain systemd[1]: Reached target Local File Systems (Pre). -- Subject: Unit local-fs-pre.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit local-fs-pre.target has finished starting up. -- -- The start-up result is done. Feb 04 20:02:28 localhost.localdomain systemd[1]: Reached target Local File Systems. -- Subject: Unit local-fs.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit local-fs.target has finished starting up. -- -- The start-up result is done. Feb 04 20:02:28 localhost.localdomain systemd[1]: Starting Tell Plymouth To Write Out Runtime Data... -- Subject: Unit plymouth-read-write.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-read-write.service has begun starting up. Feb 04 20:02:28 localhost.localdomain systemd[1]: Starting Commit a transient machine-id on disk... -- Subject: Unit systemd-machine-id-commit.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-machine-id-commit.service has begun starting up. Feb 04 20:02:28 localhost.localdomain systemd[1]: Starting Import network configuration from initramfs... -- Subject: Unit import-state.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit import-state.service has begun starting up. Feb 04 20:02:28 localhost.localdomain systemd[1]: Starting udev Kernel Device Manager... -- Subject: Unit systemd-udevd.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udevd.service has begun starting up. Feb 04 20:02:28 localhost.localdomain systemd[1]: etc-machine\x2did.mount: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit etc-machine\x2did.mount has successfully entered the 'dead' state. Feb 04 20:02:28 localhost.localdomain systemd[1]: Started Commit a transient machine-id on disk. -- Subject: Unit systemd-machine-id-commit.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-machine-id-commit.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:28 localhost.localdomain systemd[1]: systemd-vconsole-setup.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-vconsole-setup.service has successfully entered the 'dead' state. Feb 04 20:02:28 localhost.localdomain systemd[1]: Started Setup Virtual Console. -- Subject: Unit systemd-vconsole-setup.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-vconsole-setup.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:28 localhost.localdomain systemd[1]: Received SIGRTMIN+20 from PID 336 (plymouthd). Feb 04 20:02:28 localhost.localdomain systemd[1]: Started Tell Plymouth To Write Out Runtime Data. -- Subject: Unit plymouth-read-write.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-read-write.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:28 localhost.localdomain systemd[1]: Started Import network configuration from initramfs. -- Subject: Unit import-state.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit import-state.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:28 localhost.localdomain systemd[1]: Starting Create Volatile Files and Directories... -- Subject: Unit systemd-tmpfiles-setup.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-setup.service has begun starting up. Feb 04 20:02:28 localhost.localdomain systemd[1]: Started Create Volatile Files and Directories. -- Subject: Unit systemd-tmpfiles-setup.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-setup.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:28 localhost.localdomain systemd[1]: Starting RPC Bind... -- Subject: Unit rpcbind.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rpcbind.service has begun starting up. Feb 04 20:02:28 localhost.localdomain systemd[1]: Starting Security Auditing Service... -- Subject: Unit auditd.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit auditd.service has begun starting up. Feb 04 20:02:28 localhost.localdomain systemd[1]: Mounting RPC Pipe File System... -- Subject: Unit var-lib-nfs-rpc_pipefs.mount has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit var-lib-nfs-rpc_pipefs.mount has begun starting up. Feb 04 20:02:28 localhost.localdomain systemd-udevd[536]: Network interface NamePolicy= disabled on kernel command line, ignoring. Feb 04 20:02:29 localhost.localdomain auditd[559]: No plugins found, not dispatching events Feb 04 20:02:29 localhost.localdomain auditd[559]: Init complete, auditd 3.1.2 listening for events (startup state enable) Feb 04 20:02:29 localhost.localdomain systemd[1]: Started RPC Bind. -- Subject: Unit rpcbind.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rpcbind.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:29 localhost.localdomain systemd[1]: Started udev Kernel Device Manager. -- Subject: Unit systemd-udevd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udevd.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:29 localhost.localdomain kernel: RPC: Registered named UNIX socket transport module. Feb 04 20:02:29 localhost.localdomain kernel: RPC: Registered udp transport module. Feb 04 20:02:29 localhost.localdomain kernel: RPC: Registered tcp transport module. Feb 04 20:02:29 localhost.localdomain kernel: RPC: Registered tcp NFSv4.1 backchannel transport module. Feb 04 20:02:29 localhost.localdomain systemd[1]: Mounted RPC Pipe File System. -- Subject: Unit var-lib-nfs-rpc_pipefs.mount has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit var-lib-nfs-rpc_pipefs.mount has finished starting up. -- -- The start-up result is done. Feb 04 20:02:29 localhost.localdomain systemd[1]: Reached target rpc_pipefs.target. -- Subject: Unit rpc_pipefs.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rpc_pipefs.target has finished starting up. -- -- The start-up result is done. Feb 04 20:02:29 localhost.localdomain kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5 Feb 04 20:02:29 localhost.localdomain kernel: piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr Feb 04 20:02:29 localhost.localdomain augenrules[562]: /sbin/augenrules: No change Feb 04 20:02:29 localhost.localdomain kernel: RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 655360 ms ovfl timer Feb 04 20:02:29 localhost.localdomain augenrules[592]: No rules Feb 04 20:02:29 localhost.localdomain augenrules[592]: enabled 1 Feb 04 20:02:29 localhost.localdomain augenrules[592]: failure 1 Feb 04 20:02:29 localhost.localdomain augenrules[592]: pid 559 Feb 04 20:02:29 localhost.localdomain augenrules[592]: rate_limit 0 Feb 04 20:02:29 localhost.localdomain augenrules[592]: backlog_limit 8192 Feb 04 20:02:29 localhost.localdomain augenrules[592]: lost 0 Feb 04 20:02:29 localhost.localdomain augenrules[592]: backlog 4 Feb 04 20:02:29 localhost.localdomain augenrules[592]: backlog_wait_time 60000 Feb 04 20:02:29 localhost.localdomain augenrules[592]: backlog_wait_time_actual 0 Feb 04 20:02:29 localhost.localdomain augenrules[592]: enabled 1 Feb 04 20:02:29 localhost.localdomain augenrules[592]: failure 1 Feb 04 20:02:29 localhost.localdomain augenrules[592]: pid 559 Feb 04 20:02:29 localhost.localdomain augenrules[592]: rate_limit 0 Feb 04 20:02:29 localhost.localdomain augenrules[592]: backlog_limit 8192 Feb 04 20:02:29 localhost.localdomain augenrules[592]: lost 0 Feb 04 20:02:29 localhost.localdomain augenrules[592]: backlog 4 Feb 04 20:02:29 localhost.localdomain augenrules[592]: backlog_wait_time 60000 Feb 04 20:02:29 localhost.localdomain augenrules[592]: backlog_wait_time_actual 0 Feb 04 20:02:29 localhost.localdomain augenrules[592]: enabled 1 Feb 04 20:02:29 localhost.localdomain augenrules[592]: failure 1 Feb 04 20:02:29 localhost.localdomain augenrules[592]: pid 559 Feb 04 20:02:29 localhost.localdomain augenrules[592]: rate_limit 0 Feb 04 20:02:29 localhost.localdomain augenrules[592]: backlog_limit 8192 Feb 04 20:02:29 localhost.localdomain augenrules[592]: lost 0 Feb 04 20:02:29 localhost.localdomain augenrules[592]: backlog 8 Feb 04 20:02:29 localhost.localdomain augenrules[592]: backlog_wait_time 60000 Feb 04 20:02:29 localhost.localdomain augenrules[592]: backlog_wait_time_actual 0 Feb 04 20:02:29 localhost.localdomain systemd[1]: Started Security Auditing Service. -- Subject: Unit auditd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit auditd.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:29 localhost.localdomain systemd-udevd[577]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Feb 04 20:02:29 localhost.localdomain systemd[1]: Starting Update UTMP about System Boot/Shutdown... -- Subject: Unit systemd-update-utmp.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-update-utmp.service has begun starting up. Feb 04 20:02:29 localhost.localdomain systemd[1]: Started Update UTMP about System Boot/Shutdown. -- Subject: Unit systemd-update-utmp.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-update-utmp.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:29 localhost.localdomain systemd[1]: Reached target System Initialization. -- Subject: Unit sysinit.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sysinit.target has finished starting up. -- -- The start-up result is done. Feb 04 20:02:29 localhost.localdomain systemd[1]: Listening on D-Bus System Message Bus Socket. -- Subject: Unit dbus.socket has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dbus.socket has finished starting up. -- -- The start-up result is done. Feb 04 20:02:29 localhost.localdomain kernel: EDAC sbridge: Seeking for: PCI ID 8086:2fa0 Feb 04 20:02:29 localhost.localdomain kernel: EDAC sbridge: Ver: 1.1.2 Feb 04 20:02:29 localhost.localdomain systemd[1]: Listening on SSSD Kerberos Cache Manager responder socket. -- Subject: Unit sssd-kcm.socket has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sssd-kcm.socket has finished starting up. -- -- The start-up result is done. Feb 04 20:02:29 localhost.localdomain systemd[1]: Reached target Sockets. -- Subject: Unit sockets.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sockets.target has finished starting up. -- -- The start-up result is done. Feb 04 20:02:29 localhost.localdomain systemd[1]: Started daily update of the root trust anchor for DNSSEC. -- Subject: Unit unbound-anchor.timer has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit unbound-anchor.timer has finished starting up. -- -- The start-up result is done. Feb 04 20:02:29 localhost.localdomain systemd[1]: Started Daily Cleanup of Temporary Directories. -- Subject: Unit systemd-tmpfiles-clean.timer has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-clean.timer has finished starting up. -- -- The start-up result is done. Feb 04 20:02:29 localhost.localdomain systemd[1]: Reached target Basic System. -- Subject: Unit basic.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit basic.target has finished starting up. -- -- The start-up result is done. Feb 04 20:02:29 localhost.localdomain systemd[1]: Starting NTP client/server... -- Subject: Unit chronyd.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit chronyd.service has begun starting up. Feb 04 20:02:29 localhost.localdomain systemd[1]: Reached target User and Group Name Lookups. -- Subject: Unit nss-user-lookup.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit nss-user-lookup.target has finished starting up. -- -- The start-up result is done. Feb 04 20:02:29 localhost.localdomain systemd[1]: Starting Login Service... -- Subject: Unit systemd-logind.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-logind.service has begun starting up. Feb 04 20:02:29 localhost.localdomain systemd[1]: Starting Initial cloud-init job (pre-networking)... -- Subject: Unit cloud-init-local.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-init-local.service has begun starting up. Feb 04 20:02:29 localhost.localdomain systemd[1]: Starting Restore /run/initramfs on shutdown... -- Subject: Unit dracut-shutdown.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-shutdown.service has begun starting up. Feb 04 20:02:29 localhost.localdomain systemd[1]: Started D-Bus System Message Bus. -- Subject: Unit dbus.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dbus.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:29 localhost.localdomain systemd[1]: Started Hardware RNG Entropy Gatherer Daemon. -- Subject: Unit rngd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rngd.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:29 localhost.localdomain systemd[1]: Reached target sshd-keygen.target. -- Subject: Unit sshd-keygen.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sshd-keygen.target has finished starting up. -- -- The start-up result is done. Feb 04 20:02:30 localhost.localdomain systemd[1]: Started irqbalance daemon. -- Subject: Unit irqbalance.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit irqbalance.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:30 localhost.localdomain systemd[1]: Started dnf makecache --timer. -- Subject: Unit dnf-makecache.timer has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dnf-makecache.timer has finished starting up. -- -- The start-up result is done. Feb 04 20:02:30 localhost.localdomain systemd[1]: Reached target Timers. -- Subject: Unit timers.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit timers.target has finished starting up. -- -- The start-up result is done. Feb 04 20:02:30 localhost.localdomain systemd[1]: Started Restore /run/initramfs on shutdown. -- Subject: Unit dracut-shutdown.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-shutdown.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:30 localhost.localdomain systemd[1]: Starting update of the root trust anchor for DNSSEC validation in unbound... -- Subject: Unit unbound-anchor.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit unbound-anchor.service has begun starting up. Feb 04 20:02:30 localhost.localdomain systemd-logind[620]: New seat seat0. -- Subject: A new seat seat0 is now available -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new seat seat0 has been configured and is now available. Feb 04 20:02:30 localhost.localdomain systemd-logind[620]: Watching system buttons on /dev/input/event0 (Power Button) Feb 04 20:02:30 localhost.localdomain systemd-logind[620]: Watching system buttons on /dev/input/event1 (Sleep Button) Feb 04 20:02:30 localhost.localdomain systemd-logind[620]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard) Feb 04 20:02:30 localhost.localdomain systemd[1]: Started Login Service. -- Subject: Unit systemd-logind.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-logind.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:30 localhost.localdomain rngd[624]: Disabling 7: PKCS11 Entropy generator (pkcs11) Feb 04 20:02:30 localhost.localdomain rngd[624]: Disabling 5: NIST Network Entropy Beacon (nist) Feb 04 20:02:30 localhost.localdomain rngd[624]: Disabling 9: Qrypt quantum entropy beacon (qrypt) Feb 04 20:02:30 localhost.localdomain rngd[624]: Initializing available sources Feb 04 20:02:30 localhost.localdomain rngd[624]: [hwrng ]: Initialization Failed Feb 04 20:02:30 localhost.localdomain rngd[624]: [rdrand]: Enabling RDRAND rng support Feb 04 20:02:30 localhost.localdomain rngd[624]: [rdrand]: Initialized Feb 04 20:02:30 localhost.localdomain rngd[624]: [jitter]: JITTER timeout set to 5 sec Feb 04 20:02:30 localhost.localdomain rngd[624]: [jitter]: Initializing AES buffer Feb 04 20:02:30 localhost.localdomain systemd-udevd[572]: Using default interface naming scheme 'rhel-8.0'. Feb 04 20:02:30 localhost.localdomain chronyd[633]: chronyd version 4.2 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG) Feb 04 20:02:30 localhost.localdomain chronyd[633]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift Feb 04 20:02:30 localhost.localdomain systemd[1]: unbound-anchor.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit unbound-anchor.service has successfully entered the 'dead' state. Feb 04 20:02:30 localhost.localdomain systemd[1]: Started update of the root trust anchor for DNSSEC validation in unbound. -- Subject: Unit unbound-anchor.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit unbound-anchor.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:30 localhost.localdomain chronyd[633]: Using right/UTC timezone to obtain leap second data Feb 04 20:02:30 localhost.localdomain systemd-udevd[572]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Feb 04 20:02:30 localhost.localdomain systemd[1]: Started NTP client/server. -- Subject: Unit chronyd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit chronyd.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:35 localhost.localdomain rngd[624]: [jitter]: Unable to obtain AES key, disabling JITTER source Feb 04 20:02:35 localhost.localdomain rngd[624]: [jitter]: Initialization Failed Feb 04 20:02:35 localhost.localdomain rngd[624]: Process privileges have been dropped to 2:2 Feb 04 20:02:37 localhost.localdomain dhclient[645]: Internet Systems Consortium DHCP Client 4.3.6 Feb 04 20:02:37 localhost.localdomain dhclient[645]: Copyright 2004-2017 Internet Systems Consortium. Feb 04 20:02:37 localhost.localdomain dhclient[645]: All rights reserved. Feb 04 20:02:37 localhost.localdomain dhclient[645]: For info, please visit https://www.isc.org/software/dhcp/ Feb 04 20:02:37 localhost.localdomain dhclient[645]: Feb 04 20:02:37 localhost.localdomain dhclient[645]: Listening on LPF/eth0/02:4a:fc:a0:f8:7f Feb 04 20:02:37 localhost.localdomain dhclient[645]: Sending on LPF/eth0/02:4a:fc:a0:f8:7f Feb 04 20:02:37 localhost.localdomain dhclient[645]: Sending on Socket/fallback Feb 04 20:02:37 localhost.localdomain dhclient[645]: Created duid "\000\004?\016\020n\245EH\003\241\221\336\000\277U\313F". Feb 04 20:02:37 localhost.localdomain dhclient[645]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3 (xid=0x175e324) Feb 04 20:02:37 localhost.localdomain dhclient[645]: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x175e324) Feb 04 20:02:37 localhost.localdomain dhclient[645]: DHCPOFFER from 10.31.44.1 Feb 04 20:02:37 localhost.localdomain dhclient[645]: DHCPACK from 10.31.44.1 (xid=0x175e324) Feb 04 20:02:37 localhost.localdomain dhclient[645]: bound to 10.31.44.67 -- renewal in 1417 seconds. Feb 04 20:02:37 localhost.localdomain dbus-daemon[623]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.3' (uid=0 pid=660 comm="hostnamectl set-hostname ip-10-31-44-67.us-east-1." label="system_u:system_r:cloud_init_t:s0") Feb 04 20:02:37 localhost.localdomain systemd[1]: Starting Hostname Service... -- Subject: Unit systemd-hostnamed.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-hostnamed.service has begun starting up. Feb 04 20:02:37 localhost.localdomain dbus-daemon[623]: [system] Successfully activated service 'org.freedesktop.hostname1' Feb 04 20:02:37 localhost.localdomain systemd[1]: Started Hostname Service. -- Subject: Unit systemd-hostnamed.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-hostnamed.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:37 ip-10-31-44-67.us-east-1.aws.redhat.com systemd-hostnamed[661]: Changed static host name to 'ip-10-31-44-67.us-east-1.aws.redhat.com' Feb 04 20:02:37 ip-10-31-44-67.us-east-1.aws.redhat.com systemd-hostnamed[661]: Changed host name to 'ip-10-31-44-67.us-east-1.aws.redhat.com' Feb 04 20:02:37 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[643]: Cloud-init v. 23.4-2.el8 running 'init-local' at Sun, 04 Feb 2024 20:02:36 +0000. Up 19.61 seconds. Feb 04 20:02:37 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Started Initial cloud-init job (pre-networking). -- Subject: Unit cloud-init-local.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-init-local.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:37 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Reached target Network (Pre). -- Subject: Unit network-pre.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit network-pre.target has finished starting up. -- -- The start-up result is done. Feb 04 20:02:37 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager... -- Subject: Unit NetworkManager.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager.service has begun starting up. Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com NetworkManager[666]: [1707076958.1038] NetworkManager (version 1.40.16-14.el8) is starting... (boot:1abb62ca-4d3b-4f53-8556-8e0260094a5e) Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com NetworkManager[666]: [1707076958.1059] Read config: /etc/NetworkManager/NetworkManager.conf (run: 15-carrier-timeout.conf) Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Started Network Manager. -- Subject: Unit NetworkManager.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com NetworkManager[666]: [1707076958.1108] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager" Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager Wait Online... -- Subject: Unit NetworkManager-wait-online.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager-wait-online.service has begun starting up. Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Reached target Network. -- Subject: Unit network.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit network.target has finished starting up. -- -- The start-up result is done. Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Starting Dynamic System Tuning Daemon... -- Subject: Unit tuned.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit tuned.service has begun starting up. Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Starting GSSAPI Proxy Daemon... -- Subject: Unit gssproxy.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit gssproxy.service has begun starting up. Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com NetworkManager[666]: [1707076958.1494] manager[0x5590ced52080]: monitoring kernel firmware directory '/lib/firmware'. Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com NetworkManager[666]: [1707076958.1525] hostname: hostname: using hostnamed Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com NetworkManager[666]: [1707076958.1525] hostname: static hostname changed from (none) to "ip-10-31-44-67.us-east-1.aws.redhat.com" Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com NetworkManager[666]: [1707076958.1529] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com NetworkManager[666]: [1707076958.1629] Loaded device plugin: NMTeamFactory (/usr/lib64/NetworkManager/1.40.16-14.el8/libnm-device-plugin-team.so) Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com NetworkManager[666]: [1707076958.1629] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com NetworkManager[666]: [1707076958.1630] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com NetworkManager[666]: [1707076958.1630] manager: Networking is enabled by state file Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com dbus-daemon[623]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=666 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0") Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com NetworkManager[666]: [1707076958.1674] settings: Loaded settings plugin: ifcfg-rh ("/usr/lib64/NetworkManager/1.40.16-14.el8/libnm-settings-plugin-ifcfg-rh.so") Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com NetworkManager[666]: [1707076958.1675] settings: Loaded settings plugin: keyfile (internal) Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager Script Dispatcher Service... -- Subject: Unit NetworkManager-dispatcher.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager-dispatcher.service has begun starting up. Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Started GSSAPI Proxy Daemon. -- Subject: Unit gssproxy.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit gssproxy.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Reached target NFS client services. -- Subject: Unit nfs-client.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit nfs-client.target has finished starting up. -- -- The start-up result is done. Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Reached target Remote File Systems (Pre). -- Subject: Unit remote-fs-pre.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit remote-fs-pre.target has finished starting up. -- -- The start-up result is done. Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Reached target Remote File Systems. -- Subject: Unit remote-fs.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit remote-fs.target has finished starting up. -- -- The start-up result is done. Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com NetworkManager[666]: [1707076958.1754] dhcp: init: Using DHCP client 'internal' Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com NetworkManager[666]: [1707076958.1754] device (lo): carrier: link connected Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com NetworkManager[666]: [1707076958.1757] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1) Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com NetworkManager[666]: [1707076958.1771] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2) Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com NetworkManager[666]: [1707076958.1778] device (eth0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external') Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com NetworkManager[666]: [1707076958.1801] device (eth0): carrier: link connected Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com NetworkManager[666]: [1707076958.1803] device (eth0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed') Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com NetworkManager[666]: [1707076958.1811] policy: auto-activating connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com NetworkManager[666]: [1707076958.1818] device (eth0): Activation: starting connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com NetworkManager[666]: [1707076958.1820] device (eth0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com NetworkManager[666]: [1707076958.1824] manager: NetworkManager state is now CONNECTING Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com NetworkManager[666]: [1707076958.1827] device (eth0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com NetworkManager[666]: [1707076958.1835] device (eth0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com NetworkManager[666]: [1707076958.1846] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds) Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com NetworkManager[666]: [1707076958.1862] dhcp4 (eth0): state changed new lease, address=10.31.44.67 Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com NetworkManager[666]: [1707076958.1879] policy: set 'System eth0' (eth0) as default for IPv4 routing and DNS Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com dbus-daemon[623]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.5' (uid=0 pid=666 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0") Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com dbus-daemon[623]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found. Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com NetworkManager[666]: [1707076958.1953] device (eth0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed') Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com dbus-daemon[623]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Started Network Manager Script Dispatcher Service. -- Subject: Unit NetworkManager-dispatcher.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager-dispatcher.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com NetworkManager[666]: [1707076958.4263] device (eth0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed') Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com NetworkManager[666]: [1707076958.4265] device (eth0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed') Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com NetworkManager[666]: [1707076958.4269] manager: NetworkManager state is now CONNECTED_SITE Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com NetworkManager[666]: [1707076958.4272] device (eth0): Activation: successful, device activated. Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com NetworkManager[666]: [1707076958.4277] manager: NetworkManager state is now CONNECTED_GLOBAL Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com NetworkManager[666]: [1707076958.4281] manager: startup complete Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Started Network Manager Wait Online. -- Subject: Unit NetworkManager-wait-online.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager-wait-online.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:38 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Starting Initial cloud-init job (metadata service crawler)... -- Subject: Unit cloud-init.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-init.service has begun starting up. Feb 04 20:02:39 ip-10-31-44-67.us-east-1.aws.redhat.com dbus-daemon[623]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.9' (uid=0 pid=670 comm="/usr/libexec/platform-python -Es /usr/sbin/tuned -" label="system_u:system_r:tuned_t:s0") Feb 04 20:02:39 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Starting Authorization Manager... -- Subject: Unit polkit.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit polkit.service has begun starting up. Feb 04 20:02:39 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Started Dynamic System Tuning Daemon. -- Subject: Unit tuned.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit tuned.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:39 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: Cloud-init v. 23.4-2.el8 running 'init' at Sun, 04 Feb 2024 20:02:38 +0000. Up 22.10 seconds. Feb 04 20:02:39 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++ Feb 04 20:02:39 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+ Feb 04 20:02:39 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | Feb 04 20:02:39 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+ Feb 04 20:02:39 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: ci-info: | eth0 | True | 10.31.44.67 | 255.255.252.0 | global | 02:4a:fc:a0:f8:7f | Feb 04 20:02:39 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: ci-info: | eth0 | True | fe80::4a:fcff:fea0:f87f/64 | . | link | 02:4a:fc:a0:f8:7f | Feb 04 20:02:39 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . | Feb 04 20:02:39 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: ci-info: | lo | True | ::1/128 | . | host | . | Feb 04 20:02:39 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+ Feb 04 20:02:39 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++ Feb 04 20:02:39 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Feb 04 20:02:39 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | Feb 04 20:02:39 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Feb 04 20:02:39 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: ci-info: | 0 | 0.0.0.0 | 10.31.44.1 | 0.0.0.0 | eth0 | UG | Feb 04 20:02:39 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: ci-info: | 1 | 10.31.44.0 | 0.0.0.0 | 255.255.252.0 | eth0 | U | Feb 04 20:02:39 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Feb 04 20:02:39 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++ Feb 04 20:02:39 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: ci-info: +-------+-------------+---------+-----------+-------+ Feb 04 20:02:39 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: ci-info: | Route | Destination | Gateway | Interface | Flags | Feb 04 20:02:39 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: ci-info: +-------+-------------+---------+-----------+-------+ Feb 04 20:02:39 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: ci-info: | 1 | fe80::/64 | :: | eth0 | U | Feb 04 20:02:39 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: ci-info: | 3 | multicast | :: | eth0 | U | Feb 04 20:02:39 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: ci-info: +-------+-------------+---------+-----------+-------+ Feb 04 20:02:39 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: 2024-02-04 20:02:39,136 - __init__.py[WARNING]: Unhandled non-multipart (text/x-not-multipart) userdata: 'b'~/.citool.d/post-install'...' Feb 04 20:02:39 ip-10-31-44-67.us-east-1.aws.redhat.com polkitd[933]: Started polkitd version 0.115 Feb 04 20:02:40 ip-10-31-44-67.us-east-1.aws.redhat.com polkitd[933]: Loading rules from directory /etc/polkit-1/rules.d Feb 04 20:02:40 ip-10-31-44-67.us-east-1.aws.redhat.com polkitd[933]: Loading rules from directory /usr/share/polkit-1/rules.d Feb 04 20:02:40 ip-10-31-44-67.us-east-1.aws.redhat.com polkitd[933]: Finished loading, compiling and executing 2 rules Feb 04 20:02:40 ip-10-31-44-67.us-east-1.aws.redhat.com dbus-daemon[623]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' Feb 04 20:02:40 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Started Authorization Manager. -- Subject: Unit polkit.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit polkit.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:40 ip-10-31-44-67.us-east-1.aws.redhat.com polkitd[933]: Acquired the name org.freedesktop.PolicyKit1 on the system bus Feb 04 20:02:44 ip-10-31-44-67.us-east-1.aws.redhat.com chronyd[633]: Selected source 10.2.32.38 Feb 04 20:02:44 ip-10-31-44-67.us-east-1.aws.redhat.com chronyd[633]: System clock TAI offset set to 37 seconds Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: Generating public/private rsa key pair. Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: The key fingerprint is: Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: SHA256:PIZPWhyIhARQr9XcMUvjhXNFneXHT+vfqSJZtjPCv1k root@ip-10-31-44-67.us-east-1.aws.redhat.com Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: The key's randomart image is: Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: +---[RSA 3072]----+ Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: |++o.. =..oo. o.| Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: | .o + =o*. oo | Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: | + + =o =| Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: | o + . .+| Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: | . . S ..| Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: | * . o . | Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: | . o + .E . | Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: | = =o +| Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: | ++=...o| Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: +----[SHA256]-----+ Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: Generating public/private dsa key pair. Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: The key fingerprint is: Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: SHA256:UIHvGa2xhDugiKTF6HuI+X1pFMToF+VOmIUG7HZ+vsg root@ip-10-31-44-67.us-east-1.aws.redhat.com Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: The key's randomart image is: Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: +---[DSA 1024]----+ Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: | ..+ +=. | Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: | o B* | Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: | o o o++o. | Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: |..o = =+= . | Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: |=o o = =S* | Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: |+.. = * | Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: |..o . = | Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: |oo o .+.. | Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: | .o .oE .. | Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: +----[SHA256]-----+ Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: Generating public/private ecdsa key pair. Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: The key fingerprint is: Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: SHA256:Ik/6Ft5uwaU47DuZUbFiuQYKXFezjn+1ekqZDbEVjCw root@ip-10-31-44-67.us-east-1.aws.redhat.com Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: The key's randomart image is: Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: +---[ECDSA 256]---+ Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: | .o. o. | Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: | . . E+o .. | Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: |. . . o.+ . | Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: |.. . * o = | Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: | . ..=oBS= . | Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: | . =X.+ * . | Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: | .+.O * o | Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: | .B = .. | Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: | .o=.oo | Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: +----[SHA256]-----+ Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: Generating public/private ed25519 key pair. Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: The key fingerprint is: Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: SHA256:OiH2nzxw6vkZy6CoJEBzP+erweoo0jynh8IlsEcXOXU root@ip-10-31-44-67.us-east-1.aws.redhat.com Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: The key's randomart image is: Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: +--[ED25519 256]--+ Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: | o. E | Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: | + . | Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: | o . o | Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: |o + o | Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: |oo .oo..S | Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: |o..o.o=o. | Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: |o=o. o==. | Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: |*.*.+.oBo= | Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: |+++B.o+oO. | Feb 04 20:02:46 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[881]: +----[SHA256]-----+ Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Started Initial cloud-init job (metadata service crawler). -- Subject: Unit cloud-init.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-init.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Reached target Cloud-config availability. -- Subject: Unit cloud-config.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-config.target has finished starting up. -- -- The start-up result is done. Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Starting OpenSSH server daemon... -- Subject: Unit sshd.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sshd.service has begun starting up. Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Reached target Network is Online. -- Subject: Unit network-online.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit network-online.target has finished starting up. -- -- The start-up result is done. Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Starting Crash recovery kernel arming... -- Subject: Unit kdump.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit kdump.service has begun starting up. Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Starting The restraint harness.... -- Subject: Unit restraintd.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit restraintd.service has begun starting up. Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Starting System Logging Service... -- Subject: Unit rsyslog.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rsyslog.service has begun starting up. Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Starting Notify NFS peers of a restart... -- Subject: Unit rpc-statd-notify.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rpc-statd-notify.service has begun starting up. Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Starting Apply the settings specified in cloud-config... -- Subject: Unit cloud-config.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-config.service has begun starting up. Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com sshd[1021]: Server listening on 0.0.0.0 port 22. Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com sshd[1021]: Server listening on :: port 22. Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Started OpenSSH server daemon. -- Subject: Unit sshd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sshd.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Started The restraint harness.. -- Subject: Unit restraintd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit restraintd.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com sm-notify[1025]: Version 2.3.3 starting Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Started Notify NFS peers of a restart. -- Subject: Unit rpc-statd-notify.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rpc-statd-notify.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com rsyslogd[1024]: [origin software="rsyslogd" swVersion="8.2102.0-15.el8" x-pid="1024" x-info="https://www.rsyslog.com"] start Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Started System Logging Service. -- Subject: Unit rsyslog.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rsyslog.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com restraintd[1031]: Listening on http://localhost:8081 Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com rsyslogd[1024]: imjournal: journal files changed, reloading... [v8.2102.0-15.el8 try https://www.rsyslog.com/e/0 ] Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com kdumpctl[1029]: kdump: Detected change(s) in the following file(s): /etc/fstab Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[1238]: Cloud-init v. 23.4-2.el8 running 'modules:config' at Sun, 04 Feb 2024 20:02:47 +0000. Up 30.75 seconds. Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Started Apply the settings specified in cloud-config. -- Subject: Unit cloud-config.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-config.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Starting Execute cloud user/final scripts... -- Subject: Unit cloud-final.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-final.service has begun starting up. Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Starting Permit User Sessions... -- Subject: Unit systemd-user-sessions.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-user-sessions.service has begun starting up. Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Started Permit User Sessions. -- Subject: Unit systemd-user-sessions.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-user-sessions.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Starting Terminate Plymouth Boot Screen... -- Subject: Unit plymouth-quit.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-quit.service has begun starting up. Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Started Command Scheduler. -- Subject: Unit crond.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit crond.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Starting Hold until boot process finishes up... -- Subject: Unit plymouth-quit-wait.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-quit-wait.service has begun starting up. Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Received SIGRTMIN+21 from PID 336 (plymouthd). Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com crond[1275]: (CRON) STARTUP (1.5.2) Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com crond[1275]: (CRON) INFO (Syslog will be used instead of sendmail.) Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com crond[1275]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 56% if used.) Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Received SIGRTMIN+21 from PID 336 (n/a). Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Started Terminate Plymouth Boot Screen. -- Subject: Unit plymouth-quit.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-quit.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Started Hold until boot process finishes up. -- Subject: Unit plymouth-quit-wait.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-quit-wait.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Started Getty on tty1. -- Subject: Unit getty@tty1.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit getty@tty1.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Reached target Login Prompts. -- Subject: Unit getty.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit getty.target has finished starting up. -- -- The start-up result is done. Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Reached target Multi-User System. -- Subject: Unit multi-user.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit multi-user.target has finished starting up. -- -- The start-up result is done. Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Starting Update UTMP about System Runlevel Changes... -- Subject: Unit systemd-update-utmp-runlevel.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-update-utmp-runlevel.service has begun starting up. Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com crond[1275]: (CRON) INFO (running with inotify support) Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: systemd-update-utmp-runlevel.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-update-utmp-runlevel.service has successfully entered the 'dead' state. Feb 04 20:02:47 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Started Update UTMP about System Runlevel Changes. -- Subject: Unit systemd-update-utmp-runlevel.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-update-utmp-runlevel.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:48 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[1334]: ############################################################# Feb 04 20:02:48 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[1339]: -----BEGIN SSH HOST KEY FINGERPRINTS----- Feb 04 20:02:48 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[1345]: 1024 SHA256:UIHvGa2xhDugiKTF6HuI+X1pFMToF+VOmIUG7HZ+vsg root@ip-10-31-44-67.us-east-1.aws.redhat.com (DSA) Feb 04 20:02:48 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[1347]: 256 SHA256:Ik/6Ft5uwaU47DuZUbFiuQYKXFezjn+1ekqZDbEVjCw root@ip-10-31-44-67.us-east-1.aws.redhat.com (ECDSA) Feb 04 20:02:48 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[1355]: 256 SHA256:OiH2nzxw6vkZy6CoJEBzP+erweoo0jynh8IlsEcXOXU root@ip-10-31-44-67.us-east-1.aws.redhat.com (ED25519) Feb 04 20:02:48 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[1361]: 3072 SHA256:PIZPWhyIhARQr9XcMUvjhXNFneXHT+vfqSJZtjPCv1k root@ip-10-31-44-67.us-east-1.aws.redhat.com (RSA) Feb 04 20:02:48 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[1362]: -----END SSH HOST KEY FINGERPRINTS----- Feb 04 20:02:48 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[1363]: ############################################################# Feb 04 20:02:48 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[1291]: Cloud-init v. 23.4-2.el8 running 'modules:final' at Sun, 04 Feb 2024 20:02:48 +0000. Up 31.36 seconds. Feb 04 20:02:48 ip-10-31-44-67.us-east-1.aws.redhat.com cloud-init[1291]: Cloud-init v. 23.4-2.el8 finished at Sun, 04 Feb 2024 20:02:48 +0000. Datasource DataSourceEc2Local. Up 31.61 seconds Feb 04 20:02:48 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Started Execute cloud user/final scripts. -- Subject: Unit cloud-final.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-final.service has finished starting up. -- -- The start-up result is done. Feb 04 20:02:48 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Reached target Cloud-init target. -- Subject: Unit cloud-init.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-init.target has finished starting up. -- -- The start-up result is done. Feb 04 20:02:48 ip-10-31-44-67.us-east-1.aws.redhat.com kdumpctl[1029]: kdump: Rebuilding /boot/initramfs-4.18.0-536.el8.x86_64kdump.img Feb 04 20:02:48 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: NetworkManager-dispatcher.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state. Feb 04 20:02:49 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1583]: dracut-049-233.git20240115.el8 Feb 04 20:02:49 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: Executing: /usr/bin/dracut --add kdumpbase --quiet --hostonly --hostonly-cmdline --hostonly-i18n --hostonly-mode strict --hostonly-nics -o "plymouth dash resume ifcfg earlykdump" --compress=xz --mount "/dev/disk/by-uuid/929d1e8c-5aa9-4a2e-9c9b-ff48578ec2fe /sysroot xfs rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota,nofail,x-systemd.before=initrd-fs.target" --no-hostonly-default-device -f /boot/initramfs-4.18.0-536.el8.x86_64kdump.img 4.18.0-536.el8.x86_64 Feb 04 20:02:49 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Feb 04 20:02:50 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: dracut module 'ifcfg' will not be installed, because it's in the list to be omitted! Feb 04 20:02:50 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: dracut module 'plymouth' will not be installed, because it's in the list to be omitted! Feb 04 20:02:50 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found! Feb 04 20:02:50 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found! Feb 04 20:02:50 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found! Feb 04 20:02:50 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Feb 04 20:02:50 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Feb 04 20:02:50 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Feb 04 20:02:50 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Feb 04 20:02:50 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Feb 04 20:02:50 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! Feb 04 20:02:50 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! Feb 04 20:02:50 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! Feb 04 20:02:50 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: dracut module 'resume' will not be installed, because it's in the list to be omitted! Feb 04 20:02:50 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: dracut module 'earlykdump' will not be installed, because it's in the list to be omitted! Feb 04 20:02:50 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: memstrack is available Feb 04 20:02:50 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Feb 04 20:02:50 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found! Feb 04 20:02:50 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found! Feb 04 20:02:50 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found! Feb 04 20:02:50 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Feb 04 20:02:50 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Feb 04 20:02:50 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Feb 04 20:02:50 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Feb 04 20:02:50 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Feb 04 20:02:50 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! Feb 04 20:02:50 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! Feb 04 20:02:50 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! Feb 04 20:02:51 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Including module: bash *** Feb 04 20:02:51 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Including module: systemd *** Feb 04 20:02:51 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Including module: systemd-initrd *** Feb 04 20:02:51 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Including module: watchdog-modules *** Feb 04 20:02:51 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Including module: nss-softokn *** Feb 04 20:02:51 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Including module: rngd *** Feb 04 20:02:51 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Including module: i18n *** Feb 04 20:02:51 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Including module: drm *** Feb 04 20:02:51 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Including module: prefixdevname *** Feb 04 20:02:51 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Including module: kernel-modules *** Feb 04 20:02:52 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Including module: kernel-modules-extra *** Feb 04 20:02:52 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: kernel-modules-extra: configuration source "/run/depmod.d/" does not exist Feb 04 20:02:52 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: kernel-modules-extra: configuration source "/lib/depmod.d/" does not exist Feb 04 20:02:52 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: kernel-modules-extra: parsing configuration file "/etc/depmod.d//dist.conf" Feb 04 20:02:52 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: kernel-modules-extra: /etc/depmod.d//dist.conf: added "updates extra built-in weak-updates" to the list of search directories Feb 04 20:02:52 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Including module: fstab-sys *** Feb 04 20:02:52 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Including module: rootfs-block *** Feb 04 20:02:52 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Including module: terminfo *** Feb 04 20:02:52 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Including module: udev-rules *** Feb 04 20:02:52 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: Skipping udev rule: 91-permissions.rules Feb 04 20:02:52 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: Skipping udev rule: 80-drivers-modprobe.rules Feb 04 20:02:52 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Including module: biosdevname *** Feb 04 20:02:52 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Including module: dracut-systemd *** Feb 04 20:02:52 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Including module: usrmount *** Feb 04 20:02:53 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Including module: base *** Feb 04 20:02:53 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Including module: fs-lib *** Feb 04 20:02:53 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Including module: kdumpbase *** Feb 04 20:02:53 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Including module: memstrack *** Feb 04 20:02:53 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Including module: microcode_ctl-fw_dir_override *** Feb 04 20:02:53 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: microcode_ctl module: mangling fw_dir Feb 04 20:02:53 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: microcode_ctl: reset fw_dir to "/lib/firmware/updates /lib/firmware" Feb 04 20:02:53 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel"... Feb 04 20:02:53 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: microcode_ctl: intel: caveats check for kernel version "4.18.0-536.el8.x86_64" passed, adding "/usr/share/microcode_ctl/ucode_with_caveats/intel" to fw_dir variable Feb 04 20:02:53 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-2d-07"... Feb 04 20:02:53 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: microcode_ctl: configuration "intel-06-2d-07" is ignored Feb 04 20:02:53 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4e-03"... Feb 04 20:02:53 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: microcode_ctl: configuration "intel-06-4e-03" is ignored Feb 04 20:02:53 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01"... Feb 04 20:02:53 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: microcode_ctl: configuration "intel-06-4f-01" is ignored Feb 04 20:02:53 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-55-04"... Feb 04 20:02:53 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: microcode_ctl: configuration "intel-06-55-04" is ignored Feb 04 20:02:53 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-5e-03"... Feb 04 20:02:53 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: microcode_ctl: configuration "intel-06-5e-03" is ignored Feb 04 20:02:53 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8c-01"... Feb 04 20:02:53 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: microcode_ctl: configuration "intel-06-8c-01" is ignored Feb 04 20:02:53 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-0xca"... Feb 04 20:02:53 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: microcode_ctl: configuration "intel-06-8e-9e-0x-0xca" is ignored Feb 04 20:02:53 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-dell"... Feb 04 20:02:53 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: microcode_ctl: configuration "intel-06-8e-9e-0x-dell" is ignored Feb 04 20:02:53 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: microcode_ctl: final fw_dir: "/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware" Feb 04 20:02:53 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Including module: shutdown *** Feb 04 20:02:53 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Including module: squash *** Feb 04 20:02:53 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Including modules done *** Feb 04 20:02:54 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Installing kernel module dependencies *** Feb 04 20:02:54 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Installing kernel module dependencies done *** Feb 04 20:02:54 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Resolving executable dependencies *** Feb 04 20:02:55 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Resolving executable dependencies done*** Feb 04 20:02:56 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Hardlinking files *** Feb 04 20:02:56 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Hardlinking files done *** Feb 04 20:02:56 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Generating early-microcode cpio image *** Feb 04 20:02:56 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Constructing GenuineIntel.bin *** Feb 04 20:02:56 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Constructing GenuineIntel.bin *** Feb 04 20:02:56 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Store current command line parameters *** Feb 04 20:02:56 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: Stored kernel commandline: Feb 04 20:02:56 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: No dracut internal kernel commandline stored in the initramfs Feb 04 20:02:56 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Install squash loader *** Feb 04 20:02:56 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Stripping files *** Feb 04 20:02:57 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Stripping files done *** Feb 04 20:02:57 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Squashing the files inside the initramfs *** Feb 04 20:03:07 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Squashing the files inside the initramfs done *** Feb 04 20:03:07 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Creating image file '/boot/initramfs-4.18.0-536.el8.x86_64kdump.img' *** Feb 04 20:03:07 ip-10-31-44-67.us-east-1.aws.redhat.com dracut[1585]: *** Creating initramfs image file '/boot/initramfs-4.18.0-536.el8.x86_64kdump.img' done *** Feb 04 20:03:08 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: systemd-hostnamed.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-hostnamed.service has successfully entered the 'dead' state. Feb 04 20:03:08 ip-10-31-44-67.us-east-1.aws.redhat.com kdumpctl[1029]: kdump: kexec: loaded kdump kernel Feb 04 20:03:08 ip-10-31-44-67.us-east-1.aws.redhat.com kdumpctl[1029]: kdump: Starting kdump: [OK] Feb 04 20:03:08 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Started Crash recovery kernel arming. -- Subject: Unit kdump.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit kdump.service has finished starting up. -- -- The start-up result is done. Feb 04 20:03:08 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Startup finished in 672ms (kernel) + 6.017s (initrd) + 44.711s (userspace) = 51.401s. -- Subject: System start-up is now complete -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- All system services necessary queued for starting at boot have been -- started. Note that this does not mean that the machine is now idle as services -- might still be busy with completing start-up. -- -- Kernel start-up required 672150 microseconds. -- -- Initial RAM disk start-up required 6017930 microseconds. -- -- Userspace start-up required 44711432 microseconds. Feb 04 20:03:58 ip-10-31-44-67.us-east-1.aws.redhat.com sshd[5068]: Accepted publickey for root from 10.30.32.10 port 39160 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 04 20:03:58 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Created slice User Slice of UID 0. -- Subject: Unit user-0.slice has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user-0.slice has finished starting up. -- -- The start-up result is done. Feb 04 20:03:58 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Starting User runtime directory /run/user/0... -- Subject: Unit user-runtime-dir@0.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user-runtime-dir@0.service has begun starting up. Feb 04 20:03:58 ip-10-31-44-67.us-east-1.aws.redhat.com systemd-logind[620]: New session 1 of user root. -- Subject: A new session 1 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 1 has been created for the user root. -- -- The leading process of the session is 5068. Feb 04 20:03:58 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Started User runtime directory /run/user/0. -- Subject: Unit user-runtime-dir@0.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user-runtime-dir@0.service has finished starting up. -- -- The start-up result is done. Feb 04 20:03:58 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Starting User Manager for UID 0... -- Subject: Unit user@0.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user@0.service has begun starting up. Feb 04 20:03:58 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[5073]: pam_unix(systemd-user:session): session opened for user root by (uid=0) Feb 04 20:03:58 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[5073]: Starting D-Bus User Message Bus Socket. -- Subject: Unit UNIT has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has begun starting up. Feb 04 20:03:58 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[5073]: Reached target Paths. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Feb 04 20:03:58 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[5073]: Reached target Timers. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Feb 04 20:03:58 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[5073]: Listening on D-Bus User Message Bus Socket. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Feb 04 20:03:58 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[5073]: Reached target Sockets. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Feb 04 20:03:58 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[5073]: Reached target Basic System. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Feb 04 20:03:58 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[5073]: Reached target Default. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Feb 04 20:03:58 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[5073]: Startup finished in 140ms. -- Subject: User manager start-up is now complete -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The user manager instance for user 0 has been started. All services queued -- for starting have been started. Note that other services might still be starting -- up or be started at any later time. -- -- Startup of the manager took 140320 microseconds. Feb 04 20:03:58 ip-10-31-44-67.us-east-1.aws.redhat.com sshd[5068]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 04 20:03:58 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Started User Manager for UID 0. -- Subject: Unit user@0.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user@0.service has finished starting up. -- -- The start-up result is done. Feb 04 20:03:58 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Started Session 1 of user root. -- Subject: Unit session-1.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-1.scope has finished starting up. -- -- The start-up result is done. Feb 04 20:03:59 ip-10-31-44-67.us-east-1.aws.redhat.com sshd[5082]: Received disconnect from 10.30.32.10 port 39160:11: disconnected by user Feb 04 20:03:59 ip-10-31-44-67.us-east-1.aws.redhat.com sshd[5082]: Disconnected from user root 10.30.32.10 port 39160 Feb 04 20:03:59 ip-10-31-44-67.us-east-1.aws.redhat.com sshd[5068]: pam_unix(sshd:session): session closed for user root Feb 04 20:03:59 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: session-1.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-1.scope has successfully entered the 'dead' state. Feb 04 20:03:59 ip-10-31-44-67.us-east-1.aws.redhat.com systemd-logind[620]: Session 1 logged out. Waiting for processes to exit. Feb 04 20:03:59 ip-10-31-44-67.us-east-1.aws.redhat.com systemd-logind[620]: Removed session 1. -- Subject: Session 1 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 1 has been terminated. Feb 04 20:03:59 ip-10-31-44-67.us-east-1.aws.redhat.com sshd[5102]: error: kex_exchange_identification: Connection closed by remote host Feb 04 20:03:59 ip-10-31-44-67.us-east-1.aws.redhat.com sshd[5103]: Accepted publickey for root from 10.29.163.167 port 54594 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 04 20:03:59 ip-10-31-44-67.us-east-1.aws.redhat.com systemd-logind[620]: New session 3 of user root. -- Subject: A new session 3 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 3 has been created for the user root. -- -- The leading process of the session is 5103. Feb 04 20:03:59 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Started Session 3 of user root. -- Subject: Unit session-3.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-3.scope has finished starting up. -- -- The start-up result is done. Feb 04 20:03:59 ip-10-31-44-67.us-east-1.aws.redhat.com sshd[5103]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 04 20:03:59 ip-10-31-44-67.us-east-1.aws.redhat.com sshd[5106]: Received disconnect from 10.29.163.167 port 54594:11: disconnected by user Feb 04 20:03:59 ip-10-31-44-67.us-east-1.aws.redhat.com sshd[5106]: Disconnected from user root 10.29.163.167 port 54594 Feb 04 20:03:59 ip-10-31-44-67.us-east-1.aws.redhat.com sshd[5103]: pam_unix(sshd:session): session closed for user root Feb 04 20:03:59 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: session-3.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-3.scope has successfully entered the 'dead' state. Feb 04 20:03:59 ip-10-31-44-67.us-east-1.aws.redhat.com systemd-logind[620]: Session 3 logged out. Waiting for processes to exit. Feb 04 20:03:59 ip-10-31-44-67.us-east-1.aws.redhat.com systemd-logind[620]: Removed session 3. -- Subject: Session 3 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 3 has been terminated. Feb 04 20:04:00 ip-10-31-44-67.us-east-1.aws.redhat.com sshd[5126]: Accepted publickey for root from 10.29.163.167 port 54604 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 04 20:04:00 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Started Session 4 of user root. -- Subject: Unit session-4.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-4.scope has finished starting up. -- -- The start-up result is done. Feb 04 20:04:00 ip-10-31-44-67.us-east-1.aws.redhat.com systemd-logind[620]: New session 4 of user root. -- Subject: A new session 4 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 4 has been created for the user root. -- -- The leading process of the session is 5126. Feb 04 20:04:00 ip-10-31-44-67.us-east-1.aws.redhat.com sshd[5126]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 04 20:04:00 ip-10-31-44-67.us-east-1.aws.redhat.com sshd[5129]: Received disconnect from 10.29.163.167 port 54604:11: disconnected by user Feb 04 20:04:00 ip-10-31-44-67.us-east-1.aws.redhat.com sshd[5129]: Disconnected from user root 10.29.163.167 port 54604 Feb 04 20:04:00 ip-10-31-44-67.us-east-1.aws.redhat.com sshd[5126]: pam_unix(sshd:session): session closed for user root Feb 04 20:04:00 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: session-4.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-4.scope has successfully entered the 'dead' state. Feb 04 20:04:00 ip-10-31-44-67.us-east-1.aws.redhat.com systemd-logind[620]: Session 4 logged out. Waiting for processes to exit. Feb 04 20:04:00 ip-10-31-44-67.us-east-1.aws.redhat.com systemd-logind[620]: Removed session 4. -- Subject: Session 4 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 4 has been terminated. Feb 04 20:04:00 ip-10-31-44-67.us-east-1.aws.redhat.com sshd[5149]: Accepted publickey for root from 10.29.163.167 port 54608 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 04 20:04:00 ip-10-31-44-67.us-east-1.aws.redhat.com systemd-logind[620]: New session 5 of user root. -- Subject: A new session 5 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 5 has been created for the user root. -- -- The leading process of the session is 5149. Feb 04 20:04:00 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Started Session 5 of user root. -- Subject: Unit session-5.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-5.scope has finished starting up. -- -- The start-up result is done. Feb 04 20:04:00 ip-10-31-44-67.us-east-1.aws.redhat.com sshd[5149]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 04 20:04:00 ip-10-31-44-67.us-east-1.aws.redhat.com sshd[5152]: Received disconnect from 10.29.163.167 port 54608:11: disconnected by user Feb 04 20:04:00 ip-10-31-44-67.us-east-1.aws.redhat.com sshd[5152]: Disconnected from user root 10.29.163.167 port 54608 Feb 04 20:04:00 ip-10-31-44-67.us-east-1.aws.redhat.com sshd[5149]: pam_unix(sshd:session): session closed for user root Feb 04 20:04:00 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: session-5.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-5.scope has successfully entered the 'dead' state. Feb 04 20:04:00 ip-10-31-44-67.us-east-1.aws.redhat.com systemd-logind[620]: Session 5 logged out. Waiting for processes to exit. Feb 04 20:04:00 ip-10-31-44-67.us-east-1.aws.redhat.com systemd-logind[620]: Removed session 5. -- Subject: Session 5 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 5 has been terminated. Feb 04 20:04:01 ip-10-31-44-67.us-east-1.aws.redhat.com sshd[5172]: Accepted publickey for root from 10.29.163.167 port 54624 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 04 20:04:01 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Started Session 6 of user root. -- Subject: Unit session-6.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-6.scope has finished starting up. -- -- The start-up result is done. Feb 04 20:04:01 ip-10-31-44-67.us-east-1.aws.redhat.com systemd-logind[620]: New session 6 of user root. -- Subject: A new session 6 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 6 has been created for the user root. -- -- The leading process of the session is 5172. Feb 04 20:04:01 ip-10-31-44-67.us-east-1.aws.redhat.com sshd[5172]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 04 20:04:26 ip-10-31-44-67.us-east-1.aws.redhat.com python3[5276]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 04 20:04:27 ip-10-31-44-67.us-east-1.aws.redhat.com python3[5323]: ansible-service_facts Invoked Feb 04 20:04:29 ip-10-31-44-67.us-east-1.aws.redhat.com python3[5429]: 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 04 20:04:30 ip-10-31-44-67.us-east-1.aws.redhat.com python3[5450]: ansible-stat Invoked with path=/etc/yum.repos.d/qa-tools.repo follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 20:04:31 ip-10-31-44-67.us-east-1.aws.redhat.com python3[5472]: ansible-ansible.legacy.command Invoked with _raw_params=curl -sLI --connect-timeout 5 -w '%{response_code}' http://liver2.lab.eng.brq.redhat.com/repo/ | grep ^200 _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 04 20:04:31 ip-10-31-44-67.us-east-1.aws.redhat.com python3[5496]: ansible-ansible.legacy.dnf Invoked with name=['ca-certificates'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 04 20:04:34 ip-10-31-44-67.us-east-1.aws.redhat.com python3[5517]: ansible-ansible.legacy.dnf Invoked with name=['curl'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 04 20:04:36 ip-10-31-44-67.us-east-1.aws.redhat.com python3[5538]: ansible-ansible.legacy.command Invoked with _raw_params=curl -skL -o /etc/pki/ca-trust/source/anchors/Current-IT-Root-CAs.pem https://certs.corp.redhat.com/certs/Current-IT-Root-CAs.pem _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 04 20:04:36 ip-10-31-44-67.us-east-1.aws.redhat.com python3[5560]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c 'update-ca-trust' _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 04 20:04:37 ip-10-31-44-67.us-east-1.aws.redhat.com python3[5587]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c 'update-ca-trust extract' _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 04 20:04:39 ip-10-31-44-67.us-east-1.aws.redhat.com python3[5614]: ansible-ansible.legacy.command Invoked with _raw_params=curl -v https://gitlab.cee.redhat.com _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 04 20:04:39 ip-10-31-44-67.us-east-1.aws.redhat.com python3[5636]: ansible-ansible.legacy.command Invoked with _raw_params=curl -v https://beaker.engineering.redhat.com/ _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 04 20:04:40 ip-10-31-44-67.us-east-1.aws.redhat.com python3[5658]: ansible-file Invoked with path=/etc/yum.repos.d/CentOS-Media.repo 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 04 20:04:40 ip-10-31-44-67.us-east-1.aws.redhat.com python3[5678]: ansible-file Invoked with path=/etc/yum.repos.d/CentOS-Linux-Media.repo 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 04 20:04:40 ip-10-31-44-67.us-east-1.aws.redhat.com python3[5698]: ansible-file Invoked with path=/etc/yum.repos.d/CentOS-Stream-Media.repo 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 04 20:04:40 ip-10-31-44-67.us-east-1.aws.redhat.com python3[5718]: ansible-file Invoked with path=/etc/yum.repos.d/beaker-client-testing.repo 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 04 20:04:41 ip-10-31-44-67.us-east-1.aws.redhat.com python3[5738]: ansible-stat Invoked with path=/etc/yum.repos.d/beaker-client.repo follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 20:04:41 ip-10-31-44-67.us-east-1.aws.redhat.com python3[5760]: ansible-replace Invoked with path=/etc/yum.repos.d/beaker-client.repo regexp=7|\$releasever replace=8 backup=False encoding=utf-8 unsafe_writes=False after=None before=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 04 20:04:41 ip-10-31-44-67.us-east-1.aws.redhat.com python3[5780]: ansible-stat Invoked with path=/etc/yum.repos.d/beaker-client.repo follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 20:04:42 ip-10-31-44-67.us-east-1.aws.redhat.com python3[5802]: ansible-community.general.ini_file Invoked with path=/etc/yum.repos.d/beaker-client.repo section=beaker-client option=skip_if_unavailable value=1 backup=False state=present exclusive=True no_extra_spaces=False ignore_spaces=False allow_no_value=False modify_inactive_option=True create=True follow=False unsafe_writes=False values=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 04 20:04:42 ip-10-31-44-67.us-east-1.aws.redhat.com python3[5822]: 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 04 20:04:42 ip-10-31-44-67.us-east-1.aws.redhat.com python3[5865]: 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 04 20:04:42 ip-10-31-44-67.us-east-1.aws.redhat.com python3[5887]: ansible-stat Invoked with path=/etc/yum.repos.d/baseos-ci.repo follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 20:04:43 ip-10-31-44-67.us-east-1.aws.redhat.com python3[5907]: 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 04 20:04:43 ip-10-31-44-67.us-east-1.aws.redhat.com python3[5950]: 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 04 20:04:44 ip-10-31-44-67.us-east-1.aws.redhat.com python3[5972]: 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 04 20:04:44 ip-10-31-44-67.us-east-1.aws.redhat.com python3[6015]: 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 04 20:04:45 ip-10-31-44-67.us-east-1.aws.redhat.com python3[6037]: 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 04 20:04:45 ip-10-31-44-67.us-east-1.aws.redhat.com python3[6080]: 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 04 20:04:46 ip-10-31-44-67.us-east-1.aws.redhat.com python3[6102]: 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 04 20:04:46 ip-10-31-44-67.us-east-1.aws.redhat.com python3[6145]: 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 04 20:04:46 ip-10-31-44-67.us-east-1.aws.redhat.com python3[6167]: 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 04 20:04:47 ip-10-31-44-67.us-east-1.aws.redhat.com python3[6189]: 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 04 20:06:54 ip-10-31-44-67.us-east-1.aws.redhat.com python3[6376]: ansible-ansible.legacy.dnf Invoked with name=['createrepo'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 04 20:06:59 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. -- Subject: Unit run-re1b498f1d63a45b5ad06b357adf7810e.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit run-re1b498f1d63a45b5ad06b357adf7810e.service has finished starting up. -- -- The start-up result is done. Feb 04 20:06:59 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: cgroup compatibility translation between legacy and unified hierarchy settings activated. See cgroup-compat debug messages for details. Feb 04 20:06:59 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Starting man-db-cache-update.service... -- Subject: Unit man-db-cache-update.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit man-db-cache-update.service has begun starting up. Feb 04 20:07:00 ip-10-31-44-67.us-east-1.aws.redhat.com python3[6411]: ansible-ansible.legacy.dnf Invoked with name=['make'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 04 20:07:01 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: man-db-cache-update.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit man-db-cache-update.service has successfully entered the 'dead' state. Feb 04 20:07:01 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Started man-db-cache-update.service. -- Subject: Unit man-db-cache-update.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit man-db-cache-update.service has finished starting up. -- -- The start-up result is done. Feb 04 20:07:01 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: run-re1b498f1d63a45b5ad06b357adf7810e.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit run-re1b498f1d63a45b5ad06b357adf7810e.service has successfully entered the 'dead' state. Feb 04 20:07:02 ip-10-31-44-67.us-east-1.aws.redhat.com python3[6484]: ansible-ansible.legacy.dnf Invoked with name=['parted'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 04 20:07:05 ip-10-31-44-67.us-east-1.aws.redhat.com python3[6505]: ansible-ansible.legacy.dnf Invoked with name=['psmisc'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 04 20:07:07 ip-10-31-44-67.us-east-1.aws.redhat.com python3[6526]: ansible-ansible.legacy.dnf Invoked with name=['chrony'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 04 20:07:10 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Reloading. Feb 04 20:07:10 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/cloud-init.target:15: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:07:10 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/cloud-init.service:18: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:07:10 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/cloud-init-local.service:12: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:07:10 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/cloud-final.service:7: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:07:10 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/cloud-config.service:9: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:07:10 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Stopping NTP client/server... -- Subject: Unit chronyd.service has begun shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit chronyd.service has begun shutting down. Feb 04 20:07:10 ip-10-31-44-67.us-east-1.aws.redhat.com chronyd[633]: chronyd exiting Feb 04 20:07:10 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: chronyd.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit chronyd.service has successfully entered the 'dead' state. Feb 04 20:07:10 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Stopped NTP client/server. -- Subject: Unit chronyd.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit chronyd.service has finished shutting down. Feb 04 20:07:10 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Starting NTP client/server... -- Subject: Unit chronyd.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit chronyd.service has begun starting up. Feb 04 20:07:10 ip-10-31-44-67.us-east-1.aws.redhat.com chronyd[6574]: chronyd version 4.5 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG) Feb 04 20:07:10 ip-10-31-44-67.us-east-1.aws.redhat.com chronyd[6574]: Loaded 0 symmetric keys Feb 04 20:07:10 ip-10-31-44-67.us-east-1.aws.redhat.com chronyd[6574]: Frequency 24.843 +/- 1.638 ppm read from /var/lib/chrony/drift Feb 04 20:07:10 ip-10-31-44-67.us-east-1.aws.redhat.com chronyd[6574]: Using right/UTC timezone to obtain leap second data Feb 04 20:07:10 ip-10-31-44-67.us-east-1.aws.redhat.com chronyd[6574]: Added source 10.2.32.37 Feb 04 20:07:10 ip-10-31-44-67.us-east-1.aws.redhat.com chronyd[6574]: Added source 10.2.32.38 Feb 04 20:07:10 ip-10-31-44-67.us-east-1.aws.redhat.com chronyd[6574]: Added source 10.11.160.238 Feb 04 20:07:10 ip-10-31-44-67.us-east-1.aws.redhat.com chronyd[6574]: Added source 10.18.100.10 Feb 04 20:07:10 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Started NTP client/server. -- Subject: Unit chronyd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit chronyd.service has finished starting up. -- -- The start-up result is done. Feb 04 20:07:11 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. -- Subject: Unit run-rd1a8f3e7e0bc4b7cb871212e59ce3193.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit run-rd1a8f3e7e0bc4b7cb871212e59ce3193.service has finished starting up. -- -- The start-up result is done. Feb 04 20:07:11 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Reloading. Feb 04 20:07:11 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/cloud-init.target:15: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:07:11 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/cloud-init.service:18: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:07:11 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/cloud-init-local.service:12: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:07:11 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/cloud-final.service:7: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:07:11 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/cloud-config.service:9: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:07:11 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Starting man-db-cache-update.service... -- Subject: Unit man-db-cache-update.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit man-db-cache-update.service has begun starting up. Feb 04 20:07:11 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. -- Subject: Unit run-r8cd7b4cece804b29ab50c4444928cf63.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit run-r8cd7b4cece804b29ab50c4444928cf63.service has finished starting up. -- -- The start-up result is done. Feb 04 20:07:11 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: man-db-cache-update.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit man-db-cache-update.service has successfully entered the 'dead' state. Feb 04 20:07:11 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Started man-db-cache-update.service. -- Subject: Unit man-db-cache-update.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit man-db-cache-update.service has finished starting up. -- -- The start-up result is done. Feb 04 20:07:11 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: run-r8cd7b4cece804b29ab50c4444928cf63.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit run-r8cd7b4cece804b29ab50c4444928cf63.service has successfully entered the 'dead' state. Feb 04 20:07:11 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: run-rd1a8f3e7e0bc4b7cb871212e59ce3193.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit run-rd1a8f3e7e0bc4b7cb871212e59ce3193.service has successfully entered the 'dead' state. Feb 04 20:07:12 ip-10-31-44-67.us-east-1.aws.redhat.com python3[6993]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c "chronyc sources" _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 04 20:07:12 ip-10-31-44-67.us-east-1.aws.redhat.com python3[7020]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c "chronyc sources | grep redhat | grep -v util.phx2.redhat || chronyc add server clock.corp.redhat.com iburst" _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 04 20:07:12 ip-10-31-44-67.us-east-1.aws.redhat.com chronyd[6574]: Added source ID#0000000009 (clock.corp.redhat.com) Feb 04 20:07:12 ip-10-31-44-67.us-east-1.aws.redhat.com python3[7045]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c "chronyc sources" _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 04 20:07:13 ip-10-31-44-67.us-east-1.aws.redhat.com python3[7066]: ansible-ansible.legacy.command Invoked with _raw_params=chronyc waitsync 5 _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 04 20:07:16 ip-10-31-44-67.us-east-1.aws.redhat.com chronyd[6574]: Selected source 50.205.57.38 (2.centos.pool.ntp.org) Feb 04 20:07:16 ip-10-31-44-67.us-east-1.aws.redhat.com chronyd[6574]: System clock TAI offset set to 37 seconds Feb 04 20:07:23 ip-10-31-44-67.us-east-1.aws.redhat.com python3[7087]: ansible-ansible.legacy.command Invoked with _raw_params=setenforce 0; timedatectl set-timezone UTC; setenforce 1 _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 04 20:07:23 ip-10-31-44-67.us-east-1.aws.redhat.com dbus-daemon[623]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.34' (uid=0 pid=7091 comm="timedatectl set-timezone UTC " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023") Feb 04 20:07:23 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Starting System clock and RTC settings service... -- Subject: Unit timedatex.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit timedatex.service has begun starting up. Feb 04 20:07:23 ip-10-31-44-67.us-east-1.aws.redhat.com dbus-daemon[623]: [system] Successfully activated service 'org.freedesktop.timedate1' Feb 04 20:07:23 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Started System clock and RTC settings service. -- Subject: Unit timedatex.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit timedatex.service has finished starting up. -- -- The start-up result is done. Feb 04 20:07:23 ip-10-31-44-67.us-east-1.aws.redhat.com dbus-daemon[623]: [system] Reloaded configuration Feb 04 20:07:24 ip-10-31-44-67.us-east-1.aws.redhat.com python3[7115]: ansible-yum_repository Invoked with state=present name=beaker-tasks description=Beaker tasks baseurl=['http://beaker.engineering.redhat.com/rpms/'] gpgcheck=False enabled=True reposdir=/etc/yum.repos.d unsafe_writes=False bandwidth=None cost=None deltarpm_metadata_percentage=None deltarpm_percentage=None enablegroups=None exclude=None failovermethod=None file=None gpgcakey=None gpgkey=None module_hotfixes=None http_caching=None include=None includepkgs=None ip_resolve=None keepalive=None keepcache=None metadata_expire=None metadata_expire_filter=None metalink=None mirrorlist=None mirrorlist_expire=None params=None password=NOT_LOGGING_PARAMETER priority=None protect=None proxy=None proxy_password=NOT_LOGGING_PARAMETER proxy_username=None repo_gpgcheck=None retries=None s3_enabled=None skip_if_unavailable=None sslcacert=None ssl_check_cert_permissions=None sslclientcert=None sslclientkey=None sslverify=None throttle=None timeout=None ui_repoid_vars=None username=None async=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 04 20:07:24 ip-10-31-44-67.us-east-1.aws.redhat.com python3[7135]: ansible-user Invoked with name=root update_password=always password=NOT_LOGGING_PARAMETER state=present non_unique=False force=False remove=False create_home=True system=False move_home=False append=False ssh_key_bits=0 ssh_key_type=rsa ssh_key_comment=ansible-generated on ip-10-31-44-67.us-east-1.aws.redhat.com uid=None group=None groups=None comment=None home=None shell=None login_class=None password_expire_max=None password_expire_min=None hidden=None seuser=None skeleton=None generate_ssh_key=None ssh_key_file=None ssh_key_passphrase=NOT_LOGGING_PARAMETER expires=None password_lock=None local=None profile=None authorization=None role=None umask=None Feb 04 20:07:24 ip-10-31-44-67.us-east-1.aws.redhat.com usermod[7141]: change user 'root' password Feb 04 20:07:25 ip-10-31-44-67.us-east-1.aws.redhat.com python3[7166]: ansible-lineinfile Invoked with dest=/etc/ssh/sshd_config regexp=#?PasswordAuthentication (?:yes|no) line=PasswordAuthentication yes state=present path=/etc/ssh/sshd_config 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 04 20:07:25 ip-10-31-44-67.us-east-1.aws.redhat.com python3[7186]: ansible-lineinfile Invoked with dest=/etc/ssh/sshd_config line=PermitRootLogin yes state=present path=/etc/ssh/sshd_config backrefs=False create=False backup=False firstmatch=False unsafe_writes=False regexp=None 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 04 20:07:25 ip-10-31-44-67.us-east-1.aws.redhat.com python3[7206]: ansible-file Invoked with path=/var/lib/tft state=directory 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 04 20:07:25 ip-10-31-44-67.us-east-1.aws.redhat.com python3[7226]: ansible-stat Invoked with path=/var/lib/tft/lib.sh follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 20:07:26 ip-10-31-44-67.us-east-1.aws.redhat.com python3[7288]: ansible-ansible.legacy.stat Invoked with path=/var/lib/tft/lib.sh follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 04 20:07:26 ip-10-31-44-67.us-east-1.aws.redhat.com python3[7345]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707077245.8770409-6886-159797603717415/source dest=/var/lib/tft/lib.sh owner=root group=root mode=u=rx,go= follow=False _original_basename=lib.sh.j2 checksum=cdcb4e3b7fb4fbc298e05439468daaeb6289f07c 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 04 20:07:26 ip-10-31-44-67.us-east-1.aws.redhat.com python3[7386]: ansible-stat Invoked with path=/usr/local/bin/ci-extendtesttime.sh follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 20:07:26 ip-10-31-44-67.us-east-1.aws.redhat.com python3[7448]: ansible-ansible.legacy.stat Invoked with path=/usr/local/bin/ci-extendtesttime.sh follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 04 20:07:27 ip-10-31-44-67.us-east-1.aws.redhat.com python3[7505]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707077246.7380536-6899-31069500714238/source dest=/usr/local/bin/ci-extendtesttime.sh owner=root group=root mode=u=rx,go= follow=False _original_basename=ci-extendtesttime.sh.j2 checksum=2d0f6c296873c17e8b22c9490b000973b2a8a350 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 04 20:07:27 ip-10-31-44-67.us-east-1.aws.redhat.com python3[7546]: ansible-stat Invoked with path=/usr/bin/extendtesttime.sh follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 20:07:27 ip-10-31-44-67.us-east-1.aws.redhat.com python3[7566]: ansible-stat Invoked with path=/usr/local/bin/ci-return2pool.sh follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 20:07:27 ip-10-31-44-67.us-east-1.aws.redhat.com python3[7628]: ansible-ansible.legacy.stat Invoked with path=/usr/local/bin/ci-return2pool.sh follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 04 20:07:28 ip-10-31-44-67.us-east-1.aws.redhat.com python3[7685]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707077247.7387135-6919-48854093850991/source dest=/usr/local/bin/ci-return2pool.sh owner=root group=root mode=u=rx,go= follow=False _original_basename=ci-return2pool.sh.j2 checksum=f77cae3b2a729c60bcb0c01c82bf347f13a9b2c5 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 04 20:07:28 ip-10-31-44-67.us-east-1.aws.redhat.com python3[7726]: ansible-stat Invoked with path=/etc/motd follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 20:07:28 ip-10-31-44-67.us-east-1.aws.redhat.com python3[7790]: ansible-ansible.legacy.stat Invoked with path=/root/.guest-metadata.json follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 04 20:07:28 ip-10-31-44-67.us-east-1.aws.redhat.com python3[7847]: ansible-ansible.legacy.copy Invoked with dest=/root/.guest-metadata.json owner=root group=root mode=u=rw,go= src=/root/.ansible/tmp/ansible-tmp-1707077248.5298054-6934-226787825714536/source _original_basename=tmpyjm6tlxl follow=False checksum=bf21a9e8fbc5a3846fb05b4fa0859e0917b2202f 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 04 20:07:29 ip-10-31-44-67.us-east-1.aws.redhat.com python3[7888]: ansible-ansible.legacy.command Invoked with _raw_params=curl -sLI --connect-timeout 5 -w '%{response_code}' http://169.254.169.254/latest/meta-data/instance-id | grep ^200 _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 04 20:07:29 ip-10-31-44-67.us-east-1.aws.redhat.com python3[7911]: ansible-hostname Invoked with name=cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm use=None Feb 04 20:07:29 ip-10-31-44-67.us-east-1.aws.redhat.com dbus-daemon[623]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.36' (uid=0 pid=7917 comm="/usr/bin/hostnamectl --transient status " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023") Feb 04 20:07:29 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Starting Hostname Service... -- Subject: Unit systemd-hostnamed.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-hostnamed.service has begun starting up. Feb 04 20:07:29 ip-10-31-44-67.us-east-1.aws.redhat.com dbus-daemon[623]: [system] Successfully activated service 'org.freedesktop.hostname1' Feb 04 20:07:29 ip-10-31-44-67.us-east-1.aws.redhat.com systemd[1]: Started Hostname Service. -- Subject: Unit systemd-hostnamed.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-hostnamed.service has finished starting up. -- -- The start-up result is done. Feb 04 20:07:29 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd-hostnamed[7918]: Changed static host name to 'cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm' Feb 04 20:07:29 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm NetworkManager[666]: [1707077249.9311] hostname: static hostname changed from "ip-10-31-44-67.us-east-1.aws.redhat.com" to "cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm" Feb 04 20:07:29 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm dbus-daemon[623]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=666 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0") Feb 04 20:07:29 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: Starting Network Manager Script Dispatcher Service... -- Subject: Unit NetworkManager-dispatcher.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager-dispatcher.service has begun starting up. Feb 04 20:07:29 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm NetworkManager[666]: [1707077249.9377] policy: set-hostname: set hostname to 'cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm' (from system configuration) Feb 04 20:07:29 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd-hostnamed[7918]: Changed host name to 'cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm' Feb 04 20:07:29 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm dbus-daemon[623]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Feb 04 20:07:29 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: Started Network Manager Script Dispatcher Service. -- Subject: Unit NetworkManager-dispatcher.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager-dispatcher.service has finished starting up. -- -- The start-up result is done. Feb 04 20:07:30 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[7951]: ansible-ansible.legacy.command Invoked with _raw_params=ping -4 -c1 -W10 $(hostname) _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 04 20:07:30 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[7974]: ansible-file Invoked with path=/var/log/messages state=touch 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 04 20:07:30 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[7994]: ansible-ansible.legacy.command Invoked with _raw_params=setsebool nis_enabled on _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 04 20:07:30 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm setsebool[7996]: The nis_enabled policy boolean was changed to on by root Feb 04 20:07:30 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm dbus-daemon[623]: [system] Reloaded configuration Feb 04 20:07:31 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[8015]: ansible-stat Invoked with path=/usr/bin/rstrnt-package follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 20:07:31 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[8037]: ansible-ansible.legacy.command Invoked with _raw_params=sed -e 's/rpm -q $package/rpm -q --whatprovides $package/' -i /usr/bin/rstrnt-package _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 04 20:07:31 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[8058]: ansible-stat Invoked with path=/var/lib/restraint follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 20:07:31 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[8080]: ansible-file Invoked with path=/var/lib/restraint/avc_since state=touch 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 04 20:07:32 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[8100]: ansible-stat Invoked with path=/usr/share/beakerlib/beakerlib.sh follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 20:07:32 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[8122]: ansible-file Invoked with dest=/usr/lib/beakerlib state=directory path=/usr/lib/beakerlib 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 04 20:07:32 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[8142]: ansible-file Invoked with dest=/usr/share/rhts-library state=directory path=/usr/share/rhts-library 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 04 20:07:32 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[8162]: ansible-file Invoked with src=/usr/share/beakerlib/beakerlib.sh dest=/usr/lib/beakerlib/beakerlib.sh state=link path=/usr/lib/beakerlib/beakerlib.sh 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 modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 04 20:07:33 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[8182]: ansible-file Invoked with src=/usr/share/beakerlib/beakerlib.sh dest=/usr/share/rhts-library/rhtslib.sh state=link path=/usr/share/rhts-library/rhtslib.sh 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 modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 04 20:07:33 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[8202]: ansible-ansible.legacy.command Invoked with _raw_params=mv /var/log/audit/audit.log /var/log/audit/audit.log.bak _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 04 20:07:33 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[8223]: ansible-ansible.legacy.command Invoked with _raw_params=/usr/sbin/service auditd restart _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 04 20:07:33 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm auditd[559]: The audit daemon is exiting. Feb 04 20:07:33 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm kernel: audit: type=1305 audit(1707077253.561:710): op=set audit_pid=0 old=559 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 Feb 04 20:07:33 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: auditd.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit auditd.service has successfully entered the 'dead' state. Feb 04 20:07:33 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm kernel: audit: type=1130 audit(1707077253.566:711): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=auditd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 04 20:07:33 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm kernel: audit: type=1131 audit(1707077253.566:712): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=auditd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 04 20:07:35 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: Starting Security Auditing Service... -- Subject: Unit auditd.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit auditd.service has begun starting up. Feb 04 20:07:35 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm auditd[8245]: No plugins found, not dispatching events Feb 04 20:07:35 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm auditd[8245]: Init complete, auditd 3.1.2 listening for events (startup state enable) Feb 04 20:07:35 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm augenrules[8248]: /sbin/augenrules: No change Feb 04 20:07:35 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm augenrules[8258]: No rules Feb 04 20:07:35 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm augenrules[8258]: enabled 1 Feb 04 20:07:35 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm augenrules[8258]: failure 1 Feb 04 20:07:35 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm augenrules[8258]: pid 8245 Feb 04 20:07:35 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm augenrules[8258]: rate_limit 0 Feb 04 20:07:35 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm augenrules[8258]: backlog_limit 8192 Feb 04 20:07:35 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm augenrules[8258]: lost 0 Feb 04 20:07:35 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm augenrules[8258]: backlog 4 Feb 04 20:07:35 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm augenrules[8258]: backlog_wait_time 60000 Feb 04 20:07:35 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm augenrules[8258]: backlog_wait_time_actual 0 Feb 04 20:07:35 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm augenrules[8258]: enabled 1 Feb 04 20:07:35 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm augenrules[8258]: failure 1 Feb 04 20:07:35 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm augenrules[8258]: pid 8245 Feb 04 20:07:35 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm augenrules[8258]: rate_limit 0 Feb 04 20:07:35 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm augenrules[8258]: backlog_limit 8192 Feb 04 20:07:35 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm augenrules[8258]: lost 0 Feb 04 20:07:35 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm augenrules[8258]: backlog 4 Feb 04 20:07:35 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm augenrules[8258]: backlog_wait_time 60000 Feb 04 20:07:35 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm augenrules[8258]: backlog_wait_time_actual 0 Feb 04 20:07:35 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm augenrules[8258]: enabled 1 Feb 04 20:07:35 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm augenrules[8258]: failure 1 Feb 04 20:07:35 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm augenrules[8258]: pid 8245 Feb 04 20:07:35 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm augenrules[8258]: rate_limit 0 Feb 04 20:07:35 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm augenrules[8258]: backlog_limit 8192 Feb 04 20:07:35 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm augenrules[8258]: lost 0 Feb 04 20:07:35 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm augenrules[8258]: backlog 4 Feb 04 20:07:35 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm augenrules[8258]: backlog_wait_time 60000 Feb 04 20:07:35 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm augenrules[8258]: backlog_wait_time_actual 0 Feb 04 20:07:35 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: Started Security Auditing Service. -- Subject: Unit auditd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit auditd.service has finished starting up. -- -- The start-up result is done. Feb 04 20:07:35 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[8283]: ansible-stat Invoked with path=/etc/NetworkManager/conf.d follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 20:07:36 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[8347]: ansible-ansible.legacy.stat Invoked with path=/etc/NetworkManager/conf.d/99-zzz-tft-workaround-dns-default.conf follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 04 20:07:36 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[8404]: ansible-ansible.legacy.copy Invoked with dest=/etc/NetworkManager/conf.d/99-zzz-tft-workaround-dns-default.conf src=/root/.ansible/tmp/ansible-tmp-1707077255.8612733-7031-223891262090833/source _original_basename=tmpjecawi9v follow=False checksum=0145f3ae57eef5aa08bbb678fedbb3edd001cd2d backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 04 20:07:36 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[8445]: 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 04 20:07:37 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[8488]: 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 04 20:07:37 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[8510]: ansible-ansible.legacy.command Invoked with _raw_params=dnf config-manager --set-enabled ha _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 04 20:07:38 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[8532]: 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 04 20:07:38 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[8554]: 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 04 20:07:39 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: NetworkManager-dispatcher.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state. Feb 04 20:07:53 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: timedatex.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit timedatex.service has successfully entered the 'dead' state. Feb 04 20:07:59 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: systemd-hostnamed.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-hostnamed.service has successfully entered the 'dead' state. Feb 04 20:09:46 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[8773]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 04 20:09:48 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[8820]: ansible-service_facts Invoked Feb 04 20:09:49 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[8926]: 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 04 20:09:51 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[8947]: ansible-ansible.legacy.command Invoked with _raw_params=if [ $(find /etc/yum.repos.d/ -name 'epel.repo' | wc -l ) -gt 0 ]; then dnf config-manager --set-disabled epel; fi _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 04 20:09:52 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[8973]: 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 04 20:09:52 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[8995]: 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 04 20:11:59 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[9206]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 04 20:12:00 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[9253]: ansible-service_facts Invoked Feb 04 20:12:03 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[9359]: 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 04 20:12:06 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[9403]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 04 20:12:07 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[9450]: ansible-ansible.legacy.dnf Invoked with name=['ca-certificates'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 04 20:12:09 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[9471]: ansible-ansible.legacy.dnf Invoked with name=['curl'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 04 20:12:12 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[9492]: ansible-ansible.legacy.command Invoked with _raw_params=curl -skL -o /etc/pki/ca-trust/source/anchors/Current-IT-Root-CAs.pem https://certs.corp.redhat.com/certs/Current-IT-Root-CAs.pem _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 04 20:12:12 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[9514]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c 'update-ca-trust' _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 04 20:12:13 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[9541]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c 'update-ca-trust extract' _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 04 20:12:14 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[9568]: ansible-ansible.legacy.command Invoked with _raw_params=curl -v https://gitlab.cee.redhat.com _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 04 20:12:16 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[9590]: ansible-ansible.legacy.command Invoked with _raw_params=curl -v https://beaker.engineering.redhat.com/ _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 04 20:12:17 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[9612]: ansible-service_facts Invoked Feb 04 20:12:18 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[9718]: 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 04 20:12:20 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[9739]: ansible-service_facts Invoked Feb 04 20:12:21 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[9845]: 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 04 20:12:23 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[9866]: 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 04 20:12:23 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[9909]: 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 04 20:12:23 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[9931]: 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 04 20:12:24 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[9953]: 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 04 20:14:30 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[10165]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=* fact_path=/etc/ansible/facts.d Feb 04 20:14:31 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[10210]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 20:14:32 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[10230]: ansible-dnf Invoked with name=['python3-pyasn1', 'python3-cryptography', 'python3-dbus'] state=present allow_downgrade=False autoremove=False bugfix=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 lock_timeout=30 conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 04 20:14:35 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[10255]: ansible-dnf Invoked with name=['certmonger'] state=present allow_downgrade=False autoremove=False bugfix=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 lock_timeout=30 conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 04 20:14:38 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm dbus-daemon[623]: [system] Reloaded configuration Feb 04 20:14:38 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm dbus-daemon[623]: [system] Reloaded configuration Feb 04 20:14:38 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm dbus-daemon[623]: [system] Reloaded configuration Feb 04 20:14:38 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm dbus-daemon[623]: [system] Reloaded configuration Feb 04 20:14:38 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm dbus-daemon[623]: [system] Reloaded configuration Feb 04 20:14:38 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: Reloading. Feb 04 20:14:38 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.target:15: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:14:38 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.service:18: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:14:38 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init-local.service:12: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:14:38 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-final.service:7: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:14:38 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-config.service:9: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:14:38 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. -- Subject: Unit run-r038efff60d44420c9e33000bec6c2b14.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit run-r038efff60d44420c9e33000bec6c2b14.service has finished starting up. -- -- The start-up result is done. Feb 04 20:14:38 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: Starting man-db-cache-update.service... -- Subject: Unit man-db-cache-update.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit man-db-cache-update.service has begun starting up. Feb 04 20:14:38 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: Reloading. Feb 04 20:14:38 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.target:15: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:14:38 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.service:18: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:14:38 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init-local.service:12: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:14:38 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-final.service:7: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:14:38 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-config.service:9: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:14:39 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: man-db-cache-update.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit man-db-cache-update.service has successfully entered the 'dead' state. Feb 04 20:14:39 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: Started man-db-cache-update.service. -- Subject: Unit man-db-cache-update.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit man-db-cache-update.service has finished starting up. -- -- The start-up result is done. Feb 04 20:14:39 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: run-r038efff60d44420c9e33000bec6c2b14.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit run-r038efff60d44420c9e33000bec6c2b14.service has successfully entered the 'dead' state. Feb 04 20:14:39 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[10779]: 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 content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None Feb 04 20:14:40 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[10799]: 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 content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None Feb 04 20:14:40 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[10819]: ansible-systemd Invoked with name=certmonger state=started enabled=True daemon_reload=False daemon_reexec=False no_block=False force=None masked=None user=None scope=None Feb 04 20:14:40 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: Reloading. Feb 04 20:14:40 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.target:15: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:14:40 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.service:18: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:14:40 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init-local.service:12: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:14:40 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-final.service:7: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:14:40 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-config.service:9: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:14:40 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: Starting dnf makecache... -- Subject: Unit dnf-makecache.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dnf-makecache.service has begun starting up. Feb 04 20:14:40 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: Starting Certificate monitoring and PKI enrollment... -- Subject: Unit certmonger.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit certmonger.service has begun starting up. Feb 04 20:14:40 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: Started Certificate monitoring and PKI enrollment. -- Subject: Unit certmonger.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit certmonger.service has finished starting up. -- -- The start-up result is done. Feb 04 20:14:41 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm dnf[10848]: Failed determining last makecache time. Feb 04 20:14:41 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[10902]: 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 04 20:14:41 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm certmonger[10850]: 2024-02-04 20:14:41 [10850] Wrote to /var/lib/certmonger/requests/20240204201441 Feb 04 20:14:41 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm rsyslogd[1024]: imjournal: journal files changed, reloading... [v8.2102.0-15.el8 try https://www.rsyslog.com/e/0 ] Feb 04 20:14:41 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm certmonger[10850]: 2024-02-04 20:14:41 [10850] Wrote to /var/lib/certmonger/requests/20240204201441 Feb 04 20:14:41 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm certmonger[10850]: 2024-02-04 20:14:41 [10850] Wrote to /var/lib/certmonger/requests/20240204201441 Feb 04 20:14:41 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm certmonger[10850]: 2024-02-04 20:14:41 [10850] Wrote to /var/lib/certmonger/requests/20240204201441 Feb 04 20:14:41 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm certmonger[10850]: 2024-02-04 20:14:41 [10850] Wrote to /var/lib/certmonger/requests/20240204201441 Feb 04 20:14:41 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm dnf[10848]: CentOS Stream 8 - AppStream 21 kB/s | 4.4 kB 00:00 Feb 04 20:14:41 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm certmonger[10850]: 2024-02-04 20:14:41 [10850] Wrote to /var/lib/certmonger/requests/20240204201441 Feb 04 20:14:41 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm certmonger[10850]: 2024-02-04 20:14:41 [10850] Wrote to /var/lib/certmonger/requests/20240204201441 Feb 04 20:14:41 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm certmonger[10850]: 2024-02-04 20:14:41 [10850] Wrote to /var/lib/certmonger/requests/20240204201441 Feb 04 20:14:41 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm certmonger[10850]: 2024-02-04 20:14:41 [10850] Wrote to /var/lib/certmonger/requests/20240204201441 Feb 04 20:14:41 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm certmonger[10850]: 2024-02-04 20:14:41 [10850] Wrote to /var/lib/certmonger/requests/20240204201441 Feb 04 20:14:41 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm certmonger[10850]: 2024-02-04 20:14:41 [10850] Wrote to /var/lib/certmonger/requests/20240204201441 Feb 04 20:14:41 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm certmonger[10850]: 2024-02-04 20:14:41 [10850] Wrote to /var/lib/certmonger/requests/20240204201441 Feb 04 20:14:41 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm certmonger[10850]: 2024-02-04 20:14:41 [10850] Wrote to /var/lib/certmonger/requests/20240204201441 Feb 04 20:14:41 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm certmonger[10850]: 2024-02-04 20:14:41 [10850] Wrote to /var/lib/certmonger/requests/20240204201441 Feb 04 20:14:41 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm certmonger[10850]: 2024-02-04 20:14:41 [10850] Wrote to /var/lib/certmonger/requests/20240204201441 Feb 04 20:14:41 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm certmonger[10850]: 2024-02-04 20:14:41 [10850] Wrote to /var/lib/certmonger/requests/20240204201441 Feb 04 20:14:41 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm certmonger[10850]: 2024-02-04 20:14:41 [10850] Wrote to /var/lib/certmonger/requests/20240204201441 Feb 04 20:14:41 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm certmonger[10850]: 2024-02-04 20:14:41 [10850] Wrote to /var/lib/certmonger/requests/20240204201441 Feb 04 20:14:41 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm certmonger[10850]: 2024-02-04 20:14:41 [10850] Wrote to /var/lib/certmonger/requests/20240204201441 Feb 04 20:14:41 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm certmonger[10850]: 2024-02-04 20:14:41 [10850] Wrote to /var/lib/certmonger/requests/20240204201441 Feb 04 20:14:41 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm certmonger[10850]: 2024-02-04 20:14:41 [10850] Wrote to /var/lib/certmonger/requests/20240204201441 Feb 04 20:14:41 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm certmonger[10850]: 2024-02-04 20:14:41 [10850] Wrote to /var/lib/certmonger/requests/20240204201441 Feb 04 20:14:41 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm certmonger[10850]: 2024-02-04 20:14:41 [10850] Wrote to /var/lib/certmonger/requests/20240204201441 Feb 04 20:14:41 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm certmonger[10850]: 2024-02-04 20:14:41 [10850] Wrote to /var/lib/certmonger/requests/20240204201441 Feb 04 20:14:41 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm certmonger[10925]: Certificate in file "/etc/pki/tls/certs/quadlet_demo.crt" issued by CA and saved. Feb 04 20:14:41 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm certmonger[10850]: 2024-02-04 20:14:41 [10850] Wrote to /var/lib/certmonger/requests/20240204201441 Feb 04 20:14:41 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm dnf[10848]: CentOS Stream 8 - BaseOS 19 kB/s | 3.9 kB 00:00 Feb 04 20:14:41 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm dnf[10848]: CentOS Stream 8 - Extras 49 kB/s | 2.9 kB 00:00 Feb 04 20:14:41 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[10945]: ansible-slurp Invoked with path=/etc/pki/tls/certs/quadlet_demo.crt src=/etc/pki/tls/certs/quadlet_demo.crt Feb 04 20:14:42 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm dnf[10848]: CentOS Stream 8 - Extras common packages 15 kB/s | 3.0 kB 00:00 Feb 04 20:14:42 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[10968]: ansible-slurp Invoked with path=/etc/pki/tls/private/quadlet_demo.key src=/etc/pki/tls/private/quadlet_demo.key Feb 04 20:14:42 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[10990]: ansible-slurp Invoked with path=/etc/pki/tls/certs/quadlet_demo.crt src=/etc/pki/tls/certs/quadlet_demo.crt Feb 04 20:14:42 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm dnf[10848]: CentOS Stream 8 - HighAvailability 8.2 kB/s | 3.9 kB 00:00 Feb 04 20:14:42 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[11011]: ansible-command Invoked with _raw_params=getcert stop-tracking -f /etc/pki/tls/certs/quadlet_demo.crt warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 04 20:14:42 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm certmonger[10850]: 2024-02-04 20:14:42 [10850] Wrote to /var/lib/certmonger/requests/20240204201441 Feb 04 20:14:42 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm dnf[10848]: Beaker Client - RedHatEnterpriseLinux8 11 kB/s | 1.5 kB 00:00 Feb 04 20:14:42 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm dnf[10848]: Beaker harness 9.7 kB/s | 1.3 kB 00:00 Feb 04 20:14:42 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm dnf[10848]: Beaker tasks 29 kB/s | 1.3 kB 00:00 Feb 04 20:14:43 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm dnf[10848]: Copr repo for beakerlib-libraries owned by bgon 23 kB/s | 3.3 kB 00:00 Feb 04 20:14:43 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm dnf[10848]: Copr repo for qa-tools owned by lpol 12 kB/s | 1.8 kB 00:00 Feb 04 20:14:44 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[11037]: 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 content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None Feb 04 20:14:44 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[11057]: 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 content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None Feb 04 20:14:44 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[11077]: 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 content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None Feb 04 20:14:45 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[11097]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 20:14:45 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm dnf[10848]: Metadata cache created. Feb 04 20:14:45 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: dnf-makecache.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit dnf-makecache.service has successfully entered the 'dead' state. Feb 04 20:14:45 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: Started dnf makecache. -- Subject: Unit dnf-makecache.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dnf-makecache.service has finished starting up. -- -- The start-up result is done. Feb 04 20:14:47 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[11140]: ansible-dnf Invoked with name=['crun', 'podman', 'podman-plugins', 'shadow-utils-subid'] state=present allow_downgrade=False autoremove=False bugfix=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 lock_timeout=30 conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 04 20:14:57 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm dbus-daemon[623]: [system] Reloaded configuration Feb 04 20:14:58 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm setsebool[11174]: The virt_use_nfs policy boolean was changed to 1 by root Feb 04 20:14:58 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm setsebool[11174]: The virt_sandbox_use_all_caps policy boolean was changed to 1 by root Feb 04 20:15:17 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm kernel: SELinux: Converting 391 SID table entries... Feb 04 20:15:17 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm kernel: SELinux: policy capability network_peer_controls=1 Feb 04 20:15:17 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm kernel: SELinux: policy capability open_perms=1 Feb 04 20:15:17 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm kernel: SELinux: policy capability extended_socket_class=1 Feb 04 20:15:17 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm kernel: SELinux: policy capability always_check_network=0 Feb 04 20:15:17 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm kernel: SELinux: policy capability cgroup_seclabel=1 Feb 04 20:15:17 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm kernel: SELinux: policy capability nnp_nosuid_transition=1 Feb 04 20:15:17 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm dbus-daemon[623]: [system] Reloaded configuration Feb 04 20:15:17 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm kernel: fuse: init (API version 7.34) Feb 04 20:15:17 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: Mounting FUSE Control File System... -- Subject: Unit sys-fs-fuse-connections.mount has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sys-fs-fuse-connections.mount has begun starting up. Feb 04 20:15:17 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: Mounted FUSE Control File System. -- Subject: Unit sys-fs-fuse-connections.mount has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sys-fs-fuse-connections.mount has finished starting up. -- -- The start-up result is done. Feb 04 20:15:18 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm dbus-daemon[623]: [system] Reloaded configuration Feb 04 20:15:18 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm dbus-daemon[623]: [system] Reloaded configuration Feb 04 20:15:50 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. -- Subject: Unit run-r4f445fe4dd0447d0a90f5acd8195924c.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit run-r4f445fe4dd0447d0a90f5acd8195924c.service has finished starting up. -- -- The start-up result is done. Feb 04 20:15:50 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: Starting man-db-cache-update.service... -- Subject: Unit man-db-cache-update.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit man-db-cache-update.service has begun starting up. Feb 04 20:15:50 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: Reloading. Feb 04 20:15:50 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.target:15: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:15:50 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.service:18: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:15:50 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init-local.service:12: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:15:50 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-final.service:7: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:15:50 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-config.service:9: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:15:51 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: man-db-cache-update.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit man-db-cache-update.service has successfully entered the 'dead' state. Feb 04 20:15:51 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: Started man-db-cache-update.service. -- Subject: Unit man-db-cache-update.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit man-db-cache-update.service has finished starting up. -- -- The start-up result is done. Feb 04 20:15:51 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: run-r4f445fe4dd0447d0a90f5acd8195924c.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit run-r4f445fe4dd0447d0a90f5acd8195924c.service has successfully entered the 'dead' state. Feb 04 20:15:51 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[13460]: ansible-command Invoked with _raw_params=podman --version warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 04 20:15:52 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[13490]: ansible-getent Invoked with database=passwd key=root fail_key=False service=None split=None Feb 04 20:15:52 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[13511]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 04 20:15:52 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[13532]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 20:15:53 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[13554]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 20:15:54 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[13574]: ansible-dnf Invoked with name=['firewalld'] state=present allow_downgrade=False autoremove=False bugfix=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 lock_timeout=30 conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 04 20:15:56 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[13594]: ansible-systemd Invoked with name=firewalld masked=False daemon_reload=False daemon_reexec=False no_block=False state=None enabled=None force=None user=None scope=None Feb 04 20:15:56 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[13618]: ansible-systemd Invoked with name=firewalld state=started enabled=True daemon_reload=False daemon_reexec=False no_block=False force=None masked=None user=None scope=None Feb 04 20:15:56 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: Reloading. Feb 04 20:15:56 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.target:15: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:15:56 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.service:18: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:15:56 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init-local.service:12: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:15:56 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-final.service:7: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:15:56 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-config.service:9: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:15:56 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: Starting firewalld - dynamic firewall daemon... -- Subject: Unit firewalld.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit firewalld.service has begun starting up. Feb 04 20:15:57 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: Started firewalld - dynamic firewall daemon. -- Subject: Unit firewalld.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit firewalld.service has finished starting up. -- -- The start-up result is done. Feb 04 20:15:58 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm firewalld[13653]: WARNING: AllowZoneDrifting is enabled. This is considered an insecure configuration option. It will be removed in a future release. Please consider disabling it now. Feb 04 20:15:58 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[13679]: 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 04 20:15:59 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[13761]: 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 04 20:16:01 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[13859]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 04 20:16:01 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[13880]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 20:16:02 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[13902]: 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 content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None Feb 04 20:16:02 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[13964]: ansible-stat Invoked with path=/etc/containers/systemd/quadlet-demo.network follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 04 20:16:03 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[14021]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707077762.7417939-8080-64723651251241/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 regexp=None delimiter=None Feb 04 20:16:03 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[14062]: 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 user=None Feb 04 20:16:03 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: Reloading. Feb 04 20:16:03 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.target:15: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:16:03 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.service:18: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:16:03 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init-local.service:12: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:16:03 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-final.service:7: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:16:03 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-config.service:9: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:16:04 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[14112]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 04 20:16:04 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[14133]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 20:16:05 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[14155]: 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 content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None Feb 04 20:16:05 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[14217]: ansible-stat Invoked with path=/etc/containers/systemd/quadlet-demo-mysql.volume follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 04 20:16:05 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[14274]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707077765.4187331-8164-233543518632956/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 regexp=None delimiter=None Feb 04 20:16:06 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[14315]: 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 user=None Feb 04 20:16:06 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: Reloading. Feb 04 20:16:06 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.target:15: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:16:06 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.service:18: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:16:06 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init-local.service:12: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:16:06 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-final.service:7: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:16:06 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-config.service:9: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:16:06 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[14365]: 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 user=None Feb 04 20:16:06 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: Starting quadlet-demo-mysql-volume.service... -- Subject: Unit quadlet-demo-mysql-volume.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit quadlet-demo-mysql-volume.service has begun starting up. Feb 04 20:16:06 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: var-lib-containers-storage-overlay-metacopy\x2dcheck3024982224-merged.mount: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit var-lib-containers-storage-overlay-metacopy\x2dcheck3024982224-merged.mount has successfully entered the 'dead' state. Feb 04 20:16:06 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm quadlet-demo-mysql-volume[14371]: systemd-quadlet-demo-mysql Feb 04 20:16:06 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Feb 04 20:16:06 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: Started quadlet-demo-mysql-volume.service. -- Subject: Unit quadlet-demo-mysql-volume.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit quadlet-demo-mysql-volume.service has finished starting up. -- -- The start-up result is done. Feb 04 20:16:07 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[14400]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 04 20:16:07 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[14421]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 20:16:08 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[14443]: 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 content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None Feb 04 20:16:08 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[14463]: 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 04 20:16:08 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[14463]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman image ls quay.io/linux-system-roles/mysql:5.6 --format json Feb 04 20:16:08 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[14463]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman image exists quay.io/linux-system-roles/mysql:5.6 Feb 04 20:16:08 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Feb 04 20:16:08 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[14463]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman pull quay.io/linux-system-roles/mysql:5.6 -q Feb 04 20:16:16 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Feb 04 20:16:16 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[14463]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman inspect dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5 --format json Feb 04 20:16:16 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Feb 04 20:16:16 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[14580]: 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 content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None Feb 04 20:16:16 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[14642]: ansible-stat Invoked with path=/etc/containers/systemd/quadlet-demo-mysql.container follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 04 20:16:17 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[14699]: ansible-copy Invoked with dest=/etc/containers/systemd/quadlet-demo-mysql.container owner=root group=0 mode=0644 src=/root/.ansible/tmp/ansible-tmp-1707077776.6190045-8253-132130942872712/source _original_basename=tmpso3abvt3 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 regexp=None delimiter=None Feb 04 20:16:17 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[14740]: 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 user=None Feb 04 20:16:17 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: Reloading. Feb 04 20:16:17 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.target:15: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:16:17 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.service:18: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:16:17 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init-local.service:12: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:16:17 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-final.service:7: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:16:17 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-config.service:9: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:16:17 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[14790]: 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 user=None Feb 04 20:16:17 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: Starting quadlet-demo-network.service... -- Subject: Unit quadlet-demo-network.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit quadlet-demo-network.service has begun starting up. Feb 04 20:16:17 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm quadlet-demo-network[14796]: systemd-quadlet-demo Feb 04 20:16:17 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: Started quadlet-demo-network.service. -- Subject: Unit quadlet-demo-network.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit quadlet-demo-network.service has finished starting up. -- -- The start-up result is done. Feb 04 20:16:17 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: Starting quadlet-demo-mysql.service... -- Subject: Unit quadlet-demo-mysql.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit quadlet-demo-mysql.service has begun starting up. Feb 04 20:16:18 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm quadlet-demo-mysql[14804]: Error: running container create option: no secret with name or id "mysql-root-password-container": no such secret Feb 04 20:16:18 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Feb 04 20:16:18 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: quadlet-demo-mysql.service: Main process exited, code=exited, status=125/n/a Feb 04 20:16:18 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: quadlet-demo-mysql.service: Failed with result 'exit-code'. -- Subject: Unit failed -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit quadlet-demo-mysql.service has entered the 'failed' state with result 'exit-code'. Feb 04 20:16:18 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm systemd[1]: Failed to start quadlet-demo-mysql.service. -- Subject: Unit quadlet-demo-mysql.service has failed -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit quadlet-demo-mysql.service has failed. -- -- The result is failed. Feb 04 20:16:18 cfd7c0f0-47d6-4402-9b36-45207e4a0908.testing-farm python3[14865]: ansible-command Invoked with _raw_params=journalctl -ex warn=True _uses_shell=False 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-handlingv6f1dxfs/tests/tests_quadlet_demo.yml:136 Sunday 04 February 2024 20:16:18 +0000 (0:00:00.245) 0:01:47.842 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "ps", "-a" ], "delta": "0:00:00.040380", "end": "2024-02-04 20:16:18.581655", "rc": 0, "start": "2024-02-04 20:16:18.541275" } STDOUT: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES TASK [Check pods] ************************************************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/tests_quadlet_demo.yml:140 Sunday 04 February 2024 20:16:18 +0000 (0:00:00.247) 0:01:48.090 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "pod", "ps", "--ctr-ids", "--ctr-names", "--ctr-status" ], "delta": "0:00:00.040287", "end": "2024-02-04 20:16:18.828427", "failed_when_result": false, "rc": 0, "start": "2024-02-04 20:16:18.788140" } STDOUT: POD ID NAME STATUS CREATED INFRA ID IDS NAMES STATUS TASK [Check systemd] *********************************************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/tests_quadlet_demo.yml:145 Sunday 04 February 2024 20:16:18 +0000 (0:00:00.244) 0:01:48.334 ******* ok: [sut] => { "changed": false, "cmd": "set -euo pipefail; systemctl list-units --all --with-dependencies | grep quadlet", "delta": "0:00:00.008797", "end": "2024-02-04 20:16:19.042564", "failed_when_result": false, "rc": 1, "start": "2024-02-04 20:16:19.033767" } STDERR: systemctl: unrecognized option '--with-dependencies' MSG: non-zero return code TASK [LS] ********************************************************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/tests_quadlet_demo.yml:153 Sunday 04 February 2024 20:16:19 +0000 (0:00:00.225) 0:01:48.560 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-alrtF", "/etc/systemd/system" ], "delta": "0:00:00.004360", "end": "2024-02-04 20:16:19.262924", "failed_when_result": false, "rc": 0, "start": "2024-02-04 20:16:19.258564" } STDOUT: total 8 lrwxrwxrwx. 1 root root 9 May 11 2019 systemd-timedated.service -> /dev/null drwxr-xr-x. 4 root root 169 Jan 30 09:30 ../ lrwxrwxrwx. 1 root root 39 Jan 30 09:30 syslog.service -> /usr/lib/systemd/system/rsyslog.service drwxr-xr-x. 2 root root 32 Jan 30 09:30 getty.target.wants/ lrwxrwxrwx. 1 root root 37 Jan 30 09:30 ctrl-alt-del.target -> /usr/lib/systemd/system/reboot.target drwxr-xr-x. 2 root root 48 Jan 30 09:30 network-online.target.wants/ lrwxrwxrwx. 1 root root 57 Jan 30 09:30 dbus-org.freedesktop.nm-dispatcher.service -> /usr/lib/systemd/system/NetworkManager-dispatcher.service lrwxrwxrwx. 1 root root 41 Jan 30 09:31 dbus-org.freedesktop.timedate1.service -> /usr/lib/systemd/system/timedatex.service drwxr-xr-x. 2 root root 61 Jan 30 09:31 timers.target.wants/ drwxr-xr-x. 2 root root 31 Jan 30 09:31 basic.target.wants/ drwxr-xr-x. 2 root root 38 Jan 30 09:31 dev-virtio\x2dports-org.qemu.guest_agent.0.device.wants/ lrwxrwxrwx. 1 root root 41 Jan 30 09:33 default.target -> /usr/lib/systemd/system/multi-user.target drwxr-xr-x. 2 root root 51 Jan 30 09:49 sockets.target.wants/ drwxr-xr-x. 2 root root 31 Jan 30 09:49 remote-fs.target.wants/ drwxr-xr-x. 2 root root 59 Jan 30 09:50 sshd-keygen@.service.d/ drwxr-xr-x. 2 root root 119 Jan 30 09:50 cloud-init.target.wants/ drwxr-xr-x. 2 root root 181 Jan 30 09:52 sysinit.target.wants/ drwxr-xr-x. 2 root root 4096 Feb 4 20:15 multi-user.target.wants/ lrwxrwxrwx. 1 root root 41 Feb 4 20:15 dbus-org.fedoraproject.FirewallD1.service -> /usr/lib/systemd/system/firewalld.service drwxr-xr-x. 13 root root 4096 Feb 4 20:15 ./ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/tests_quadlet_demo.yml:158 Sunday 04 February 2024 20:16:19 +0000 (0:00:00.200) 0:01:48.760 ******* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Sunday 04 February 2024 20:16:19 +0000 (0:00:00.076) 0:01:48.837 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/set_vars.yml for sut TASK [linux-system-roles.podman : Ensure ansible_facts used by role] *********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Sunday 04 February 2024 20:16:19 +0000 (0:00:00.042) 0:01:48.880 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Sunday 04 February 2024 20:16:19 +0000 (0:00:00.029) 0:01:48.910 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Sunday 04 February 2024 20:16:19 +0000 (0:00:00.024) 0:01:48.935 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Sunday 04 February 2024 20:16:19 +0000 (0:00:00.023) 0:01:48.958 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Sunday 04 February 2024 20:16:19 +0000 (0:00:00.061) 0:01:49.019 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Enable copr if requested] ******************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Sunday 04 February 2024 20:16:20 +0000 (0:00:01.341) 0:01:50.361 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Sunday 04 February 2024 20:16:20 +0000 (0:00:00.025) 0:01:50.386 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Sunday 04 February 2024 20:16:20 +0000 (0:00:00.029) 0:01:50.415 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.031487", "end": "2024-02-04 20:16:21.147547", "rc": 0, "start": "2024-02-04 20:16:21.116060" } STDOUT: podman version 4.8.3 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Sunday 04 February 2024 20:16:21 +0000 (0:00:00.231) 0:01:50.646 ******* ok: [sut] => { "ansible_facts": { "podman_version": "4.8.3" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Sunday 04 February 2024 20:16:21 +0000 (0:00:00.024) 0:01:50.671 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Sunday 04 February 2024 20:16:21 +0000 (0:00:00.022) 0:01:50.694 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for sut TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Sunday 04 February 2024 20:16:21 +0000 (0:00:00.042) 0:01:50.736 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:16:21 +0000 (0:00:00.043) 0:01:50.780 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 20:16:21 +0000 (0:00:00.029) 0:01:50.809 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 20:16:21 +0000 (0:00:00.027) 0:01:50.837 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 20:16:21 +0000 (0:00:00.030) 0:01:50.867 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 20:16:21 +0000 (0:00:00.211) 0:01:51.079 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 20:16:21 +0000 (0:00:00.029) 0:01:51.109 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707077752.623901, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707077717.7087617, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6792906, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3892737114", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 20:16:21 +0000 (0:00:00.206) 0:01:51.315 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 20:16:21 +0000 (0:00:00.023) 0:01:51.339 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 20:16:21 +0000 (0:00:00.023) 0:01:51.362 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 20:16:21 +0000 (0:00:00.022) 0:01:51.384 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 20:16:21 +0000 (0:00:00.022) 0:01:51.407 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 20:16:21 +0000 (0:00:00.022) 0:01:51.429 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Sunday 04 February 2024 20:16:21 +0000 (0:00:00.023) 0:01:51.452 ******* 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 [linux-system-roles.podman : Handle container.conf.d] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Sunday 04 February 2024 20:16:22 +0000 (0:00:00.029) 0:01:51.482 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure containers.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Sunday 04 February 2024 20:16:22 +0000 (0:00:00.047) 0:01:51.529 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Sunday 04 February 2024 20:16:22 +0000 (0:00:00.023) 0:01:51.552 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Sunday 04 February 2024 20:16:22 +0000 (0:00:00.023) 0:01:51.576 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure registries.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Sunday 04 February 2024 20:16:22 +0000 (0:00:00.044) 0:01:51.620 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Sunday 04 February 2024 20:16:22 +0000 (0:00:00.023) 0:01:51.644 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Sunday 04 February 2024 20:16:22 +0000 (0:00:00.022) 0:01:51.667 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml for sut TASK [linux-system-roles.podman : Ensure storage.conf parent dir exists] ******* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Sunday 04 February 2024 20:16:22 +0000 (0:00:00.074) 0:01:51.741 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Sunday 04 February 2024 20:16:22 +0000 (0:00:00.024) 0:01:51.765 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Sunday 04 February 2024 20:16:22 +0000 (0:00:00.023) 0:01:51.789 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml for sut TASK [linux-system-roles.podman : Ensure policy.json parent dir exists] ******** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Sunday 04 February 2024 20:16:22 +0000 (0:00:00.049) 0:01:51.838 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat the policy.json file] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Sunday 04 February 2024 20:16:22 +0000 (0:00:00.024) 0:01:51.862 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Sunday 04 February 2024 20:16:22 +0000 (0:00:00.023) 0:01:51.885 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Sunday 04 February 2024 20:16:22 +0000 (0:00:00.024) 0:01:51.909 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Sunday 04 February 2024 20:16:22 +0000 (0:00:00.023) 0:01:51.933 ******* TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Sunday 04 February 2024 20:16:22 +0000 (0:00:00.066) 0:01:51.999 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/.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-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Sunday 04 February 2024 20:16:22 +0000 (0:00:00.040) 0:01:52.040 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Sunday 04 February 2024 20:16:22 +0000 (0:00:00.029) 0:01:52.069 ******* skipping: [sut] => { "changed": false, "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-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Sunday 04 February 2024 20:16:22 +0000 (0:00:00.022) 0:01:52.091 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 Sunday 04 February 2024 20:16:22 +0000 (0:00:00.024) 0:01:52.115 ******* 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-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Sunday 04 February 2024 20:16:25 +0000 (0:00:02.353) 0:01:54.469 ******* skipping: [sut] => { "changed": false, "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-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Sunday 04 February 2024 20:16:25 +0000 (0:00:00.023) 0:01:54.493 ******* skipping: [sut] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Sunday 04 February 2024 20:16:25 +0000 (0:00:00.032) 0:01:54.525 ******* ok: [sut] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sun 2024-02-04 20:15:57 UTC", "ActiveEnterTimestampMonotonic": "820786091", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target polkit.service system.slice basic.target dbus.service dbus.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sun 2024-02-04 20:15:56 UTC", "AssertTimestampMonotonic": "820076387", "Before": "shutdown.target multi-user.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sun 2024-02-04 20:15:56 UTC", "ConditionTimestampMonotonic": "820076386", "ConfigurationDirectoryMode": "0755", "Conflicts": "ebtables.service nftables.service ip6tables.service iptables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "13653", "ExecMainStartTimestamp": "Sun 2024-02-04 20:15:56 UTC", "ExecMainStartTimestampMonotonic": "820077813", "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 }", "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 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sun 2024-02-04 20:15:56 UTC", "InactiveExitTimestampMonotonic": "820077871", "InvocationID": "1f56eebf520e478d87f1ba139b75e157", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "13653", "MemoryAccounting": "yes", "MemoryCurrent": "39624704", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sun 2024-02-04 20:15:57 UTC", "StateChangeTimestampMonotonic": "820786091", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "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", "WatchdogTimestamp": "Sun 2024-02-04 20:15:57 UTC", "WatchdogTimestampMonotonic": "820786088", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Sunday 04 February 2024 20:16:25 +0000 (0:00:00.338) 0:01:54.864 ******* ok: [sut] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sun 2024-02-04 20:15:57 UTC", "ActiveEnterTimestampMonotonic": "820786091", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target polkit.service system.slice basic.target dbus.service dbus.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sun 2024-02-04 20:15:56 UTC", "AssertTimestampMonotonic": "820076387", "Before": "shutdown.target multi-user.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sun 2024-02-04 20:15:56 UTC", "ConditionTimestampMonotonic": "820076386", "ConfigurationDirectoryMode": "0755", "Conflicts": "ebtables.service nftables.service ip6tables.service iptables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "13653", "ExecMainStartTimestamp": "Sun 2024-02-04 20:15:56 UTC", "ExecMainStartTimestampMonotonic": "820077813", "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 }", "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 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sun 2024-02-04 20:15:56 UTC", "InactiveExitTimestampMonotonic": "820077871", "InvocationID": "1f56eebf520e478d87f1ba139b75e157", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "13653", "MemoryAccounting": "yes", "MemoryCurrent": "39624704", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sun 2024-02-04 20:15:57 UTC", "StateChangeTimestampMonotonic": "820786091", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "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", "WatchdogTimestamp": "Sun 2024-02-04 20:15:57 UTC", "WatchdogTimestampMonotonic": "820786088", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Sunday 04 February 2024 20:16:25 +0000 (0:00:00.331) 0:01:55.195 ******* 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-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Sunday 04 February 2024 20:16:25 +0000 (0:00:00.028) 0:01:55.223 ******* skipping: [sut] => { "changed": false, "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-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Sunday 04 February 2024 20:16:25 +0000 (0:00:00.023) 0:01:55.247 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Sunday 04 February 2024 20:16:25 +0000 (0:00:00.022) 0:01:55.270 ******* 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-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Sunday 04 February 2024 20:16:26 +0000 (0:00:00.884) 0:01:56.155 ******* skipping: [sut] => (item={'port': '8000/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "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, "item": { "port": "9000/tcp", "state": "enabled" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Sunday 04 February 2024 20:16:26 +0000 (0:00:00.039) 0:01:56.194 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Sunday 04 February 2024 20:16:26 +0000 (0:00:00.025) 0:01:56.220 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Sunday 04 February 2024 20:16:26 +0000 (0:00:00.024) 0:01:56.245 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Sunday 04 February 2024 20:16:26 +0000 (0:00:00.023) 0:01:56.269 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Sunday 04 February 2024 20:16:26 +0000 (0:00:00.022) 0:01:56.291 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Sunday 04 February 2024 20:16:26 +0000 (0:00:00.023) 0:01:56.315 ******* skipping: [sut] => {} TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Sunday 04 February 2024 20:16:26 +0000 (0:00:00.021) 0:01:56.336 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Sunday 04 February 2024 20:16:26 +0000 (0:00:00.022) 0:01:56.359 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Sunday 04 February 2024 20:16:26 +0000 (0:00:00.021) 0:01:56.380 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut TASK [linux-system-roles.podman : Set variables part 0] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Sunday 04 February 2024 20:16:26 +0000 (0:00:00.068) 0:01:56.448 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:12 Sunday 04 February 2024 20:16:27 +0000 (0:00:00.025) 0:01:56.474 ******* ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:17 Sunday 04 February 2024 20:16:27 +0000 (0:00:00.023) 0:01:56.497 ******* ok: [sut] => { "ansible_facts": { "__podman_rootless": false, "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:23 Sunday 04 February 2024 20:16:27 +0000 (0:00:00.051) 0:01:56.548 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:16:27 +0000 (0:00:00.038) 0:01:56.587 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:16:27 +0000 (0:00:00.022) 0:01:56.610 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:16:27 +0000 (0:00:00.022) 0:01:56.632 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:28 Sunday 04 February 2024 20:16:27 +0000 (0:00:00.022) 0:01:56.654 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Set variables part 0] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Sunday 04 February 2024 20:16:27 +0000 (0:00:00.247) 0:01:56.902 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:12 Sunday 04 February 2024 20:16:27 +0000 (0:00:00.026) 0:01:56.928 ******* ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:17 Sunday 04 February 2024 20:16:27 +0000 (0:00:00.024) 0:01:56.953 ******* ok: [sut] => { "ansible_facts": { "__podman_rootless": false, "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:23 Sunday 04 February 2024 20:16:27 +0000 (0:00:00.031) 0:01:56.984 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:16:27 +0000 (0:00:00.040) 0:01:57.024 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:16:27 +0000 (0:00:00.024) 0:01:57.048 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:16:27 +0000 (0:00:00.023) 0:01:57.072 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:28 Sunday 04 February 2024 20:16:27 +0000 (0:00:00.023) 0:01:57.095 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Set variables part 0] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Sunday 04 February 2024 20:16:27 +0000 (0:00:00.250) 0:01:57.346 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:12 Sunday 04 February 2024 20:16:27 +0000 (0:00:00.024) 0:01:57.371 ******* ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:17 Sunday 04 February 2024 20:16:27 +0000 (0:00:00.051) 0:01:57.422 ******* ok: [sut] => { "ansible_facts": { "__podman_rootless": false, "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:23 Sunday 04 February 2024 20:16:27 +0000 (0:00:00.031) 0:01:57.454 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:16:28 +0000 (0:00:00.040) 0:01:57.495 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:16:28 +0000 (0:00:00.023) 0:01:57.518 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:16:28 +0000 (0:00:00.023) 0:01:57.542 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:28 Sunday 04 February 2024 20:16:28 +0000 (0:00:00.023) 0:01:57.566 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Sunday 04 February 2024 20:16:28 +0000 (0:00:00.249) 0:01:57.815 ******* TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Sunday 04 February 2024 20:16:28 +0000 (0:00:00.022) 0:01:57.838 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Sunday 04 February 2024 20:16:28 +0000 (0:00:00.095) 0:01:57.933 ******* 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 [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Sunday 04 February 2024 20:16:28 +0000 (0:00:00.033) 0:01:57.967 ******* 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 [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Sunday 04 February 2024 20:16:28 +0000 (0:00:00.029) 0:01:57.997 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Sunday 04 February 2024 20:16:28 +0000 (0:00:00.023) 0:01:58.020 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-demo-mysql", "__podman_quadlet_type": "volume", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Sunday 04 February 2024 20:16:28 +0000 (0:00:00.034) 0:01:58.054 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:16:28 +0000 (0:00:00.067) 0:01:58.122 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 20:16:28 +0000 (0:00:00.030) 0:01:58.153 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 20:16:28 +0000 (0:00:00.028) 0:01:58.181 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 20:16:28 +0000 (0:00:00.031) 0:01:58.213 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 20:16:28 +0000 (0:00:00.210) 0:01:58.423 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 20:16:28 +0000 (0:00:00.029) 0:01:58.453 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707077752.623901, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707077717.7087617, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6792906, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3892737114", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 20:16:29 +0000 (0:00:00.205) 0:01:58.658 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 20:16:29 +0000 (0:00:00.024) 0:01:58.682 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 20:16:29 +0000 (0:00:00.023) 0:01:58.706 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 20:16:29 +0000 (0:00:00.023) 0:01:58.730 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 20:16:29 +0000 (0:00:00.026) 0:01:58.756 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 20:16:29 +0000 (0:00:00.022) 0:01:58.778 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Sunday 04 February 2024 20:16:29 +0000 (0:00:00.023) 0:01:58.802 ******* 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 [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Sunday 04 February 2024 20:16:29 +0000 (0:00:00.042) 0:01:58.844 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Sunday 04 February 2024 20:16:29 +0000 (0:00:00.026) 0:01:58.870 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Sunday 04 February 2024 20:16:29 +0000 (0:00:00.023) 0:01:58.894 ******* ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-demo-mysql.volume", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Sunday 04 February 2024 20:16:29 +0000 (0:00:00.058) 0:01:58.953 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Sunday 04 February 2024 20:16:29 +0000 (0:00:00.077) 0:01:59.030 ******* changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "quadlet-demo-mysql-volume.service", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sun 2024-02-04 20:16:06 UTC", "ActiveEnterTimestampMonotonic": "830001412", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target basic.target systemd-journald.socket -.mount system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sun 2024-02-04 20:16:06 UTC", "AssertTimestampMonotonic": "829886719", "Before": "shutdown.target quadlet-demo-mysql.service", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sun 2024-02-04 20:16:06 UTC", "ConditionTimestampMonotonic": "829886717", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/quadlet-demo-mysql-volume.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "quadlet-demo-mysql-volume.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sun 2024-02-04 20:16:06 UTC", "ExecMainExitTimestampMonotonic": "830000933", "ExecMainPID": "14371", "ExecMainStartTimestamp": "Sun 2024-02-04 20:16:06 UTC", "ExecMainStartTimestampMonotonic": "829887564", "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 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/run/systemd/generator/quadlet-demo-mysql-volume.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "quadlet-demo-mysql-volume.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sun 2024-02-04 20:16:06 UTC", "InactiveExitTimestampMonotonic": "829887603", "InvocationID": "3a0e08da88bf44a58e0d456fdf2a6e89", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "0", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "quadlet-demo-mysql-volume.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "RequiredBy": "quadlet-demo-mysql.service", "Requires": "sysinit.target -.mount system.slice", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sun 2024-02-04 20:16:06 UTC", "StateChangeTimestampMonotonic": "830001412", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "quadlet-demo-mysql-volume", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "0", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:22 Sunday 04 February 2024 20:16:30 +0000 (0:00:00.499) 0:01:59.529 ******* changed: [sut] => { "changed": true, "path": "/etc/containers/systemd/quadlet-demo-mysql.volume", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:28 Sunday 04 February 2024 20:16:30 +0000 (0:00:00.207) 0:01:59.736 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:16:30 +0000 (0:00:00.040) 0:01:59.777 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:16:30 +0000 (0:00:00.023) 0:01:59.800 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:16:30 +0000 (0:00:00.023) 0:01:59.824 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:36 Sunday 04 February 2024 20:16:30 +0000 (0:00:00.022) 0:01:59.846 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:45 Sunday 04 February 2024 20:16:30 +0000 (0:00:00.457) 0:02:00.303 ******* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.040385", "end": "2024-02-04 20:16:31.050503", "rc": 0, "start": "2024-02-04 20:16:31.010118" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:53 Sunday 04 February 2024 20:16:31 +0000 (0:00:00.246) 0:02:00.550 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Sunday 04 February 2024 20:16:31 +0000 (0:00:00.026) 0:02:00.576 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Sunday 04 February 2024 20:16:31 +0000 (0:00:00.022) 0:02:00.598 ******* 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 [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Sunday 04 February 2024 20:16:31 +0000 (0:00:00.123) 0:02:00.722 ******* 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 [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Sunday 04 February 2024 20:16:31 +0000 (0:00:00.030) 0:02:00.752 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Sunday 04 February 2024 20:16:31 +0000 (0:00:00.024) 0:02:00.777 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-demo-mysql", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Sunday 04 February 2024 20:16:31 +0000 (0:00:00.034) 0:02:00.811 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:16:31 +0000 (0:00:00.044) 0:02:00.855 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 20:16:31 +0000 (0:00:00.029) 0:02:00.885 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 20:16:31 +0000 (0:00:00.028) 0:02:00.913 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 20:16:31 +0000 (0:00:00.031) 0:02:00.944 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 20:16:31 +0000 (0:00:00.207) 0:02:01.152 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 20:16:31 +0000 (0:00:00.030) 0:02:01.183 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707077752.623901, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707077717.7087617, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6792906, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3892737114", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 20:16:31 +0000 (0:00:00.203) 0:02:01.386 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 20:16:31 +0000 (0:00:00.022) 0:02:01.409 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 20:16:31 +0000 (0:00:00.023) 0:02:01.432 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 20:16:31 +0000 (0:00:00.023) 0:02:01.455 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 20:16:32 +0000 (0:00:00.022) 0:02:01.478 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 20:16:32 +0000 (0:00:00.023) 0:02:01.501 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Sunday 04 February 2024 20:16:32 +0000 (0:00:00.052) 0:02:01.553 ******* 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 [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Sunday 04 February 2024 20:16:32 +0000 (0:00:00.043) 0:02:01.597 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Sunday 04 February 2024 20:16:32 +0000 (0:00:00.023) 0:02:01.621 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Sunday 04 February 2024 20:16:32 +0000 (0:00:00.022) 0:02:01.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 [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Sunday 04 February 2024 20:16:32 +0000 (0:00:00.057) 0:02:01.701 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Sunday 04 February 2024 20:16:32 +0000 (0:00:00.049) 0:02:01.750 ******* changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "quadlet-demo-mysql.service", "state": "stopped", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "failed", "After": "sysinit.target basic.target quadlet-demo-network.service systemd-journald.socket system.slice quadlet-demo-mysql-volume.service -.mount tmp.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sun 2024-02-04 20:16:17 UTC", "AssertTimestampMonotonic": "841140223", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sun 2024-02-04 20:16:17 UTC", "ConditionTimestampMonotonic": "841140222", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuacct cpuset io blkio memory devices pids", "Description": "quadlet-demo-mysql.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=quadlet-demo-mysql.service", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sun 2024-02-04 20:16:18 UTC", "ExecMainExitTimestampMonotonic": "841210788", "ExecMainPID": "14804", "ExecMainStartTimestamp": "Sun 2024-02-04 20:16:17 UTC", "ExecMainStartTimestampMonotonic": "841141446", "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 }", "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 }", "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 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/run/systemd/generator/quadlet-demo-mysql.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "quadlet-demo-mysql.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sun 2024-02-04 20:16:18 UTC", "InactiveEnterTimestampMonotonic": "841249842", "InactiveExitTimestamp": "Sun 2024-02-04 20:16:17 UTC", "InactiveExitTimestampMonotonic": "841141506", "InvocationID": "6338a5facacf4c9cb13b3389daa1dc78", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "quadlet-demo-mysql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "quadlet-demo-network.service system.slice -.mount quadlet-demo-mysql-volume.service sysinit.target", "RequiresMountsFor": "/tmp/quadlet_demo /run/containers", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "exit-code", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "SourcePath": "/etc/containers/systemd/quadlet-demo-mysql.container", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sun 2024-02-04 20:16:18 UTC", "StateChangeTimestampMonotonic": "841249842", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "failed", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "quadlet-demo-mysql", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:22 Sunday 04 February 2024 20:16:32 +0000 (0:00:00.484) 0:02:02.234 ******* changed: [sut] => { "changed": true, "path": "/etc/containers/systemd/quadlet-demo-mysql.container", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:28 Sunday 04 February 2024 20:16:32 +0000 (0:00:00.207) 0:02:02.442 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:16:33 +0000 (0:00:00.038) 0:02:02.480 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:16:33 +0000 (0:00:00.022) 0:02:02.503 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:16:33 +0000 (0:00:00.022) 0:02:02.525 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:36 Sunday 04 February 2024 20:16:33 +0000 (0:00:00.022) 0:02:02.548 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:45 Sunday 04 February 2024 20:16:33 +0000 (0:00:00.475) 0:02:03.023 ******* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.039453", "end": "2024-02-04 20:16:33.766978", "rc": 0, "start": "2024-02-04 20:16:33.727525" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:53 Sunday 04 February 2024 20:16:33 +0000 (0:00:00.243) 0:02:03.267 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Sunday 04 February 2024 20:16:33 +0000 (0:00:00.026) 0:02:03.293 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Sunday 04 February 2024 20:16:33 +0000 (0:00:00.023) 0:02:03.316 ******* 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 [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Sunday 04 February 2024 20:16:33 +0000 (0:00:00.031) 0:02:03.348 ******* 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 [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Sunday 04 February 2024 20:16:33 +0000 (0:00:00.029) 0:02:03.378 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Sunday 04 February 2024 20:16:33 +0000 (0:00:00.024) 0:02:03.402 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "envoy-proxy-configmap", "__podman_quadlet_type": "yml", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Sunday 04 February 2024 20:16:33 +0000 (0:00:00.036) 0:02:03.439 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:16:34 +0000 (0:00:00.042) 0:02:03.482 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 20:16:34 +0000 (0:00:00.028) 0:02:03.510 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 20:16:34 +0000 (0:00:00.026) 0:02:03.537 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 20:16:34 +0000 (0:00:00.032) 0:02:03.570 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 20:16:34 +0000 (0:00:00.205) 0:02:03.775 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 20:16:34 +0000 (0:00:00.030) 0:02:03.805 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707077752.623901, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707077717.7087617, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6792906, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3892737114", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 20:16:34 +0000 (0:00:00.231) 0:02:04.037 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 20:16:34 +0000 (0:00:00.024) 0:02:04.061 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 20:16:34 +0000 (0:00:00.024) 0:02:04.086 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 20:16:34 +0000 (0:00:00.022) 0:02:04.109 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 20:16:34 +0000 (0:00:00.022) 0:02:04.131 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 20:16:34 +0000 (0:00:00.025) 0:02:04.157 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Sunday 04 February 2024 20:16:34 +0000 (0:00:00.022) 0:02:04.180 ******* 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 [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Sunday 04 February 2024 20:16:34 +0000 (0:00:00.042) 0:02:04.222 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Sunday 04 February 2024 20:16:34 +0000 (0:00:00.024) 0:02:04.246 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Sunday 04 February 2024 20:16:34 +0000 (0:00:00.023) 0:02:04.269 ******* ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/envoy-proxy-configmap.yml", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Sunday 04 February 2024 20:16:34 +0000 (0:00:00.057) 0:02:04.327 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Sunday 04 February 2024 20:16:34 +0000 (0:00:00.048) 0:02:04.376 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:22 Sunday 04 February 2024 20:16:34 +0000 (0:00:00.024) 0:02:04.400 ******* ok: [sut] => { "changed": false, "path": "/etc/containers/systemd/envoy-proxy-configmap.yml", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:28 Sunday 04 February 2024 20:16:35 +0000 (0:00:00.207) 0:02:04.607 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:16:35 +0000 (0:00:00.037) 0:02:04.645 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:16:35 +0000 (0:00:00.023) 0:02:04.669 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:16:35 +0000 (0:00:00.050) 0:02:04.719 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:36 Sunday 04 February 2024 20:16:35 +0000 (0:00:00.024) 0:02:04.743 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:45 Sunday 04 February 2024 20:16:35 +0000 (0:00:00.024) 0:02:04.768 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:53 Sunday 04 February 2024 20:16:35 +0000 (0:00:00.025) 0:02:04.793 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Sunday 04 February 2024 20:16:35 +0000 (0:00:00.024) 0:02:04.818 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Sunday 04 February 2024 20:16:35 +0000 (0:00:00.023) 0:02:04.842 ******* 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 [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Sunday 04 February 2024 20:16:35 +0000 (0:00:00.074) 0:02:04.916 ******* 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 [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Sunday 04 February 2024 20:16:35 +0000 (0:00:00.029) 0:02:04.946 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Sunday 04 February 2024 20:16:35 +0000 (0:00:00.025) 0:02:04.972 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-demo", "__podman_quadlet_type": "yml", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Sunday 04 February 2024 20:16:35 +0000 (0:00:00.034) 0:02:05.006 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:16:35 +0000 (0:00:00.045) 0:02:05.051 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 20:16:35 +0000 (0:00:00.028) 0:02:05.080 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 20:16:35 +0000 (0:00:00.027) 0:02:05.108 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 20:16:35 +0000 (0:00:00.030) 0:02:05.138 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 20:16:35 +0000 (0:00:00.208) 0:02:05.347 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 20:16:35 +0000 (0:00:00.031) 0:02:05.378 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707077752.623901, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707077717.7087617, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6792906, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3892737114", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 20:16:36 +0000 (0:00:00.231) 0:02:05.610 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 20:16:36 +0000 (0:00:00.023) 0:02:05.633 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 20:16:36 +0000 (0:00:00.023) 0:02:05.657 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 20:16:36 +0000 (0:00:00.023) 0:02:05.680 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 20:16:36 +0000 (0:00:00.023) 0:02:05.704 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 20:16:36 +0000 (0:00:00.024) 0:02:05.728 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Sunday 04 February 2024 20:16:36 +0000 (0:00:00.024) 0:02:05.753 ******* 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 [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Sunday 04 February 2024 20:16:36 +0000 (0:00:00.042) 0:02:05.795 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Sunday 04 February 2024 20:16:36 +0000 (0:00:00.024) 0:02:05.820 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Sunday 04 February 2024 20:16:36 +0000 (0:00:00.022) 0:02:05.842 ******* ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-demo.yml", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Sunday 04 February 2024 20:16:36 +0000 (0:00:00.056) 0:02:05.899 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Sunday 04 February 2024 20:16:36 +0000 (0:00:00.049) 0:02:05.948 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:22 Sunday 04 February 2024 20:16:36 +0000 (0:00:00.024) 0:02:05.973 ******* ok: [sut] => { "changed": false, "path": "/etc/containers/systemd/quadlet-demo.yml", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:28 Sunday 04 February 2024 20:16:36 +0000 (0:00:00.205) 0:02:06.178 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:16:36 +0000 (0:00:00.038) 0:02:06.217 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:16:36 +0000 (0:00:00.050) 0:02:06.267 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:16:36 +0000 (0:00:00.025) 0:02:06.292 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:36 Sunday 04 February 2024 20:16:36 +0000 (0:00:00.024) 0:02:06.316 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:45 Sunday 04 February 2024 20:16:36 +0000 (0:00:00.024) 0:02:06.341 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:53 Sunday 04 February 2024 20:16:36 +0000 (0:00:00.025) 0:02:06.366 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Sunday 04 February 2024 20:16:36 +0000 (0:00:00.025) 0:02:06.391 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Sunday 04 February 2024 20:16:36 +0000 (0:00:00.023) 0:02:06.415 ******* 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 [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Sunday 04 February 2024 20:16:36 +0000 (0:00:00.032) 0:02:06.447 ******* 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 [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Sunday 04 February 2024 20:16:37 +0000 (0:00:00.030) 0:02:06.477 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Sunday 04 February 2024 20:16:37 +0000 (0:00:00.024) 0:02:06.502 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-demo", "__podman_quadlet_type": "kube", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Sunday 04 February 2024 20:16:37 +0000 (0:00:00.032) 0:02:06.534 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:16:37 +0000 (0:00:00.043) 0:02:06.578 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 20:16:37 +0000 (0:00:00.027) 0:02:06.605 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 20:16:37 +0000 (0:00:00.027) 0:02:06.633 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 20:16:37 +0000 (0:00:00.030) 0:02:06.663 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 20:16:37 +0000 (0:00:00.206) 0:02:06.870 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 20:16:37 +0000 (0:00:00.029) 0:02:06.900 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707077752.623901, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707077717.7087617, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6792906, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3892737114", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 20:16:37 +0000 (0:00:00.227) 0:02:07.127 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 20:16:37 +0000 (0:00:00.024) 0:02:07.152 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 20:16:37 +0000 (0:00:00.022) 0:02:07.175 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 20:16:37 +0000 (0:00:00.022) 0:02:07.198 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 20:16:37 +0000 (0:00:00.022) 0:02:07.221 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 20:16:37 +0000 (0:00:00.022) 0:02:07.244 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Sunday 04 February 2024 20:16:37 +0000 (0:00:00.023) 0:02:07.267 ******* 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 [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Sunday 04 February 2024 20:16:37 +0000 (0:00:00.042) 0:02:07.309 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Sunday 04 February 2024 20:16:37 +0000 (0:00:00.025) 0:02:07.334 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Sunday 04 February 2024 20:16:37 +0000 (0:00:00.022) 0:02:07.357 ******* ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-demo.kube", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Sunday 04 February 2024 20:16:37 +0000 (0:00:00.058) 0:02:07.416 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Sunday 04 February 2024 20:16:37 +0000 (0:00:00.048) 0:02:07.465 ******* ok: [sut] => { "changed": false, "failed_when_result": false } MSG: Could not find the requested service quadlet-demo.service: host TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:22 Sunday 04 February 2024 20:16:38 +0000 (0:00:00.323) 0:02:07.788 ******* ok: [sut] => { "changed": false, "path": "/etc/containers/systemd/quadlet-demo.kube", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:28 Sunday 04 February 2024 20:16:38 +0000 (0:00:00.201) 0:02:07.989 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:16:38 +0000 (0:00:00.064) 0:02:08.054 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:16:38 +0000 (0:00:00.025) 0:02:08.079 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:16:38 +0000 (0:00:00.022) 0:02:08.102 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:36 Sunday 04 February 2024 20:16:38 +0000 (0:00:00.023) 0:02:08.125 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:45 Sunday 04 February 2024 20:16:38 +0000 (0:00:00.023) 0:02:08.148 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:53 Sunday 04 February 2024 20:16:38 +0000 (0:00:00.024) 0:02:08.173 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Sunday 04 February 2024 20:16:38 +0000 (0:00:00.023) 0:02:08.197 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Sunday 04 February 2024 20:16:38 +0000 (0:00:00.023) 0:02:08.220 ******* 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 [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Sunday 04 February 2024 20:16:38 +0000 (0:00:00.032) 0:02:08.253 ******* 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 [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Sunday 04 February 2024 20:16:38 +0000 (0:00:00.029) 0:02:08.282 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Sunday 04 February 2024 20:16:38 +0000 (0:00:00.025) 0:02:08.307 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-demo", "__podman_quadlet_type": "network", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Sunday 04 February 2024 20:16:38 +0000 (0:00:00.032) 0:02:08.340 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:16:38 +0000 (0:00:00.043) 0:02:08.384 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 20:16:38 +0000 (0:00:00.028) 0:02:08.412 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 20:16:38 +0000 (0:00:00.029) 0:02:08.441 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 20:16:39 +0000 (0:00:00.031) 0:02:08.473 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 20:16:39 +0000 (0:00:00.209) 0:02:08.683 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 20:16:39 +0000 (0:00:00.087) 0:02:08.770 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707077752.623901, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707077717.7087617, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6792906, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3892737114", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 20:16:39 +0000 (0:00:00.207) 0:02:08.977 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 20:16:39 +0000 (0:00:00.025) 0:02:09.002 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 20:16:39 +0000 (0:00:00.023) 0:02:09.026 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 20:16:39 +0000 (0:00:00.024) 0:02:09.050 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 20:16:39 +0000 (0:00:00.024) 0:02:09.074 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 20:16:39 +0000 (0:00:00.023) 0:02:09.097 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Sunday 04 February 2024 20:16:39 +0000 (0:00:00.024) 0:02:09.122 ******* 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 [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Sunday 04 February 2024 20:16:39 +0000 (0:00:00.042) 0:02:09.165 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Sunday 04 February 2024 20:16:39 +0000 (0:00:00.026) 0:02:09.192 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Sunday 04 February 2024 20:16:39 +0000 (0:00:00.022) 0:02:09.214 ******* ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-demo.network", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Sunday 04 February 2024 20:16:39 +0000 (0:00:00.061) 0:02:09.276 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Sunday 04 February 2024 20:16:39 +0000 (0:00:00.050) 0:02:09.327 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:22 Sunday 04 February 2024 20:16:39 +0000 (0:00:00.024) 0:02:09.352 ******* changed: [sut] => { "changed": true, "path": "/etc/containers/systemd/quadlet-demo.network", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:28 Sunday 04 February 2024 20:16:40 +0000 (0:00:00.207) 0:02:09.559 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:16:40 +0000 (0:00:00.066) 0:02:09.625 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:16:40 +0000 (0:00:00.024) 0:02:09.650 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:16:40 +0000 (0:00:00.023) 0:02:09.673 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:36 Sunday 04 February 2024 20:16:40 +0000 (0:00:00.023) 0:02:09.697 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:45 Sunday 04 February 2024 20:16:40 +0000 (0:00:00.463) 0:02:10.160 ******* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.038223", "end": "2024-02-04 20:16:40.905432", "rc": 0, "start": "2024-02-04 20:16:40.867209" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:53 Sunday 04 February 2024 20:16:40 +0000 (0:00:00.245) 0:02:10.405 ******* changed: [sut] => { "changed": true, "cmd": [ "podman", "network", "rm", "systemd-quadlet-demo" ], "delta": "0:00:00.057690", "end": "2024-02-04 20:16:41.170511", "rc": 0, "start": "2024-02-04 20:16:41.112821" } STDOUT: systemd-quadlet-demo TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Sunday 04 February 2024 20:16:41 +0000 (0:00:00.264) 0:02:10.670 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Sunday 04 February 2024 20:16:41 +0000 (0:00:00.024) 0:02:10.694 ******* META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=263 changed=25 unreachable=0 failed=0 skipped=250 rescued=1 ignored=0 Sunday 04 February 2024 20:16:41 +0000 (0:00:00.007) 0:02:10.702 ******* =============================================================================== linux-system-roles.podman : Ensure required packages are installed ----- 64.67s /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:14 linux-system-roles.podman : Ensure container images are present --------- 7.94s /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 4.26s /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 3.61s /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 fedora.linux_system_roles.firewall : Configure firewall ----------------- 2.52s /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 fedora.linux_system_roles.firewall : Install firewalld ------------------ 2.35s /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 fedora.linux_system_roles.firewall : Install firewalld ------------------ 2.34s /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 linux-system-roles.podman : Gather the package facts -------------------- 1.60s /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:6 fedora.linux_system_roles.firewall : Enable and start firewalld service --- 1.54s /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 linux-system-roles.podman : Gather the package facts -------------------- 1.34s /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:6 fedora.linux_system_roles.certificate : Stop tracking certificates ------ 1.34s /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 fedora.linux_system_roles.certificate : Ensure certificate requests ----- 0.92s /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 fedora.linux_system_roles.certificate : Remove files -------------------- 0.87s /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 fedora.linux_system_roles.certificate : Slurp the contents of the files --- 0.72s /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 fedora.linux_system_roles.certificate : Ensure provider service is running --- 0.71s /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 fedora.linux_system_roles.firewall : Unmask firewalld service ----------- 0.68s /WORKDIR/git-fix-linger-handlingv6f1dxfs/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 linux-system-roles.podman : Ensure quadlet file is copied --------------- 0.64s /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:51 Gathering Facts --------------------------------------------------------- 0.63s /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/tests_quadlet_demo.yml:9 ------- linux-system-roles.podman : Ensure quadlet file content is present ------ 0.55s /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:61 linux-system-roles.podman : Ensure quadlet file is copied --------------- 0.54s /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:51 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [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) ---^---^---^---^---^---