# 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-cif0b0bh5e/.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_volume_relabel.yml ********************************************* 1 plays in /WORKDIR/git-weekly-cif0b0bh5e/tests/tests_volume_relabel.yml PLAY [Test volume relabel] ***************************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cif0b0bh5e/tests/tests_volume_relabel.yml:2 Friday 26 July 2024 00:52:32 +0000 (0:00:00.011) 0:00:00.011 *********** ok: [sut] TASK [Run the role] ************************************************************ task path: /WORKDIR/git-weekly-cif0b0bh5e/tests/tests_volume_relabel.yml:11 Friday 26 July 2024 00:52:33 +0000 (0:00:00.891) 0:00:00.903 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cif0b0bh5e/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 26 July 2024 00:52:33 +0000 (0:00:00.016) 0:00:00.919 *********** included: /WORKDIR/git-weekly-cif0b0bh5e/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cif0b0bh5e/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 26 July 2024 00:52:33 +0000 (0:00:00.012) 0:00:00.932 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cif0b0bh5e/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 26 July 2024 00:52:33 +0000 (0:00:00.017) 0:00:00.950 *********** 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_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cif0b0bh5e/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cif0b0bh5e/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cif0b0bh5e/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 26 July 2024 00:52:33 +0000 (0:00:00.026) 0:00:00.977 *********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cif0b0bh5e/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 26 July 2024 00:52:33 +0000 (0:00:00.235) 0:00:01.212 *********** ok: [sut] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-cif0b0bh5e/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 26 July 2024 00:52:33 +0000 (0:00:00.014) 0:00:01.227 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-cif0b0bh5e/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 26 July 2024 00:52:33 +0000 (0:00:00.009) 0:00:01.236 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-cif0b0bh5e/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 26 July 2024 00:52:33 +0000 (0:00:00.009) 0:00:01.246 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-cif0b0bh5e/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-cif0b0bh5e/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 26 July 2024 00:52:33 +0000 (0:00:00.025) 0:00:01.271 *********** fatal: [sut]: UNREACHABLE! => { "changed": false, "unreachable": true } MSG: Data could not be sent to remote host "10.31.8.18". Make sure this host can be reached over ssh: to retry, use: --limit @/tmp/tests_volume_relabel.retry PLAY RECAP ********************************************************************* sut : ok=8 changed=0 unreachable=1 failed=0 skipped=1 rescued=0 ignored=0 Friday 26 July 2024 00:52:34 +0000 (0:00:01.246) 0:00:02.518 *********** =============================================================================== fedora.linux_system_roles.storage : Make sure blivet is available ------- 1.25s /WORKDIR/git-weekly-cif0b0bh5e/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Gathering Facts --------------------------------------------------------- 0.89s /WORKDIR/git-weekly-cif0b0bh5e/tests/tests_volume_relabel.yml:2 --------------- fedora.linux_system_roles.storage : Check if system is ostree ----------- 0.24s /WORKDIR/git-weekly-cif0b0bh5e/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 fedora.linux_system_roles.storage : Set platform/version specific variables --- 0.03s /WORKDIR/git-weekly-cif0b0bh5e/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 fedora.linux_system_roles.storage : Include the appropriate provider tasks --- 0.03s /WORKDIR/git-weekly-cif0b0bh5e/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 fedora.linux_system_roles.storage : Ensure ansible_facts used by role --- 0.02s /WORKDIR/git-weekly-cif0b0bh5e/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Run the role ------------------------------------------------------------ 0.02s /WORKDIR/git-weekly-cif0b0bh5e/tests/tests_volume_relabel.yml:11 -------------- fedora.linux_system_roles.storage : Set flag to indicate system is ostree --- 0.01s /WORKDIR/git-weekly-cif0b0bh5e/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 fedora.linux_system_roles.storage : Set platform/version specific variables --- 0.01s /WORKDIR/git-weekly-cif0b0bh5e/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing --- 0.01s /WORKDIR/git-weekly-cif0b0bh5e/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing --- 0.01s /WORKDIR/git-weekly-cif0b0bh5e/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/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. ---^---^---^---^---^---