# 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.6/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.6.8 (default, Oct 26 2022, 09:13:21) [GCC 8.5.0 20210514 (Red Hat 8.5.0-17)] 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_rotate_keys.yml ************************************ 1 plays in /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/tests_nbde_server_rotate_keys.yml PLAY [Verify behavior of nbde_server_rotate_keys] ****************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/tests_nbde_server_rotate_keys.yml:6 Saturday 28 January 2023 20:53:48 +0000 (0:00:00.389) 0:00:00.389 ****** ok: [sut] META: ran handlers TASK [linux-system-roles.nbde_server : Set version specific variables] ********* task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:6 Saturday 28 January 2023 20:53:53 +0000 (0:00:04.984) 0:00:05.374 ****** included: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/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/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:2 Saturday 28 January 2023 20:53:54 +0000 (0:00:00.927) 0:00:06.302 ****** ok: [sut] TASK [linux-system-roles.nbde_server : Set platform/version specific variables] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:9 Saturday 28 January 2023 20:53:56 +0000 (0:00:02.123) 0:00:08.426 ****** 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/dist-git-nbde_server-weekly-ci-87sf6hm2/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/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:9 Saturday 28 January 2023 20:53:57 +0000 (0:00:00.771) 0:00:09.197 ****** included: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/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/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 Saturday 28 January 2023 20:53:58 +0000 (0:00:01.310) 0:00:10.508 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: http-parser-2.8.0-9.el8.x86_64", "Installed: tang-7-6.el8.x86_64", "Installed: libjose-10-2.el8.x86_64", "Installed: jose-10-2.el8.x86_64" ] } TASK [linux-system-roles.nbde_server : Ensure keys are rotated] **************** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:7 Saturday 28 January 2023 20:54:06 +0000 (0:00:08.325) 0:00:18.834 ****** 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-rotated", "update": "/usr/libexec/tangd-update" }, "changed": true, "state": "keys-rotated" } TASK [linux-system-roles.nbde_server : Ensure we have keys] ******************** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:16 Saturday 28 January 2023 20:54:10 +0000 (0:00:03.650) 0:00:22.484 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Perform key management (fetch/deploy) tasks] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:25 Saturday 28 January 2023 20:54:11 +0000 (0:00:00.835) 0:00:23.320 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Manage firewall and SELinux for port] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:30 Saturday 28 January 2023 20:54:11 +0000 (0:00:00.631) 0:00:23.951 ****** included: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml for sut TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 28 January 2023 20:54:14 +0000 (0:00:03.183) 0:00:27.135 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Saturday 28 January 2023 20:54:15 +0000 (0:00:00.639) 0:00:27.775 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Saturday 28 January 2023 20:54:16 +0000 (0:00:00.713) 0:00:28.488 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Saturday 28 January 2023 20:54:17 +0000 (0:00:00.687) 0:00:29.176 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Saturday 28 January 2023 20:54:17 +0000 (0:00:00.425) 0:00:29.601 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Saturday 28 January 2023 20:54:17 +0000 (0:00:00.362) 0:00:29.964 ****** skipping: [sut] => {} TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Saturday 28 January 2023 20:54:18 +0000 (0:00:00.356) 0:00:30.320 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:42 Saturday 28 January 2023 20:54:18 +0000 (0:00:00.521) 0:00:30.842 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:46 Saturday 28 January 2023 20:54:19 +0000 (0:00:00.521) 0:00:31.363 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:50 Saturday 28 January 2023 20:54:19 +0000 (0:00:00.332) 0:00:31.695 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:54 Saturday 28 January 2023 20:54:19 +0000 (0:00:00.225) 0:00:31.921 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Saturday 28 January 2023 20:54:20 +0000 (0:00:00.538) 0:00:32.460 ****** TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:66 Saturday 28 January 2023 20:54:20 +0000 (0:00:00.578) 0:00:33.038 ****** TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:76 Saturday 28 January 2023 20:54:21 +0000 (0:00:00.368) 0:00:33.407 ****** TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Saturday 28 January 2023 20:54:21 +0000 (0:00:00.478) 0:00:33.885 ****** TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Saturday 28 January 2023 20:54:21 +0000 (0:00:00.252) 0:00:34.137 ****** skipping: [sut] => (item={'ports': 80, 'proto': 'tcp', 'setype': 'tangd_port_t', 'state': 'present', 'local': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "local": true, "ports": 80, "proto": "tcp", "setype": "tangd_port_t", "state": "present" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Saturday 28 January 2023 20:54:22 +0000 (0:00:00.471) 0:00:34.609 ****** TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:109 Saturday 28 January 2023 20:54:22 +0000 (0:00:00.277) 0:00:34.886 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Saturday 28 January 2023 20:54:23 +0000 (0:00:00.587) 0:00:35.474 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Manage tangd custom port systemd directory] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:16 Saturday 28 January 2023 20:54:23 +0000 (0:00:00.283) 0:00:35.758 ****** ok: [sut] => { "changed": false, "path": "/etc/systemd/system/tangd.socket.d", "state": "absent" } TASK [linux-system-roles.nbde_server : Creates the file with the port entry that we want tangd to listen to] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:26 Saturday 28 January 2023 20:54:26 +0000 (0:00:03.069) 0:00:38.828 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Set flag to to tell main that the port has changed] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:35 Saturday 28 January 2023 20:54:27 +0000 (0:00:00.413) 0:00:39.241 ****** ok: [sut] => { "ansible_facts": { "__nbde_server_port_changed": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 28 January 2023 20:54:27 +0000 (0:00:00.492) 0:00:39.734 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 28 January 2023 20:54:27 +0000 (0:00:00.356) 0:00:40.090 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:11 Saturday 28 January 2023 20:54:28 +0000 (0:00:00.547) 0:00:40.637 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:16 Saturday 28 January 2023 20:54:28 +0000 (0:00:00.251) 0:00:40.888 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:38 Saturday 28 January 2023 20:54:29 +0000 (0:00:00.401) 0:00:41.290 ****** skipping: [sut] => (item={'port': '80/tcp', 'zone': 'public', 'state': 'enabled', 'immediate': True, 'permanent': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "immediate": true, "permanent": true, "port": "80/tcp", "state": "enabled", "zone": "public" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:83 Saturday 28 January 2023 20:54:29 +0000 (0:00:00.598) 0:00:41.889 ****** skipping: [sut] => (item={'port': '80/tcp', 'zone': 'public', 'state': 'enabled', 'immediate': True, 'permanent': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "immediate": true, "permanent": true, "port": "80/tcp", "state": "enabled", "zone": "public" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:93 Saturday 28 January 2023 20:54:30 +0000 (0:00:00.337) 0:00:42.226 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:102 Saturday 28 January 2023 20:54:30 +0000 (0:00:00.404) 0:00:42.631 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:107 Saturday 28 January 2023 20:54:31 +0000 (0:00:00.581) 0:00:43.212 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:114 Saturday 28 January 2023 20:54:31 +0000 (0:00:00.642) 0:00:43.855 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:122 Saturday 28 January 2023 20:54:32 +0000 (0:00:00.427) 0:00:44.283 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:128 Saturday 28 January 2023 20:54:32 +0000 (0:00:00.722) 0:00:45.005 ****** skipping: [sut] => {} TASK [linux-system-roles.nbde_server : Reload the daemons so the new changes take effect] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:34 Saturday 28 January 2023 20:54:33 +0000 (0:00:01.033) 0:00:46.039 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Ensure required services are enabled and at the right state] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:39 Saturday 28 January 2023 20:54:34 +0000 (0:00:00.555) 0:00:46.594 ****** changed: [sut] => (item=tangd.socket) => { "ansible_loop_var": "item", "changed": true, "enabled": true, "item": "tangd.socket", "name": "tangd.socket", "state": "started", "status": { "Accept": "yes", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Backlog": "128", "Before": "sockets.target shutdown.target", "BindIPv6Only": "default", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "Broadcast": "no", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "no", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DeferAcceptUSec": "0", "Delegate": "no", "Description": "Tang Server socket", "DevicePolicy": "auto", "DirectoryMode": "0755", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "FailureAction": "none", "FileDescriptorName": "tangd.socket", "FlushPending": "no", "FragmentPath": "/usr/lib/systemd/system/tangd.socket", "FreeBind": "no", "FreezerState": "running", "GID": "[not set]", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPTOS": "-1", "IPTTL": "-1", "Id": "tangd.socket", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeepAlive": "no", "KeepAliveIntervalUSec": "0", "KeepAliveProbes": "0", "KeepAliveTimeUSec": "0", "KeyringMode": "shared", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14014", "LimitNPROCSoft": "14014", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14014", "LimitSIGPENDINGSoft": "14014", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "Listen": "[::]:80 (Stream)", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "Mark": "-1", "MaxConnections": "64", "MaxConnectionsPerSource": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MessageQueueMaxMessages": "0", "MessageQueueMessageSize": "0", "MountAPIVFS": "no", "MountFlags": "", "NAccepted": "0", "NConnections": "0", "NRefused": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "tangd.socket", "NeedDaemonReload": "no", "Nice": "0", "NoDelay": "no", "NoNewPrivileges": "no", "NonBlocking": "no", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PassCredentials": "no", "PassPacketInfo": "no", "PassSecurity": "no", "Perpetual": "no", "PipeSize": "0", "Priority": "-1", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "ReceiveBuffer": "0", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemoveIPC": "no", "RemoveOnStop": "no", "Requires": "sysinit.target system.slice", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "ReusePort": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "SameProcessGroup": "no", "SecureBits": "0", "SendBuffer": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "SocketMode": "0666", "SocketProtocol": "0", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22423", "TimeoutUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Transparent": "no", "TriggerLimitBurst": "200", "TriggerLimitIntervalUSec": "2s", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Writable": "no" } } TASK [Gather keys] ************************************************************* task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/tests_nbde_server_rotate_keys.yml:14 Saturday 28 January 2023 20:54:40 +0000 (0:00:05.826) 0:00:52.421 ****** ok: [sut] => { "changed": false, "examined": 2, "files": [ { "atime": 1674939249.9952383, "ctime": 1674939250.0012383, "dev": 51715, "gid": 988, "gr_name": "tang", "inode": 444596865, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0400", "mtime": 1674939249.9952383, "nlink": 1, "path": "/var/db/tang/iXi9LBNBNqzS67I7X2q0FsWvfBY.jwk", "pw_name": "tang", "rgrp": false, "roth": false, "rusr": true, "size": 354, "uid": 991, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1674939250.0012383, "ctime": 1674939250.0012383, "dev": 51715, "gid": 988, "gr_name": "tang", "inode": 444596866, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0400", "mtime": 1674939250.0012383, "nlink": 1, "path": "/var/db/tang/05SOz9V1LwNkMKSVSPJTqggzfq4.jwk", "pw_name": "tang", "rgrp": false, "roth": false, "rusr": true, "size": 349, "uid": 991, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 2 } TASK [linux-system-roles.nbde_server : Set version specific variables] ********* task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:6 Saturday 28 January 2023 20:54:44 +0000 (0:00:04.046) 0:00:56.467 ****** included: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/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/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:2 Saturday 28 January 2023 20:54:45 +0000 (0:00:00.925) 0:00:57.393 ****** ok: [sut] TASK [linux-system-roles.nbde_server : Set platform/version specific variables] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:9 Saturday 28 January 2023 20:54:47 +0000 (0:00:01.932) 0:00:59.325 ****** 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/dist-git-nbde_server-weekly-ci-87sf6hm2/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/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:9 Saturday 28 January 2023 20:54:47 +0000 (0:00:00.684) 0:01:00.009 ****** included: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/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/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 Saturday 28 January 2023 20:54:48 +0000 (0:00:00.635) 0:01:00.644 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.nbde_server : Ensure keys are rotated] **************** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:7 Saturday 28 January 2023 20:54:54 +0000 (0:00:05.902) 0:01:06.547 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Ensure we have keys] ******************** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:16 Saturday 28 January 2023 20:54:55 +0000 (0:00:00.860) 0:01:07.408 ****** ok: [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": false, "state": "keys-created" } TASK [linux-system-roles.nbde_server : Perform key management (fetch/deploy) tasks] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:25 Saturday 28 January 2023 20:54:56 +0000 (0:00:01.504) 0:01:08.912 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Manage firewall and SELinux for port] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:30 Saturday 28 January 2023 20:54:57 +0000 (0:00:00.604) 0:01:09.516 ****** included: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml for sut TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 28 January 2023 20:54:58 +0000 (0:00:00.829) 0:01:10.346 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Saturday 28 January 2023 20:54:58 +0000 (0:00:00.818) 0:01:11.165 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Saturday 28 January 2023 20:54:59 +0000 (0:00:00.665) 0:01:11.830 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Saturday 28 January 2023 20:54:59 +0000 (0:00:00.191) 0:01:12.022 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Saturday 28 January 2023 20:55:00 +0000 (0:00:00.229) 0:01:12.252 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Saturday 28 January 2023 20:55:00 +0000 (0:00:00.204) 0:01:12.456 ****** skipping: [sut] => {} TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Saturday 28 January 2023 20:55:01 +0000 (0:00:00.757) 0:01:13.214 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:42 Saturday 28 January 2023 20:55:01 +0000 (0:00:00.662) 0:01:13.877 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:46 Saturday 28 January 2023 20:55:02 +0000 (0:00:00.921) 0:01:14.798 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:50 Saturday 28 January 2023 20:55:03 +0000 (0:00:00.732) 0:01:15.530 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:54 Saturday 28 January 2023 20:55:03 +0000 (0:00:00.600) 0:01:16.130 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Saturday 28 January 2023 20:55:04 +0000 (0:00:00.685) 0:01:16.816 ****** TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:66 Saturday 28 January 2023 20:55:05 +0000 (0:00:00.708) 0:01:17.524 ****** TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:76 Saturday 28 January 2023 20:55:05 +0000 (0:00:00.547) 0:01:18.071 ****** TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Saturday 28 January 2023 20:55:06 +0000 (0:00:00.898) 0:01:18.970 ****** TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Saturday 28 January 2023 20:55:07 +0000 (0:00:00.720) 0:01:19.690 ****** skipping: [sut] => (item={'ports': 80, 'proto': 'tcp', 'setype': 'tangd_port_t', 'state': 'present', 'local': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "local": true, "ports": 80, "proto": "tcp", "setype": "tangd_port_t", "state": "present" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Saturday 28 January 2023 20:55:08 +0000 (0:00:00.821) 0:01:20.512 ****** TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:109 Saturday 28 January 2023 20:55:08 +0000 (0:00:00.102) 0:01:20.614 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Saturday 28 January 2023 20:55:08 +0000 (0:00:00.246) 0:01:20.861 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Manage tangd custom port systemd directory] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:16 Saturday 28 January 2023 20:55:08 +0000 (0:00:00.116) 0:01:20.977 ****** ok: [sut] => { "changed": false, "path": "/etc/systemd/system/tangd.socket.d", "state": "absent" } TASK [linux-system-roles.nbde_server : Creates the file with the port entry that we want tangd to listen to] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:26 Saturday 28 January 2023 20:55:09 +0000 (0:00:00.368) 0:01:21.346 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Set flag to to tell main that the port has changed] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:35 Saturday 28 January 2023 20:55:09 +0000 (0:00:00.060) 0:01:21.407 ****** ok: [sut] => { "ansible_facts": { "__nbde_server_port_changed": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 28 January 2023 20:55:09 +0000 (0:00:00.087) 0:01:21.495 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 28 January 2023 20:55:09 +0000 (0:00:00.073) 0:01:21.568 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:11 Saturday 28 January 2023 20:55:09 +0000 (0:00:00.067) 0:01:21.636 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:16 Saturday 28 January 2023 20:55:09 +0000 (0:00:00.038) 0:01:21.675 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:38 Saturday 28 January 2023 20:55:09 +0000 (0:00:00.045) 0:01:21.720 ****** skipping: [sut] => (item={'port': '80/tcp', 'zone': 'public', 'state': 'enabled', 'immediate': True, 'permanent': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "immediate": true, "permanent": true, "port": "80/tcp", "state": "enabled", "zone": "public" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:83 Saturday 28 January 2023 20:55:09 +0000 (0:00:00.083) 0:01:21.804 ****** skipping: [sut] => (item={'port': '80/tcp', 'zone': 'public', 'state': 'enabled', 'immediate': True, 'permanent': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "immediate": true, "permanent": true, "port": "80/tcp", "state": "enabled", "zone": "public" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:93 Saturday 28 January 2023 20:55:09 +0000 (0:00:00.081) 0:01:21.885 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:102 Saturday 28 January 2023 20:55:09 +0000 (0:00:00.121) 0:01:22.007 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:107 Saturday 28 January 2023 20:55:09 +0000 (0:00:00.099) 0:01:22.107 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:114 Saturday 28 January 2023 20:55:10 +0000 (0:00:00.071) 0:01:22.178 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:122 Saturday 28 January 2023 20:55:10 +0000 (0:00:00.072) 0:01:22.250 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:128 Saturday 28 January 2023 20:55:10 +0000 (0:00:00.079) 0:01:22.330 ****** skipping: [sut] => {} TASK [linux-system-roles.nbde_server : Reload the daemons so the new changes take effect] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:34 Saturday 28 January 2023 20:55:10 +0000 (0:00:00.089) 0:01:22.419 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Ensure required services are enabled and at the right state] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:39 Saturday 28 January 2023 20:55:10 +0000 (0:00:00.065) 0:01:22.485 ****** ok: [sut] => (item=tangd.socket) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "tangd.socket", "name": "tangd.socket", "state": "started", "status": { "Accept": "yes", "ActiveEnterTimestamp": "Sat 2023-01-28 20:54:39 UTC", "ActiveEnterTimestampMonotonic": "751163430", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-01-28 20:54:39 UTC", "AssertTimestampMonotonic": "751160307", "Backlog": "128", "Before": "sockets.target shutdown.target tangd@0.service multi-user.target", "BindIPv6Only": "default", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "Broadcast": "no", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "no", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2023-01-28 20:54:39 UTC", "ConditionTimestampMonotonic": "751160305", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/tangd.socket", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DeferAcceptUSec": "0", "Delegate": "no", "Description": "Tang Server socket", "DevicePolicy": "auto", "DirectoryMode": "0755", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "FailureAction": "none", "FileDescriptorName": "tangd.socket", "FlushPending": "no", "FragmentPath": "/usr/lib/systemd/system/tangd.socket", "FreeBind": "no", "FreezerState": "running", "GID": "[not set]", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPTOS": "-1", "IPTTL": "-1", "Id": "tangd.socket", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2023-01-28 20:54:39 UTC", "InactiveExitTimestampMonotonic": "751163430", "InvocationID": "04d5700c742341b5bd7a99e82540cd4d", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeepAlive": "no", "KeepAliveIntervalUSec": "0", "KeepAliveProbes": "0", "KeepAliveTimeUSec": "0", "KeyringMode": "shared", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14014", "LimitNPROCSoft": "14014", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14014", "LimitSIGPENDINGSoft": "14014", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "Listen": "[::]:80 (Stream)", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "Mark": "-1", "MaxConnections": "64", "MaxConnectionsPerSource": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MessageQueueMaxMessages": "0", "MessageQueueMessageSize": "0", "MountAPIVFS": "no", "MountFlags": "", "NAccepted": "0", "NConnections": "0", "NRefused": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "tangd.socket", "NeedDaemonReload": "no", "Nice": "0", "NoDelay": "no", "NoNewPrivileges": "no", "NonBlocking": "no", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PassCredentials": "no", "PassPacketInfo": "no", "PassSecurity": "no", "Perpetual": "no", "PipeSize": "0", "Priority": "-1", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "ReceiveBuffer": "0", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemoveIPC": "no", "RemoveOnStop": "no", "Requires": "sysinit.target system.slice", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "ReusePort": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "SameProcessGroup": "no", "SecureBits": "0", "SendBuffer": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "SocketMode": "0666", "SocketProtocol": "0", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2023-01-28 20:54:39 UTC", "StateChangeTimestampMonotonic": "751163430", "StateDirectoryMode": "0755", "StopWhenUnneeded": "no", "SubState": "listening", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22423", "TimeoutUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Transparent": "no", "TriggerLimitBurst": "200", "TriggerLimitIntervalUSec": "2s", "Triggers": "tangd@0.service", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Writable": "no" } } TASK [Gather keys after running with nbde_server_rotate_keys not set] ********** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/tests_nbde_server_rotate_keys.yml:31 Saturday 28 January 2023 20:55:10 +0000 (0:00:00.448) 0:01:22.933 ****** ok: [sut] => { "changed": false, "examined": 2, "files": [ { "atime": 1674939249.9952383, "ctime": 1674939250.0012383, "dev": 51715, "gid": 988, "gr_name": "tang", "inode": 444596865, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0400", "mtime": 1674939249.9952383, "nlink": 1, "path": "/var/db/tang/iXi9LBNBNqzS67I7X2q0FsWvfBY.jwk", "pw_name": "tang", "rgrp": false, "roth": false, "rusr": true, "size": 354, "uid": 991, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1674939250.0012383, "ctime": 1674939250.0012383, "dev": 51715, "gid": 988, "gr_name": "tang", "inode": 444596866, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0400", "mtime": 1674939250.0012383, "nlink": 1, "path": "/var/db/tang/05SOz9V1LwNkMKSVSPJTqggzfq4.jwk", "pw_name": "tang", "rgrp": false, "roth": false, "rusr": true, "size": 349, "uid": 991, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 2 } TASK [Check whether keys changed - nbde_server_rotate_keys not set] ************ task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/tests_nbde_server_rotate_keys.yml:42 Saturday 28 January 2023 20:55:11 +0000 (0:00:00.309) 0:01:23.242 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.nbde_server : Set version specific variables] ********* task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:6 Saturday 28 January 2023 20:55:11 +0000 (0:00:00.094) 0:01:23.337 ****** included: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/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/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:2 Saturday 28 January 2023 20:55:11 +0000 (0:00:00.093) 0:01:23.430 ****** ok: [sut] TASK [linux-system-roles.nbde_server : Set platform/version specific variables] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:9 Saturday 28 January 2023 20:55:11 +0000 (0:00:00.436) 0:01:23.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/dist-git-nbde_server-weekly-ci-87sf6hm2/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/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:9 Saturday 28 January 2023 20:55:11 +0000 (0:00:00.127) 0:01:23.994 ****** included: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/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/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 Saturday 28 January 2023 20:55:11 +0000 (0:00:00.103) 0:01:24.098 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.nbde_server : Ensure keys are rotated] **************** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:7 Saturday 28 January 2023 20:55:13 +0000 (0:00:01.722) 0:01:25.821 ****** 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-rotated", "update": "/usr/libexec/tangd-update" }, "changed": true, "state": "keys-rotated" } TASK [linux-system-roles.nbde_server : Ensure we have keys] ******************** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:16 Saturday 28 January 2023 20:55:13 +0000 (0:00:00.264) 0:01:26.086 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Perform key management (fetch/deploy) tasks] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:25 Saturday 28 January 2023 20:55:13 +0000 (0:00:00.029) 0:01:26.115 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Manage firewall and SELinux for port] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:30 Saturday 28 January 2023 20:55:13 +0000 (0:00:00.027) 0:01:26.143 ****** included: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml for sut TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 28 January 2023 20:55:14 +0000 (0:00:00.051) 0:01:26.195 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Saturday 28 January 2023 20:55:14 +0000 (0:00:00.030) 0:01:26.226 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Saturday 28 January 2023 20:55:14 +0000 (0:00:00.029) 0:01:26.255 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Saturday 28 January 2023 20:55:14 +0000 (0:00:00.028) 0:01:26.283 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Saturday 28 January 2023 20:55:14 +0000 (0:00:00.028) 0:01:26.312 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Saturday 28 January 2023 20:55:14 +0000 (0:00:00.030) 0:01:26.342 ****** skipping: [sut] => {} TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Saturday 28 January 2023 20:55:14 +0000 (0:00:00.028) 0:01:26.370 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:42 Saturday 28 January 2023 20:55:14 +0000 (0:00:00.055) 0:01:26.425 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:46 Saturday 28 January 2023 20:55:14 +0000 (0:00:00.028) 0:01:26.454 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:50 Saturday 28 January 2023 20:55:14 +0000 (0:00:00.034) 0:01:26.488 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:54 Saturday 28 January 2023 20:55:14 +0000 (0:00:00.027) 0:01:26.516 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Saturday 28 January 2023 20:55:14 +0000 (0:00:00.028) 0:01:26.544 ****** TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:66 Saturday 28 January 2023 20:55:14 +0000 (0:00:00.026) 0:01:26.571 ****** TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:76 Saturday 28 January 2023 20:55:14 +0000 (0:00:00.025) 0:01:26.597 ****** TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Saturday 28 January 2023 20:55:14 +0000 (0:00:00.026) 0:01:26.623 ****** TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Saturday 28 January 2023 20:55:14 +0000 (0:00:00.025) 0:01:26.649 ****** skipping: [sut] => (item={'ports': 80, 'proto': 'tcp', 'setype': 'tangd_port_t', 'state': 'present', 'local': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "local": true, "ports": 80, "proto": "tcp", "setype": "tangd_port_t", "state": "present" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Saturday 28 January 2023 20:55:14 +0000 (0:00:00.036) 0:01:26.686 ****** TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:109 Saturday 28 January 2023 20:55:14 +0000 (0:00:00.026) 0:01:26.712 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Saturday 28 January 2023 20:55:14 +0000 (0:00:00.026) 0:01:26.739 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Manage tangd custom port systemd directory] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:16 Saturday 28 January 2023 20:55:14 +0000 (0:00:00.029) 0:01:26.769 ****** ok: [sut] => { "changed": false, "path": "/etc/systemd/system/tangd.socket.d", "state": "absent" } TASK [linux-system-roles.nbde_server : Creates the file with the port entry that we want tangd to listen to] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:26 Saturday 28 January 2023 20:55:14 +0000 (0:00:00.247) 0:01:27.016 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Set flag to to tell main that the port has changed] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:35 Saturday 28 January 2023 20:55:14 +0000 (0:00:00.037) 0:01:27.053 ****** ok: [sut] => { "ansible_facts": { "__nbde_server_port_changed": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 28 January 2023 20:55:14 +0000 (0:00:00.031) 0:01:27.085 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 28 January 2023 20:55:14 +0000 (0:00:00.030) 0:01:27.115 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:11 Saturday 28 January 2023 20:55:14 +0000 (0:00:00.028) 0:01:27.144 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:16 Saturday 28 January 2023 20:55:15 +0000 (0:00:00.027) 0:01:27.171 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:38 Saturday 28 January 2023 20:55:15 +0000 (0:00:00.027) 0:01:27.198 ****** skipping: [sut] => (item={'port': '80/tcp', 'zone': 'public', 'state': 'enabled', 'immediate': True, 'permanent': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "immediate": true, "permanent": true, "port": "80/tcp", "state": "enabled", "zone": "public" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:83 Saturday 28 January 2023 20:55:15 +0000 (0:00:00.042) 0:01:27.241 ****** skipping: [sut] => (item={'port': '80/tcp', 'zone': 'public', 'state': 'enabled', 'immediate': True, 'permanent': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "immediate": true, "permanent": true, "port": "80/tcp", "state": "enabled", "zone": "public" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:93 Saturday 28 January 2023 20:55:15 +0000 (0:00:00.040) 0:01:27.281 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:102 Saturday 28 January 2023 20:55:15 +0000 (0:00:00.028) 0:01:27.310 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:107 Saturday 28 January 2023 20:55:15 +0000 (0:00:00.028) 0:01:27.339 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:114 Saturday 28 January 2023 20:55:15 +0000 (0:00:00.029) 0:01:27.369 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:122 Saturday 28 January 2023 20:55:15 +0000 (0:00:00.027) 0:01:27.397 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:128 Saturday 28 January 2023 20:55:15 +0000 (0:00:00.027) 0:01:27.424 ****** skipping: [sut] => {} TASK [linux-system-roles.nbde_server : Reload the daemons so the new changes take effect] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:34 Saturday 28 January 2023 20:55:15 +0000 (0:00:00.026) 0:01:27.451 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Ensure required services are enabled and at the right state] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:39 Saturday 28 January 2023 20:55:15 +0000 (0:00:00.026) 0:01:27.478 ****** ok: [sut] => (item=tangd.socket) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "tangd.socket", "name": "tangd.socket", "state": "started", "status": { "Accept": "yes", "ActiveEnterTimestamp": "Sat 2023-01-28 20:54:39 UTC", "ActiveEnterTimestampMonotonic": "751163430", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-01-28 20:54:39 UTC", "AssertTimestampMonotonic": "751160307", "Backlog": "128", "Before": "sockets.target shutdown.target tangd@0.service multi-user.target", "BindIPv6Only": "default", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "Broadcast": "no", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "no", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2023-01-28 20:54:39 UTC", "ConditionTimestampMonotonic": "751160305", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/tangd.socket", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DeferAcceptUSec": "0", "Delegate": "no", "Description": "Tang Server socket", "DevicePolicy": "auto", "DirectoryMode": "0755", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "FailureAction": "none", "FileDescriptorName": "tangd.socket", "FlushPending": "no", "FragmentPath": "/usr/lib/systemd/system/tangd.socket", "FreeBind": "no", "FreezerState": "running", "GID": "[not set]", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPTOS": "-1", "IPTTL": "-1", "Id": "tangd.socket", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2023-01-28 20:54:39 UTC", "InactiveExitTimestampMonotonic": "751163430", "InvocationID": "04d5700c742341b5bd7a99e82540cd4d", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeepAlive": "no", "KeepAliveIntervalUSec": "0", "KeepAliveProbes": "0", "KeepAliveTimeUSec": "0", "KeyringMode": "shared", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14014", "LimitNPROCSoft": "14014", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14014", "LimitSIGPENDINGSoft": "14014", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "Listen": "[::]:80 (Stream)", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "Mark": "-1", "MaxConnections": "64", "MaxConnectionsPerSource": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MessageQueueMaxMessages": "0", "MessageQueueMessageSize": "0", "MountAPIVFS": "no", "MountFlags": "", "NAccepted": "0", "NConnections": "0", "NRefused": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "tangd.socket", "NeedDaemonReload": "no", "Nice": "0", "NoDelay": "no", "NoNewPrivileges": "no", "NonBlocking": "no", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PassCredentials": "no", "PassPacketInfo": "no", "PassSecurity": "no", "Perpetual": "no", "PipeSize": "0", "Priority": "-1", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "ReceiveBuffer": "0", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemoveIPC": "no", "RemoveOnStop": "no", "Requires": "sysinit.target system.slice", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "ReusePort": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "SameProcessGroup": "no", "SecureBits": "0", "SendBuffer": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "SocketMode": "0666", "SocketProtocol": "0", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2023-01-28 20:54:39 UTC", "StateChangeTimestampMonotonic": "751163430", "StateDirectoryMode": "0755", "StopWhenUnneeded": "no", "SubState": "listening", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22423", "TimeoutUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Transparent": "no", "TriggerLimitBurst": "200", "TriggerLimitIntervalUSec": "2s", "Triggers": "tangd@0.service", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Writable": "no" } } TASK [Gather keys after running with nbde_server_rotate_keys set] ************** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/tests_nbde_server_rotate_keys.yml:52 Saturday 28 January 2023 20:55:15 +0000 (0:00:00.404) 0:01:27.883 ****** ok: [sut] => { "changed": false, "examined": 4, "files": [ { "atime": 1674939313.8842733, "ctime": 1674939313.8902733, "dev": 51715, "gid": 988, "gr_name": "tang", "inode": 444596867, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0400", "mtime": 1674939313.8842733, "nlink": 1, "path": "/var/db/tang/htP-C5IQ3M2tNp9BrcxREZtUKuQ.jwk", "pw_name": "tang", "rgrp": false, "roth": false, "rusr": true, "size": 354, "uid": 991, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1674939313.8892732, "ctime": 1674939313.8902733, "dev": 51715, "gid": 988, "gr_name": "tang", "inode": 444596868, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0400", "mtime": 1674939313.8892732, "nlink": 1, "path": "/var/db/tang/1mjam7FF028kIaCx8e-l_gWyxTM.jwk", "pw_name": "tang", "rgrp": false, "roth": false, "rusr": true, "size": 349, "uid": 991, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 2 } TASK [Check whether keys changed - nbde_server_rotate_keys set] **************** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/tests_nbde_server_rotate_keys.yml:63 Saturday 28 January 2023 20:55:15 +0000 (0:00:00.245) 0:01:28.128 ****** ok: [sut] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=36 changed=4 unreachable=0 failed=0 skipped=105 rescued=0 ignored=0 Saturday 28 January 2023 20:55:15 +0000 (0:00:00.025) 0:01:28.154 ****** =============================================================================== linux-system-roles.nbde_server : Ensure tang is installed --------------- 8.33s /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 linux-system-roles.nbde_server : Ensure tang is installed --------------- 5.90s /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 linux-system-roles.nbde_server : Ensure required services are enabled and at the right state --- 5.83s /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:39 Gathering Facts --------------------------------------------------------- 4.98s /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/tests_nbde_server_rotate_keys.yml:6 Gather keys ------------------------------------------------------------- 4.05s /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/tests_nbde_server_rotate_keys.yml:14 linux-system-roles.nbde_server : Ensure keys are rotated ---------------- 3.65s /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:7 linux-system-roles.nbde_server : Manage firewall and SELinux for port --- 3.18s /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:30 linux-system-roles.nbde_server : Manage tangd custom port systemd directory --- 3.07s /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:16 linux-system-roles.nbde_server : Ensure ansible_facts used by role ------ 2.12s /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:2 linux-system-roles.nbde_server : Ensure ansible_facts used by role ------ 1.93s /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:2 linux-system-roles.nbde_server : Ensure tang is installed --------------- 1.72s /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 linux-system-roles.nbde_server : Ensure we have keys -------------------- 1.50s /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:16 fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages --- 1.49s /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications --- 1.47s /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:42 fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled --- 1.41s /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree --- 1.40s /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:76 fedora.linux_system_roles.selinux : Set an SELinux label on a port ------ 1.33s /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 fedora.linux_system_roles.selinux : Set SELinux booleans ---------------- 1.31s /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 linux-system-roles.nbde_server : Include the appropriate provider tasks --- 1.31s /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:9 fedora.linux_system_roles.selinux : Purge all SELinux login local modifications --- 1.25s /WORKDIR/dist-git-nbde_server-weekly-ci-87sf6hm2/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:54 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- /opt/ansible-2.9/lib/python3.6/site-packages/ansible/parsing/vault/__init__.py:44: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography and will be removed in a future release. from cryptography.exceptions import InvalidSignature ---^---^---^---^---^---