# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-ci7x5j5ykz/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_simple_settings.yml ******************************************** 1 plays in /WORKDIR/git-weekly-ci7x5j5ykz/tests/tests_simple_settings.yml PLAY [Test simple kernel settings] ********************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci7x5j5ykz/tests/tests_simple_settings.yml:2 Saturday 08 June 2024 09:05:00 +0000 (0:00:00.012) 0:00:00.012 ********* ok: [sut] TASK [Set platform independent vars used by this test] ************************* task path: /WORKDIR/git-weekly-ci7x5j5ykz/tests/tests_simple_settings.yml:8 Saturday 08 June 2024 09:05:00 +0000 (0:00:00.869) 0:00:00.881 ********* ok: [sut] => { "ansible_facts": { "__kernel_settings_profile_file": "# File managed by Ansible - DO NOT EDIT\n[main]\nsummary = kernel settings\n[sysctl]\nfs.epoll.max_user_watches = 785592\nfs.file-max = 379724\n[vm]\ntransparent_hugepages = madvise\n[sysfs]\n/sys/kernel/debug/x86/ibrs_enabled = 0\n/sys/kernel/debug/x86/pti_enabled = 0\n/sys/kernel/debug/x86/retp_enabled = 0\n{% if __kernel_settings_blcmdline_value | d() %}\n[bootloader]\ncmdline = {{ __kernel_settings_blcmdline_value }}\n{% endif %}\n", "kernel_settings_sysctl": [ { "name": "fs.epoll.max_user_watches", "value": 785592 }, { "name": "fs.file-max", "value": 379724 }, { "name": "no.such.param", "state": "absent" } ], "kernel_settings_sysfs": [ { "name": "/sys/kernel/debug/x86/pti_enabled", "value": 0 }, { "name": "/sys/kernel/debug/x86/retp_enabled", "value": 0 }, { "name": "/sys/kernel/debug/x86/ibrs_enabled", "value": 0 }, { "name": "/sys/not/found", "state": "absent" } ], "kernel_settings_systemd_cpu_affinity": { "state": "absent" }, "kernel_settings_transparent_hugepages": "madvise", "kernel_settings_transparent_hugepages_defrag": { "state": "absent" } }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci7x5j5ykz/tests/vars/vars_simple_settings.yml" ], "changed": false } TASK [Disable bootloader cmdline testing on Fedora] **************************** task path: /WORKDIR/git-weekly-ci7x5j5ykz/tests/tests_simple_settings.yml:12 Saturday 08 June 2024 09:05:00 +0000 (0:00:00.011) 0:00:00.893 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"Fedora\"", "skip_reason": "Conditional result was False" } TASK [Apply the settings - call the role] ************************************** task path: /WORKDIR/git-weekly-ci7x5j5ykz/tests/tests_simple_settings.yml:23 Saturday 08 June 2024 09:05:00 +0000 (0:00:00.007) 0:00:00.901 ********* TASK [fedora.linux_system_roles.kernel_settings : Set version specific variables] *** task path: /WORKDIR/git-weekly-ci7x5j5ykz/.collection/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:2 Saturday 08 June 2024 09:05:00 +0000 (0:00:00.018) 0:00:00.919 ********* included: /WORKDIR/git-weekly-ci7x5j5ykz/.collection/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci7x5j5ykz/.collection/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:2 Saturday 08 June 2024 09:05:00 +0000 (0:00:00.012) 0:00:00.932 ********* skipping: [sut] => { "changed": false, "false_condition": "__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kernel_settings : Check if system is ostree] *** task path: /WORKDIR/git-weekly-ci7x5j5ykz/.collection/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:10 Saturday 08 June 2024 09:05:00 +0000 (0:00:00.018) 0:00:00.951 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ci7x5j5ykz/.collection/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:15 Saturday 08 June 2024 09:05:01 +0000 (0:00:00.254) 0:00:01.205 ********* ok: [sut] => { "ansible_facts": { "__kernel_settings_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.kernel_settings : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci7x5j5ykz/.collection/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:19 Saturday 08 June 2024 09:05:01 +0000 (0:00:00.014) 0:00:01.220 ********* ok: [sut] => { "ansible_facts": { "__kernel_settings_packages": [ "tuned", "python3-configobj" ], "__kernel_settings_services": [ "tuned" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci7x5j5ykz/.collection/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/default.yml" ], "changed": false } TASK [fedora.linux_system_roles.kernel_settings : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ci7x5j5ykz/.collection/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:5 Saturday 08 June 2024 09:05:01 +0000 (0:00:00.016) 0:00:01.237 ********* fatal: [sut]: FAILED! => { "changed": false, "rc": 1, "results": [] } MSG: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist to retry, use: --limit @/tmp/tests_simple_settings.retry PLAY RECAP ********************************************************************* sut : ok=6 changed=0 unreachable=0 failed=1 skipped=2 rescued=0 ignored=0 Saturday 08 June 2024 09:05:02 +0000 (0:00:00.809) 0:00:02.046 ********* =============================================================================== Gathering Facts --------------------------------------------------------- 0.87s /WORKDIR/git-weekly-ci7x5j5ykz/tests/tests_simple_settings.yml:2 -------------- fedora.linux_system_roles.kernel_settings : Ensure required packages are installed --- 0.81s /WORKDIR/git-weekly-ci7x5j5ykz/.collection/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:5 fedora.linux_system_roles.kernel_settings : Check if system is ostree --- 0.25s /WORKDIR/git-weekly-ci7x5j5ykz/.collection/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:10 Apply the settings - call the role -------------------------------------- 0.02s /WORKDIR/git-weekly-ci7x5j5ykz/tests/tests_simple_settings.yml:23 ------------- fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role --- 0.02s /WORKDIR/git-weekly-ci7x5j5ykz/.collection/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:2 fedora.linux_system_roles.kernel_settings : Set platform/version specific variables --- 0.02s /WORKDIR/git-weekly-ci7x5j5ykz/.collection/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:19 fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree --- 0.01s /WORKDIR/git-weekly-ci7x5j5ykz/.collection/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:15 fedora.linux_system_roles.kernel_settings : Set version specific variables --- 0.01s /WORKDIR/git-weekly-ci7x5j5ykz/.collection/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:2 Set platform independent vars used by this test ------------------------- 0.01s /WORKDIR/git-weekly-ci7x5j5ykz/tests/tests_simple_settings.yml:8 -------------- Disable bootloader cmdline testing on Fedora ---------------------------- 0.01s /WORKDIR/git-weekly-ci7x5j5ykz/tests/tests_simple_settings.yml:12 ------------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---