# 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-ciyucnw29y/tests/tests_nbde_server_keys_dir.yml PLAY [Test nbde_server_keys_dir is properly set] ******************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciyucnw29y/tests/tests_nbde_server_keys_dir.yml:5 Saturday 16 March 2024 13:49:32 +0000 (0:00:00.013) 0:00:00.013 ******** ok: [sut] META: ran handlers TASK [With nbde_server_fetch_keys] ********************************************* task path: /WORKDIR/git-weekly-ciyucnw29y/tests/tests_nbde_server_keys_dir.yml:11 Saturday 16 March 2024 13:49:33 +0000 (0:00:01.091) 0:00:01.105 ******** TASK [linux-system-roles.nbde_server : Set version specific variables] ********* task path: /WORKDIR/git-weekly-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:6 Saturday 16 March 2024 13:49:33 +0000 (0:00:00.014) 0:00:01.119 ******** included: /WORKDIR/git-weekly-ciyucnw29y/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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:2 Saturday 16 March 2024 13:49:33 +0000 (0:00:00.024) 0:00:01.144 ******** 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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:11 Saturday 16 March 2024 13:49:33 +0000 (0:00:00.020) 0:00:01.165 ******** 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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:16 Saturday 16 March 2024 13:49:33 +0000 (0:00:00.301) 0:00:01.466 ******** 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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:20 Saturday 16 March 2024 13:49:33 +0000 (0:00:00.054) 0:00:01.521 ******** 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-ciyucnw29y/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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:9 Saturday 16 March 2024 13:49:33 +0000 (0:00:00.025) 0:00:01.546 ******** included: /WORKDIR/git-weekly-ciyucnw29y/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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 Saturday 16 March 2024 13:49:33 +0000 (0:00:00.024) 0:00:01.571 ******** 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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:9 Saturday 16 March 2024 13:49:36 +0000 (0:00:02.883) 0:00:04.454 ******** 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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:18 Saturday 16 March 2024 13:49:36 +0000 (0:00:00.019) 0:00:04.474 ******** 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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:27 Saturday 16 March 2024 13:49:37 +0000 (0:00:00.333) 0:00:04.807 ******** included: /WORKDIR/git-weekly-ciyucnw29y/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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/tang-key-management.yml:6 Saturday 16 March 2024 13:49:37 +0000 (0:00:00.036) 0:00:04.844 ******** 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-ciyucnw29y/tests/tests_nbde_server_keys_dir.yml:23 Saturday 16 March 2024 13:49:37 +0000 (0:00:00.012) 0:00:04.856 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ciyucnw29y/tests/tests_nbde_server_keys_dir.yml:28 Saturday 16 March 2024 13:49:37 +0000 (0:00:00.011) 0:00:04.868 ******** included: /WORKDIR/git-weekly-ciyucnw29y/tests/tasks/cleanup.yml for sut TASK [Remove control node files/directories] *********************************** task path: /WORKDIR/git-weekly-ciyucnw29y/tests/tasks/cleanup.yml:2 Saturday 16 March 2024 13:49:37 +0000 (0:00:00.012) 0:00:04.880 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove managed node files/directories] *********************************** task path: /WORKDIR/git-weekly-ciyucnw29y/tests/tasks/cleanup.yml:9 Saturday 16 March 2024 13:49:37 +0000 (0:00:00.010) 0:00:04.890 ******** 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.005554", "end": "2024-03-16 13:49:37.565479", "item": { "path": "/var/db/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-03-16 13:49:37.559925" } STDERR: + '[' false = true ']' + rm -rf /var/db/tang/EVan2tFADZC4BlrDTUAWta02imZCK2iBvy0HUj5j5aU.jwk /var/db/tang/mt5TH_3Xbsg1bUcde0gDqIz7wixZoqcoFEmpYnqr-Cw.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.005879", "end": "2024-03-16 13:49:37.785724", "item": { "path": "/var/cache/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-03-16 13:49:37.779845" } STDERR: + '[' false = true ']' + rm -rf '/var/cache/tang/*' '/var/cache/tang/.*' TASK [With nbde_server_deploy_keys] ******************************************** task path: /WORKDIR/git-weekly-ciyucnw29y/tests/tests_nbde_server_keys_dir.yml:34 Saturday 16 March 2024 13:49:37 +0000 (0:00:00.525) 0:00:05.416 ******** TASK [linux-system-roles.nbde_server : Set version specific variables] ********* task path: /WORKDIR/git-weekly-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:6 Saturday 16 March 2024 13:49:37 +0000 (0:00:00.012) 0:00:05.429 ******** included: /WORKDIR/git-weekly-ciyucnw29y/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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:2 Saturday 16 March 2024 13:49:37 +0000 (0:00:00.010) 0:00:05.440 ******** 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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:11 Saturday 16 March 2024 13:49:37 +0000 (0:00:00.010) 0:00:05.450 ******** 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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:16 Saturday 16 March 2024 13:49:37 +0000 (0:00:00.009) 0:00:05.460 ******** 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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:20 Saturday 16 March 2024 13:49:37 +0000 (0:00:00.010) 0:00:05.470 ******** 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-ciyucnw29y/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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:9 Saturday 16 March 2024 13:49:37 +0000 (0:00:00.016) 0:00:05.487 ******** included: /WORKDIR/git-weekly-ciyucnw29y/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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 Saturday 16 March 2024 13:49:37 +0000 (0:00:00.019) 0:00:05.507 ******** 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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:9 Saturday 16 March 2024 13:49:40 +0000 (0:00:02.814) 0:00:08.321 ******** 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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:18 Saturday 16 March 2024 13:49:40 +0000 (0:00:00.009) 0:00:08.331 ******** 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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:27 Saturday 16 March 2024 13:49:40 +0000 (0:00:00.254) 0:00:08.586 ******** included: /WORKDIR/git-weekly-ciyucnw29y/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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/tang-key-management.yml:6 Saturday 16 March 2024 13:49:41 +0000 (0:00:00.018) 0:00:08.604 ******** 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-ciyucnw29y/tests/tests_nbde_server_keys_dir.yml:46 Saturday 16 March 2024 13:49:41 +0000 (0:00:00.012) 0:00:08.616 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ciyucnw29y/tests/tests_nbde_server_keys_dir.yml:51 Saturday 16 March 2024 13:49:41 +0000 (0:00:00.010) 0:00:08.627 ******** included: /WORKDIR/git-weekly-ciyucnw29y/tests/tasks/cleanup.yml for sut TASK [Remove control node files/directories] *********************************** task path: /WORKDIR/git-weekly-ciyucnw29y/tests/tasks/cleanup.yml:2 Saturday 16 March 2024 13:49:41 +0000 (0:00:00.012) 0:00:08.639 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove managed node files/directories] *********************************** task path: /WORKDIR/git-weekly-ciyucnw29y/tests/tasks/cleanup.yml:9 Saturday 16 March 2024 13:49:41 +0000 (0:00:00.009) 0:00:08.649 ******** 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.005556", "end": "2024-03-16 13:49:41.256575", "item": { "path": "/var/db/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-03-16 13:49:41.251019" } STDERR: + '[' false = true ']' + rm -rf /var/db/tang/iw4trl9wzAyR_igINBj4Wn-Cd8rE3pC_xoFPAxsIesY.jwk /var/db/tang/u-GOR2U_Jj_Jb2hAJuipIqukwDR_rabQt8rRNa1TOeE.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.005561", "end": "2024-03-16 13:49:41.478194", "item": { "path": "/var/cache/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-03-16 13:49:41.472633" } 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-ciyucnw29y/tests/tests_nbde_server_keys_dir.yml:57 Saturday 16 March 2024 13:49:41 +0000 (0:00:00.459) 0:00:09.108 ******** TASK [linux-system-roles.nbde_server : Set version specific variables] ********* task path: /WORKDIR/git-weekly-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:6 Saturday 16 March 2024 13:49:41 +0000 (0:00:00.011) 0:00:09.120 ******** included: /WORKDIR/git-weekly-ciyucnw29y/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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:2 Saturday 16 March 2024 13:49:41 +0000 (0:00:00.011) 0:00:09.131 ******** 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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:11 Saturday 16 March 2024 13:49:41 +0000 (0:00:00.011) 0:00:09.142 ******** 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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:16 Saturday 16 March 2024 13:49:41 +0000 (0:00:00.009) 0:00:09.152 ******** 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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:20 Saturday 16 March 2024 13:49:41 +0000 (0:00:00.010) 0:00:09.162 ******** 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-ciyucnw29y/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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:9 Saturday 16 March 2024 13:49:41 +0000 (0:00:00.016) 0:00:09.179 ******** included: /WORKDIR/git-weekly-ciyucnw29y/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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 Saturday 16 March 2024 13:49:41 +0000 (0:00:00.015) 0:00:09.194 ******** 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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:9 Saturday 16 March 2024 13:49:44 +0000 (0:00:02.808) 0:00:12.003 ******** 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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:18 Saturday 16 March 2024 13:49:44 +0000 (0:00:00.010) 0:00:12.013 ******** 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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:27 Saturday 16 March 2024 13:49:44 +0000 (0:00:00.255) 0:00:12.268 ******** included: /WORKDIR/git-weekly-ciyucnw29y/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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/tang-key-management.yml:6 Saturday 16 March 2024 13:49:44 +0000 (0:00:00.020) 0:00:12.289 ******** 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-ciyucnw29y/tests/tests_nbde_server_keys_dir.yml:70 Saturday 16 March 2024 13:49:44 +0000 (0:00:00.018) 0:00:12.307 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ciyucnw29y/tests/tests_nbde_server_keys_dir.yml:75 Saturday 16 March 2024 13:49:44 +0000 (0:00:00.014) 0:00:12.321 ******** included: /WORKDIR/git-weekly-ciyucnw29y/tests/tasks/cleanup.yml for sut TASK [Remove control node files/directories] *********************************** task path: /WORKDIR/git-weekly-ciyucnw29y/tests/tasks/cleanup.yml:2 Saturday 16 March 2024 13:49:44 +0000 (0:00:00.012) 0:00:12.334 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove managed node files/directories] *********************************** task path: /WORKDIR/git-weekly-ciyucnw29y/tests/tasks/cleanup.yml:9 Saturday 16 March 2024 13:49:44 +0000 (0:00:00.009) 0:00:12.344 ******** 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.005614", "end": "2024-03-16 13:49:44.949217", "item": { "path": "/var/db/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-03-16 13:49:44.943603" } STDERR: + '[' false = true ']' + rm -rf /var/db/tang/aeGEtPnuzVpQ7pa1kXTpdxfzrKu2xmAfxgzubUGaC5g.jwk /var/db/tang/QKKzBW5-xJ8RBcbsqVhFY1Jz2zx35JB9aZxwWPAW6Cs.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.005695", "end": "2024-03-16 13:49:45.175009", "item": { "path": "/var/cache/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-03-16 13:49:45.169314" } STDERR: + '[' false = true ']' + rm -rf '/var/cache/tang/*' '/var/cache/tang/.*' TASK [Directory starting with ./] ********************************************** task path: /WORKDIR/git-weekly-ciyucnw29y/tests/tests_nbde_server_keys_dir.yml:81 Saturday 16 March 2024 13:49:45 +0000 (0:00:00.461) 0:00:12.806 ******** TASK [linux-system-roles.nbde_server : Set version specific variables] ********* task path: /WORKDIR/git-weekly-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:6 Saturday 16 March 2024 13:49:45 +0000 (0:00:00.013) 0:00:12.819 ******** included: /WORKDIR/git-weekly-ciyucnw29y/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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:2 Saturday 16 March 2024 13:49:45 +0000 (0:00:00.013) 0:00:12.832 ******** 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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:11 Saturday 16 March 2024 13:49:45 +0000 (0:00:00.012) 0:00:12.844 ******** 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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:16 Saturday 16 March 2024 13:49:45 +0000 (0:00:00.011) 0:00:12.856 ******** 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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:20 Saturday 16 March 2024 13:49:45 +0000 (0:00:00.011) 0:00:12.867 ******** 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-ciyucnw29y/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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:9 Saturday 16 March 2024 13:49:45 +0000 (0:00:00.016) 0:00:12.884 ******** included: /WORKDIR/git-weekly-ciyucnw29y/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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 Saturday 16 March 2024 13:49:45 +0000 (0:00:00.016) 0:00:12.901 ******** 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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:9 Saturday 16 March 2024 13:49:48 +0000 (0:00:02.839) 0:00:15.740 ******** 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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:18 Saturday 16 March 2024 13:49:48 +0000 (0:00:00.010) 0:00:15.751 ******** 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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:27 Saturday 16 March 2024 13:49:48 +0000 (0:00:00.255) 0:00:16.007 ******** included: /WORKDIR/git-weekly-ciyucnw29y/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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/tang-key-management.yml:6 Saturday 16 March 2024 13:49:48 +0000 (0:00:00.019) 0:00:16.026 ******** 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-ciyucnw29y/tests/tests_nbde_server_keys_dir.yml:94 Saturday 16 March 2024 13:49:48 +0000 (0:00:00.012) 0:00:16.038 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ciyucnw29y/tests/tests_nbde_server_keys_dir.yml:99 Saturday 16 March 2024 13:49:48 +0000 (0:00:00.012) 0:00:16.051 ******** included: /WORKDIR/git-weekly-ciyucnw29y/tests/tasks/cleanup.yml for sut TASK [Remove control node files/directories] *********************************** task path: /WORKDIR/git-weekly-ciyucnw29y/tests/tasks/cleanup.yml:2 Saturday 16 March 2024 13:49:48 +0000 (0:00:00.011) 0:00:16.062 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove managed node files/directories] *********************************** task path: /WORKDIR/git-weekly-ciyucnw29y/tests/tasks/cleanup.yml:9 Saturday 16 March 2024 13:49:48 +0000 (0:00:00.011) 0:00:16.074 ******** 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.005635", "end": "2024-03-16 13:49:48.685868", "item": { "path": "/var/db/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-03-16 13:49:48.680233" } STDERR: + '[' false = true ']' + rm -rf /var/db/tang/czmIonB2s8NYBg9dJibATafr-8asmlNRanaTCYAnCdo.jwk /var/db/tang/sd2oWt5NKHsnO0rHCLgZHH3joDi5IGH1mKq-kfBWkJ8.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.005566", "end": "2024-03-16 13:49:48.908154", "item": { "path": "/var/cache/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-03-16 13:49:48.902588" } STDERR: + '[' false = true ']' + rm -rf '/var/cache/tang/*' '/var/cache/tang/.*' TASK [Directory without leading ./] ******************************************** task path: /WORKDIR/git-weekly-ciyucnw29y/tests/tests_nbde_server_keys_dir.yml:105 Saturday 16 March 2024 13:49:48 +0000 (0:00:00.466) 0:00:16.540 ******** TASK [linux-system-roles.nbde_server : Set version specific variables] ********* task path: /WORKDIR/git-weekly-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:6 Saturday 16 March 2024 13:49:48 +0000 (0:00:00.015) 0:00:16.555 ******** included: /WORKDIR/git-weekly-ciyucnw29y/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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:2 Saturday 16 March 2024 13:49:48 +0000 (0:00:00.013) 0:00:16.568 ******** 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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:11 Saturday 16 March 2024 13:49:48 +0000 (0:00:00.015) 0:00:16.583 ******** 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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:16 Saturday 16 March 2024 13:49:48 +0000 (0:00:00.010) 0:00:16.594 ******** 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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:20 Saturday 16 March 2024 13:49:49 +0000 (0:00:00.029) 0:00:16.624 ******** 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-ciyucnw29y/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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:9 Saturday 16 March 2024 13:49:49 +0000 (0:00:00.019) 0:00:16.643 ******** included: /WORKDIR/git-weekly-ciyucnw29y/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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 Saturday 16 March 2024 13:49:49 +0000 (0:00:00.026) 0:00:16.670 ******** 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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:9 Saturday 16 March 2024 13:49:51 +0000 (0:00:02.840) 0:00:19.510 ******** 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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:18 Saturday 16 March 2024 13:49:51 +0000 (0:00:00.011) 0:00:19.522 ******** 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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:27 Saturday 16 March 2024 13:49:52 +0000 (0:00:00.256) 0:00:19.778 ******** included: /WORKDIR/git-weekly-ciyucnw29y/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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/tang-key-management.yml:6 Saturday 16 March 2024 13:49:52 +0000 (0:00:00.020) 0:00:19.799 ******** 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-ciyucnw29y/tests/tests_nbde_server_keys_dir.yml:118 Saturday 16 March 2024 13:49:52 +0000 (0:00:00.012) 0:00:19.812 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ciyucnw29y/tests/tests_nbde_server_keys_dir.yml:123 Saturday 16 March 2024 13:49:52 +0000 (0:00:00.012) 0:00:19.824 ******** included: /WORKDIR/git-weekly-ciyucnw29y/tests/tasks/cleanup.yml for sut TASK [Remove control node files/directories] *********************************** task path: /WORKDIR/git-weekly-ciyucnw29y/tests/tasks/cleanup.yml:2 Saturday 16 March 2024 13:49:52 +0000 (0:00:00.012) 0:00:19.836 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove managed node files/directories] *********************************** task path: /WORKDIR/git-weekly-ciyucnw29y/tests/tasks/cleanup.yml:9 Saturday 16 March 2024 13:49:52 +0000 (0:00:00.009) 0:00:19.846 ******** 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.005554", "end": "2024-03-16 13:49:52.454540", "item": { "path": "/var/db/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-03-16 13:49:52.448986" } STDERR: + '[' false = true ']' + rm -rf /var/db/tang/8jKSP_HjcIqJu1ac8_DrxtaR0y245LyrOGnbVg49pSA.jwk /var/db/tang/Xq9ElE0XKR2ez_NGeQudXEzTM1QPgO6ORJTcs0gl8hQ.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.005730", "end": "2024-03-16 13:49:52.681065", "item": { "path": "/var/cache/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-03-16 13:49:52.675335" } 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 16 March 2024 13:49:52 +0000 (0:00:00.464) 0:00:20.310 ******** =============================================================================== linux-system-roles.nbde_server : Ensure tang is installed --------------- 2.88s /WORKDIR/git-weekly-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 linux-system-roles.nbde_server : Ensure tang is installed --------------- 2.84s /WORKDIR/git-weekly-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 linux-system-roles.nbde_server : Ensure tang is installed --------------- 2.84s /WORKDIR/git-weekly-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 linux-system-roles.nbde_server : Ensure tang is installed --------------- 2.81s /WORKDIR/git-weekly-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 linux-system-roles.nbde_server : Ensure tang is installed --------------- 2.81s /WORKDIR/git-weekly-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 Gathering Facts --------------------------------------------------------- 1.09s /WORKDIR/git-weekly-ciyucnw29y/tests/tests_nbde_server_keys_dir.yml:5 --------- Remove managed node files/directories ----------------------------------- 0.53s /WORKDIR/git-weekly-ciyucnw29y/tests/tasks/cleanup.yml:9 ---------------------- Remove managed node files/directories ----------------------------------- 0.47s /WORKDIR/git-weekly-ciyucnw29y/tests/tasks/cleanup.yml:9 ---------------------- Remove managed node files/directories ----------------------------------- 0.46s /WORKDIR/git-weekly-ciyucnw29y/tests/tasks/cleanup.yml:9 ---------------------- Remove managed node files/directories ----------------------------------- 0.46s /WORKDIR/git-weekly-ciyucnw29y/tests/tasks/cleanup.yml:9 ---------------------- Remove managed node files/directories ----------------------------------- 0.46s /WORKDIR/git-weekly-ciyucnw29y/tests/tasks/cleanup.yml:9 ---------------------- linux-system-roles.nbde_server : Ensure we have keys -------------------- 0.33s /WORKDIR/git-weekly-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:18 linux-system-roles.nbde_server : Check if system is ostree -------------- 0.30s /WORKDIR/git-weekly-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:11 linux-system-roles.nbde_server : Ensure we have keys -------------------- 0.26s /WORKDIR/git-weekly-ciyucnw29y/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-ciyucnw29y/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-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:18 linux-system-roles.nbde_server : Ensure we have keys -------------------- 0.25s /WORKDIR/git-weekly-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:18 linux-system-roles.nbde_server : Set flag to indicate system is ostree --- 0.05s /WORKDIR/git-weekly-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:16 linux-system-roles.nbde_server : Perform key management (fetch/deploy) tasks --- 0.04s /WORKDIR/git-weekly-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:27 linux-system-roles.nbde_server : Set flag to indicate system is ostree --- 0.03s /WORKDIR/git-weekly-ciyucnw29y/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:16 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---