# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.17.2] 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.17/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-cips9ahbj1/.collection executable location = /opt/ansible-2.17/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.17/bin/python) jinja version = 3.1.4 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_default.yml **************************************************** 1 plays in /WORKDIR/git-weekly-cips9ahbj1/tests/tests_default.yml PLAY [Basic usability test] **************************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cips9ahbj1/tests/tests_default.yml:3 Saturday 03 August 2024 22:10:02 +0000 (0:00:00.022) 0:00:00.022 ******* ok: [sut] TASK [fedora.linux_system_roles.gfs2 : Validating arguments against arg spec 'main' - The gfs2 role.] *** task path: /WORKDIR/git-weekly-cips9ahbj1/tests/tests_default.yml:3 Saturday 03 August 2024 22:10:04 +0000 (0:00:01.087) 0:00:01.110 ******* ok: [sut] => { "changed": false, "validate_args_context": { "argument_spec_name": "main", "name": "gfs2", "path": "/WORKDIR/git-weekly-cips9ahbj1/.collection/ansible_collections/fedora/linux_system_roles/roles/gfs2", "type": "role" } } MSG: The arg spec validation passed TASK [fedora.linux_system_roles.gfs2 : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cips9ahbj1/.collection/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/main.yml:3 Saturday 03 August 2024 22:10:04 +0000 (0:00:00.012) 0:00:01.123 ******* included: /WORKDIR/git-weekly-cips9ahbj1/.collection/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.gfs2 : Ensure ansible_facts used by role] ****** task path: /WORKDIR/git-weekly-cips9ahbj1/.collection/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/set_vars.yml:2 Saturday 03 August 2024 22:10:04 +0000 (0:00:00.013) 0:00:01.136 ******* skipping: [sut] => { "changed": false, "false_condition": "__gfs2_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.gfs2 : Check if system is ostree] ************** task path: /WORKDIR/git-weekly-cips9ahbj1/.collection/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/set_vars.yml:10 Saturday 03 August 2024 22:10:04 +0000 (0:00:00.017) 0:00:01.154 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.gfs2 : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cips9ahbj1/.collection/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/set_vars.yml:15 Saturday 03 August 2024 22:10:04 +0000 (0:00:00.253) 0:00:01.407 ******* ok: [sut] => { "ansible_facts": { "__gfs2_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.gfs2 : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cips9ahbj1/.collection/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/set_vars.yml:19 Saturday 03 August 2024 22:10:04 +0000 (0:00:00.015) 0:00:01.423 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "__gfs2_repos": [ { "id": "resilientstorage", "name": "ResilientStorage" } ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cips9ahbj1/.collection/ansible_collections/fedora/linux_system_roles/roles/gfs2/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "__gfs2_repos": [ { "id": "resilientstorage", "name": "ResilientStorage" } ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cips9ahbj1/.collection/ansible_collections/fedora/linux_system_roles/roles/gfs2/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.gfs2 : Install required packages] ************** task path: /WORKDIR/git-weekly-cips9ahbj1/.collection/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/main.yml:6 Saturday 03 August 2024 22:10:04 +0000 (0:00:00.031) 0:00:01.454 ******* included: /WORKDIR/git-weekly-cips9ahbj1/.collection/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/install-packages.yml for sut TASK [fedora.linux_system_roles.gfs2 : Find environment-specific tasks to enable repositories] *** task path: /WORKDIR/git-weekly-cips9ahbj1/.collection/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/install-packages.yml:3 Saturday 03 August 2024 22:10:04 +0000 (0:00:00.013) 0:00:01.468 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__gfs2_enable_repo_tasks_file": "/WORKDIR/git-weekly-cips9ahbj1/.collection/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/enable-repositories/RedHat.yml" }, "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=CentOS.yml) => { "ansible_facts": { "__gfs2_enable_repo_tasks_file": "/WORKDIR/git-weekly-cips9ahbj1/.collection/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/enable-repositories/CentOS.yml" }, "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml" } skipping: [sut] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__gfs2_enable_repo_tasks_file_candidate is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__gfs2_enable_repo_tasks_file_candidate is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.gfs2 : Run environment-specific tasks to enable repositories] *** task path: /WORKDIR/git-weekly-cips9ahbj1/.collection/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/install-packages.yml:23 Saturday 03 August 2024 22:10:04 +0000 (0:00:00.044) 0:00:01.512 ******* included: /WORKDIR/git-weekly-cips9ahbj1/.collection/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/enable-repositories/CentOS.yml for sut TASK [fedora.linux_system_roles.gfs2 : List active CentOS repositories] ******** task path: /WORKDIR/git-weekly-cips9ahbj1/.collection/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/enable-repositories/CentOS.yml:3 Saturday 03 August 2024 22:10:04 +0000 (0:00:00.034) 0:00:01.547 ******* ok: [sut] => { "changed": false, "cmd": [ "dnf", "repolist" ], "delta": "0:00:00.201784", "end": "2024-08-03 22:10:04.923831", "rc": 0, "start": "2024-08-03 22:10:04.722047" } STDOUT: repo id repo name appstream CentOS Stream 10 - AppStream baseos CentOS Stream 10 - BaseOS beaker-client Beaker Client - RedHatEnterpriseLinux9 beaker-harness Beaker harness beaker-tasks Beaker tasks beakerlib-libraries Copr repo for beakerlib-libraries owned by bgoncalv TASK [fedora.linux_system_roles.gfs2 : Enable CentOS repositories] ************* task path: /WORKDIR/git-weekly-cips9ahbj1/.collection/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/enable-repositories/CentOS.yml:9 Saturday 03 August 2024 22:10:04 +0000 (0:00:00.472) 0:00:02.019 ******* changed: [sut] => (item={'id': 'resilientstorage', 'name': 'ResilientStorage'}) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "resilientstorage" ], "delta": "0:00:00.201521", "end": "2024-08-03 22:10:05.328648", "item": { "id": "resilientstorage", "name": "ResilientStorage" }, "rc": 0, "start": "2024-08-03 22:10:05.127127" } TASK [fedora.linux_system_roles.gfs2 : Install packages] *********************** task path: /WORKDIR/git-weekly-cips9ahbj1/.collection/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/install-packages.yml:29 Saturday 03 August 2024 22:10:05 +0000 (0:00:00.405) 0:00:02.424 ******* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: sanlock-lib-3.9.0-3.el10.x86_64", "Installed: libknet1-1.28-4.el10.x86_64", "Installed: libnozzle1-1.28-4.el10.x86_64", "Installed: dlm-lib-4.2.0-6.el10.x86_64", "Installed: libqb-2.0.8-5.el10.x86_64", "Installed: lvm2-lockd-10:2.03.23-2.el10.x86_64", "Installed: corosync-3.1.8-4.el10.x86_64", "Installed: net-snmp-libs-1:5.9.4-12.el10.x86_64", "Installed: dlm-4.2.0-6.el10.x86_64", "Installed: nspr-4.35.0-27.el10.x86_64", "Installed: corosynclib-3.1.8-4.el10.x86_64", "Installed: nss-3.101.0-6.el10.x86_64", "Installed: nss-softokn-3.101.0-6.el10.x86_64", "Installed: nss-softokn-freebl-3.101.0-6.el10.x86_64", "Installed: gfs2-utils-3.5.1-5.el10.x86_64", "Installed: nss-sysinit-3.101.0-6.el10.x86_64", "Installed: nss-util-3.101.0-6.el10.x86_64", "Installed: libknet1-crypto-nss-plugin-1.28-4.el10.x86_64" ] } TASK [fedora.linux_system_roles.gfs2 : Check for an active stonith resource] *** task path: /WORKDIR/git-weekly-cips9ahbj1/.collection/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/main.yml:9 Saturday 03 August 2024 22:10:08 +0000 (0:00:03.028) 0:00:05.453 ******* skipping: [sut] => { "changed": false, "false_condition": "not _gfs2_test_allow_stonith_disabled", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.gfs2 : Setup cluster] ************************** task path: /WORKDIR/git-weekly-cips9ahbj1/.collection/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/main.yml:22 Saturday 03 August 2024 22:10:08 +0000 (0:00:00.009) 0:00:05.462 ******* skipping: [sut] => { "changed": false, "false_condition": "gfs2_file_systems | length > 0", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* sut : ok=12 changed=2 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 Saturday 03 August 2024 22:10:08 +0000 (0:00:00.019) 0:00:05.482 ******* =============================================================================== fedora.linux_system_roles.gfs2 : Install packages ----------------------- 3.03s /WORKDIR/git-weekly-cips9ahbj1/.collection/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/install-packages.yml:29 Gathering Facts --------------------------------------------------------- 1.09s /WORKDIR/git-weekly-cips9ahbj1/tests/tests_default.yml:3 ---------------------- fedora.linux_system_roles.gfs2 : List active CentOS repositories -------- 0.47s /WORKDIR/git-weekly-cips9ahbj1/.collection/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/enable-repositories/CentOS.yml:3 fedora.linux_system_roles.gfs2 : Enable CentOS repositories ------------- 0.41s /WORKDIR/git-weekly-cips9ahbj1/.collection/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/enable-repositories/CentOS.yml:9 fedora.linux_system_roles.gfs2 : Check if system is ostree -------------- 0.25s /WORKDIR/git-weekly-cips9ahbj1/.collection/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/set_vars.yml:10 fedora.linux_system_roles.gfs2 : Find environment-specific tasks to enable repositories --- 0.04s /WORKDIR/git-weekly-cips9ahbj1/.collection/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/install-packages.yml:3 fedora.linux_system_roles.gfs2 : Run environment-specific tasks to enable repositories --- 0.03s /WORKDIR/git-weekly-cips9ahbj1/.collection/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/install-packages.yml:23 fedora.linux_system_roles.gfs2 : Set platform/version specific variables --- 0.03s /WORKDIR/git-weekly-cips9ahbj1/.collection/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/set_vars.yml:19 fedora.linux_system_roles.gfs2 : Setup cluster -------------------------- 0.02s /WORKDIR/git-weekly-cips9ahbj1/.collection/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/main.yml:22 fedora.linux_system_roles.gfs2 : Ensure ansible_facts used by role ------ 0.02s /WORKDIR/git-weekly-cips9ahbj1/.collection/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/set_vars.yml:2 fedora.linux_system_roles.gfs2 : Set flag to indicate system is ostree --- 0.02s /WORKDIR/git-weekly-cips9ahbj1/.collection/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/set_vars.yml:15 fedora.linux_system_roles.gfs2 : Install required packages -------------- 0.01s /WORKDIR/git-weekly-cips9ahbj1/.collection/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/main.yml:6 fedora.linux_system_roles.gfs2 : Set platform/version specific variables --- 0.01s /WORKDIR/git-weekly-cips9ahbj1/.collection/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/main.yml:3 fedora.linux_system_roles.gfs2 : Validating arguments against arg spec 'main' - The gfs2 role. --- 0.01s /WORKDIR/git-weekly-cips9ahbj1/tests/tests_default.yml:3 ---------------------- fedora.linux_system_roles.gfs2 : Check for an active stonith resource --- 0.01s /WORKDIR/git-weekly-cips9ahbj1/.collection/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/main.yml:9 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [WARNING]: Platform linux on host sut is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ---^---^---^---^---^---