# 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_nbde_server_keys_dir.yml *************************************** 1 plays in /WORKDIR/git-weekly-ciyez7ze1r/tests/tests_nbde_server_keys_dir.yml PLAY [Test nbde_server_keys_dir is properly set] ******************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/tests_nbde_server_keys_dir.yml:5 Saturday 30 March 2024 15:22:20 +0000 (0:00:00.012) 0:00:00.012 ******** ok: [sut] META: ran handlers TASK [With nbde_server_fetch_keys] ********************************************* task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/tests_nbde_server_keys_dir.yml:11 Saturday 30 March 2024 15:22:21 +0000 (0:00:00.974) 0:00:00.987 ******** TASK [linux-system-roles.nbde_server : Set version specific variables] ********* task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:6 Saturday 30 March 2024 15:22:21 +0000 (0:00:00.013) 0:00:01.001 ******** included: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml for sut TASK [linux-system-roles.nbde_server : Ensure ansible_facts used by role] ****** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:2 Saturday 30 March 2024 15:22:21 +0000 (0:00:00.025) 0:00:01.026 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Check if system is ostree] ************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:11 Saturday 30 March 2024 15:22:21 +0000 (0:00:00.038) 0:00:01.064 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.nbde_server : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:16 Saturday 30 March 2024 15:22:21 +0000 (0:00:00.345) 0:00:01.410 ******** ok: [sut] => { "ansible_facts": { "__nbde_server_is_ostree": false }, "changed": false } TASK [linux-system-roles.nbde_server : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:20 Saturday 30 March 2024 15:22:21 +0000 (0:00:00.033) 0:00:01.443 ******** ok: [sut] => { "ansible_facts": { "__nbde_server_cachedir": "/var/cache/tang", "__nbde_server_group": "tang", "__nbde_server_keydir": "/var/db/tang", "__nbde_server_keygen": "/usr/libexec/tangd-keygen", "__nbde_server_packages": [ "tang" ], "__nbde_server_services": [ "tangd.socket" ], "__nbde_server_update": "/usr/libexec/tangd-update", "__nbde_server_user": "tang" }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/vars/default.yml" ], "changed": false } TASK [linux-system-roles.nbde_server : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:9 Saturday 30 March 2024 15:22:21 +0000 (0:00:00.040) 0:00:01.483 ******** included: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml for sut TASK [linux-system-roles.nbde_server : Ensure tang is installed] *************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 Saturday 30 March 2024 15:22:21 +0000 (0:00:00.047) 0:00:01.531 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: tang TASK [linux-system-roles.nbde_server : Ensure keys are rotated] **************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:9 Saturday 30 March 2024 15:22:24 +0000 (0:00:02.639) 0:00:04.170 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Ensure we have keys] ******************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:18 Saturday 30 March 2024 15:22:24 +0000 (0:00:00.017) 0:00:04.188 ******** changed: [sut] => { "arguments": { "cachedir": "/var/cache/tang", "force": false, "keydir": "/var/db/tang", "keygen": "/usr/libexec/tangd-keygen", "keys_to_deploy_dir": null, "state": "keys-created", "update": "/usr/libexec/tangd-update" }, "changed": true, "state": "keys-created" } TASK [linux-system-roles.nbde_server : Perform key management (fetch/deploy) tasks] *** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:27 Saturday 30 March 2024 15:22:24 +0000 (0:00:00.310) 0:00:04.498 ******** included: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/tang-key-management.yml for sut TASK [linux-system-roles.nbde_server : Make sure nbde_server_keys_dir is set] *** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/tang-key-management.yml:6 Saturday 30 March 2024 15:22:24 +0000 (0:00:00.035) 0:00:04.534 ******** fatal: [sut]: FAILED! => { "changed": false } MSG: You need to specify nbde_server_keys_dir and it must be an absolute path TASK [Check for error with nbde_server_keys_dir not set] *********************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/tests_nbde_server_keys_dir.yml:23 Saturday 30 March 2024 15:22:24 +0000 (0:00:00.012) 0:00:04.546 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/tests_nbde_server_keys_dir.yml:28 Saturday 30 March 2024 15:22:24 +0000 (0:00:00.011) 0:00:04.558 ******** included: /WORKDIR/git-weekly-ciyez7ze1r/tests/tasks/cleanup.yml for sut TASK [Remove control node files/directories] *********************************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/tasks/cleanup.yml:2 Saturday 30 March 2024 15:22:24 +0000 (0:00:00.011) 0:00:04.570 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove managed node files/directories] *********************************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/tasks/cleanup.yml:9 Saturday 30 March 2024 15:22:24 +0000 (0:00:00.009) 0:00:04.580 ******** skipping: [sut] => (item={'path': '', 'remove_dir': 'true'}) => { "ansible_loop_var": "item", "changed": false, "item": { "path": "", "remove_dir": "true" }, "skip_reason": "Conditional result was False" } changed: [sut] => (item={'path': '/var/db/tang', 'remove_dir': 'false'}) => { "ansible_loop_var": "item", "changed": true, "cmd": "set -euxo pipefail\nif [ \"false\" = true ]; then\n rm -rf \"/var/db/tang\"\nelse\n rm -rf \"/var/db/tang\"/* \"/var/db/tang\"/.* || :\nfi\n", "delta": "0:00:00.005054", "end": "2024-03-30 15:22:24.996990", "item": { "path": "/var/db/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-03-30 15:22:24.991936" } STDERR: + '[' false = true ']' + rm -rf /var/db/tang/a4WbrkbC5xAKuzJBorxtLfyWWeq7q9QN-CM-VOlv1Tk.jwk /var/db/tang/Iu5z9qU-Hc-eb6exGXRFTpQDad_0Sgla1Pa2jozqbhQ.jwk '/var/db/tang/.*' changed: [sut] => (item={'path': '/var/cache/tang', 'remove_dir': 'false'}) => { "ansible_loop_var": "item", "changed": true, "cmd": "set -euxo pipefail\nif [ \"false\" = true ]; then\n rm -rf \"/var/cache/tang\"\nelse\n rm -rf \"/var/cache/tang\"/* \"/var/cache/tang\"/.* || :\nfi\n", "delta": "0:00:00.004734", "end": "2024-03-30 15:22:25.200814", "item": { "path": "/var/cache/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-03-30 15:22:25.196080" } STDERR: + '[' false = true ']' + rm -rf '/var/cache/tang/*' '/var/cache/tang/.*' TASK [With nbde_server_deploy_keys] ******************************************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/tests_nbde_server_keys_dir.yml:34 Saturday 30 March 2024 15:22:25 +0000 (0:00:00.513) 0:00:05.093 ******** TASK [linux-system-roles.nbde_server : Set version specific variables] ********* task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:6 Saturday 30 March 2024 15:22:25 +0000 (0:00:00.029) 0:00:05.123 ******** included: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml for sut TASK [linux-system-roles.nbde_server : Ensure ansible_facts used by role] ****** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:2 Saturday 30 March 2024 15:22:25 +0000 (0:00:00.029) 0:00:05.153 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Check if system is ostree] ************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:11 Saturday 30 March 2024 15:22:25 +0000 (0:00:00.025) 0:00:05.179 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:16 Saturday 30 March 2024 15:22:25 +0000 (0:00:00.022) 0:00:05.202 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:20 Saturday 30 March 2024 15:22:25 +0000 (0:00:00.008) 0:00:05.210 ******** ok: [sut] => { "ansible_facts": { "__nbde_server_cachedir": "/var/cache/tang", "__nbde_server_group": "tang", "__nbde_server_keydir": "/var/db/tang", "__nbde_server_keygen": "/usr/libexec/tangd-keygen", "__nbde_server_packages": [ "tang" ], "__nbde_server_services": [ "tangd.socket" ], "__nbde_server_update": "/usr/libexec/tangd-update", "__nbde_server_user": "tang" }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/vars/default.yml" ], "changed": false } TASK [linux-system-roles.nbde_server : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:9 Saturday 30 March 2024 15:22:25 +0000 (0:00:00.015) 0:00:05.226 ******** included: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml for sut TASK [linux-system-roles.nbde_server : Ensure tang is installed] *************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 Saturday 30 March 2024 15:22:25 +0000 (0:00:00.014) 0:00:05.241 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: tang TASK [linux-system-roles.nbde_server : Ensure keys are rotated] **************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:9 Saturday 30 March 2024 15:22:27 +0000 (0:00:02.493) 0:00:07.735 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Ensure we have keys] ******************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:18 Saturday 30 March 2024 15:22:27 +0000 (0:00:00.009) 0:00:07.744 ******** changed: [sut] => { "arguments": { "cachedir": "/var/cache/tang", "force": false, "keydir": "/var/db/tang", "keygen": "/usr/libexec/tangd-keygen", "keys_to_deploy_dir": null, "state": "keys-created", "update": "/usr/libexec/tangd-update" }, "changed": true, "state": "keys-created" } TASK [linux-system-roles.nbde_server : Perform key management (fetch/deploy) tasks] *** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:27 Saturday 30 March 2024 15:22:28 +0000 (0:00:00.224) 0:00:07.969 ******** included: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/tang-key-management.yml for sut TASK [linux-system-roles.nbde_server : Make sure nbde_server_keys_dir is set] *** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/tang-key-management.yml:6 Saturday 30 March 2024 15:22:28 +0000 (0:00:00.017) 0:00:07.987 ******** fatal: [sut]: FAILED! => { "changed": false } MSG: You need to specify nbde_server_keys_dir and it must be an absolute path TASK [Check for error with nbde_server_keys_dir not set] *********************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/tests_nbde_server_keys_dir.yml:46 Saturday 30 March 2024 15:22:28 +0000 (0:00:00.010) 0:00:07.998 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/tests_nbde_server_keys_dir.yml:51 Saturday 30 March 2024 15:22:28 +0000 (0:00:00.010) 0:00:08.008 ******** included: /WORKDIR/git-weekly-ciyez7ze1r/tests/tasks/cleanup.yml for sut TASK [Remove control node files/directories] *********************************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/tasks/cleanup.yml:2 Saturday 30 March 2024 15:22:28 +0000 (0:00:00.012) 0:00:08.020 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove managed node files/directories] *********************************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/tasks/cleanup.yml:9 Saturday 30 March 2024 15:22:28 +0000 (0:00:00.009) 0:00:08.030 ******** skipping: [sut] => (item={'path': '', 'remove_dir': 'true'}) => { "ansible_loop_var": "item", "changed": false, "item": { "path": "", "remove_dir": "true" }, "skip_reason": "Conditional result was False" } changed: [sut] => (item={'path': '/var/db/tang', 'remove_dir': 'false'}) => { "ansible_loop_var": "item", "changed": true, "cmd": "set -euxo pipefail\nif [ \"false\" = true ]; then\n rm -rf \"/var/db/tang\"\nelse\n rm -rf \"/var/db/tang\"/* \"/var/db/tang\"/.* || :\nfi\n", "delta": "0:00:00.005052", "end": "2024-03-30 15:22:28.352377", "item": { "path": "/var/db/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-03-30 15:22:28.347325" } STDERR: + '[' false = true ']' + rm -rf /var/db/tang/1uX8-paUl01RvnoqTSljoHPvWm0ZYPgm3eDllZ157Yo.jwk /var/db/tang/TTNfAADcz1ZErZGDm4EpYf1Q8wI3AuOK1Cjsb6qoRjY.jwk '/var/db/tang/.*' changed: [sut] => (item={'path': '/var/cache/tang', 'remove_dir': 'false'}) => { "ansible_loop_var": "item", "changed": true, "cmd": "set -euxo pipefail\nif [ \"false\" = true ]; then\n rm -rf \"/var/cache/tang\"\nelse\n rm -rf \"/var/cache/tang\"/* \"/var/cache/tang\"/.* || :\nfi\n", "delta": "0:00:00.004726", "end": "2024-03-30 15:22:28.553259", "item": { "path": "/var/cache/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-03-30 15:22:28.548533" } STDERR: + '[' false = true ']' + rm -rf '/var/cache/tang/*' '/var/cache/tang/.*' TASK [With nbde_server_fetch_keys and deploy keys] ***************************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/tests_nbde_server_keys_dir.yml:57 Saturday 30 March 2024 15:22:28 +0000 (0:00:00.415) 0:00:08.445 ******** TASK [linux-system-roles.nbde_server : Set version specific variables] ********* task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:6 Saturday 30 March 2024 15:22:28 +0000 (0:00:00.012) 0:00:08.458 ******** included: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml for sut TASK [linux-system-roles.nbde_server : Ensure ansible_facts used by role] ****** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:2 Saturday 30 March 2024 15:22:28 +0000 (0:00:00.010) 0:00:08.468 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Check if system is ostree] ************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:11 Saturday 30 March 2024 15:22:28 +0000 (0:00:00.010) 0:00:08.479 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:16 Saturday 30 March 2024 15:22:28 +0000 (0:00:00.008) 0:00:08.487 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:20 Saturday 30 March 2024 15:22:28 +0000 (0:00:00.009) 0:00:08.497 ******** ok: [sut] => { "ansible_facts": { "__nbde_server_cachedir": "/var/cache/tang", "__nbde_server_group": "tang", "__nbde_server_keydir": "/var/db/tang", "__nbde_server_keygen": "/usr/libexec/tangd-keygen", "__nbde_server_packages": [ "tang" ], "__nbde_server_services": [ "tangd.socket" ], "__nbde_server_update": "/usr/libexec/tangd-update", "__nbde_server_user": "tang" }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/vars/default.yml" ], "changed": false } TASK [linux-system-roles.nbde_server : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:9 Saturday 30 March 2024 15:22:28 +0000 (0:00:00.014) 0:00:08.511 ******** included: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml for sut TASK [linux-system-roles.nbde_server : Ensure tang is installed] *************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 Saturday 30 March 2024 15:22:28 +0000 (0:00:00.013) 0:00:08.525 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: tang TASK [linux-system-roles.nbde_server : Ensure keys are rotated] **************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:9 Saturday 30 March 2024 15:22:31 +0000 (0:00:02.553) 0:00:11.078 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Ensure we have keys] ******************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:18 Saturday 30 March 2024 15:22:31 +0000 (0:00:00.023) 0:00:11.102 ******** changed: [sut] => { "arguments": { "cachedir": "/var/cache/tang", "force": false, "keydir": "/var/db/tang", "keygen": "/usr/libexec/tangd-keygen", "keys_to_deploy_dir": null, "state": "keys-created", "update": "/usr/libexec/tangd-update" }, "changed": true, "state": "keys-created" } TASK [linux-system-roles.nbde_server : Perform key management (fetch/deploy) tasks] *** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:27 Saturday 30 March 2024 15:22:31 +0000 (0:00:00.243) 0:00:11.346 ******** included: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/tang-key-management.yml for sut TASK [linux-system-roles.nbde_server : Make sure nbde_server_keys_dir is set] *** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/tang-key-management.yml:6 Saturday 30 March 2024 15:22:31 +0000 (0:00:00.018) 0:00:11.364 ******** fatal: [sut]: FAILED! => { "changed": false } MSG: You need to specify nbde_server_keys_dir and it must be an absolute path TASK [Check for error with nbde_server_keys_dir not set] *********************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/tests_nbde_server_keys_dir.yml:70 Saturday 30 March 2024 15:22:31 +0000 (0:00:00.012) 0:00:11.376 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/tests_nbde_server_keys_dir.yml:75 Saturday 30 March 2024 15:22:31 +0000 (0:00:00.010) 0:00:11.387 ******** included: /WORKDIR/git-weekly-ciyez7ze1r/tests/tasks/cleanup.yml for sut TASK [Remove control node files/directories] *********************************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/tasks/cleanup.yml:2 Saturday 30 March 2024 15:22:31 +0000 (0:00:00.012) 0:00:11.400 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove managed node files/directories] *********************************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/tasks/cleanup.yml:9 Saturday 30 March 2024 15:22:31 +0000 (0:00:00.009) 0:00:11.409 ******** skipping: [sut] => (item={'path': '', 'remove_dir': 'true'}) => { "ansible_loop_var": "item", "changed": false, "item": { "path": "", "remove_dir": "true" }, "skip_reason": "Conditional result was False" } changed: [sut] => (item={'path': '/var/db/tang', 'remove_dir': 'false'}) => { "ansible_loop_var": "item", "changed": true, "cmd": "set -euxo pipefail\nif [ \"false\" = true ]; then\n rm -rf \"/var/db/tang\"\nelse\n rm -rf \"/var/db/tang\"/* \"/var/db/tang\"/.* || :\nfi\n", "delta": "0:00:00.004964", "end": "2024-03-30 15:22:31.727069", "item": { "path": "/var/db/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-03-30 15:22:31.722105" } STDERR: + '[' false = true ']' + rm -rf /var/db/tang/4y7lJfoGL27npo93h6m6PFmop-1dm_oi-a338CfFwzQ.jwk /var/db/tang/a7r8c53A5UTsOwauDMoMS1_DheC1XZ0FTbFiJAuP9Bw.jwk '/var/db/tang/.*' changed: [sut] => (item={'path': '/var/cache/tang', 'remove_dir': 'false'}) => { "ansible_loop_var": "item", "changed": true, "cmd": "set -euxo pipefail\nif [ \"false\" = true ]; then\n rm -rf \"/var/cache/tang\"\nelse\n rm -rf \"/var/cache/tang\"/* \"/var/cache/tang\"/.* || :\nfi\n", "delta": "0:00:00.004836", "end": "2024-03-30 15:22:31.923936", "item": { "path": "/var/cache/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-03-30 15:22:31.919100" } STDERR: + '[' false = true ']' + rm -rf '/var/cache/tang/*' '/var/cache/tang/.*' TASK [Directory starting with ./] ********************************************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/tests_nbde_server_keys_dir.yml:81 Saturday 30 March 2024 15:22:31 +0000 (0:00:00.409) 0:00:11.819 ******** TASK [linux-system-roles.nbde_server : Set version specific variables] ********* task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:6 Saturday 30 March 2024 15:22:31 +0000 (0:00:00.011) 0:00:11.831 ******** included: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml for sut TASK [linux-system-roles.nbde_server : Ensure ansible_facts used by role] ****** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:2 Saturday 30 March 2024 15:22:31 +0000 (0:00:00.016) 0:00:11.847 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Check if system is ostree] ************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:11 Saturday 30 March 2024 15:22:31 +0000 (0:00:00.015) 0:00:11.863 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:16 Saturday 30 March 2024 15:22:32 +0000 (0:00:00.014) 0:00:11.877 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:20 Saturday 30 March 2024 15:22:32 +0000 (0:00:00.023) 0:00:11.901 ******** ok: [sut] => { "ansible_facts": { "__nbde_server_cachedir": "/var/cache/tang", "__nbde_server_group": "tang", "__nbde_server_keydir": "/var/db/tang", "__nbde_server_keygen": "/usr/libexec/tangd-keygen", "__nbde_server_packages": [ "tang" ], "__nbde_server_services": [ "tangd.socket" ], "__nbde_server_update": "/usr/libexec/tangd-update", "__nbde_server_user": "tang" }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/vars/default.yml" ], "changed": false } TASK [linux-system-roles.nbde_server : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:9 Saturday 30 March 2024 15:22:32 +0000 (0:00:00.029) 0:00:11.931 ******** included: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml for sut TASK [linux-system-roles.nbde_server : Ensure tang is installed] *************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 Saturday 30 March 2024 15:22:32 +0000 (0:00:00.032) 0:00:11.963 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: tang TASK [linux-system-roles.nbde_server : Ensure keys are rotated] **************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:9 Saturday 30 March 2024 15:22:34 +0000 (0:00:02.523) 0:00:14.486 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Ensure we have keys] ******************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:18 Saturday 30 March 2024 15:22:34 +0000 (0:00:00.012) 0:00:14.498 ******** changed: [sut] => { "arguments": { "cachedir": "/var/cache/tang", "force": false, "keydir": "/var/db/tang", "keygen": "/usr/libexec/tangd-keygen", "keys_to_deploy_dir": null, "state": "keys-created", "update": "/usr/libexec/tangd-update" }, "changed": true, "state": "keys-created" } TASK [linux-system-roles.nbde_server : Perform key management (fetch/deploy) tasks] *** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:27 Saturday 30 March 2024 15:22:34 +0000 (0:00:00.257) 0:00:14.755 ******** included: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/tang-key-management.yml for sut TASK [linux-system-roles.nbde_server : Make sure nbde_server_keys_dir is set] *** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/tang-key-management.yml:6 Saturday 30 March 2024 15:22:34 +0000 (0:00:00.019) 0:00:14.775 ******** fatal: [sut]: FAILED! => { "changed": false } MSG: You need to specify nbde_server_keys_dir and it must be an absolute path TASK [Check for error with nbde_server_keys_dir not an absolute path] ********** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/tests_nbde_server_keys_dir.yml:94 Saturday 30 March 2024 15:22:34 +0000 (0:00:00.042) 0:00:14.817 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/tests_nbde_server_keys_dir.yml:99 Saturday 30 March 2024 15:22:34 +0000 (0:00:00.012) 0:00:14.829 ******** included: /WORKDIR/git-weekly-ciyez7ze1r/tests/tasks/cleanup.yml for sut TASK [Remove control node files/directories] *********************************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/tasks/cleanup.yml:2 Saturday 30 March 2024 15:22:34 +0000 (0:00:00.012) 0:00:14.841 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove managed node files/directories] *********************************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/tasks/cleanup.yml:9 Saturday 30 March 2024 15:22:34 +0000 (0:00:00.009) 0:00:14.851 ******** skipping: [sut] => (item={'path': './foobar', 'remove_dir': 'true'}) => { "ansible_loop_var": "item", "changed": false, "item": { "path": "./foobar", "remove_dir": "true" }, "skip_reason": "Conditional result was False" } changed: [sut] => (item={'path': '/var/db/tang', 'remove_dir': 'false'}) => { "ansible_loop_var": "item", "changed": true, "cmd": "set -euxo pipefail\nif [ \"false\" = true ]; then\n rm -rf \"/var/db/tang\"\nelse\n rm -rf \"/var/db/tang\"/* \"/var/db/tang\"/.* || :\nfi\n", "delta": "0:00:00.005014", "end": "2024-03-30 15:22:35.172556", "item": { "path": "/var/db/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-03-30 15:22:35.167542" } STDERR: + '[' false = true ']' + rm -rf /var/db/tang/QMNOJ-9umKul6bsdaB2RUssyGJ_XIooIc-kpMhlKSgE.jwk /var/db/tang/VWD_4TBJ09Or1GKSfVpcTBxEwRWz6kUCtwyuEAIMqBY.jwk '/var/db/tang/.*' changed: [sut] => (item={'path': '/var/cache/tang', 'remove_dir': 'false'}) => { "ansible_loop_var": "item", "changed": true, "cmd": "set -euxo pipefail\nif [ \"false\" = true ]; then\n rm -rf \"/var/cache/tang\"\nelse\n rm -rf \"/var/cache/tang\"/* \"/var/cache/tang\"/.* || :\nfi\n", "delta": "0:00:00.004892", "end": "2024-03-30 15:22:35.392037", "item": { "path": "/var/cache/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-03-30 15:22:35.387145" } STDERR: + '[' false = true ']' + rm -rf '/var/cache/tang/*' '/var/cache/tang/.*' TASK [Directory without leading ./] ******************************************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/tests_nbde_server_keys_dir.yml:105 Saturday 30 March 2024 15:22:35 +0000 (0:00:00.433) 0:00:15.285 ******** TASK [linux-system-roles.nbde_server : Set version specific variables] ********* task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:6 Saturday 30 March 2024 15:22:35 +0000 (0:00:00.011) 0:00:15.296 ******** included: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml for sut TASK [linux-system-roles.nbde_server : Ensure ansible_facts used by role] ****** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:2 Saturday 30 March 2024 15:22:35 +0000 (0:00:00.014) 0:00:15.311 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Check if system is ostree] ************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:11 Saturday 30 March 2024 15:22:35 +0000 (0:00:00.017) 0:00:15.328 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:16 Saturday 30 March 2024 15:22:35 +0000 (0:00:00.015) 0:00:15.344 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:20 Saturday 30 March 2024 15:22:35 +0000 (0:00:00.024) 0:00:15.368 ******** ok: [sut] => { "ansible_facts": { "__nbde_server_cachedir": "/var/cache/tang", "__nbde_server_group": "tang", "__nbde_server_keydir": "/var/db/tang", "__nbde_server_keygen": "/usr/libexec/tangd-keygen", "__nbde_server_packages": [ "tang" ], "__nbde_server_services": [ "tangd.socket" ], "__nbde_server_update": "/usr/libexec/tangd-update", "__nbde_server_user": "tang" }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/vars/default.yml" ], "changed": false } TASK [linux-system-roles.nbde_server : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:9 Saturday 30 March 2024 15:22:35 +0000 (0:00:00.024) 0:00:15.392 ******** included: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml for sut TASK [linux-system-roles.nbde_server : Ensure tang is installed] *************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 Saturday 30 March 2024 15:22:35 +0000 (0:00:00.015) 0:00:15.408 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: tang TASK [linux-system-roles.nbde_server : Ensure keys are rotated] **************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:9 Saturday 30 March 2024 15:22:38 +0000 (0:00:02.717) 0:00:18.125 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Ensure we have keys] ******************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:18 Saturday 30 March 2024 15:22:38 +0000 (0:00:00.010) 0:00:18.136 ******** changed: [sut] => { "arguments": { "cachedir": "/var/cache/tang", "force": false, "keydir": "/var/db/tang", "keygen": "/usr/libexec/tangd-keygen", "keys_to_deploy_dir": null, "state": "keys-created", "update": "/usr/libexec/tangd-update" }, "changed": true, "state": "keys-created" } TASK [linux-system-roles.nbde_server : Perform key management (fetch/deploy) tasks] *** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:27 Saturday 30 March 2024 15:22:38 +0000 (0:00:00.221) 0:00:18.357 ******** included: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/tang-key-management.yml for sut TASK [linux-system-roles.nbde_server : Make sure nbde_server_keys_dir is set] *** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/tang-key-management.yml:6 Saturday 30 March 2024 15:22:38 +0000 (0:00:00.018) 0:00:18.375 ******** fatal: [sut]: FAILED! => { "changed": false } MSG: You need to specify nbde_server_keys_dir and it must be an absolute path TASK [Check for error with nbde_server_keys_dir not an absolute path] ********** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/tests_nbde_server_keys_dir.yml:118 Saturday 30 March 2024 15:22:38 +0000 (0:00:00.010) 0:00:18.386 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/tests_nbde_server_keys_dir.yml:123 Saturday 30 March 2024 15:22:38 +0000 (0:00:00.009) 0:00:18.396 ******** included: /WORKDIR/git-weekly-ciyez7ze1r/tests/tasks/cleanup.yml for sut TASK [Remove control node files/directories] *********************************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/tasks/cleanup.yml:2 Saturday 30 March 2024 15:22:38 +0000 (0:00:00.010) 0:00:18.407 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove managed node files/directories] *********************************** task path: /WORKDIR/git-weekly-ciyez7ze1r/tests/tasks/cleanup.yml:9 Saturday 30 March 2024 15:22:38 +0000 (0:00:00.009) 0:00:18.416 ******** skipping: [sut] => (item={'path': 'foobar', 'remove_dir': 'true'}) => { "ansible_loop_var": "item", "changed": false, "item": { "path": "foobar", "remove_dir": "true" }, "skip_reason": "Conditional result was False" } changed: [sut] => (item={'path': '/var/db/tang', 'remove_dir': 'false'}) => { "ansible_loop_var": "item", "changed": true, "cmd": "set -euxo pipefail\nif [ \"false\" = true ]; then\n rm -rf \"/var/db/tang\"\nelse\n rm -rf \"/var/db/tang\"/* \"/var/db/tang\"/.* || :\nfi\n", "delta": "0:00:00.004835", "end": "2024-03-30 15:22:38.735626", "item": { "path": "/var/db/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-03-30 15:22:38.730791" } STDERR: + '[' false = true ']' + rm -rf /var/db/tang/6etnECGwY4w1m8dVuNtLN4hCr10m5iAooSRAYwBAbzg.jwk /var/db/tang/xVd3fg1kF8KPCBNReTFzUP8Bj_E-UbscOApD032GwXg.jwk '/var/db/tang/.*' changed: [sut] => (item={'path': '/var/cache/tang', 'remove_dir': 'false'}) => { "ansible_loop_var": "item", "changed": true, "cmd": "set -euxo pipefail\nif [ \"false\" = true ]; then\n rm -rf \"/var/cache/tang\"\nelse\n rm -rf \"/var/cache/tang\"/* \"/var/cache/tang\"/.* || :\nfi\n", "delta": "0:00:00.004775", "end": "2024-03-30 15:22:38.932093", "item": { "path": "/var/cache/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-03-30 15:22:38.927318" } STDERR: + '[' false = true ']' + rm -rf '/var/cache/tang/*' '/var/cache/tang/.*' META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=48 changed=10 unreachable=0 failed=0 skipped=23 rescued=5 ignored=0 Saturday 30 March 2024 15:22:38 +0000 (0:00:00.406) 0:00:18.823 ******** =============================================================================== linux-system-roles.nbde_server : Ensure tang is installed --------------- 2.72s /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 linux-system-roles.nbde_server : Ensure tang is installed --------------- 2.64s /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 linux-system-roles.nbde_server : Ensure tang is installed --------------- 2.55s /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 linux-system-roles.nbde_server : Ensure tang is installed --------------- 2.52s /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 linux-system-roles.nbde_server : Ensure tang is installed --------------- 2.49s /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 Gathering Facts --------------------------------------------------------- 0.97s /WORKDIR/git-weekly-ciyez7ze1r/tests/tests_nbde_server_keys_dir.yml:5 --------- Remove managed node files/directories ----------------------------------- 0.51s /WORKDIR/git-weekly-ciyez7ze1r/tests/tasks/cleanup.yml:9 ---------------------- Remove managed node files/directories ----------------------------------- 0.43s /WORKDIR/git-weekly-ciyez7ze1r/tests/tasks/cleanup.yml:9 ---------------------- Remove managed node files/directories ----------------------------------- 0.42s /WORKDIR/git-weekly-ciyez7ze1r/tests/tasks/cleanup.yml:9 ---------------------- Remove managed node files/directories ----------------------------------- 0.41s /WORKDIR/git-weekly-ciyez7ze1r/tests/tasks/cleanup.yml:9 ---------------------- Remove managed node files/directories ----------------------------------- 0.41s /WORKDIR/git-weekly-ciyez7ze1r/tests/tasks/cleanup.yml:9 ---------------------- linux-system-roles.nbde_server : Check if system is ostree -------------- 0.35s /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:11 linux-system-roles.nbde_server : Ensure we have keys -------------------- 0.31s /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:18 linux-system-roles.nbde_server : Ensure we have keys -------------------- 0.26s /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:18 linux-system-roles.nbde_server : Ensure we have keys -------------------- 0.24s /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:18 linux-system-roles.nbde_server : Ensure we have keys -------------------- 0.22s /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:18 linux-system-roles.nbde_server : Ensure we have keys -------------------- 0.22s /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:18 linux-system-roles.nbde_server : Include the appropriate provider tasks --- 0.05s /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:9 linux-system-roles.nbde_server : Make sure nbde_server_keys_dir is set --- 0.04s /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/tang-key-management.yml:6 linux-system-roles.nbde_server : Set platform/version specific variables --- 0.04s /WORKDIR/git-weekly-ciyez7ze1r/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:20 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: Distribution fedora 38 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. ---^---^---^---^---^---