# 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_set_file.yml *************************************************** 1 plays in /WORKDIR/git-weekly-cik1vr5e4n/tests/tests_set_file.yml PLAY [Create a postmapped file] ************************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cik1vr5e4n/tests/tests_set_file.yml:2 Saturday 13 July 2024 17:25:02 +0000 (0:00:00.012) 0:00:00.012 ********* ok: [sut] META: ran handlers TASK [Run the role with test postmap file] ************************************* task path: /WORKDIR/git-weekly-cik1vr5e4n/tests/tests_set_file.yml:12 Saturday 13 July 2024 17:25:02 +0000 (0:00:00.690) 0:00:00.703 ********* TASK [linux-system-roles.postfix : Ensure ansible_facts required by role] ****** task path: /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/main.yml:2 Saturday 13 July 2024 17:25:02 +0000 (0:00:00.023) 0:00:00.726 ********* included: /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/set_facts.yml for sut TASK [linux-system-roles.postfix : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/set_facts.yml:3 Saturday 13 July 2024 17:25:02 +0000 (0:00:00.011) 0:00:00.738 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.postfix : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/set_facts.yml:12 Saturday 13 July 2024 17:25:02 +0000 (0:00:00.019) 0:00:00.757 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.postfix : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/set_facts.yml:17 Saturday 13 July 2024 17:25:03 +0000 (0:00:00.243) 0:00:01.001 ********* ok: [sut] => { "ansible_facts": { "__postfix_is_ostree": false }, "changed": false } TASK [linux-system-roles.postfix : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/set_facts.yml:21 Saturday 13 July 2024 17:25:03 +0000 (0:00:00.021) 0:00:01.022 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__postfix_smtp_services": [ "smtp", "smtps", "submission" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/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": { "__postfix_smtp_services": [ "smtp", "smtps", "smtp-submission" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__postfix_smtp_services": [ "smtp", "smtps", "smtp-submission" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.postfix : Get status of package(s) ['postfix']] ******* task path: /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/main.yml:16 Saturday 13 July 2024 17:25:03 +0000 (0:00:00.043) 0:00:01.066 ********* skipping: [sut] => (item=postfix) => { "ansible_loop_var": "item", "changed": false, "item": "postfix", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.postfix : Remove package(s) to reset original confs ['postfix']] *** task path: /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/main.yml:23 Saturday 13 July 2024 17:25:03 +0000 (0:00:00.012) 0:00:01.078 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.postfix : Get status of config files] ***************** task path: /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/main.yml:41 Saturday 13 July 2024 17:25:03 +0000 (0:00:00.008) 0:00:01.087 ********* skipping: [sut] => (item=postfix) => { "ansible_loop_var": "item", "changed": false, "item": "postfix", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.postfix : Remove config files - make empty] *********** task path: /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/main.yml:48 Saturday 13 July 2024 17:25:03 +0000 (0:00:00.010) 0:00:01.098 ********* TASK [linux-system-roles.postfix : Configure firewall] ************************* task path: /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/main.yml:60 Saturday 13 July 2024 17:25:03 +0000 (0:00:00.009) 0:00:01.107 ********* included: /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/firewall.yml for sut TASK [Ensure the postfix ports status with the firewall role] ****************** task path: /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/firewall.yml:3 Saturday 13 July 2024 17:25:03 +0000 (0:00:00.010) 0:00:01.117 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.postfix : Configure selinux] ************************** task path: /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/main.yml:63 Saturday 13 July 2024 17:25:03 +0000 (0:00:00.008) 0:00:01.126 ********* included: /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/selinux.yml for sut TASK [linux-system-roles.postfix : Get the smtp related tcp service ports] ***** task path: /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/selinux.yml:12 Saturday 13 July 2024 17:25:03 +0000 (0:00:00.029) 0:00:01.156 ********* skipping: [sut] => (item=smtp) => { "ansible_loop_var": "item", "changed": false, "item": "smtp", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=smtps) => { "ansible_loop_var": "item", "changed": false, "item": "smtps", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=smtp-submission) => { "ansible_loop_var": "item", "changed": false, "item": "smtp-submission", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.postfix : Initialize _postfix_selinux] **************** task path: /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/selinux.yml:33 Saturday 13 July 2024 17:25:03 +0000 (0:00:00.017) 0:00:01.173 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.postfix : Add the smtp related service ports to _postfix_selinux] *** task path: /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/selinux.yml:37 Saturday 13 July 2024 17:25:03 +0000 (0:00:00.009) 0:00:01.183 ********* skipping: [sut] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'smtp', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "smtp", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'smtps', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "smtps", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'smtp-submission', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "smtp-submission", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.postfix : Set hardcoded ports to _postfix_selinux for no firewall or rhel-6 or not redhat] *** task path: /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/selinux.yml:48 Saturday 13 July 2024 17:25:03 +0000 (0:00:00.016) 0:00:01.200 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure the service and the ports status with the selinux role] *********** task path: /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/selinux.yml:63 Saturday 13 July 2024 17:25:03 +0000 (0:00:00.008) 0:00:01.208 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.postfix : Install Postfix] **************************** task path: /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/main.yml:66 Saturday 13 July 2024 17:25:03 +0000 (0:00:00.007) 0:00:01.216 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: postfix TASK [linux-system-roles.postfix : Enable Postfix] ***************************** task path: /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/main.yml:73 Saturday 13 July 2024 17:25:05 +0000 (0:00:02.427) 0:00:03.643 ********* ok: [sut] => { "changed": false, "enabled": true, "name": "postfix", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-07-13 17:24:57 UTC", "ActiveEnterTimestampMonotonic": "789003604", "ActiveExitTimestamp": "Sat 2024-07-13 17:24:57 UTC", "ActiveExitTimestampMonotonic": "788503290", "ActiveState": "active", "After": "sysinit.target -.mount network.target systemd-journald.socket basic.target tmp.mount systemd-tmpfiles-setup.service syslog.target system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-07-13 17:24:57 UTC", "AssertTimestampMonotonic": "788582322", "Before": "shutdown.target multi-user.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": "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_raw cap_ipc_lock cap_ipc_owner cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config 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": "Sat 2024-07-13 17:24:57 UTC", "ConditionTimestampMonotonic": "788582321", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target exim.service sendmail.service", "ControlGroup": "/system.slice/postfix.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Postfix Mail Transport Agent", "DevicePolicy": "closed", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/network (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "12566", "ExecMainStartTimestamp": "Sat 2024-07-13 17:24:57 UTC", "ExecMainStartTimestampMonotonic": "789003579", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix start ; ignore_errors=no ; start_time=[Sat 2024-07-13 17:24:57 UTC] ; stop_time=[Sat 2024-07-13 17:24:57 UTC] ; pid=12498 ; code=exited ; status=0 }", "ExecStartPre": "{ path=/usr/libexec/postfix/chroot-update ; argv[]=/usr/libexec/postfix/chroot-update ; ignore_errors=yes ; start_time=[Sat 2024-07-13 17:24:57 UTC] ; stop_time=[Sat 2024-07-13 17:24:57 UTC] ; pid=12496 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix stop ; ignore_errors=no ; start_time=[Sat 2024-07-13 17:24:57 UTC] ; stop_time=[Sat 2024-07-13 17:24:57 UTC] ; pid=12477 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/postfix.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": "postfix.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-07-13 17:24:57 UTC", "InactiveEnterTimestampMonotonic": "788581491", "InactiveExitTimestamp": "Sat 2024-07-13 17:24:57 UTC", "InactiveExitTimestampMonotonic": "788583943", "InvocationID": "149a0cde29a8435184acbd5e773a1062", "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": "12566", "MemoryAccounting": "yes", "MemoryCurrent": "4554752", "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": "postfix.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/var/spool/postfix/pid/master.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "yes", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount sysinit.target system.slice", "RequiresMountsFor": "/var/tmp", "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": "Sat 2024-07-13 17:24:57 UTC", "StateChangeTimestampMonotonic": "789003604", "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": "3", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "forking", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-07-13 17:24:57 UTC", "WatchdogTimestampMonotonic": "789003601", "WatchdogUSec": "0" } } TASK [linux-system-roles.postfix : Get current config] ************************* task path: /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/main.yml:79 Saturday 13 July 2024 17:25:06 +0000 (0:00:00.431) 0:00:04.074 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.postfix : Check given config against current config] *** task path: /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/main.yml:86 Saturday 13 July 2024 17:25:06 +0000 (0:00:00.010) 0:00:04.085 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.postfix : Configure additional files] ***************** task path: /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/main.yml:105 Saturday 13 July 2024 17:25:06 +0000 (0:00:00.009) 0:00:04.095 ********* changed: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } NOTIFIED HANDLER linux-system-roles.postfix : Check postfix for sut NOTIFIED HANDLER linux-system-roles.postfix : Restart postfix for sut changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [linux-system-roles.postfix : Postmap files] ****************************** task path: /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/main.yml:121 Saturday 13 July 2024 17:25:06 +0000 (0:00:00.539) 0:00:04.635 ********* changed: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [linux-system-roles.postfix : Gather facts for ansible_date_time] ********* task path: /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/main.yml:135 Saturday 13 July 2024 17:25:06 +0000 (0:00:00.249) 0:00:04.885 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.postfix : Backup configuration] *********************** task path: /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/main.yml:141 Saturday 13 July 2024 17:25:06 +0000 (0:00:00.009) 0:00:04.894 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.postfix : Ensure Last modified header is absent] ****** task path: /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/main.yml:150 Saturday 13 July 2024 17:25:06 +0000 (0:00:00.009) 0:00:04.904 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.postfix : Ensure the outdated ansible managed header is absent] *** task path: /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/main.yml:158 Saturday 13 July 2024 17:25:06 +0000 (0:00:00.009) 0:00:04.913 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.postfix : Ensure ansible_managed header in configuration file] *** task path: /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/main.yml:164 Saturday 13 July 2024 17:25:06 +0000 (0:00:00.008) 0:00:04.922 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.postfix : Configure Postfix] ************************** task path: /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/main.yml:173 Saturday 13 July 2024 17:25:06 +0000 (0:00:00.009) 0:00:04.931 ********* TASK [Check if postmap file exists] ******************************************** task path: /WORKDIR/git-weekly-cik1vr5e4n/tests/tests_set_file.yml:17 Saturday 13 July 2024 17:25:06 +0000 (0:00:00.008) 0:00:04.939 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720891506.8782742, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "binary", "checksum": "4cd3ff53a72a2ffc3a9928bfc2444ebf51be37bf", "ctime": 1720891506.8782742, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 130023763, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/octet-stream", "mode": "0640", "mtime": 1720891506.876274, "nlink": 1, "path": "/etc/postfix/test.db", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 12288, "uid": 0, "version": "4097099385", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Assert file is present] ************************************************** task path: /WORKDIR/git-weekly-cik1vr5e4n/tests/tests_set_file.yml:23 Saturday 13 July 2024 17:25:07 +0000 (0:00:00.174) 0:00:05.113 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clean up test files] ***************************************************** task path: /WORKDIR/git-weekly-cik1vr5e4n/tests/tests_set_file.yml:27 Saturday 13 July 2024 17:25:07 +0000 (0:00:00.010) 0:00:05.124 ********* changed: [sut] => (item=/etc/postfix/test) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/postfix/test", "path": "/etc/postfix/test", "state": "absent" } changed: [sut] => (item=/etc/postfix/test.db) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/postfix/test.db", "path": "/etc/postfix/test.db", "state": "absent" } RUNNING HANDLER [linux-system-roles.postfix : Check postfix] ******************* task path: /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/handlers/main.yml:2 Saturday 13 July 2024 17:25:07 +0000 (0:00:00.410) 0:00:05.534 ********* ok: [sut] => { "changed": false, "cmd": [ "postfix", "check" ], "delta": "0:00:00.247023", "end": "2024-07-13 17:25:07.950628", "rc": 0, "start": "2024-07-13 17:25:07.703605" } RUNNING HANDLER [linux-system-roles.postfix : Restart postfix] ***************** task path: /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/handlers/main.yml:7 Saturday 13 July 2024 17:25:07 +0000 (0:00:00.416) 0:00:05.951 ********* changed: [sut] => { "changed": true, "name": "postfix", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-07-13 17:24:57 UTC", "ActiveEnterTimestampMonotonic": "789003604", "ActiveExitTimestamp": "Sat 2024-07-13 17:24:57 UTC", "ActiveExitTimestampMonotonic": "788503290", "ActiveState": "active", "After": "sysinit.target -.mount network.target systemd-journald.socket basic.target tmp.mount systemd-tmpfiles-setup.service syslog.target system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-07-13 17:24:57 UTC", "AssertTimestampMonotonic": "788582322", "Before": "shutdown.target multi-user.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": "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_raw cap_ipc_lock cap_ipc_owner cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config 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": "Sat 2024-07-13 17:24:57 UTC", "ConditionTimestampMonotonic": "788582321", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target exim.service sendmail.service", "ControlGroup": "/system.slice/postfix.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Postfix Mail Transport Agent", "DevicePolicy": "closed", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/network (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "12566", "ExecMainStartTimestamp": "Sat 2024-07-13 17:24:57 UTC", "ExecMainStartTimestampMonotonic": "789003579", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix start ; ignore_errors=no ; start_time=[Sat 2024-07-13 17:24:57 UTC] ; stop_time=[Sat 2024-07-13 17:24:57 UTC] ; pid=12498 ; code=exited ; status=0 }", "ExecStartPre": "{ path=/usr/libexec/postfix/chroot-update ; argv[]=/usr/libexec/postfix/chroot-update ; ignore_errors=yes ; start_time=[Sat 2024-07-13 17:24:57 UTC] ; stop_time=[Sat 2024-07-13 17:24:57 UTC] ; pid=12496 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix stop ; ignore_errors=no ; start_time=[Sat 2024-07-13 17:24:57 UTC] ; stop_time=[Sat 2024-07-13 17:24:57 UTC] ; pid=12477 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/postfix.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": "postfix.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-07-13 17:24:57 UTC", "InactiveEnterTimestampMonotonic": "788581491", "InactiveExitTimestamp": "Sat 2024-07-13 17:24:57 UTC", "InactiveExitTimestampMonotonic": "788583943", "InvocationID": "149a0cde29a8435184acbd5e773a1062", "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": "12566", "MemoryAccounting": "yes", "MemoryCurrent": "4554752", "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": "postfix.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/var/spool/postfix/pid/master.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "yes", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount sysinit.target system.slice", "RequiresMountsFor": "/var/tmp", "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": "Sat 2024-07-13 17:24:57 UTC", "StateChangeTimestampMonotonic": "789003604", "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": "3", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "forking", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-07-13 17:24:57 UTC", "WatchdogTimestampMonotonic": "789003601", "WatchdogUSec": "0" } } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=16 changed=4 unreachable=0 failed=0 skipped=19 rescued=0 ignored=0 Saturday 13 July 2024 17:25:08 +0000 (0:00:00.836) 0:00:06.788 ********* =============================================================================== linux-system-roles.postfix : Install Postfix ---------------------------- 2.43s /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/main.yml:66 linux-system-roles.postfix : Restart postfix ---------------------------- 0.84s /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/handlers/main.yml:7 Gathering Facts --------------------------------------------------------- 0.69s /WORKDIR/git-weekly-cik1vr5e4n/tests/tests_set_file.yml:2 --------------------- linux-system-roles.postfix : Configure additional files ----------------- 0.54s /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/main.yml:105 linux-system-roles.postfix : Enable Postfix ----------------------------- 0.43s /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/main.yml:73 linux-system-roles.postfix : Check postfix ------------------------------ 0.42s /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/handlers/main.yml:2 Clean up test files ----------------------------------------------------- 0.41s /WORKDIR/git-weekly-cik1vr5e4n/tests/tests_set_file.yml:27 -------------------- linux-system-roles.postfix : Postmap files ------------------------------ 0.25s /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/main.yml:121 linux-system-roles.postfix : Check if system is ostree ------------------ 0.24s /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/set_facts.yml:12 Check if postmap file exists -------------------------------------------- 0.17s /WORKDIR/git-weekly-cik1vr5e4n/tests/tests_set_file.yml:17 -------------------- linux-system-roles.postfix : Set platform/version specific variables ---- 0.04s /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/set_facts.yml:21 linux-system-roles.postfix : Configure selinux -------------------------- 0.03s /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/main.yml:63 Run the role with test postmap file ------------------------------------- 0.02s /WORKDIR/git-weekly-cik1vr5e4n/tests/tests_set_file.yml:12 -------------------- linux-system-roles.postfix : Set flag to indicate system is ostree ------ 0.02s /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/set_facts.yml:17 linux-system-roles.postfix : Ensure ansible_facts used by role are present --- 0.02s /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/set_facts.yml:3 linux-system-roles.postfix : Get the smtp related tcp service ports ----- 0.02s /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/selinux.yml:12 linux-system-roles.postfix : Add the smtp related service ports to _postfix_selinux --- 0.02s /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/selinux.yml:37 linux-system-roles.postfix : Get status of package(s) ['postfix'] ------- 0.01s /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/main.yml:16 linux-system-roles.postfix : Ensure ansible_facts required by role ------ 0.01s /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/main.yml:2 linux-system-roles.postfix : Get current config ------------------------- 0.01s /WORKDIR/git-weekly-cik1vr5e4n/tests/roles/linux-system-roles.postfix/tasks/main.yml:79 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---