# 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-custom-port-idempotent82alc9wb/tests/tests_nbde_server_keys_dir.yml PLAY [Test nbde_server_keys_dir is properly set] ******************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/tests_nbde_server_keys_dir.yml:5 Wednesday 14 February 2024 02:54:23 +0000 (0:00:00.012) 0:00:00.012 **** ok: [sut] META: ran handlers TASK [With nbde_server_fetch_keys] ********************************************* task path: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/tests_nbde_server_keys_dir.yml:11 Wednesday 14 February 2024 02:54:23 +0000 (0:00:00.697) 0:00:00.710 **** TASK [linux-system-roles.nbde_server : Set version specific variables] ********* task path: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:6 Wednesday 14 February 2024 02:54:23 +0000 (0:00:00.012) 0:00:00.722 **** included: /WORKDIR/git-custom-port-idempotent82alc9wb/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-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:2 Wednesday 14 February 2024 02:54:23 +0000 (0:00:00.022) 0:00:00.744 **** 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-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:11 Wednesday 14 February 2024 02:54:23 +0000 (0:00:00.018) 0:00:00.763 **** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.nbde_server : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:16 Wednesday 14 February 2024 02:54:24 +0000 (0:00:00.246) 0:00:01.009 **** 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-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:20 Wednesday 14 February 2024 02:54:24 +0000 (0:00:00.023) 0:00:01.032 **** 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-custom-port-idempotent82alc9wb/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-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:9 Wednesday 14 February 2024 02:54:24 +0000 (0:00:00.030) 0:00:01.062 **** included: /WORKDIR/git-custom-port-idempotent82alc9wb/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-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 Wednesday 14 February 2024 02:54:24 +0000 (0:00:00.028) 0:00:01.090 **** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.nbde_server : Ensure keys are rotated] **************** task path: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:9 Wednesday 14 February 2024 02:54:26 +0000 (0:00:02.609) 0:00:03.700 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Ensure we have keys] ******************** task path: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:18 Wednesday 14 February 2024 02:54:26 +0000 (0:00:00.018) 0:00:03.719 **** 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-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:27 Wednesday 14 February 2024 02:54:27 +0000 (0:00:00.272) 0:00:03.991 **** included: /WORKDIR/git-custom-port-idempotent82alc9wb/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-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/tang-key-management.yml:6 Wednesday 14 February 2024 02:54:27 +0000 (0:00:00.044) 0:00:04.036 **** 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-custom-port-idempotent82alc9wb/tests/tests_nbde_server_keys_dir.yml:23 Wednesday 14 February 2024 02:54:27 +0000 (0:00:00.037) 0:00:04.074 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/tests_nbde_server_keys_dir.yml:28 Wednesday 14 February 2024 02:54:27 +0000 (0:00:00.013) 0:00:04.088 **** included: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/tasks/cleanup.yml for sut TASK [Remove control node files/directories] *********************************** task path: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/tasks/cleanup.yml:2 Wednesday 14 February 2024 02:54:27 +0000 (0:00:00.011) 0:00:04.100 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove managed node files/directories] *********************************** task path: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/tasks/cleanup.yml:9 Wednesday 14 February 2024 02:54:27 +0000 (0:00:00.019) 0:00:04.119 **** 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.004885", "end": "2024-02-14 02:54:27.588717", "item": { "path": "/var/db/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-02-14 02:54:27.583832" } STDERR: + '[' false = true ']' + rm -rf /var/db/tang/c6iae0IKay5MnacO9pjyOFzueOU.jwk /var/db/tang/g2vJtkWyuXNfyPFnT6QhQ-spgPM.jwk /var/db/tang/. /var/db/tang/.. rm: refusing to remove '.' or '..' directory: skipping '/var/db/tang/.' rm: refusing to remove '.' or '..' directory: skipping '/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.004545", "end": "2024-02-14 02:54:27.770732", "item": { "path": "/var/cache/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-02-14 02:54:27.766187" } STDERR: + '[' false = true ']' + rm -rf '/var/cache/tang/*' '/var/cache/tang/.*' TASK [With nbde_server_deploy_keys] ******************************************** task path: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/tests_nbde_server_keys_dir.yml:34 Wednesday 14 February 2024 02:54:27 +0000 (0:00:00.441) 0:00:04.561 **** TASK [linux-system-roles.nbde_server : Set version specific variables] ********* task path: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:6 Wednesday 14 February 2024 02:54:27 +0000 (0:00:00.020) 0:00:04.582 **** included: /WORKDIR/git-custom-port-idempotent82alc9wb/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-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:2 Wednesday 14 February 2024 02:54:27 +0000 (0:00:00.015) 0:00:04.598 **** 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-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:11 Wednesday 14 February 2024 02:54:27 +0000 (0:00:00.011) 0:00:04.609 **** 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-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:16 Wednesday 14 February 2024 02:54:27 +0000 (0:00:00.009) 0:00:04.619 **** 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-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:20 Wednesday 14 February 2024 02:54:27 +0000 (0:00:00.015) 0:00:04.635 **** 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-custom-port-idempotent82alc9wb/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-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:9 Wednesday 14 February 2024 02:54:27 +0000 (0:00:00.015) 0:00:04.650 **** included: /WORKDIR/git-custom-port-idempotent82alc9wb/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-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 Wednesday 14 February 2024 02:54:27 +0000 (0:00:00.013) 0:00:04.664 **** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.nbde_server : Ensure keys are rotated] **************** task path: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:9 Wednesday 14 February 2024 02:54:30 +0000 (0:00:02.508) 0:00:07.173 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Ensure we have keys] ******************** task path: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:18 Wednesday 14 February 2024 02:54:30 +0000 (0:00:00.010) 0:00:07.183 **** 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-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:27 Wednesday 14 February 2024 02:54:30 +0000 (0:00:00.205) 0:00:07.389 **** included: /WORKDIR/git-custom-port-idempotent82alc9wb/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-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/tang-key-management.yml:6 Wednesday 14 February 2024 02:54:30 +0000 (0:00:00.022) 0:00:07.412 **** 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-custom-port-idempotent82alc9wb/tests/tests_nbde_server_keys_dir.yml:46 Wednesday 14 February 2024 02:54:30 +0000 (0:00:00.012) 0:00:07.424 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/tests_nbde_server_keys_dir.yml:51 Wednesday 14 February 2024 02:54:30 +0000 (0:00:00.010) 0:00:07.435 **** included: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/tasks/cleanup.yml for sut TASK [Remove control node files/directories] *********************************** task path: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/tasks/cleanup.yml:2 Wednesday 14 February 2024 02:54:30 +0000 (0:00:00.010) 0:00:07.445 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove managed node files/directories] *********************************** task path: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/tasks/cleanup.yml:9 Wednesday 14 February 2024 02:54:30 +0000 (0:00:00.008) 0:00:07.454 **** 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.004910", "end": "2024-02-14 02:54:30.865196", "item": { "path": "/var/db/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-02-14 02:54:30.860286" } STDERR: + '[' false = true ']' + rm -rf /var/db/tang/3nvXHnrWJ0ZmEhiq-uenJn212Qo.jwk /var/db/tang/Gm8_x1h0NKO_Huh6XHf9Ktb-Aec.jwk /var/db/tang/. /var/db/tang/.. rm: refusing to remove '.' or '..' directory: skipping '/var/db/tang/.' rm: refusing to remove '.' or '..' directory: skipping '/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.004571", "end": "2024-02-14 02:54:31.050683", "item": { "path": "/var/cache/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-02-14 02:54:31.046112" } STDERR: + '[' false = true ']' + rm -rf '/var/cache/tang/*' '/var/cache/tang/.*' TASK [With nbde_server_fetch_keys and deploy keys] ***************************** task path: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/tests_nbde_server_keys_dir.yml:57 Wednesday 14 February 2024 02:54:31 +0000 (0:00:00.388) 0:00:07.843 **** TASK [linux-system-roles.nbde_server : Set version specific variables] ********* task path: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:6 Wednesday 14 February 2024 02:54:31 +0000 (0:00:00.022) 0:00:07.865 **** included: /WORKDIR/git-custom-port-idempotent82alc9wb/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-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:2 Wednesday 14 February 2024 02:54:31 +0000 (0:00:00.012) 0:00:07.877 **** 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-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:11 Wednesday 14 February 2024 02:54:31 +0000 (0:00:00.022) 0:00:07.900 **** 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-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:16 Wednesday 14 February 2024 02:54:31 +0000 (0:00:00.019) 0:00:07.919 **** 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-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:20 Wednesday 14 February 2024 02:54:31 +0000 (0:00:00.024) 0:00:07.943 **** 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-custom-port-idempotent82alc9wb/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-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:9 Wednesday 14 February 2024 02:54:31 +0000 (0:00:00.033) 0:00:07.977 **** included: /WORKDIR/git-custom-port-idempotent82alc9wb/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-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 Wednesday 14 February 2024 02:54:31 +0000 (0:00:00.017) 0:00:07.995 **** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.nbde_server : Ensure keys are rotated] **************** task path: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:9 Wednesday 14 February 2024 02:54:33 +0000 (0:00:02.469) 0:00:10.464 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Ensure we have keys] ******************** task path: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:18 Wednesday 14 February 2024 02:54:33 +0000 (0:00:00.010) 0:00:10.475 **** 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-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:27 Wednesday 14 February 2024 02:54:33 +0000 (0:00:00.204) 0:00:10.679 **** included: /WORKDIR/git-custom-port-idempotent82alc9wb/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-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/tang-key-management.yml:6 Wednesday 14 February 2024 02:54:33 +0000 (0:00:00.017) 0:00:10.697 **** 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-custom-port-idempotent82alc9wb/tests/tests_nbde_server_keys_dir.yml:70 Wednesday 14 February 2024 02:54:33 +0000 (0:00:00.011) 0:00:10.709 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/tests_nbde_server_keys_dir.yml:75 Wednesday 14 February 2024 02:54:33 +0000 (0:00:00.010) 0:00:10.720 **** included: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/tasks/cleanup.yml for sut TASK [Remove control node files/directories] *********************************** task path: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/tasks/cleanup.yml:2 Wednesday 14 February 2024 02:54:33 +0000 (0:00:00.010) 0:00:10.730 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove managed node files/directories] *********************************** task path: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/tasks/cleanup.yml:9 Wednesday 14 February 2024 02:54:33 +0000 (0:00:00.009) 0:00:10.740 **** 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.004984", "end": "2024-02-14 02:54:34.148075", "item": { "path": "/var/db/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-02-14 02:54:34.143091" } STDERR: + '[' false = true ']' + rm -rf /var/db/tang/6NW9yTnw7ZxY9WZPRBdz1tESwJs.jwk /var/db/tang/xLG2UNKsLjaPBIRr7BoELxy7n84.jwk /var/db/tang/. /var/db/tang/.. rm: refusing to remove '.' or '..' directory: skipping '/var/db/tang/.' rm: refusing to remove '.' or '..' directory: skipping '/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.004485", "end": "2024-02-14 02:54:34.330204", "item": { "path": "/var/cache/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-02-14 02:54:34.325719" } STDERR: + '[' false = true ']' + rm -rf '/var/cache/tang/*' '/var/cache/tang/.*' TASK [Directory starting with ./] ********************************************** task path: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/tests_nbde_server_keys_dir.yml:81 Wednesday 14 February 2024 02:54:34 +0000 (0:00:00.379) 0:00:11.119 **** TASK [linux-system-roles.nbde_server : Set version specific variables] ********* task path: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:6 Wednesday 14 February 2024 02:54:34 +0000 (0:00:00.011) 0:00:11.131 **** included: /WORKDIR/git-custom-port-idempotent82alc9wb/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-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:2 Wednesday 14 February 2024 02:54:34 +0000 (0:00:00.010) 0:00:11.142 **** 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-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:11 Wednesday 14 February 2024 02:54:34 +0000 (0:00:00.009) 0:00:11.151 **** 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-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:16 Wednesday 14 February 2024 02:54:34 +0000 (0:00:00.008) 0:00:11.159 **** 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-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:20 Wednesday 14 February 2024 02:54:34 +0000 (0:00:00.008) 0:00:11.167 **** 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-custom-port-idempotent82alc9wb/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-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:9 Wednesday 14 February 2024 02:54:34 +0000 (0:00:00.014) 0:00:11.182 **** included: /WORKDIR/git-custom-port-idempotent82alc9wb/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-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 Wednesday 14 February 2024 02:54:34 +0000 (0:00:00.014) 0:00:11.196 **** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.nbde_server : Ensure keys are rotated] **************** task path: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:9 Wednesday 14 February 2024 02:54:36 +0000 (0:00:02.477) 0:00:13.674 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Ensure we have keys] ******************** task path: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:18 Wednesday 14 February 2024 02:54:36 +0000 (0:00:00.020) 0:00:13.694 **** 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-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:27 Wednesday 14 February 2024 02:54:37 +0000 (0:00:00.204) 0:00:13.898 **** included: /WORKDIR/git-custom-port-idempotent82alc9wb/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-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/tang-key-management.yml:6 Wednesday 14 February 2024 02:54:37 +0000 (0:00:00.017) 0:00:13.916 **** 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-custom-port-idempotent82alc9wb/tests/tests_nbde_server_keys_dir.yml:94 Wednesday 14 February 2024 02:54:37 +0000 (0:00:00.010) 0:00:13.927 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/tests_nbde_server_keys_dir.yml:99 Wednesday 14 February 2024 02:54:37 +0000 (0:00:00.009) 0:00:13.936 **** included: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/tasks/cleanup.yml for sut TASK [Remove control node files/directories] *********************************** task path: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/tasks/cleanup.yml:2 Wednesday 14 February 2024 02:54:37 +0000 (0:00:00.010) 0:00:13.947 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove managed node files/directories] *********************************** task path: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/tasks/cleanup.yml:9 Wednesday 14 February 2024 02:54:37 +0000 (0:00:00.007) 0:00:13.955 **** 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.004694", "end": "2024-02-14 02:54:37.356463", "item": { "path": "/var/db/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-02-14 02:54:37.351769" } STDERR: + '[' false = true ']' + rm -rf /var/db/tang/klq3x3HUwR2ZYHbnhG7ghQHab3s.jwk /var/db/tang/nTv7gWe1w6J326a-eivcGPyWMGk.jwk /var/db/tang/. /var/db/tang/.. rm: refusing to remove '.' or '..' directory: skipping '/var/db/tang/.' rm: refusing to remove '.' or '..' directory: skipping '/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.004308", "end": "2024-02-14 02:54:37.535311", "item": { "path": "/var/cache/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-02-14 02:54:37.531003" } STDERR: + '[' false = true ']' + rm -rf '/var/cache/tang/*' '/var/cache/tang/.*' TASK [Directory without leading ./] ******************************************** task path: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/tests_nbde_server_keys_dir.yml:105 Wednesday 14 February 2024 02:54:37 +0000 (0:00:00.376) 0:00:14.331 **** TASK [linux-system-roles.nbde_server : Set version specific variables] ********* task path: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:6 Wednesday 14 February 2024 02:54:37 +0000 (0:00:00.019) 0:00:14.350 **** included: /WORKDIR/git-custom-port-idempotent82alc9wb/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-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:2 Wednesday 14 February 2024 02:54:37 +0000 (0:00:00.015) 0:00:14.366 **** 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-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:11 Wednesday 14 February 2024 02:54:37 +0000 (0:00:00.016) 0:00:14.382 **** 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-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:16 Wednesday 14 February 2024 02:54:37 +0000 (0:00:00.012) 0:00:14.395 **** 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-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:20 Wednesday 14 February 2024 02:54:37 +0000 (0:00:00.013) 0:00:14.408 **** 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-custom-port-idempotent82alc9wb/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-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:9 Wednesday 14 February 2024 02:54:37 +0000 (0:00:00.018) 0:00:14.427 **** included: /WORKDIR/git-custom-port-idempotent82alc9wb/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-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 Wednesday 14 February 2024 02:54:37 +0000 (0:00:00.027) 0:00:14.455 **** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.nbde_server : Ensure keys are rotated] **************** task path: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:9 Wednesday 14 February 2024 02:54:40 +0000 (0:00:02.495) 0:00:16.951 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Ensure we have keys] ******************** task path: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:18 Wednesday 14 February 2024 02:54:40 +0000 (0:00:00.011) 0:00:16.962 **** 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-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:27 Wednesday 14 February 2024 02:54:40 +0000 (0:00:00.202) 0:00:17.165 **** included: /WORKDIR/git-custom-port-idempotent82alc9wb/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-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/tang-key-management.yml:6 Wednesday 14 February 2024 02:54:40 +0000 (0:00:00.018) 0:00:17.183 **** 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-custom-port-idempotent82alc9wb/tests/tests_nbde_server_keys_dir.yml:118 Wednesday 14 February 2024 02:54:40 +0000 (0:00:00.012) 0:00:17.195 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/tests_nbde_server_keys_dir.yml:123 Wednesday 14 February 2024 02:54:40 +0000 (0:00:00.010) 0:00:17.206 **** included: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/tasks/cleanup.yml for sut TASK [Remove control node files/directories] *********************************** task path: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/tasks/cleanup.yml:2 Wednesday 14 February 2024 02:54:40 +0000 (0:00:00.010) 0:00:17.217 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove managed node files/directories] *********************************** task path: /WORKDIR/git-custom-port-idempotent82alc9wb/tests/tasks/cleanup.yml:9 Wednesday 14 February 2024 02:54:40 +0000 (0:00:00.009) 0:00:17.226 **** 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.004776", "end": "2024-02-14 02:54:40.634846", "item": { "path": "/var/db/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-02-14 02:54:40.630070" } STDERR: + '[' false = true ']' + rm -rf /var/db/tang/HeD95aJMNOTs0wiwPHmJq0FSP-w.jwk /var/db/tang/OyLaREfBmYbYe99RLbMwx6L40DY.jwk /var/db/tang/. /var/db/tang/.. rm: refusing to remove '.' or '..' directory: skipping '/var/db/tang/.' rm: refusing to remove '.' or '..' directory: skipping '/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.004551", "end": "2024-02-14 02:54:40.822225", "item": { "path": "/var/cache/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-02-14 02:54:40.817674" } 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 Wednesday 14 February 2024 02:54:40 +0000 (0:00:00.384) 0:00:17.611 **** =============================================================================== linux-system-roles.nbde_server : Ensure tang is installed --------------- 2.61s /WORKDIR/git-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 linux-system-roles.nbde_server : Ensure tang is installed --------------- 2.51s /WORKDIR/git-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 linux-system-roles.nbde_server : Ensure tang is installed --------------- 2.50s /WORKDIR/git-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 linux-system-roles.nbde_server : Ensure tang is installed --------------- 2.48s /WORKDIR/git-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 linux-system-roles.nbde_server : Ensure tang is installed --------------- 2.47s /WORKDIR/git-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 Gathering Facts --------------------------------------------------------- 0.70s /WORKDIR/git-custom-port-idempotent82alc9wb/tests/tests_nbde_server_keys_dir.yml:5 Remove managed node files/directories ----------------------------------- 0.44s /WORKDIR/git-custom-port-idempotent82alc9wb/tests/tasks/cleanup.yml:9 --------- Remove managed node files/directories ----------------------------------- 0.39s /WORKDIR/git-custom-port-idempotent82alc9wb/tests/tasks/cleanup.yml:9 --------- Remove managed node files/directories ----------------------------------- 0.38s /WORKDIR/git-custom-port-idempotent82alc9wb/tests/tasks/cleanup.yml:9 --------- Remove managed node files/directories ----------------------------------- 0.38s /WORKDIR/git-custom-port-idempotent82alc9wb/tests/tasks/cleanup.yml:9 --------- Remove managed node files/directories ----------------------------------- 0.38s /WORKDIR/git-custom-port-idempotent82alc9wb/tests/tasks/cleanup.yml:9 --------- linux-system-roles.nbde_server : Ensure we have keys -------------------- 0.27s /WORKDIR/git-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:18 linux-system-roles.nbde_server : Check if system is ostree -------------- 0.25s /WORKDIR/git-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:11 linux-system-roles.nbde_server : Ensure we have keys -------------------- 0.21s /WORKDIR/git-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:18 linux-system-roles.nbde_server : Ensure we have keys -------------------- 0.20s /WORKDIR/git-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:18 linux-system-roles.nbde_server : Ensure we have keys -------------------- 0.20s /WORKDIR/git-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:18 linux-system-roles.nbde_server : Ensure we have keys -------------------- 0.20s /WORKDIR/git-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:18 linux-system-roles.nbde_server : Perform key management (fetch/deploy) tasks --- 0.05s /WORKDIR/git-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:27 linux-system-roles.nbde_server : Make sure nbde_server_keys_dir is set --- 0.04s /WORKDIR/git-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/tang-key-management.yml:6 linux-system-roles.nbde_server : Set platform/version specific variables --- 0.03s /WORKDIR/git-custom-port-idempotent82alc9wb/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:20 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---