# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.6/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.6.8 (default, Jan 25 2023, 15:03:30) [GCC 8.5.0 20210514 (Red Hat 8.5.0-18)] 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_include_vars_from_parent.yml *********************************** 1 plays in /WORKDIR/git-weekly-ciswghbb3g/tests/tests_include_vars_from_parent.yml PLAY [Test role variable override] ********************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciswghbb3g/tests/tests_include_vars_from_parent.yml:2 Saturday 27 May 2023 10:55:44 +0000 (0:00:00.021) 0:00:00.021 ********** ok: [sut] META: ran handlers TASK [Create var file in caller that can override the one in called role] ****** task path: /WORKDIR/git-weekly-ciswghbb3g/tests/tests_include_vars_from_parent.yml:6 Saturday 27 May 2023 10:55:45 +0000 (0:00:00.865) 0:00:00.887 ********** changed: [sut -> localhost] => (item=Fedora-36) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/WORKDIR/git-weekly-ciswghbb3g/tests/roles/caller/vars/Fedora-36.yml", "gid": 1001, "group": "jenkins", "item": "Fedora-36", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "jenkins", "size": 23, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1685184945.3648655-4360-3644879911094/source", "state": "file", "uid": 1000090000 } changed: [sut -> localhost] => (item=Fedora_36) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/WORKDIR/git-weekly-ciswghbb3g/tests/roles/caller/vars/Fedora_36.yml", "gid": 1001, "group": "jenkins", "item": "Fedora_36", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "jenkins", "size": 23, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1685184946.020811-4360-102836952735146/source", "state": "file", "uid": 1000090000 } changed: [sut -> localhost] => (item=Fedora) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/WORKDIR/git-weekly-ciswghbb3g/tests/roles/caller/vars/Fedora.yml", "gid": 1001, "group": "jenkins", "item": "Fedora", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "jenkins", "size": 23, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1685184946.5495822-4360-206190708352995/source", "state": "file", "uid": 1000090000 } changed: [sut -> localhost] => (item=RedHat) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/WORKDIR/git-weekly-ciswghbb3g/tests/roles/caller/vars/RedHat.yml", "gid": 1001, "group": "jenkins", "item": "RedHat", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "jenkins", "size": 23, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1685184947.016829-4360-114883074038294/source", "state": "file", "uid": 1000090000 } TASK [Include test role] ******************************************************* task path: /WORKDIR/git-weekly-ciswghbb3g/tests/roles/caller/tasks/main.yml:4 Saturday 27 May 2023 10:55:47 +0000 (0:00:02.109) 0:00:02.997 ********** TASK [linux-system-roles.kernel_settings : Set version specific variables] ***** task path: /WORKDIR/git-weekly-ciswghbb3g/tests/roles/linux-system-roles.kernel_settings/tasks/main.yml:2 Saturday 27 May 2023 10:55:47 +0000 (0:00:00.122) 0:00:03.119 ********** included: /WORKDIR/git-weekly-ciswghbb3g/tests/roles/linux-system-roles.kernel_settings/tasks/set_vars.yml for sut TASK [linux-system-roles.kernel_settings : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciswghbb3g/tests/roles/linux-system-roles.kernel_settings/tasks/set_vars.yml:2 Saturday 27 May 2023 10:55:47 +0000 (0:00:00.031) 0:00:03.150 ********** ok: [sut] TASK [linux-system-roles.kernel_settings : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciswghbb3g/tests/roles/linux-system-roles.kernel_settings/tasks/set_vars.yml:9 Saturday 27 May 2023 10:55:47 +0000 (0:00:00.377) 0:00:03.528 ********** ok: [sut] => { "ansible_facts": { "__kernel_settings_packages": [ "tuned", "python3-configobj" ], "__kernel_settings_services": [ "tuned" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciswghbb3g/tests/roles/linux-system-roles.kernel_settings/vars/default.yml" ], "changed": false } TASK [linux-system-roles.kernel_settings : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ciswghbb3g/tests/roles/linux-system-roles.kernel_settings/tasks/main.yml:5 Saturday 27 May 2023 10:55:47 +0000 (0:00:00.030) 0:00:03.559 ********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: libtraceevent-1.5.3-2.fc36.x86_64", "Installed: kernel-tools-6.2.6-200.fc36.x86_64", "Installed: kernel-tools-libs-6.2.6-200.fc36.x86_64", "Installed: pciutils-libs-3.9.0-2.fc36.x86_64", "Installed: python3-linux-procfs-0.7.1-1.fc36.noarch", "Installed: dmidecode-1:3.3-3.fc36.x86_64", "Installed: tuned-2.20.0-0.1.rc1.fc36.noarch", "Installed: ethtool-2:6.2-1.fc36.x86_64", "Installed: hdparm-9.63-1.fc36.x86_64", "Installed: python3-perf-6.2.6-200.fc36.x86_64", "Installed: virt-what-1.25-1.fc36.x86_64", "Installed: numactl-libs-2.0.14-5.fc36.x86_64", "Installed: python3-pyudev-0.22.0-8.fc36.noarch" ] } TASK [linux-system-roles.kernel_settings : Ensure required services are enabled and started] *** task path: /WORKDIR/git-weekly-ciswghbb3g/tests/roles/linux-system-roles.kernel_settings/tasks/main.yml:10 Saturday 27 May 2023 10:55:53 +0000 (0:00:05.821) 0:00:09.380 ********** changed: [sut] => (item=tuned) => { "ansible_loop_var": "item", "changed": true, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "dbus.socket basic.target systemd-journald.socket sysinit.target network.target system.slice polkit.service systemd-sysctl.service dbus-broker.service", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target auto-cpufreq.service power-profiles-daemon.service cpupower.service tlp.service", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14741", "LimitNPROCSoft": "14741", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14741", "LimitSIGPENDINGSoft": "14741", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/tuned/tuned.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus-broker.service system.slice sysinit.target dbus.socket", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4422", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [linux-system-roles.kernel_settings : Ensure kernel settings profile directory exists] *** task path: /WORKDIR/git-weekly-ciswghbb3g/tests/roles/linux-system-roles.kernel_settings/tasks/main.yml:17 Saturday 27 May 2023 10:55:55 +0000 (0:00:01.501) 0:00:10.882 ********** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/tuned/kernel_settings", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [linux-system-roles.kernel_settings : Generate a configuration for kernel settings] *** task path: /WORKDIR/git-weekly-ciswghbb3g/tests/roles/linux-system-roles.kernel_settings/tasks/main.yml:23 Saturday 27 May 2023 10:55:55 +0000 (0:00:00.363) 0:00:11.245 ********** changed: [sut] => { "changed": true, "checksum": "2276c6651921204ad4c4d1a0d303911e242d601a", "dest": "/etc/tuned/kernel_settings/tuned.conf", "gid": 0, "group": "root", "md5sum": "c7520cb6fa6a0df3e7032ba9e1135fdf", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 84, "src": "/root/.ansible/tmp/ansible-tmp-1685184955.722668-4464-221237723172399/source", "state": "file", "uid": 0 } TASK [linux-system-roles.kernel_settings : Get current config] ***************** task path: /WORKDIR/git-weekly-ciswghbb3g/tests/roles/linux-system-roles.kernel_settings/tasks/main.yml:30 Saturday 27 May 2023 10:55:56 +0000 (0:00:00.854) 0:00:12.100 ********** ok: [sut] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6a2VybmVsX3NldHRpbmdzCgpbbWFpbl0Kc3VtbWFyeT1rZXJuZWwgc2V0dGluZ3MK", "encoding": "base64", "source": "/etc/tuned/kernel_settings/tuned.conf" } TASK [linux-system-roles.kernel_settings : Apply kernel settings] ************** task path: /WORKDIR/git-weekly-ciswghbb3g/tests/roles/linux-system-roles.kernel_settings/tasks/main.yml:36 Saturday 27 May 2023 10:55:56 +0000 (0:00:00.314) 0:00:12.414 ********** NOTIFIED HANDLER linux-system-roles.kernel_settings : Reboot the managed host to apply kernel_settings changes for sut NOTIFIED HANDLER linux-system-roles.kernel_settings : Clear the kernel_settings_reboot_required flag for sut changed: [sut] => { "active_profile": "virtual-guest kernel_settings", "changed": true, "message": "", "new_profile": {}, "reboot_required": false } MSG: Updated active profile and/or mode. TASK [linux-system-roles.kernel_settings : Tuned apply settings] *************** task path: /WORKDIR/git-weekly-ciswghbb3g/tests/roles/linux-system-roles.kernel_settings/tasks/main.yml:92 Saturday 27 May 2023 10:55:57 +0000 (0:00:00.714) 0:00:13.129 ********** changed: [sut] => { "changed": true, "cmd": [ "tuned-adm", "profile", "virtual-guest kernel_settings" ], "delta": "0:00:01.340919", "end": "2023-05-27 10:55:59.275885", "rc": 0, "start": "2023-05-27 10:55:57.934966" } TASK [linux-system-roles.kernel_settings : Verify settings] ******************** task path: /WORKDIR/git-weekly-ciswghbb3g/tests/roles/linux-system-roles.kernel_settings/tasks/main.yml:98 Saturday 27 May 2023 10:55:59 +0000 (0:00:01.757) 0:00:14.887 ********** included: /WORKDIR/git-weekly-ciswghbb3g/tests/roles/linux-system-roles.kernel_settings/tasks/verify_settings.yml for sut TASK [linux-system-roles.kernel_settings : Check that settings are applied correctly] *** task path: /WORKDIR/git-weekly-ciswghbb3g/tests/roles/linux-system-roles.kernel_settings/tasks/verify_settings.yml:2 Saturday 27 May 2023 10:55:59 +0000 (0:00:00.034) 0:00:14.921 ********** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "verify", "-i" ], "delta": "0:00:00.108977", "end": "2023-05-27 10:55:59.627356", "rc": 0, "start": "2023-05-27 10:55:59.518379" } STDOUT: Verfication succeeded, current system settings match the preset profile. See TuneD log file ('/var/log/tuned/tuned.log') for details. TASK [linux-system-roles.kernel_settings : Get last verify results from log] *** task path: /WORKDIR/git-weekly-ciswghbb3g/tests/roles/linux-system-roles.kernel_settings/tasks/verify_settings.yml:12 Saturday 27 May 2023 10:55:59 +0000 (0:00:00.316) 0:00:15.237 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.kernel_settings : Report errors that are not bootloader errors] *** task path: /WORKDIR/git-weekly-ciswghbb3g/tests/roles/linux-system-roles.kernel_settings/tasks/verify_settings.yml:23 Saturday 27 May 2023 10:55:59 +0000 (0:00:00.017) 0:00:15.255 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.kernel_settings : Notify user that reboot is needed to apply changes] *** task path: /WORKDIR/git-weekly-ciswghbb3g/tests/roles/linux-system-roles.kernel_settings/tasks/main.yml:102 Saturday 27 May 2023 10:55:59 +0000 (0:00:00.019) 0:00:15.275 ********** skipping: [sut] => {} TASK [linux-system-roles.kernel_settings : Set the flag that reboot is needed to apply changes] *** task path: /WORKDIR/git-weekly-ciswghbb3g/tests/roles/linux-system-roles.kernel_settings/tasks/main.yml:111 Saturday 27 May 2023 10:55:59 +0000 (0:00:00.020) 0:00:15.295 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [caller : Assert variable not overridden] ********************************* task path: /WORKDIR/git-weekly-ciswghbb3g/tests/roles/caller/tasks/main.yml:8 Saturday 27 May 2023 10:55:59 +0000 (0:00:00.021) 0:00:15.317 ********** ok: [sut] => { "changed": false } MSG: All assertions passed RUNNING HANDLER [linux-system-roles.kernel_settings : Reboot the managed host to apply kernel_settings changes] *** task path: /WORKDIR/git-weekly-ciswghbb3g/tests/roles/linux-system-roles.kernel_settings/handlers/main.yml:2 Saturday 27 May 2023 10:55:59 +0000 (0:00:00.015) 0:00:15.332 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } RUNNING HANDLER [linux-system-roles.kernel_settings : Clear the kernel_settings_reboot_required flag] *** task path: /WORKDIR/git-weekly-ciswghbb3g/tests/roles/linux-system-roles.kernel_settings/handlers/main.yml:12 Saturday 27 May 2023 10:55:59 +0000 (0:00:00.022) 0:00:15.354 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=15 changed=7 unreachable=0 failed=0 skipped=6 rescued=0 ignored=0 Saturday 27 May 2023 10:55:59 +0000 (0:00:00.018) 0:00:15.373 ********** =============================================================================== linux-system-roles.kernel_settings : Ensure required packages are installed --- 5.82s /WORKDIR/git-weekly-ciswghbb3g/tests/roles/linux-system-roles.kernel_settings/tasks/main.yml:5 Create var file in caller that can override the one in called role ------ 2.11s /WORKDIR/git-weekly-ciswghbb3g/tests/tests_include_vars_from_parent.yml:6 ----- linux-system-roles.kernel_settings : Tuned apply settings --------------- 1.76s /WORKDIR/git-weekly-ciswghbb3g/tests/roles/linux-system-roles.kernel_settings/tasks/main.yml:92 linux-system-roles.kernel_settings : Ensure required services are enabled and started --- 1.50s /WORKDIR/git-weekly-ciswghbb3g/tests/roles/linux-system-roles.kernel_settings/tasks/main.yml:10 Gathering Facts --------------------------------------------------------- 0.87s /WORKDIR/git-weekly-ciswghbb3g/tests/tests_include_vars_from_parent.yml:2 ----- linux-system-roles.kernel_settings : Generate a configuration for kernel settings --- 0.85s /WORKDIR/git-weekly-ciswghbb3g/tests/roles/linux-system-roles.kernel_settings/tasks/main.yml:23 linux-system-roles.kernel_settings : Apply kernel settings -------------- 0.71s /WORKDIR/git-weekly-ciswghbb3g/tests/roles/linux-system-roles.kernel_settings/tasks/main.yml:36 linux-system-roles.kernel_settings : Ensure ansible_facts used by role --- 0.38s /WORKDIR/git-weekly-ciswghbb3g/tests/roles/linux-system-roles.kernel_settings/tasks/set_vars.yml:2 linux-system-roles.kernel_settings : Ensure kernel settings profile directory exists --- 0.36s /WORKDIR/git-weekly-ciswghbb3g/tests/roles/linux-system-roles.kernel_settings/tasks/main.yml:17 linux-system-roles.kernel_settings : Check that settings are applied correctly --- 0.32s /WORKDIR/git-weekly-ciswghbb3g/tests/roles/linux-system-roles.kernel_settings/tasks/verify_settings.yml:2 linux-system-roles.kernel_settings : Get current config ----------------- 0.31s /WORKDIR/git-weekly-ciswghbb3g/tests/roles/linux-system-roles.kernel_settings/tasks/main.yml:30 Include test role ------------------------------------------------------- 0.12s /WORKDIR/git-weekly-ciswghbb3g/tests/roles/caller/tasks/main.yml:4 ------------ linux-system-roles.kernel_settings : Verify settings -------------------- 0.03s /WORKDIR/git-weekly-ciswghbb3g/tests/roles/linux-system-roles.kernel_settings/tasks/main.yml:98 linux-system-roles.kernel_settings : Set version specific variables ----- 0.03s /WORKDIR/git-weekly-ciswghbb3g/tests/roles/linux-system-roles.kernel_settings/tasks/main.yml:2 linux-system-roles.kernel_settings : Set platform/version specific variables --- 0.03s /WORKDIR/git-weekly-ciswghbb3g/tests/roles/linux-system-roles.kernel_settings/tasks/set_vars.yml:9 linux-system-roles.kernel_settings : Reboot the managed host to apply kernel_settings changes --- 0.02s /WORKDIR/git-weekly-ciswghbb3g/tests/roles/linux-system-roles.kernel_settings/handlers/main.yml:2 linux-system-roles.kernel_settings : Set the flag that reboot is needed to apply changes --- 0.02s /WORKDIR/git-weekly-ciswghbb3g/tests/roles/linux-system-roles.kernel_settings/tasks/main.yml:111 linux-system-roles.kernel_settings : Notify user that reboot is needed to apply changes --- 0.02s /WORKDIR/git-weekly-ciswghbb3g/tests/roles/linux-system-roles.kernel_settings/tasks/main.yml:102 linux-system-roles.kernel_settings : Report errors that are not bootloader errors --- 0.02s /WORKDIR/git-weekly-ciswghbb3g/tests/roles/linux-system-roles.kernel_settings/tasks/verify_settings.yml:23 linux-system-roles.kernel_settings : Clear the kernel_settings_reboot_required flag --- 0.02s /WORKDIR/git-weekly-ciswghbb3g/tests/roles/linux-system-roles.kernel_settings/handlers/main.yml:12 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- /opt/ansible-2.9/lib/python3.6/site-packages/ansible/parsing/vault/__init__.py:44: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography will remove support for Python 3.6. from cryptography.exceptions import InvalidSignature [DEPRECATION WARNING]: Distribution fedora 36 on host sut should use /usr/bin/python3, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See https://docs.ansible.com/ansible/ 2.9/reference_appendices/interpreter_discovery.html for more information. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---