# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.14.2] 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.14/lib/python3.9/site-packages/ansible ansible collection location = /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection executable location = /opt/ansible-2.14/bin/ansible-playbook python version = 3.9.13 (main, Jun 24 2022, 15:32:51) [GCC 8.5.0 20210514 (Red Hat 8.5.0-13)] (/opt/ansible-2.14/bin/python3.9) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_nbde_server_rotate_keys.yml ************************************ 1 plays in /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/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-js9jlcwv/tests/tests_nbde_server_rotate_keys.yml:6 Sunday 12 February 2023 01:39:29 +0000 (0:00:00.484) 0:00:00.484 ******* ok: [sut] TASK [fedora.linux_system_roles.nbde_server : Set version specific variables] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:6 Sunday 12 February 2023 01:39:53 +0000 (0:00:24.043) 0:00:24.527 ******* included: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.nbde_server : Ensure ansible_facts used by role] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2 Sunday 12 February 2023 01:39:54 +0000 (0:00:01.632) 0:00:26.160 ******* ok: [sut] TASK [fedora.linux_system_roles.nbde_server : Set platform/version specific variables] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:7 Sunday 12 February 2023 01:40:00 +0000 (0:00:05.933) 0:00:32.093 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/vars/default.yml" ], "changed": false } TASK [fedora.linux_system_roles.nbde_server : Include the appropriate provider tasks] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:9 Sunday 12 February 2023 01:40:03 +0000 (0:00:02.394) 0:00:34.488 ******* included: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml for sut TASK [fedora.linux_system_roles.nbde_server : Ensure tang is installed] ******** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 Sunday 12 February 2023 01:40:04 +0000 (0:00:00.896) 0:00:35.384 ******* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: jose-11-3.el9.x86_64", "Installed: tang-11-2.el9.x86_64", "Installed: http-parser-2.9.4-6.el9.x86_64", "Installed: libjose-11-3.el9.x86_64" ] } TASK [fedora.linux_system_roles.nbde_server : Ensure keys are rotated] ********* task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:7 Sunday 12 February 2023 01:40:11 +0000 (0:00:07.668) 0:00:43.052 ******* 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 [fedora.linux_system_roles.nbde_server : Ensure we have keys] ************* task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:16 Sunday 12 February 2023 01:40:13 +0000 (0:00:01.365) 0:00:44.417 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Perform key management (fetch/deploy) tasks] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:25 Sunday 12 February 2023 01:40:13 +0000 (0:00:00.240) 0:00:44.658 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Manage firewall and SELinux for port] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:29 Sunday 12 February 2023 01:40:13 +0000 (0:00:00.171) 0:00:44.829 ******* redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.seboolean to ansible.posix.seboolean redirecting (type: modules) ansible.builtin.sefcontext to community.general.sefcontext redirecting (type: modules) ansible.builtin.selogin to community.general.selogin included: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Sunday 12 February 2023 01:40:14 +0000 (0:00:00.548) 0:00:45.377 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Sunday 12 February 2023 01:40:14 +0000 (0:00:00.085) 0:00:45.462 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Sunday 12 February 2023 01:40:14 +0000 (0:00:00.096) 0:00:45.559 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Sunday 12 February 2023 01:40:14 +0000 (0:00:00.120) 0:00:45.680 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Sunday 12 February 2023 01:40:14 +0000 (0:00:00.235) 0:00:45.916 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Sunday 12 February 2023 01:40:14 +0000 (0:00:00.194) 0:00:46.110 ******* skipping: [sut] => {} TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Sunday 12 February 2023 01:40:15 +0000 (0:00:00.217) 0:00:46.328 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:42 Sunday 12 February 2023 01:40:15 +0000 (0:00:00.136) 0:00:46.464 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:46 Sunday 12 February 2023 01:40:15 +0000 (0:00:00.186) 0:00:46.650 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:50 Sunday 12 February 2023 01:40:15 +0000 (0:00:00.102) 0:00:46.752 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:54 Sunday 12 February 2023 01:40:15 +0000 (0:00:00.116) 0:00:46.868 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Sunday 12 February 2023 01:40:15 +0000 (0:00:00.157) 0:00:47.026 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:66 Sunday 12 February 2023 01:40:15 +0000 (0:00:00.124) 0:00:47.151 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:76 Sunday 12 February 2023 01:40:15 +0000 (0:00:00.080) 0:00:47.231 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Sunday 12 February 2023 01:40:16 +0000 (0:00:00.112) 0:00:47.344 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Sunday 12 February 2023 01:40:16 +0000 (0:00:00.076) 0:00:47.420 ******* 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" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Sunday 12 February 2023 01:40:16 +0000 (0:00:00.104) 0:00:47.525 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:109 Sunday 12 February 2023 01:40:16 +0000 (0:00:00.066) 0:00:47.592 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Sunday 12 February 2023 01:40:16 +0000 (0:00:00.083) 0:00:47.675 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Manage tangd custom port systemd directory] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:16 Sunday 12 February 2023 01:40:16 +0000 (0:00:00.067) 0:00:47.742 ******* ok: [sut] => { "changed": false, "path": "/etc/systemd/system/tangd.socket.d", "state": "absent" } TASK [fedora.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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:25 Sunday 12 February 2023 01:40:17 +0000 (0:00:00.697) 0:00:48.440 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:34 Sunday 12 February 2023 01:40:17 +0000 (0:00:00.140) 0:00:48.581 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Sunday 12 February 2023 01:40:17 +0000 (0:00:00.065) 0:00:48.647 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Sunday 12 February 2023 01:40:17 +0000 (0:00:00.080) 0:00:48.728 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:11 Sunday 12 February 2023 01:40:17 +0000 (0:00:00.073) 0:00:48.801 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:16 Sunday 12 February 2023 01:40:17 +0000 (0:00:00.059) 0:00:48.860 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:38 Sunday 12 February 2023 01:40:17 +0000 (0:00:00.068) 0:00:48.929 ******* 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" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:83 Sunday 12 February 2023 01:40:17 +0000 (0:00:00.224) 0:00:49.153 ******* 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" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:93 Sunday 12 February 2023 01:40:17 +0000 (0:00:00.137) 0:00:49.291 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:102 Sunday 12 February 2023 01:40:18 +0000 (0:00:00.076) 0:00:49.367 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:107 Sunday 12 February 2023 01:40:18 +0000 (0:00:00.054) 0:00:49.422 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:114 Sunday 12 February 2023 01:40:18 +0000 (0:00:00.090) 0:00:49.512 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:122 Sunday 12 February 2023 01:40:18 +0000 (0:00:00.066) 0:00:49.579 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:128 Sunday 12 February 2023 01:40:18 +0000 (0:00:00.057) 0:00:49.636 ******* skipping: [sut] => {} TASK [fedora.linux_system_roles.nbde_server : Reload the daemons so the new changes take effect] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:33 Sunday 12 February 2023 01:40:18 +0000 (0:00:00.062) 0:00:49.698 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Ensure required services are enabled and at the right state] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:38 Sunday 12 February 2023 01:40:18 +0000 (0:00:00.062) 0:00:49.761 ******* changed: [sut] => (item=tangd.socket) => { "ansible_loop_var": "item", "changed": true, "enabled": true, "item": "tangd.socket", "name": "tangd.socket", "state": "started", "status": { "Accept": "yes", "AccessSELinuxContext": "system_u:object_r:tangd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target system.slice", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Backlog": "4096", "Before": "shutdown.target sockets.target", "BindIPv6Only": "default", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "Broadcast": "no", "CPUAccounting": "yes", "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 cap_checkpoint_restore", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DeferAcceptUSec": "0", "Delegate": "no", "Description": "Tang Server socket", "DevicePolicy": "auto", "DirectoryMode": "0755", "DynamicUser": "no", "FailureAction": "none", "FileDescriptorName": "tangd.socket", "FinalKillSignal": "9", "FlushPending": "no", "FragmentPath": "/usr/lib/systemd/system/tangd.socket", "FreeBind": "no", "FreezerState": "running", "GID": "[not set]", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "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": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13988", "LimitNPROCSoft": "13988", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13988", "LimitSIGPENDINGSoft": "13988", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "Listen": "[::]:80 (Stream)", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "Mark": "-1", "MaxConnections": "64", "MaxConnectionsPerSource": "0", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MessageQueueMaxMessages": "0", "MessageQueueMessageSize": "0", "MountAPIVFS": "no", "NAccepted": "0", "NConnections": "0", "NRefused": "0", "NUMAPolicy": "n/a", "Names": "tangd.socket", "NeedDaemonReload": "no", "Nice": "0", "NoDelay": "no", "NoNewPrivileges": "no", "NonBlocking": "no", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PassCredentials": "no", "PassPacketInfo": "no", "PassSecurity": "no", "Perpetual": "no", "PipeSize": "0", "Priority": "-1", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "ReceiveBuffer": "0", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemoveIPC": "no", "RemoveOnStop": "no", "Requires": "sysinit.target system.slice", "RestartKillSignal": "15", "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", "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": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22380", "TimeoutCleanUSec": "infinity", "TimeoutUSec": "1min 30s", "TimerSlackNSec": "50000", "Timestamping": "off", "Transient": "no", "Transparent": "no", "TriggerLimitBurst": "200", "TriggerLimitIntervalUSec": "2s", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogSignal": "6", "Writable": "no" } } TASK [Gather keys] ************************************************************* task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/tests/tests_nbde_server_rotate_keys.yml:14 Sunday 12 February 2023 01:40:19 +0000 (0:00:01.114) 0:00:50.875 ******* ok: [sut] => { "changed": false, "examined": 2, "files": [ { "atime": 1676166013.0412357, "ctime": 1676166013.054236, "dev": 51716, "gid": 987, "gr_name": "tang", "inode": 696254913, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0400", "mtime": 1676166013.0412357, "nlink": 1, "path": "/var/db/tang/TixyQ9YEmSOiQSK4rA9Ce9m17ib0RHKsRGDca_dvM9A.jwk", "pw_name": "tang", "rgrp": false, "roth": false, "rusr": true, "size": 354, "uid": 987, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1676166013.0522358, "ctime": 1676166013.054236, "dev": 51716, "gid": 987, "gr_name": "tang", "inode": 696254914, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0400", "mtime": 1676166013.0522358, "nlink": 1, "path": "/var/db/tang/kw91P_UtqhDELFT49wZYXpHWsk2Ix_DY2yYLXv_tnHI.jwk", "pw_name": "tang", "rgrp": false, "roth": false, "rusr": true, "size": 349, "uid": 987, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 2, "skipped_paths": {} } MSG: All paths examined TASK [fedora.linux_system_roles.nbde_server : Set version specific variables] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:6 Sunday 12 February 2023 01:40:20 +0000 (0:00:00.439) 0:00:51.315 ******* included: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.nbde_server : Ensure ansible_facts used by role] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2 Sunday 12 February 2023 01:40:20 +0000 (0:00:00.082) 0:00:51.398 ******* ok: [sut] TASK [fedora.linux_system_roles.nbde_server : Set platform/version specific variables] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:7 Sunday 12 February 2023 01:40:20 +0000 (0:00:00.629) 0:00:52.027 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/vars/default.yml" ], "changed": false } TASK [fedora.linux_system_roles.nbde_server : Include the appropriate provider tasks] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:9 Sunday 12 February 2023 01:40:20 +0000 (0:00:00.081) 0:00:52.109 ******* included: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml for sut TASK [fedora.linux_system_roles.nbde_server : Ensure tang is installed] ******** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 Sunday 12 February 2023 01:40:20 +0000 (0:00:00.073) 0:00:52.183 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.nbde_server : Ensure keys are rotated] ********* task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:7 Sunday 12 February 2023 01:40:21 +0000 (0:00:01.124) 0:00:53.307 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Ensure we have keys] ************* task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:16 Sunday 12 February 2023 01:40:22 +0000 (0:00:00.126) 0:00:53.434 ******* 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 [fedora.linux_system_roles.nbde_server : Perform key management (fetch/deploy) tasks] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:25 Sunday 12 February 2023 01:40:22 +0000 (0:00:00.440) 0:00:53.875 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Manage firewall and SELinux for port] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:29 Sunday 12 February 2023 01:40:22 +0000 (0:00:00.106) 0:00:53.981 ******* included: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Sunday 12 February 2023 01:40:22 +0000 (0:00:00.153) 0:00:54.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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Sunday 12 February 2023 01:40:22 +0000 (0:00:00.142) 0:00:54.277 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Sunday 12 February 2023 01:40:23 +0000 (0:00:00.112) 0:00:54.390 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Sunday 12 February 2023 01:40:23 +0000 (0:00:00.079) 0:00:54.470 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Sunday 12 February 2023 01:40:23 +0000 (0:00:00.260) 0:00:54.731 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Sunday 12 February 2023 01:40:23 +0000 (0:00:00.088) 0:00:54.819 ******* skipping: [sut] => {} TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Sunday 12 February 2023 01:40:23 +0000 (0:00:00.104) 0:00:54.923 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:42 Sunday 12 February 2023 01:40:23 +0000 (0:00:00.094) 0:00:55.018 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:46 Sunday 12 February 2023 01:40:23 +0000 (0:00:00.152) 0:00:55.170 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:50 Sunday 12 February 2023 01:40:23 +0000 (0:00:00.097) 0:00:55.268 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:54 Sunday 12 February 2023 01:40:24 +0000 (0:00:00.119) 0:00:55.388 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Sunday 12 February 2023 01:40:24 +0000 (0:00:00.082) 0:00:55.471 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:66 Sunday 12 February 2023 01:40:24 +0000 (0:00:00.039) 0:00:55.510 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:76 Sunday 12 February 2023 01:40:24 +0000 (0:00:00.051) 0:00:55.562 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Sunday 12 February 2023 01:40:24 +0000 (0:00:00.057) 0:00:55.620 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Sunday 12 February 2023 01:40:24 +0000 (0:00:00.078) 0:00:55.698 ******* 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" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Sunday 12 February 2023 01:40:24 +0000 (0:00:00.160) 0:00:55.859 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:109 Sunday 12 February 2023 01:40:24 +0000 (0:00:00.064) 0:00:55.923 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Sunday 12 February 2023 01:40:24 +0000 (0:00:00.060) 0:00:55.983 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Manage tangd custom port systemd directory] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:16 Sunday 12 February 2023 01:40:24 +0000 (0:00:00.191) 0:00:56.175 ******* ok: [sut] => { "changed": false, "path": "/etc/systemd/system/tangd.socket.d", "state": "absent" } TASK [fedora.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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:25 Sunday 12 February 2023 01:40:25 +0000 (0:00:00.444) 0:00:56.619 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:34 Sunday 12 February 2023 01:40:25 +0000 (0:00:00.069) 0:00:56.689 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Sunday 12 February 2023 01:40:25 +0000 (0:00:00.123) 0:00:56.812 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Sunday 12 February 2023 01:40:25 +0000 (0:00:00.083) 0:00:56.896 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:11 Sunday 12 February 2023 01:40:25 +0000 (0:00:00.144) 0:00:57.040 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:16 Sunday 12 February 2023 01:40:25 +0000 (0:00:00.113) 0:00:57.154 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:38 Sunday 12 February 2023 01:40:26 +0000 (0:00:00.176) 0:00:57.330 ******* 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" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:83 Sunday 12 February 2023 01:40:26 +0000 (0:00:00.388) 0:00:57.718 ******* 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" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:93 Sunday 12 February 2023 01:40:26 +0000 (0:00:00.343) 0:00:58.062 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:102 Sunday 12 February 2023 01:40:26 +0000 (0:00:00.133) 0:00:58.196 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:107 Sunday 12 February 2023 01:40:26 +0000 (0:00:00.089) 0:00:58.285 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:114 Sunday 12 February 2023 01:40:27 +0000 (0:00:00.190) 0:00:58.475 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:122 Sunday 12 February 2023 01:40:27 +0000 (0:00:00.140) 0:00:58.616 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:128 Sunday 12 February 2023 01:40:27 +0000 (0:00:00.086) 0:00:58.702 ******* skipping: [sut] => {} TASK [fedora.linux_system_roles.nbde_server : Reload the daemons so the new changes take effect] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:33 Sunday 12 February 2023 01:40:27 +0000 (0:00:00.166) 0:00:58.868 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Ensure required services are enabled and at the right state] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:38 Sunday 12 February 2023 01:40:27 +0000 (0:00:00.071) 0:00:58.939 ******* ok: [sut] => (item=tangd.socket) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "tangd.socket", "name": "tangd.socket", "state": "started", "status": { "Accept": "yes", "AccessSELinuxContext": "system_u:object_r:tangd_unit_file_t:s0", "ActiveEnterTimestamp": "Sun 2023-02-12 01:40:19 UTC", "ActiveEnterTimestampMonotonic": "1139401356", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sun 2023-02-12 01:40:19 UTC", "AssertTimestampMonotonic": "1139398646", "Backlog": "4096", "Before": "sockets.target shutdown.target", "BindIPv6Only": "default", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "Broadcast": "no", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "686000", "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 cap_checkpoint_restore", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sun 2023-02-12 01:40:19 UTC", "ConditionTimestampMonotonic": "1139398642", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/tangd.socket", "ControlGroupId": "5576", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DeferAcceptUSec": "0", "Delegate": "no", "Description": "Tang Server socket", "DevicePolicy": "auto", "DirectoryMode": "0755", "DynamicUser": "no", "FailureAction": "none", "FileDescriptorName": "tangd.socket", "FinalKillSignal": "9", "FlushPending": "no", "FragmentPath": "/usr/lib/systemd/system/tangd.socket", "FreeBind": "no", "FreezerState": "running", "GID": "[not set]", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPTOS": "-1", "IPTTL": "-1", "Id": "tangd.socket", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sun 2023-02-12 01:40:19 UTC", "InactiveExitTimestampMonotonic": "1139401356", "InvocationID": "d00030cdc1254b1690dad4a6bdf65475", "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": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13988", "LimitNPROCSoft": "13988", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13988", "LimitSIGPENDINGSoft": "13988", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "Listen": "[::]:80 (Stream)", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "Mark": "-1", "MaxConnections": "64", "MaxConnectionsPerSource": "0", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "8192", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MessageQueueMaxMessages": "0", "MessageQueueMessageSize": "0", "MountAPIVFS": "no", "NAccepted": "0", "NConnections": "0", "NRefused": "0", "NUMAPolicy": "n/a", "Names": "tangd.socket", "NeedDaemonReload": "no", "Nice": "0", "NoDelay": "no", "NoNewPrivileges": "no", "NonBlocking": "no", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PassCredentials": "no", "PassPacketInfo": "no", "PassSecurity": "no", "Perpetual": "no", "PipeSize": "0", "Priority": "-1", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "ReceiveBuffer": "0", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemoveIPC": "no", "RemoveOnStop": "no", "Requires": "system.slice sysinit.target", "RestartKillSignal": "15", "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", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sun 2023-02-12 01:40:19 UTC", "StateChangeTimestampMonotonic": "1139401356", "StateDirectoryMode": "0755", "StopWhenUnneeded": "no", "SubState": "listening", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "0", "TasksMax": "22380", "TimeoutCleanUSec": "infinity", "TimeoutUSec": "1min 30s", "TimerSlackNSec": "50000", "Timestamping": "off", "Transient": "no", "Transparent": "no", "TriggerLimitBurst": "200", "TriggerLimitIntervalUSec": "2s", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "sockets.target", "WatchdogSignal": "6", "Writable": "no" } } TASK [Gather keys after running with nbde_server_rotate_keys not set] ********** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/tests/tests_nbde_server_rotate_keys.yml:31 Sunday 12 February 2023 01:40:28 +0000 (0:00:00.605) 0:00:59.545 ******* ok: [sut] => { "changed": false, "examined": 2, "files": [ { "atime": 1676166013.0412357, "ctime": 1676166013.054236, "dev": 51716, "gid": 987, "gr_name": "tang", "inode": 696254913, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0400", "mtime": 1676166013.0412357, "nlink": 1, "path": "/var/db/tang/TixyQ9YEmSOiQSK4rA9Ce9m17ib0RHKsRGDca_dvM9A.jwk", "pw_name": "tang", "rgrp": false, "roth": false, "rusr": true, "size": 354, "uid": 987, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1676166013.0522358, "ctime": 1676166013.054236, "dev": 51716, "gid": 987, "gr_name": "tang", "inode": 696254914, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0400", "mtime": 1676166013.0522358, "nlink": 1, "path": "/var/db/tang/kw91P_UtqhDELFT49wZYXpHWsk2Ix_DY2yYLXv_tnHI.jwk", "pw_name": "tang", "rgrp": false, "roth": false, "rusr": true, "size": 349, "uid": 987, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 2, "skipped_paths": {} } MSG: All paths examined TASK [Check whether keys changed - nbde_server_rotate_keys not set] ************ task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/tests/tests_nbde_server_rotate_keys.yml:42 Sunday 12 February 2023 01:40:28 +0000 (0:00:00.306) 0:00:59.852 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.nbde_server : Set version specific variables] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:6 Sunday 12 February 2023 01:40:28 +0000 (0:00:00.045) 0:00:59.897 ******* included: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.nbde_server : Ensure ansible_facts used by role] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2 Sunday 12 February 2023 01:40:28 +0000 (0:00:00.045) 0:00:59.942 ******* ok: [sut] TASK [fedora.linux_system_roles.nbde_server : Set platform/version specific variables] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:7 Sunday 12 February 2023 01:40:29 +0000 (0:00:00.517) 0:01:00.460 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/vars/default.yml" ], "changed": false } TASK [fedora.linux_system_roles.nbde_server : Include the appropriate provider tasks] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:9 Sunday 12 February 2023 01:40:29 +0000 (0:00:00.065) 0:01:00.525 ******* included: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml for sut TASK [fedora.linux_system_roles.nbde_server : Ensure tang is installed] ******** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 Sunday 12 February 2023 01:40:29 +0000 (0:00:00.102) 0:01:00.628 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.nbde_server : Ensure keys are rotated] ********* task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:7 Sunday 12 February 2023 01:40:30 +0000 (0:00:01.187) 0:01:01.815 ******* 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 [fedora.linux_system_roles.nbde_server : Ensure we have keys] ************* task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:16 Sunday 12 February 2023 01:40:30 +0000 (0:00:00.391) 0:01:02.207 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Perform key management (fetch/deploy) tasks] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:25 Sunday 12 February 2023 01:40:30 +0000 (0:00:00.066) 0:01:02.273 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Manage firewall and SELinux for port] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:29 Sunday 12 February 2023 01:40:31 +0000 (0:00:00.095) 0:01:02.368 ******* included: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Sunday 12 February 2023 01:40:31 +0000 (0:00:00.136) 0:01:02.505 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Sunday 12 February 2023 01:40:31 +0000 (0:00:00.117) 0:01:02.623 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Sunday 12 February 2023 01:40:31 +0000 (0:00:00.134) 0:01:02.757 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Sunday 12 February 2023 01:40:31 +0000 (0:00:00.212) 0:01:02.970 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Sunday 12 February 2023 01:40:31 +0000 (0:00:00.207) 0:01:03.177 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Sunday 12 February 2023 01:40:32 +0000 (0:00:00.151) 0:01:03.328 ******* skipping: [sut] => {} TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Sunday 12 February 2023 01:40:32 +0000 (0:00:00.196) 0:01:03.525 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:42 Sunday 12 February 2023 01:40:32 +0000 (0:00:00.155) 0:01:03.680 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:46 Sunday 12 February 2023 01:40:32 +0000 (0:00:00.153) 0:01:03.834 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:50 Sunday 12 February 2023 01:40:32 +0000 (0:00:00.074) 0:01:03.909 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:54 Sunday 12 February 2023 01:40:32 +0000 (0:00:00.066) 0:01:03.975 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Sunday 12 February 2023 01:40:32 +0000 (0:00:00.138) 0:01:04.113 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:66 Sunday 12 February 2023 01:40:32 +0000 (0:00:00.126) 0:01:04.240 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:76 Sunday 12 February 2023 01:40:33 +0000 (0:00:00.123) 0:01:04.363 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Sunday 12 February 2023 01:40:33 +0000 (0:00:00.147) 0:01:04.510 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Sunday 12 February 2023 01:40:33 +0000 (0:00:00.090) 0:01:04.600 ******* 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" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Sunday 12 February 2023 01:40:33 +0000 (0:00:00.125) 0:01:04.725 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:109 Sunday 12 February 2023 01:40:33 +0000 (0:00:00.106) 0:01:04.832 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Sunday 12 February 2023 01:40:33 +0000 (0:00:00.403) 0:01:05.236 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Manage tangd custom port systemd directory] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:16 Sunday 12 February 2023 01:40:34 +0000 (0:00:00.382) 0:01:05.619 ******* ok: [sut] => { "changed": false, "path": "/etc/systemd/system/tangd.socket.d", "state": "absent" } TASK [fedora.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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:25 Sunday 12 February 2023 01:40:34 +0000 (0:00:00.617) 0:01:06.236 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:34 Sunday 12 February 2023 01:40:35 +0000 (0:00:00.296) 0:01:06.532 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Sunday 12 February 2023 01:40:35 +0000 (0:00:00.156) 0:01:06.689 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Sunday 12 February 2023 01:40:35 +0000 (0:00:00.178) 0:01:06.867 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:11 Sunday 12 February 2023 01:40:35 +0000 (0:00:00.324) 0:01:07.192 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:16 Sunday 12 February 2023 01:40:36 +0000 (0:00:00.408) 0:01:07.600 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:38 Sunday 12 February 2023 01:40:36 +0000 (0:00:00.400) 0:01:08.001 ******* 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" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:83 Sunday 12 February 2023 01:40:37 +0000 (0:00:00.563) 0:01:08.565 ******* 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" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:93 Sunday 12 February 2023 01:40:38 +0000 (0:00:00.974) 0:01:09.539 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:102 Sunday 12 February 2023 01:40:38 +0000 (0:00:00.618) 0:01:10.157 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:107 Sunday 12 February 2023 01:40:39 +0000 (0:00:00.585) 0:01:10.743 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:114 Sunday 12 February 2023 01:40:39 +0000 (0:00:00.504) 0:01:11.248 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:122 Sunday 12 February 2023 01:40:40 +0000 (0:00:00.693) 0:01:11.941 ******* 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-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:128 Sunday 12 February 2023 01:40:41 +0000 (0:00:00.407) 0:01:12.348 ******* skipping: [sut] => {} TASK [fedora.linux_system_roles.nbde_server : Reload the daemons so the new changes take effect] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:33 Sunday 12 February 2023 01:40:41 +0000 (0:00:00.813) 0:01:13.162 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Ensure required services are enabled and at the right state] *** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:38 Sunday 12 February 2023 01:40:42 +0000 (0:00:00.772) 0:01:13.934 ******* ok: [sut] => (item=tangd.socket) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "tangd.socket", "name": "tangd.socket", "state": "started", "status": { "Accept": "yes", "AccessSELinuxContext": "system_u:object_r:tangd_unit_file_t:s0", "ActiveEnterTimestamp": "Sun 2023-02-12 01:40:19 UTC", "ActiveEnterTimestampMonotonic": "1139401356", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sun 2023-02-12 01:40:19 UTC", "AssertTimestampMonotonic": "1139398646", "Backlog": "4096", "Before": "sockets.target shutdown.target", "BindIPv6Only": "default", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "Broadcast": "no", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "686000", "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 cap_checkpoint_restore", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sun 2023-02-12 01:40:19 UTC", "ConditionTimestampMonotonic": "1139398642", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/tangd.socket", "ControlGroupId": "5576", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DeferAcceptUSec": "0", "Delegate": "no", "Description": "Tang Server socket", "DevicePolicy": "auto", "DirectoryMode": "0755", "DynamicUser": "no", "FailureAction": "none", "FileDescriptorName": "tangd.socket", "FinalKillSignal": "9", "FlushPending": "no", "FragmentPath": "/usr/lib/systemd/system/tangd.socket", "FreeBind": "no", "FreezerState": "running", "GID": "[not set]", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPTOS": "-1", "IPTTL": "-1", "Id": "tangd.socket", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sun 2023-02-12 01:40:19 UTC", "InactiveExitTimestampMonotonic": "1139401356", "InvocationID": "d00030cdc1254b1690dad4a6bdf65475", "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": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13988", "LimitNPROCSoft": "13988", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13988", "LimitSIGPENDINGSoft": "13988", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "Listen": "[::]:80 (Stream)", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "Mark": "-1", "MaxConnections": "64", "MaxConnectionsPerSource": "0", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "8192", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MessageQueueMaxMessages": "0", "MessageQueueMessageSize": "0", "MountAPIVFS": "no", "NAccepted": "0", "NConnections": "0", "NRefused": "0", "NUMAPolicy": "n/a", "Names": "tangd.socket", "NeedDaemonReload": "no", "Nice": "0", "NoDelay": "no", "NoNewPrivileges": "no", "NonBlocking": "no", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PassCredentials": "no", "PassPacketInfo": "no", "PassSecurity": "no", "Perpetual": "no", "PipeSize": "0", "Priority": "-1", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "ReceiveBuffer": "0", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemoveIPC": "no", "RemoveOnStop": "no", "Requires": "system.slice sysinit.target", "RestartKillSignal": "15", "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", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sun 2023-02-12 01:40:19 UTC", "StateChangeTimestampMonotonic": "1139401356", "StateDirectoryMode": "0755", "StopWhenUnneeded": "no", "SubState": "listening", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "0", "TasksMax": "22380", "TimeoutCleanUSec": "infinity", "TimeoutUSec": "1min 30s", "TimerSlackNSec": "50000", "Timestamping": "off", "Transient": "no", "Transparent": "no", "TriggerLimitBurst": "200", "TriggerLimitIntervalUSec": "2s", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "sockets.target", "WatchdogSignal": "6", "Writable": "no" } } TASK [Gather keys after running with nbde_server_rotate_keys set] ************** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/tests/tests_nbde_server_rotate_keys.yml:52 Sunday 12 February 2023 01:40:44 +0000 (0:00:02.258) 0:01:16.192 ******* ok: [sut] => { "changed": false, "examined": 4, "files": [ { "atime": 1676166030.8314006, "ctime": 1676166030.8444006, "dev": 51716, "gid": 987, "gr_name": "tang", "inode": 696254915, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0400", "mtime": 1676166030.8314006, "nlink": 1, "path": "/var/db/tang/YYU69fZkynTWyxNNqLPoltDeR1YDgIDtMe076bMLUD0.jwk", "pw_name": "tang", "rgrp": false, "roth": false, "rusr": true, "size": 354, "uid": 987, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1676166030.8414006, "ctime": 1676166030.8444006, "dev": 51716, "gid": 987, "gr_name": "tang", "inode": 696254916, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0400", "mtime": 1676166030.8414006, "nlink": 1, "path": "/var/db/tang/xYWnkUghs3k4RB99AfzAXeuiVa5xI6priuOUSNOaYfo.jwk", "pw_name": "tang", "rgrp": false, "roth": false, "rusr": true, "size": 349, "uid": 987, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 2, "skipped_paths": {} } MSG: All paths examined TASK [Check whether keys changed - nbde_server_rotate_keys set] **************** task path: /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/tests/tests_nbde_server_rotate_keys.yml:63 Sunday 12 February 2023 01:40:47 +0000 (0:00:02.719) 0:01:18.912 ******* ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=36 changed=4 unreachable=0 failed=0 skipped=105 rescued=0 ignored=0 Sunday 12 February 2023 01:40:48 +0000 (0:00:01.359) 0:01:20.271 ******* =============================================================================== Gathering Facts -------------------------------------------------------- 24.04s /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/tests/tests_nbde_server_rotate_keys.yml:6 fedora.linux_system_roles.nbde_server : Ensure tang is installed -------- 7.67s /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 fedora.linux_system_roles.nbde_server : Ensure ansible_facts used by role --- 5.93s /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2 Gather keys after running with nbde_server_rotate_keys set -------------- 2.72s /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/tests/tests_nbde_server_rotate_keys.yml:52 fedora.linux_system_roles.nbde_server : Set platform/version specific variables --- 2.39s /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:7 fedora.linux_system_roles.nbde_server : Ensure required services are enabled and at the right state --- 2.26s /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:38 fedora.linux_system_roles.nbde_server : Set version specific variables --- 1.63s /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:6 fedora.linux_system_roles.firewall : Gather firewall config information --- 1.46s /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:83 fedora.linux_system_roles.nbde_server : Ensure keys are rotated --------- 1.37s /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:7 Check whether keys changed - nbde_server_rotate_keys set ---------------- 1.36s /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/tests/tests_nbde_server_rotate_keys.yml:63 fedora.linux_system_roles.nbde_server : Ensure tang is installed -------- 1.19s /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 fedora.linux_system_roles.firewall : Configure firewall ----------------- 1.18s /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:38 fedora.linux_system_roles.nbde_server : Ensure tang is installed -------- 1.12s /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 fedora.linux_system_roles.nbde_server : Ensure required services are enabled and at the right state --- 1.11s /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:38 fedora.linux_system_roles.firewall : Show diffs ------------------------- 1.04s /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:128 fedora.linux_system_roles.firewall : Get config files, checksums after --- 0.90s /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:114 fedora.linux_system_roles.nbde_server : Include the appropriate provider tasks --- 0.90s /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:9 fedora.linux_system_roles.firewall : Update firewalld_config fact ------- 0.83s /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:93 fedora.linux_system_roles.firewall : Update firewalld_config fact ------- 0.79s /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:107 fedora.linux_system_roles.nbde_server : Reload the daemons so the new changes take effect --- 0.77s /WORKDIR/dist-git-nbde_server-weekly-ci-js9jlcwv/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:33 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: [defaults]callback_whitelist option, normalizing names to new standard, use callbacks_enabled instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---