# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.6/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.6.8 (default, Oct 26 2022, 09:13:21) [GCC 8.5.0 20210514 (Red Hat 8.5.0-17)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_reboot.yml ***************************************************** 1 plays in /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/tests_reboot.yml PLAY [Ensure we can set crypto policy including reboot of the system] ********** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/tests_reboot.yml:3 Saturday 11 February 2023 16:50:04 +0000 (0:00:00.035) 0:00:00.035 ***** ok: [sut] META: ran handlers TASK [Ensure we can set crypto policy including reboot of the system] ********** task path: /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/tests_reboot.yml:11 Saturday 11 February 2023 16:50:05 +0000 (0:00:00.910) 0:00:00.945 ***** TASK [linux-system-roles.crypto_policies : Set platform/version specific variables] *** task path: /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:3 Saturday 11 February 2023 16:50:05 +0000 (0:00:00.087) 0:00:01.032 ***** included: /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/tasks/set_vars.yml for sut TASK [linux-system-roles.crypto_policies : Ensure ansible_facts used by role] *** task path: /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/tasks/set_vars.yml:2 Saturday 11 February 2023 16:50:05 +0000 (0:00:00.046) 0:00:01.079 ***** ok: [sut] TASK [linux-system-roles.crypto_policies : Set platform/version specific variables] *** task path: /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/tasks/set_vars.yml:9 Saturday 11 February 2023 16:50:05 +0000 (0:00:00.465) 0:00:01.544 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat_9.2.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.2.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.crypto_policies : Ensure required packages are installed] *** task path: /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:6 Saturday 11 February 2023 16:50:05 +0000 (0:00:00.094) 0:00:01.638 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.crypto_policies : Gather facts] *********************** task path: /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:11 Saturday 11 February 2023 16:50:06 +0000 (0:00:01.167) 0:00:02.806 ***** included: /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml for sut TASK [linux-system-roles.crypto_policies : Find out what is the currently active policy] *** task path: /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml:3 Saturday 11 February 2023 16:50:06 +0000 (0:00:00.058) 0:00:02.865 ***** ok: [sut] => { "changed": false, "cmd": [ "update-crypto-policies", "--show" ], "delta": "0:00:00.117343", "end": "2023-02-11 16:50:07.395614", "rc": 0, "start": "2023-02-11 16:50:07.278271" } STDOUT: DEFAULT TASK [linux-system-roles.crypto_policies : Set current policy fact] ************ task path: /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml:9 Saturday 11 February 2023 16:50:07 +0000 (0:00:00.482) 0:00:03.347 ***** ok: [sut] => { "ansible_facts": { "crypto_policies_active": "DEFAULT" }, "changed": false } TASK [linux-system-roles.crypto_policies : Find base policies files] *********** task path: /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:14 Saturday 11 February 2023 16:50:07 +0000 (0:00:00.060) 0:00:03.408 ***** ok: [sut] => { "changed": false, "examined": 7, "files": [ { "atime": 1675934096.9566085, "ctime": 1675899262.8778203, "dev": 51716, "gid": 0, "gr_name": "root", "inode": 8398539, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1671086896.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/DEFAULT.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2394, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1671086896.0, "ctime": 1675899262.8788204, "dev": 51716, "gid": 0, "gr_name": "root", "inode": 8398540, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1671086896.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/EMPTY.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 267, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1671086896.0, "ctime": 1675899262.8788204, "dev": 51716, "gid": 0, "gr_name": "root", "inode": 8398541, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1671086896.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/FIPS.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1939, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1671086896.0, "ctime": 1675899262.8788204, "dev": 51716, "gid": 0, "gr_name": "root", "inode": 8398542, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1671086896.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/FUTURE.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2465, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1675933717.1659937, "ctime": 1675899262.8788204, "dev": 51716, "gid": 0, "gr_name": "root", "inode": 8398543, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1671086896.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/LEGACY.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2574, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 5 } TASK [linux-system-roles.crypto_policies : Set available base policies fact] *** task path: /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:22 Saturday 11 February 2023 16:50:07 +0000 (0:00:00.342) 0:00:03.751 ***** ok: [sut] => { "ansible_facts": { "crypto_policies_available_policies": [ "FUTURE", "EMPTY", "DEFAULT", "FIPS", "LEGACY" ] }, "changed": false } TASK [linux-system-roles.crypto_policies : Find subpolicy files] *************** task path: /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:29 Saturday 11 February 2023 16:50:07 +0000 (0:00:00.071) 0:00:03.822 ***** ok: [sut] => { "changed": false, "examined": 6, "files": [ { "atime": 1671086896.0, "ctime": 1675899262.8788204, "dev": 51716, "gid": 0, "gr_name": "root", "inode": 16807981, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1671086896.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/modules/AD-SUPPORT-LEGACY.pmod", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 469, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1671086896.0, "ctime": 1675899262.8788204, "dev": 51716, "gid": 0, "gr_name": "root", "inode": 16807982, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1671086896.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/modules/ECDHE-ONLY.pmod", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 136, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1671086896.0, "ctime": 1675899262.8788204, "dev": 51716, "gid": 0, "gr_name": "root", "inode": 16807983, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1671086896.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/modules/NO-SHA1.pmod", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 123, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1671086896.0, "ctime": 1675899262.8788204, "dev": 51716, "gid": 0, "gr_name": "root", "inode": 16807984, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1671086896.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/modules/OSPP.pmod", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1986, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1671086896.0, "ctime": 1675899262.8788204, "dev": 51716, "gid": 0, "gr_name": "root", "inode": 16807985, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1671086896.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/modules/SHA1.pmod", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 131, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1671086896.0, "ctime": 1675899262.8788204, "dev": 51716, "gid": 0, "gr_name": "root", "inode": 16807986, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1671086896.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/modules/AD-SUPPORT.pmod", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 283, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 6 } TASK [linux-system-roles.crypto_policies : Set available subpolicies fact] ***** task path: /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:37 Saturday 11 February 2023 16:50:08 +0000 (0:00:00.259) 0:00:04.081 ***** ok: [sut] => { "ansible_facts": { "crypto_policies_available_subpolicies": [ "NO-SHA1", "AD-SUPPORT", "ECDHE-ONLY", "SHA1", "AD-SUPPORT-LEGACY", "OSPP" ] }, "changed": false } TASK [linux-system-roles.crypto_policies : Set crypto_policies_available_modules fact (deprecated)] *** task path: /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:44 Saturday 11 February 2023 16:50:08 +0000 (0:00:00.059) 0:00:04.141 ***** ok: [sut] => { "ansible_facts": { "crypto_policies_available_modules": [ "NO-SHA1", "AD-SUPPORT", "ECDHE-ONLY", "SHA1", "AD-SUPPORT-LEGACY", "OSPP" ] }, "changed": false } TASK [linux-system-roles.crypto_policies : Update crypto policy if needed] ***** task path: /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:50 Saturday 11 February 2023 16:50:08 +0000 (0:00:00.060) 0:00:04.201 ***** NOTIFIED HANDLER linux-system-roles.crypto_policies : Reboot the managed host to apply crypto policies changes for sut NOTIFIED HANDLER linux-system-roles.crypto_policies : Clear the crypto_policies_reboot_required flag for sut changed: [sut] => { "changed": true, "cmd": [ "update-crypto-policies", "--set", "FUTURE" ], "delta": "0:00:00.179692", "end": "2023-02-11 16:50:08.720297", "rc": 0, "start": "2023-02-11 16:50:08.540605" } STDOUT: Setting system policy to FUTURE Note: System-wide crypto policies are applied on application start-up. It is recommended to restart the system for the change of policies to fully take place. TASK [linux-system-roles.crypto_policies : Set the reboot_required flag if needed] *** task path: /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:61 Saturday 11 February 2023 16:50:08 +0000 (0:00:00.451) 0:00:04.653 ***** ok: [sut] => { "ansible_facts": { "crypto_policies_reboot_required": true }, "changed": false } TASK [linux-system-roles.crypto_policies : Update facts after applying policy] *** task path: /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:69 Saturday 11 February 2023 16:50:08 +0000 (0:00:00.057) 0:00:04.711 ***** included: /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml for sut TASK [linux-system-roles.crypto_policies : Find out what is the currently active policy] *** task path: /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml:3 Saturday 11 February 2023 16:50:08 +0000 (0:00:00.042) 0:00:04.754 ***** ok: [sut] => { "changed": false, "cmd": [ "update-crypto-policies", "--show" ], "delta": "0:00:00.060009", "end": "2023-02-11 16:50:09.223192", "rc": 0, "start": "2023-02-11 16:50:09.163183" } STDOUT: FUTURE TASK [linux-system-roles.crypto_policies : Set current policy fact] ************ task path: /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml:9 Saturday 11 February 2023 16:50:09 +0000 (0:00:00.400) 0:00:05.155 ***** ok: [sut] => { "ansible_facts": { "crypto_policies_active": "FUTURE" }, "changed": false } RUNNING HANDLER [linux-system-roles.crypto_policies : Reboot the managed host to apply crypto policies changes] *** task path: /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/handlers/main.yml:4 Saturday 11 February 2023 16:50:09 +0000 (0:00:00.048) 0:00:05.203 ***** fatal: [sut]: FAILED! => { "changed": false, "elapsed": 609, "rebooted": true } MSG: Timed out waiting for last boot time check (timeout=600) RUNNING HANDLER [linux-system-roles.crypto_policies : Clear the crypto_policies_reboot_required flag] *** task path: /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/handlers/main.yml:11 Saturday 11 February 2023 17:00:19 +0000 (0:10:09.856) 0:10:15.060 ***** META: ran handlers TASK [Restore policy to DEFAULT] *********************************************** task path: /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/tests_reboot.yml:29 Saturday 11 February 2023 17:00:19 +0000 (0:00:00.008) 0:10:15.068 ***** TASK [linux-system-roles.crypto_policies : Set platform/version specific variables] *** task path: /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:3 Saturday 11 February 2023 17:00:19 +0000 (0:00:00.061) 0:10:15.130 ***** included: /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/tasks/set_vars.yml for sut TASK [linux-system-roles.crypto_policies : Ensure ansible_facts used by role] *** task path: /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/tasks/set_vars.yml:2 Saturday 11 February 2023 17:00:19 +0000 (0:00:00.041) 0:10:15.171 ***** fatal: [sut]: UNREACHABLE! => { "changed": false, "unreachable": true } MSG: Data could not be sent to remote host "10.31.12.29". Make sure this host can be reached over ssh: Warning: Permanently added '10.31.12.29' (ECDSA) to the list of known hosts. root@10.31.12.29: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password). to retry, use: --limit @/tmp/tests_reboot.retry PLAY RECAP ********************************************************************* sut : ok=18 changed=1 unreachable=1 failed=1 skipped=1 rescued=0 ignored=0 Saturday 11 February 2023 17:00:19 +0000 (0:00:00.248) 0:10:15.420 ***** =============================================================================== linux-system-roles.crypto_policies : Reboot the managed host to apply crypto policies changes - 609.86s /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/handlers/main.yml:4 linux-system-roles.crypto_policies : Ensure required packages are installed --- 1.17s /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:6 Gathering Facts --------------------------------------------------------- 0.91s /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/tests_reboot.yml:3 - linux-system-roles.crypto_policies : Find out what is the currently active policy --- 0.48s /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml:3 linux-system-roles.crypto_policies : Ensure ansible_facts used by role --- 0.47s /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/tasks/set_vars.yml:2 linux-system-roles.crypto_policies : Update crypto policy if needed ----- 0.45s /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:50 linux-system-roles.crypto_policies : Find out what is the currently active policy --- 0.40s /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml:3 linux-system-roles.crypto_policies : Find base policies files ----------- 0.34s /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:14 linux-system-roles.crypto_policies : Find subpolicy files --------------- 0.26s /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:29 linux-system-roles.crypto_policies : Ensure ansible_facts used by role --- 0.25s /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/tasks/set_vars.yml:2 linux-system-roles.crypto_policies : Set platform/version specific variables --- 0.09s /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/tasks/set_vars.yml:9 Ensure we can set crypto policy including reboot of the system ---------- 0.09s /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/tests_reboot.yml:11 linux-system-roles.crypto_policies : Set available base policies fact --- 0.07s /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:22 Restore policy to DEFAULT ----------------------------------------------- 0.06s /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/tests_reboot.yml:29 linux-system-roles.crypto_policies : Set current policy fact ------------ 0.06s /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml:9 linux-system-roles.crypto_policies : Set crypto_policies_available_modules fact (deprecated) --- 0.06s /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:44 linux-system-roles.crypto_policies : Set available subpolicies fact ----- 0.06s /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:37 linux-system-roles.crypto_policies : Gather facts ----------------------- 0.06s /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:11 linux-system-roles.crypto_policies : Set the reboot_required flag if needed --- 0.06s /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:61 linux-system-roles.crypto_policies : Set current policy fact ------------ 0.05s /WORKDIR/dist-git-crypto_policies-weekly-ci-szv_j6w2/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml:9 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- /opt/ansible-2.9/lib/python3.6/site-packages/ansible/parsing/vault/__init__.py:44: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography and will be removed in a future release. from cryptography.exceptions import InvalidSignature ---^---^---^---^---^---