# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_tls_2022.yml *************************************************** 2 plays in /WORKDIR/git-weekly-ciedxcg5qb/tests/tests_tls_2022.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tests_tls_2022.yml:4 Saturday 20 January 2024 01:46:11 +0000 (0:00:00.012) 0:00:00.012 ****** ok: [sut] => { "ansible_facts": { "mssql_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n66336361663164656232326461653662643537386337346563613939356466313835383235313234\n3634333565616161316639666662613564353237653663610a616639306439653033386664303839\n30663030636161326137656235636230356162373234386461363632353863393161353035316162\n3664353366373231360a343334326337353861366233656330363634353164316434616561333161\n3234\n" } }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciedxcg5qb/tests/vars/vault-variables.yml" ], "changed": false } META: ran handlers META: ran handlers PLAY [Ensure that tls encryption configuration works] ************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tests_tls_2022.yml:9 Saturday 20 January 2024 01:46:11 +0000 (0:00:00.009) 0:00:00.022 ****** ok: [sut] META: ran handlers TASK [Run tests_tls with SQL Server 2022] ************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tests_tls_2022.yml:24 Saturday 20 January 2024 01:46:12 +0000 (0:00:00.637) 0:00:00.660 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_tls.yml for sut TASK [Assert fail on EL 7 with version = 2022 and EL 9 with version != 2022] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_tls.yml:2 Saturday 20 January 2024 01:46:12 +0000 (0:00:00.025) 0:00:00.685 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/assert_fail_on_unsupported_ver.yml for sut TASK [Ensure ansible_facts to get ansible_distribution] ************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/assert_fail_on_unsupported_ver.yml:2 Saturday 20 January 2024 01:46:12 +0000 (0:00:00.015) 0:00:00.700 ****** ok: [sut] TASK [Run the role] ************************************************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/assert_fail_on_unsupported_ver.yml:15 Saturday 20 January 2024 01:46:12 +0000 (0:00:00.344) 0:00:01.045 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unreachable task] ******************************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/assert_fail_on_unsupported_ver.yml:22 Saturday 20 January 2024 01:46:12 +0000 (0:00:00.011) 0:00:01.056 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure the openssl package] ********************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_tls.yml:5 Saturday 20 January 2024 01:46:12 +0000 (0:00:00.012) 0:00:01.069 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: openssl TASK [Create a tempfile for a certificate on hosts] **************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_tls.yml:11 Saturday 20 January 2024 01:46:15 +0000 (0:00:02.678) 0:00:03.748 ****** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.t59ulw5v", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [Create a tempfile for a private key on hosts] **************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_tls.yml:17 Saturday 20 January 2024 01:46:15 +0000 (0:00:00.261) 0:00:04.009 ****** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.l0e0mrol", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [Generate a self-signed certificate and public key] *********************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_tls.yml:23 Saturday 20 January 2024 01:46:16 +0000 (0:00:00.191) 0:00:04.200 ****** changed: [sut] => { "changed": true, "cmd": [ "openssl", "req", "-x509", "-nodes", "-newkey", "rsa:2048", "-subj", "/CN=10.31.15.124", "-out", "/tmp/ansible.t59ulw5v", "-keyout", "/tmp/ansible.l0e0mrol", "-days", "365" ], "delta": "0:00:00.112540", "end": "2024-01-20 01:46:16.478920", "rc": 0, "start": "2024-01-20 01:46:16.366380" } STDERR: Generating a RSA private key ...........................+++++ ............+++++ writing new private key to '/tmp/ansible.l0e0mrol' ----- TASK [Copy certificate files to local tmp] ************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_tls.yml:32 Saturday 20 January 2024 01:46:16 +0000 (0:00:00.372) 0:00:04.573 ****** changed: [sut] => (item=/tmp/ansible.t59ulw5v) => { "ansible_loop_var": "item", "changed": true, "checksum": "4cdcea44f2bf4f883ef13a39bf7231c86a233016", "dest": "/tmp/ansible.t59ulw5v", "item": "/tmp/ansible.t59ulw5v", "md5sum": "1f7881d2c6ad243c4717b7e0693401f3", "remote_checksum": "4cdcea44f2bf4f883ef13a39bf7231c86a233016", "remote_md5sum": null } changed: [sut] => (item=/tmp/ansible.l0e0mrol) => { "ansible_loop_var": "item", "changed": true, "checksum": "02168b103bc53d26a37c9e1b46084abba2efdddf", "dest": "/tmp/ansible.l0e0mrol", "item": "/tmp/ansible.l0e0mrol", "md5sum": "4898ebd8f1bdabae119e576347e6280d", "remote_checksum": "02168b103bc53d26a37c9e1b46084abba2efdddf", "remote_md5sum": null } TASK [Copy a private key to the playbook directory to test a relative path] **** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_tls.yml:44 Saturday 20 January 2024 01:46:17 +0000 (0:00:00.556) 0:00:05.129 ****** changed: [sut -> localhost] => { "changed": true, "checksum": "02168b103bc53d26a37c9e1b46084abba2efdddf", "dest": "./ansible.l0e0mrol", "gid": 1001, "group": "jenkins", "md5sum": "4898ebd8f1bdabae119e576347e6280d", "mode": "0600", "owner": "jenkins", "size": 1704, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1705715177.0669498-34552-265176332159849/source", "state": "file", "uid": 1000090000 } TASK [Set mssql_tls_cert and mssql_tls_private_key for the following test] ***** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_tls.yml:52 Saturday 20 January 2024 01:46:17 +0000 (0:00:00.285) 0:00:05.415 ****** ok: [sut] => { "ansible_facts": { "mssql_tls_cert": "/tmp/ansible.t59ulw5v", "mssql_tls_private_key": "ansible.l0e0mrol" }, "changed": false } TASK [Run role] **************************************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_tls.yml:59 Saturday 20 January 2024 01:46:17 +0000 (0:00:00.011) 0:00:05.426 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 20 January 2024 01:46:17 +0000 (0:00:00.141) 0:00:05.568 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml for sut TASK [linux-system-roles.mssql : Ensure ansible_facts used by role] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 20 January 2024 01:46:17 +0000 (0:00:00.010) 0:00:05.579 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 20 January 2024 01:46:17 +0000 (0:00:00.010) 0:00:05.589 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 20 January 2024 01:46:17 +0000 (0:00:00.052) 0:00:05.642 ****** ok: [sut] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [linux-system-roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 20 January 2024 01:46:17 +0000 (0:00:00.009) 0:00:05.652 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 20 January 2024 01:46:17 +0000 (0:00:00.010) 0:00:05.662 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the variable is deprecated] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 20 January 2024 01:46:17 +0000 (0:00:00.011) 0:00:05.674 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 20 January 2024 01:46:17 +0000 (0:00:00.011) 0:00:05.685 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 20 January 2024 01:46:17 +0000 (0:00:00.009) 0:00:05.695 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 20 January 2024 01:46:17 +0000 (0:00:00.008) 0:00:05.704 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 20 January 2024 01:46:17 +0000 (0:00:00.008) 0:00:05.712 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 20 January 2024 01:46:17 +0000 (0:00:00.009) 0:00:05.722 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 20 January 2024 01:46:17 +0000 (0:00:00.008) 0:00:05.731 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 20 January 2024 01:46:17 +0000 (0:00:00.012) 0:00:05.743 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 20 January 2024 01:46:17 +0000 (0:00:00.011) 0:00:05.755 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 20 January 2024 01:46:17 +0000 (0:00:00.009) 0:00:05.764 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 20 January 2024 01:46:17 +0000 (0:00:00.009) 0:00:05.774 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 20 January 2024 01:46:17 +0000 (0:00:00.009) 0:00:05.784 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 20 January 2024 01:46:17 +0000 (0:00:00.011) 0:00:05.795 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 20 January 2024 01:46:19 +0000 (0:00:01.784) 0:00:07.580 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 20 January 2024 01:46:19 +0000 (0:00:00.048) 0:00:07.628 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 20 January 2024 01:46:19 +0000 (0:00:00.018) 0:00:07.646 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 20 January 2024 01:46:19 +0000 (0:00:00.020) 0:00:07.667 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 20 January 2024 01:46:19 +0000 (0:00:00.069) 0:00:07.737 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version {{ __mssql_current_version }}] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 20 January 2024 01:46:20 +0000 (0:00:00.433) 0:00:08.170 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 20 January 2024 01:46:20 +0000 (0:00:00.018) 0:00:08.189 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2022] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 20 January 2024 01:46:20 +0000 (0:00:00.018) 0:00:08.208 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2022] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 20 January 2024 01:46:20 +0000 (0:00:00.018) 0:00:08.226 ****** changed: [sut] => { "changed": true, "repo": "packages-microsoft-com-mssql-server-2022", "state": "present" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 20 January 2024 01:46:20 +0000 (0:00:00.268) 0:00:08.495 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current mode of SELinux] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 20 January 2024 01:46:20 +0000 (0:00:00.019) 0:00:08.514 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is in enforcing mode] ***** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 20 January 2024 01:46:20 +0000 (0:00:00.018) 0:00:08.532 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is not in enforcing mode] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 20 January 2024 01:46:20 +0000 (0:00:00.017) 0:00:08.549 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-selinux] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 20 January 2024 01:46:20 +0000 (0:00:00.018) 0:00:08.568 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 20 January 2024 01:46:20 +0000 (0:00:00.018) 0:00:08.586 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: gdb-8.2-20.el8.x86_64", "Installed: mssql-server-16.0.4105.2-2.x86_64", "Installed: libatomic_ops-7.6.2-3.el8.x86_64", "Installed: libipt-1.6.1-8.el8.x86_64", "Installed: bzip2-1.0.6-26.el8.x86_64", "Installed: gc-7.6.4-3.el8.x86_64", "Installed: cyrus-sasl-gssapi-2.1.27-6.el8_5.x86_64", "Installed: libatomic-8.5.0-21.el8.x86_64", "Installed: libtool-ltdl-2.4.6-25.el8.x86_64", "Installed: libbabeltrace-1.5.4-4.el8.x86_64", "Installed: gdb-headless-8.2-20.el8.x86_64", "Installed: lsof-4.93.2-1.el8.x86_64", "Installed: guile-5:2.0.14-7.el8.x86_64", "Installed: gcc-gdb-plugin-8.5.0-21.el8.x86_64", "Installed: cyrus-sasl-2.1.27-6.el8_5.x86_64" ] } lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 20 January 2024 01:47:04 +0000 (0:00:43.806) 0:00:52.392 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the errorlog file exists and its location] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 20 January 2024 01:47:04 +0000 (0:00:00.018) 0:00:52.411 ****** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\nerrorlog=\"$(grep '^errorlogfile = ' /var/opt/mssql/mssql.conf \\\n| sed 's/errorlogfile : //')\" || :\nif [ -s \"${errorlog}\" ]; then\n echo \"${errorlog}\"\nelif [ -s /var/opt/mssql/log/errorlog ]; then\n echo /var/opt/mssql/log/errorlog\nelse\n echo \"\"\nfi\n", "delta": "0:00:00.006115", "end": "2024-01-20 01:47:04.523949", "rc": 0, "start": "2024-01-20 01:47:04.517834" } TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 20 January 2024 01:47:04 +0000 (0:00:00.217) 0:00:52.629 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set the __mssql_is_setup variable] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 20 January 2024 01:47:06 +0000 (0:00:01.643) 0:00:54.273 ****** ok: [sut] => { "ansible_facts": { "__mssql_is_setup": false }, "changed": false } TASK [linux-system-roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 20 January 2024 01:47:06 +0000 (0:00:00.060) 0:00:54.333 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 20 January 2024 01:47:06 +0000 (0:00:00.024) 0:00:54.358 ****** changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [linux-system-roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 20 January 2024 01:47:14 +0000 (0:00:08.329) 0:01:02.688 ****** skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 20 January 2024 01:47:14 +0000 (0:00:00.033) 0:01:02.721 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 20 January 2024 01:47:14 +0000 (0:00:00.030) 0:01:02.752 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: tuned-profiles-mssql TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 20 January 2024 01:47:17 +0000 (0:00:02.934) 0:01:05.687 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:10:24 UTC", "ActiveEnterTimestampMonotonic": "43218084", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.socket polkit.service network.target basic.target system.slice dbus.service sysinit.target systemd-journald.socket systemd-sysctl.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:10:21 UTC", "AssertTimestampMonotonic": "41085784", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:10:21 UTC", "ConditionTimestampMonotonic": "41085779", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target auto-cpufreq.service tlp.service cpupower.service power-profiles-daemon.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "723", "ExecMainStartTimestamp": "Sat 2024-01-20 01:10:21 UTC", "ExecMainStartTimestampMonotonic": "41086804", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-20 01:10:21 UTC", "InactiveExitTimestampMonotonic": "41086847", "InvocationID": "62c08fc1ab4f4d1587a5b8d3a604e667", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28609", "LimitNPROCSoft": "28609", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "723", "MemoryAccounting": "yes", "MemoryCurrent": "22921216", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice dbus.service dbus.socket", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:10:24 UTC", "StateChangeTimestampMonotonic": "43218084", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "5", "TasksMax": "45774", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:10:24 UTC", "WatchdogTimestampMonotonic": "43218081", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 20 January 2024 01:47:18 +0000 (0:00:00.770) 0:01:06.458 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.159119", "end": "2024-01-20 01:47:18.827938", "rc": 0, "start": "2024-01-20 01:47:18.668819" } STDOUT: Current active profile: virtual-guest mssql TASK [linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 20 January 2024 01:47:18 +0000 (0:00:00.479) 0:01:06.938 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 20 January 2024 01:47:18 +0000 (0:00:00.028) 0:01:06.966 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 20 January 2024 01:47:18 +0000 (0:00:00.026) 0:01:06.993 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 20 January 2024 01:47:18 +0000 (0:00:00.061) 0:01:07.054 ****** changed: [sut] => { "changed": true, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [linux-system-roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 20 January 2024 01:47:19 +0000 (0:00:00.255) 0:01:07.310 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: unixODBC-devel-2.3.11-1.rh.x86_64", "Installed: msodbcsql17-17.10.5.1-1.x86_64", "Installed: unixODBC-2.3.11-1.rh.x86_64", "Installed: mssql-tools-17.10.1.1-1.x86_64" ] } lsrpackages: mssql-tools unixODBC-devel TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 20 January 2024 01:47:23 +0000 (0:00:03.841) 0:01:11.151 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 20 January 2024 01:47:23 +0000 (0:00:00.043) 0:01:11.195 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 20 January 2024 01:47:23 +0000 (0:00:00.051) 0:01:11.246 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 20 January 2024 01:47:23 +0000 (0:00:00.022) 0:01:11.269 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 20 January 2024 01:47:23 +0000 (0:00:00.031) 0:01:11.301 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the password of sa user] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 20 January 2024 01:47:23 +0000 (0:00:00.044) 0:01:11.345 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 20 January 2024 01:47:23 +0000 (0:00:00.027) 0:01:11.373 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 20 January 2024 01:47:23 +0000 (0:00:00.024) 0:01:11.397 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set edition matches the existing edition] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 20 January 2024 01:47:23 +0000 (0:00:00.024) 0:01:11.422 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 20 January 2024 01:47:23 +0000 (0:00:00.022) 0:01:11.444 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 20 January 2024 01:47:23 +0000 (0:00:00.025) 0:01:11.470 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the edition of MSSQL] ****************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 20 January 2024 01:47:23 +0000 (0:00:00.032) 0:01:11.503 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Configure the IP address setting] ************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 20 January 2024 01:47:23 +0000 (0:00:00.065) 0:01:11.568 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 20 January 2024 01:47:23 +0000 (0:00:00.032) 0:01:11.601 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 20 January 2024 01:47:23 +0000 (0:00:00.039) 0:01:11.641 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the TCP port setting to 1433] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 20 January 2024 01:47:23 +0000 (0:00:00.027) 0:01:11.669 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tcpport] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:47:23 +0000 (0:00:00.049) 0:01:11.719 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003234", "end": "2024-01-20 01:47:23.834369", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:47:23.831135" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:47:23 +0000 (0:00:00.270) 0:01:11.989 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.133747", "end": "2024-01-20 01:47:24.277001", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:47:24.143254" } STDOUT: Validation error on setting 'network.tcpport' Port '1433' is already in use. Please use another port TASK [linux-system-roles.mssql : Unset the setting network tcpport] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:47:24 +0000 (0:00:00.397) 0:01:12.386 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 20 January 2024 01:47:24 +0000 (0:00:00.019) 0:01:12.406 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 20 January 2024 01:47:24 +0000 (0:00:00.043) 0:01:12.449 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-fts] ********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 20 January 2024 01:47:24 +0000 (0:00:00.022) 0:01:12.471 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 20 January 2024 01:47:24 +0000 (0:00:00.026) 0:01:12.497 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 20 January 2024 01:47:24 +0000 (0:00:00.025) 0:01:12.522 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 20 January 2024 01:47:24 +0000 (0:00:00.042) 0:01:12.565 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 20 January 2024 01:47:24 +0000 (0:00:00.034) 0:01:12.599 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 20 January 2024 01:47:24 +0000 (0:00:00.045) 0:01:12.645 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 20 January 2024 01:47:24 +0000 (0:00:00.045) 0:01:12.690 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 20 January 2024 01:47:24 +0000 (0:00:00.023) 0:01:12.714 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 20 January 2024 01:47:24 +0000 (0:00:00.029) 0:01:12.743 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Copy certificate and private_key files to the host] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 20 January 2024 01:47:24 +0000 (0:00:00.040) 0:01:12.784 ****** changed: [sut] => (item=/tmp/ansible.t59ulw5v) => { "ansible_loop_var": "item", "changed": true, "checksum": "4cdcea44f2bf4f883ef13a39bf7231c86a233016", "dest": "/etc/pki/tls/certs/ansible.t59ulw5v", "gid": 991, "group": "mssql", "item": "/tmp/ansible.t59ulw5v", "md5sum": "1f7881d2c6ad243c4717b7e0693401f3", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1123, "src": "/root/.ansible/tmp/ansible-tmp-1705715244.7591014-36789-99305753835229/source", "state": "file", "uid": 993 } changed: [sut] => (item=ansible.l0e0mrol) => { "ansible_loop_var": "item", "changed": true, "checksum": "02168b103bc53d26a37c9e1b46084abba2efdddf", "dest": "/etc/pki/tls/private/ansible.l0e0mrol", "gid": 991, "group": "mssql", "item": "ansible.l0e0mrol", "md5sum": "4898ebd8f1bdabae119e576347e6280d", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1704, "src": "/root/.ansible/tmp/ansible-tmp-1705715245.3046463-36789-97919028515273/source", "state": "file", "uid": 993 } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 20 January 2024 01:47:25 +0000 (0:00:01.124) 0:01:13.909 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tlscert] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:47:25 +0000 (0:00:00.090) 0:01:13.999 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002992", "end": "2024-01-20 01:47:26.114601", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:47:26.111609" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlscert] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:47:26 +0000 (0:00:00.221) 0:01:14.220 ****** NOTIFIED HANDLER linux-system-roles.mssql : Restart the mssql-server service for sut changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlscert", "/etc/pki/tls/certs/ansible.t59ulw5v" ], "delta": "0:00:00.134764", "end": "2024-01-20 01:47:26.468998", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:47:26.334234" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting network tlscert] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:47:26 +0000 (0:00:00.358) 0:01:14.578 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 20 January 2024 01:47:26 +0000 (0:00:00.028) 0:01:14.606 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tlskey] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:47:26 +0000 (0:00:00.043) 0:01:14.650 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.003405", "end": "2024-01-20 01:47:27.767581", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:47:26.764176" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlskey] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:47:27 +0000 (0:00:01.222) 0:01:15.872 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlskey", "/etc/pki/tls/private/ansible.l0e0mrol" ], "delta": "0:00:00.130971", "end": "2024-01-20 01:47:28.113859", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:47:27.982888" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting network tlskey] ************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:47:28 +0000 (0:00:00.350) 0:01:16.223 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 20 January 2024 01:47:28 +0000 (0:00:00.025) 0:01:16.248 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tlsprotocols] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:47:28 +0000 (0:00:00.080) 0:01:16.329 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003133", "end": "2024-01-20 01:47:28.437566", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:47:28.434433" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:47:28 +0000 (0:00:00.212) 0:01:16.542 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlsprotocols", "1.2" ], "delta": "0:00:00.131790", "end": "2024-01-20 01:47:28.785018", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:47:28.653228" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting network tlsprotocols] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:47:28 +0000 (0:00:00.357) 0:01:16.899 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 20 January 2024 01:47:28 +0000 (0:00:00.024) 0:01:16.924 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network forceencryption] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:47:28 +0000 (0:00:00.076) 0:01:17.000 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002947", "end": "2024-01-20 01:47:29.143842", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:47:29.140895" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:47:29 +0000 (0:00:00.251) 0:01:17.251 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.forceencryption", "1" ], "delta": "0:00:00.134521", "end": "2024-01-20 01:47:29.496305", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:47:29.361784" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting network forceencryption] **** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:47:29 +0000 (0:00:00.356) 0:01:17.608 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 20 January 2024 01:47:29 +0000 (0:00:00.021) 0:01:17.629 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 20 January 2024 01:47:29 +0000 (0:00:00.022) 0:01:17.651 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 20 January 2024 01:47:29 +0000 (0:00:00.026) 0:01:17.678 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print credential caches to check if AD principal exists] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 20 January 2024 01:47:29 +0000 (0:00:00.029) 0:01:17.708 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 20 January 2024 01:47:29 +0000 (0:00:00.055) 0:01:17.764 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 20 January 2024 01:47:29 +0000 (0:00:00.047) 0:01:17.811 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Check if AD user exists] ********************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 20 January 2024 01:47:29 +0000 (0:00:00.023) 0:01:17.835 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 20 January 2024 01:47:29 +0000 (0:00:00.022) 0:01:17.857 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Get SPNs for the principal] ******************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 20 January 2024 01:47:29 +0000 (0:00:00.020) 0:01:17.878 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 20 January 2024 01:47:29 +0000 (0:00:00.020) 0:01:17.898 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get kvno of the SPN host] ********************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 20 January 2024 01:47:29 +0000 (0:00:00.019) 0:01:17.917 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get stats of the keytab file] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 20 January 2024 01:47:29 +0000 (0:00:00.018) 0:01:17.936 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 20 January 2024 01:47:29 +0000 (0:00:00.019) 0:01:17.955 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 20 January 2024 01:47:29 +0000 (0:00:00.020) 0:01:17.976 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 20 January 2024 01:47:29 +0000 (0:00:00.020) 0:01:17.996 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure correct permissions and ownership on the keytab] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 20 January 2024 01:47:29 +0000 (0:00:00.021) 0:01:18.017 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 20 January 2024 01:47:29 +0000 (0:00:00.037) 0:01:18.055 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 20 January 2024 01:47:30 +0000 (0:00:00.024) 0:01:18.079 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 20 January 2024 01:47:30 +0000 (0:00:00.021) 0:01:18.101 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 20 January 2024 01:47:30 +0000 (0:00:00.028) 0:01:18.129 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the port and enable the high-availability service in firewall tcp port 5022] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 20 January 2024 01:47:30 +0000 (0:00:00.020) 0:01:18.150 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 20 January 2024 01:47:30 +0000 (0:00:00.050) 0:01:18.200 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 20 January 2024 01:47:30 +0000 (0:00:00.022) 0:01:18.223 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 20 January 2024 01:47:30 +0000 (0:00:00.023) 0:01:18.246 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 20 January 2024 01:47:30 +0000 (0:00:00.022) 0:01:18.269 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 20 January 2024 01:47:30 +0000 (0:00:00.021) 0:01:18.290 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key files] ***** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 20 January 2024 01:47:30 +0000 (0:00:00.019) 0:01:18.310 ****** skipping: [sut] => (item=/var/opt/mssql/data/.cer) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.cer", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/var/opt/mssql/data/.pvk) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.pvk", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on the primary replica] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 20 January 2024 01:47:30 +0000 (0:00:00.024) 0:01:18.335 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create login for HA on in SQL Server] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 20 January 2024 01:47:30 +0000 (0:00:00.021) 0:01:18.356 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 20 January 2024 01:47:30 +0000 (0:00:00.022) 0:01:18.378 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current primary replica in SQL] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 20 January 2024 01:47:30 +0000 (0:00:00.042) 0:01:18.421 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set fact with the current primary replica] **** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 20 January 2024 01:47:30 +0000 (0:00:00.023) 0:01:18.445 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 20 January 2024 01:47:30 +0000 (0:00:00.020) 0:01:18.466 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 20 January 2024 01:47:30 +0000 (0:00:00.019) 0:01:18.485 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 20 January 2024 01:47:30 +0000 (0:00:00.023) 0:01:18.509 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 20 January 2024 01:47:30 +0000 (0:00:00.021) 0:01:18.530 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 20 January 2024 01:47:30 +0000 (0:00:00.022) 0:01:18.552 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 20 January 2024 01:47:30 +0000 (0:00:00.021) 0:01:18.574 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 20 January 2024 01:47:30 +0000 (0:00:00.051) 0:01:18.626 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 20 January 2024 01:47:30 +0000 (0:00:00.027) 0:01:18.653 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 20 January 2024 01:47:30 +0000 (0:00:00.020) 0:01:18.674 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 20 January 2024 01:47:30 +0000 (0:00:00.021) 0:01:18.696 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on not primary replicas] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 20 January 2024 01:47:30 +0000 (0:00:00.027) 0:01:18.723 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 20 January 2024 01:47:30 +0000 (0:00:00.020) 0:01:18.744 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 20 January 2024 01:47:30 +0000 (0:00:00.019) 0:01:18.764 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 20 January 2024 01:47:30 +0000 (0:00:00.018) 0:01:18.783 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key from the control node] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 20 January 2024 01:47:30 +0000 (0:00:00.020) 0:01:18.803 ****** skipping: [sut] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=key) => { "ansible_loop_var": "item", "changed": false, "item": "key", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Save credentials for the SQL Server login] **** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 20 January 2024 01:47:30 +0000 (0:00:00.023) 0:01:18.827 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 20 January 2024 01:47:30 +0000 (0:00:00.018) 0:01:18.846 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure listener for the availability group] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 20 January 2024 01:47:30 +0000 (0:00:00.020) 0:01:18.866 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 20 January 2024 01:47:30 +0000 (0:00:00.020) 0:01:18.887 ****** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 20 January 2024 01:47:31 +0000 (0:00:00.325) 0:01:19.212 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:47:14 UTC", "ActiveEnterTimestampMonotonic": "2253552219", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice systemd-journald.socket auditd.service sysinit.target -.mount basic.target network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:47:14 UTC", "AssertTimestampMonotonic": "2253544245", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:47:14 UTC", "ConditionTimestampMonotonic": "2253544243", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "59041", "ExecMainStartTimestamp": "Sat 2024-01-20 01:47:14 UTC", "ExecMainStartTimestampMonotonic": "2253552160", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "991", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-20 01:47:14 UTC", "InactiveExitTimestampMonotonic": "2253552219", "InvocationID": "4bb027b0af82405b979679e7f6c01d59", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "infinity", "LimitNOFILESoft": "infinity", "LimitNPROC": "infinity", "LimitNPROCSoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "59041", "MemoryAccounting": "yes", "MemoryCurrent": "779337728", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "3", "StartLimitIntervalUSec": "2min", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:47:14 UTC", "StateChangeTimestampMonotonic": "2253552219", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "178", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:47:14 UTC", "WatchdogTimestampMonotonic": "2253552216", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 20 January 2024 01:47:31 +0000 (0:00:00.587) 0:01:19.800 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 20 January 2024 01:47:31 +0000 (0:00:00.023) 0:01:19.824 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove a private key from the playbook directory] ************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_tls.yml:68 Saturday 20 January 2024 01:47:31 +0000 (0:00:00.024) 0:01:19.848 ****** changed: [sut -> localhost] => { "changed": true, "path": "ansible.l0e0mrol", "state": "absent" } TASK [Configure the mssql-server service start limit interval and burst] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_tls.yml:75 Saturday 20 January 2024 01:47:31 +0000 (0:00:00.176) 0:01:20.025 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql-sever-increase-start-limit.yml for sut TASK [Modify the mssql-server service start limit interval] ******************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql-sever-increase-start-limit.yml:3 Saturday 20 January 2024 01:47:31 +0000 (0:00:00.034) 0:01:20.059 ****** changed: [sut] => { "changed": true } MSG: 1 replacements made TASK [Modify the mssql-server service start limit burst] *********************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql-sever-increase-start-limit.yml:10 Saturday 20 January 2024 01:47:32 +0000 (0:00:00.278) 0:01:20.338 ****** changed: [sut] => { "changed": true } MSG: 1 replacements made TASK [Reload service daemon] *************************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql-sever-increase-start-limit.yml:17 Saturday 20 January 2024 01:47:32 +0000 (0:00:00.234) 0:01:20.572 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [Verify connectivity and settings] **************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_tls.yml:78 Saturday 20 January 2024 01:47:33 +0000 (0:00:00.548) 0:01:21.121 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:8 Saturday 20 January 2024 01:47:33 +0000 (0:00:00.043) 0:01:21.165 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:23 Saturday 20 January 2024 01:47:33 +0000 (0:00:00.049) 0:01:21.214 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:35 Saturday 20 January 2024 01:47:33 +0000 (0:00:00.020) 0:01:21.235 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:39 Saturday 20 January 2024 01:47:33 +0000 (0:00:00.023) 0:01:21.259 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:55 Saturday 20 January 2024 01:47:33 +0000 (0:00:00.021) 0:01:21.280 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:60 Saturday 20 January 2024 01:47:33 +0000 (0:00:00.021) 0:01:21.301 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:70 Saturday 20 January 2024 01:47:33 +0000 (0:00:00.021) 0:01:21.323 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:75 Saturday 20 January 2024 01:47:33 +0000 (0:00:00.019) 0:01:21.342 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:85 Saturday 20 January 2024 01:47:33 +0000 (0:00:00.019) 0:01:21.362 ****** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 20 January 2024 01:47:33 +0000 (0:00:00.039) 0:01:21.401 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:47:31 UTC", "ActiveEnterTimestampMonotonic": "2270802690", "ActiveExitTimestamp": "Sat 2024-01-20 01:47:31 UTC", "ActiveExitTimestampMonotonic": "2270635425", "ActiveState": "active", "After": "sysinit.target system.slice auditd.service -.mount basic.target network.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:47:31 UTC", "AssertTimestampMonotonic": "2270801627", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:47:31 UTC", "ConditionTimestampMonotonic": "2270801625", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "60308", "ExecMainStartTimestamp": "Sat 2024-01-20 01:47:31 UTC", "ExecMainStartTimestampMonotonic": "2270802629", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "991", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-20 01:47:31 UTC", "InactiveEnterTimestampMonotonic": "2270800743", "InactiveExitTimestamp": "Sat 2024-01-20 01:47:31 UTC", "InactiveExitTimestampMonotonic": "2270802690", "InvocationID": "4a93da7f84f247f5812673f5b856ddb6", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "infinity", "LimitNOFILESoft": "infinity", "LimitNPROC": "infinity", "LimitNPROCSoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "60308", "MemoryAccounting": "yes", "MemoryCurrent": "483319808", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount sysinit.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:47:31 UTC", "StateChangeTimestampMonotonic": "2270802690", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "98", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:47:31 UTC", "WatchdogTimestampMonotonic": "2270802687", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 20 January 2024 01:47:33 +0000 (0:00:00.489) 0:01:21.891 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003624", "end": "2024-01-20 01:47:34.019971", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:47:34.016347" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 20 January 2024 01:47:34 +0000 (0:00:00.237) 0:01:22.128 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003336", "end": "2024-01-20 01:47:34.242311", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:47:34.238975" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 20 January 2024 01:47:34 +0000 (0:00:00.222) 0:01:22.351 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Wait for mssql-server to prepare for client connections] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:93 Saturday 20 January 2024 01:47:34 +0000 (0:00:00.027) 0:01:22.378 ****** ok: [sut] => { "changed": false, "elapsed": 2, "gid": 991, "group": "mssql", "match_groupdict": {}, "match_groups": [], "mode": "0660", "owner": "mssql", "path": "/var/opt/mssql/log/errorlog", "port": null, "search_regex": "SQL Server is now ready for client connections", "secontext": "system_u:object_r:var_t:s0", "size": 15886, "state": "file", "uid": 993 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:99 Saturday 20 January 2024 01:47:36 +0000 (0:00:02.327) 0:01:24.706 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.037125", "end": "2024-01-20 01:47:36.877678", "rc": 0, "start": "2024-01-20 01:47:36.840553" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2022 (RTM-CU11) (KB5032679) - 16.0.4105.2 (X64) Nov 14 2023 18:33:19 Copyright (C) 2022 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Stream 8) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:113 Saturday 20 January 2024 01:47:36 +0000 (0:00:00.283) 0:01:24.990 ****** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:117 Saturday 20 January 2024 01:47:36 +0000 (0:00:00.022) 0:01:25.013 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:124 Saturday 20 January 2024 01:47:36 +0000 (0:00:00.020) 0:01:25.033 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:135 Saturday 20 January 2024 01:47:36 +0000 (0:00:00.019) 0:01:25.053 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:140 Saturday 20 January 2024 01:47:36 +0000 (0:00:00.019) 0:01:25.073 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:145 Saturday 20 January 2024 01:47:37 +0000 (0:00:00.041) 0:01:25.114 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:151 Saturday 20 January 2024 01:47:37 +0000 (0:00:00.020) 0:01:25.135 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:157 Saturday 20 January 2024 01:47:37 +0000 (0:00:00.019) 0:01:25.155 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:167 Saturday 20 January 2024 01:47:37 +0000 (0:00:00.019) 0:01:25.174 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlscert] ************************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:47:37 +0000 (0:00:00.034) 0:01:25.209 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004399", "end": "2024-01-20 01:47:37.318757", "rc": 0, "start": "2024-01-20 01:47:37.314358" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.t59ulw5v TASK [Verify the setting when it is type str tlscert] ************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:47:37 +0000 (0:00:00.214) 0:01:25.423 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:47:37 +0000 (0:00:00.029) 0:01:25.453 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/certs/ansible.t59ulw5v] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:47:37 +0000 (0:00:00.025) 0:01:25.478 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:178 Saturday 20 January 2024 01:47:37 +0000 (0:00:00.020) 0:01:25.499 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlskey] ************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:47:37 +0000 (0:00:00.038) 0:01:25.537 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004275", "end": "2024-01-20 01:47:37.648050", "rc": 0, "start": "2024-01-20 01:47:37.643775" } STDOUT: tlskey = /etc/pki/tls/private/ansible.l0e0mrol TASK [Verify the setting when it is type str tlskey] *************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:47:37 +0000 (0:00:00.215) 0:01:25.753 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:47:37 +0000 (0:00:00.029) 0:01:25.782 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/private/ansible.l0e0mrol] ************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:47:37 +0000 (0:00:00.025) 0:01:25.807 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:190 Saturday 20 January 2024 01:47:37 +0000 (0:00:00.048) 0:01:25.856 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlsprotocols] ******************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:47:37 +0000 (0:00:00.039) 0:01:25.895 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004661", "end": "2024-01-20 01:47:38.005872", "rc": 0, "start": "2024-01-20 01:47:38.001211" } STDOUT: tlsprotocols = 1.2 TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:47:38 +0000 (0:00:00.216) 0:01:26.112 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:47:38 +0000 (0:00:00.028) 0:01:26.141 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1.2] *********************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:47:38 +0000 (0:00:00.023) 0:01:26.164 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:198 Saturday 20 January 2024 01:47:38 +0000 (0:00:00.021) 0:01:26.185 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting forceencryption] **************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:47:38 +0000 (0:00:00.039) 0:01:26.225 ****** ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004654", "end": "2024-01-20 01:47:38.335872", "rc": 0, "start": "2024-01-20 01:47:38.331218" } STDOUT: forceencryption = 1 TASK [Verify the setting when it is type str forceencryption] ****************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:47:38 +0000 (0:00:00.217) 0:01:26.442 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool forceencryption] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:47:38 +0000 (0:00:00.024) 0:01:26.466 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:47:38 +0000 (0:00:00.031) 0:01:26.498 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:208 Saturday 20 January 2024 01:47:38 +0000 (0:00:00.022) 0:01:26.520 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that SELinux is in the mode {{ __mssql_selinux_mode }}] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:213 Saturday 20 January 2024 01:47:38 +0000 (0:00:00.020) 0:01:26.541 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:221 Saturday 20 January 2024 01:47:38 +0000 (0:00:00.022) 0:01:26.563 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Disable TLS encryption] ************************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_tls.yml:85 Saturday 20 January 2024 01:47:38 +0000 (0:00:00.050) 0:01:26.614 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 20 January 2024 01:47:38 +0000 (0:00:00.104) 0:01:26.718 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml for sut TASK [linux-system-roles.mssql : Ensure ansible_facts used by role] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 20 January 2024 01:47:38 +0000 (0:00:00.036) 0:01:26.755 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 20 January 2024 01:47:38 +0000 (0:00:00.026) 0:01:26.781 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 20 January 2024 01:47:38 +0000 (0:00:00.054) 0:01:26.836 ****** ok: [sut] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [linux-system-roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 20 January 2024 01:47:38 +0000 (0:00:00.025) 0:01:26.861 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 20 January 2024 01:47:38 +0000 (0:00:00.040) 0:01:26.901 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the variable is deprecated] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 20 January 2024 01:47:38 +0000 (0:00:00.022) 0:01:26.923 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 20 January 2024 01:47:38 +0000 (0:00:00.025) 0:01:26.948 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 20 January 2024 01:47:38 +0000 (0:00:00.023) 0:01:26.972 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 20 January 2024 01:47:38 +0000 (0:00:00.033) 0:01:27.005 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 20 January 2024 01:47:38 +0000 (0:00:00.025) 0:01:27.031 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 20 January 2024 01:47:39 +0000 (0:00:00.055) 0:01:27.086 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 20 January 2024 01:47:39 +0000 (0:00:00.023) 0:01:27.109 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 20 January 2024 01:47:39 +0000 (0:00:00.026) 0:01:27.136 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 20 January 2024 01:47:39 +0000 (0:00:00.055) 0:01:27.192 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 20 January 2024 01:47:39 +0000 (0:00:00.022) 0:01:27.215 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 20 January 2024 01:47:39 +0000 (0:00:00.021) 0:01:27.236 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 20 January 2024 01:47:39 +0000 (0:00:00.023) 0:01:27.259 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 20 January 2024 01:47:39 +0000 (0:00:00.023) 0:01:27.282 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 20 January 2024 01:47:40 +0000 (0:00:01.723) 0:01:29.005 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } ok: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_facts": { "__mssql_current_version": "2022" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 } } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 20 January 2024 01:47:40 +0000 (0:00:00.061) 0:01:29.067 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 20 January 2024 01:47:41 +0000 (0:00:00.021) 0:01:29.089 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 20 January 2024 01:47:41 +0000 (0:00:00.022) 0:01:29.112 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 20 January 2024 01:47:41 +0000 (0:00:00.039) 0:01:29.151 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2022] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 20 January 2024 01:47:41 +0000 (0:00:00.369) 0:01:29.520 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 20 January 2024 01:47:41 +0000 (0:00:00.022) 0:01:29.543 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2022] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 20 January 2024 01:47:41 +0000 (0:00:00.021) 0:01:29.565 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2022] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 20 January 2024 01:47:41 +0000 (0:00:00.022) 0:01:29.587 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 20 January 2024 01:47:41 +0000 (0:00:00.026) 0:01:29.614 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current mode of SELinux] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 20 January 2024 01:47:41 +0000 (0:00:00.021) 0:01:29.636 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is in enforcing mode] ***** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 20 January 2024 01:47:41 +0000 (0:00:00.022) 0:01:29.658 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is not in enforcing mode] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 20 January 2024 01:47:41 +0000 (0:00:00.021) 0:01:29.679 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-selinux] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 20 January 2024 01:47:41 +0000 (0:00:00.021) 0:01:29.701 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 20 January 2024 01:47:41 +0000 (0:00:00.022) 0:01:29.724 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 20 January 2024 01:47:44 +0000 (0:00:02.517) 0:01:32.241 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the errorlog file exists and its location] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 20 January 2024 01:47:44 +0000 (0:00:00.026) 0:01:32.268 ****** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\nerrorlog=\"$(grep '^errorlogfile = ' /var/opt/mssql/mssql.conf \\\n| sed 's/errorlogfile : //')\" || :\nif [ -s \"${errorlog}\" ]; then\n echo \"${errorlog}\"\nelif [ -s /var/opt/mssql/log/errorlog ]; then\n echo /var/opt/mssql/log/errorlog\nelse\n echo \"\"\nfi\n", "delta": "0:00:00.005664", "end": "2024-01-20 01:47:44.381867", "rc": 0, "start": "2024-01-20 01:47:44.376203" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 20 January 2024 01:47:44 +0000 (0:00:00.219) 0:01:32.487 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set the __mssql_is_setup variable] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 20 January 2024 01:47:45 +0000 (0:00:01.533) 0:01:34.021 ****** ok: [sut] => { "ansible_facts": { "__mssql_is_setup": true }, "changed": false } TASK [linux-system-roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 20 January 2024 01:47:45 +0000 (0:00:00.029) 0:01:34.050 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 20 January 2024 01:47:46 +0000 (0:00:00.049) 0:01:34.099 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 20 January 2024 01:47:46 +0000 (0:00:00.021) 0:01:34.121 ****** skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 20 January 2024 01:47:46 +0000 (0:00:00.026) 0:01:34.147 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 20 January 2024 01:47:46 +0000 (0:00:00.022) 0:01:34.169 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: tuned-profiles-mssql TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 20 January 2024 01:47:48 +0000 (0:00:02.579) 0:01:36.749 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:10:24 UTC", "ActiveEnterTimestampMonotonic": "43218084", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service sysinit.target polkit.service systemd-sysctl.service network.target systemd-journald.socket basic.target dbus.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:10:21 UTC", "AssertTimestampMonotonic": "41085784", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:10:21 UTC", "ConditionTimestampMonotonic": "41085779", "ConfigurationDirectoryMode": "0755", "Conflicts": "auto-cpufreq.service shutdown.target tlp.service power-profiles-daemon.service cpupower.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "723", "ExecMainStartTimestamp": "Sat 2024-01-20 01:10:21 UTC", "ExecMainStartTimestampMonotonic": "41086804", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-20 01:10:21 UTC", "InactiveExitTimestampMonotonic": "41086847", "InvocationID": "62c08fc1ab4f4d1587a5b8d3a604e667", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28609", "LimitNPROCSoft": "28609", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "723", "MemoryAccounting": "yes", "MemoryCurrent": "22708224", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket dbus.service sysinit.target system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:10:24 UTC", "StateChangeTimestampMonotonic": "43218084", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "5", "TasksMax": "45774", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:10:24 UTC", "WatchdogTimestampMonotonic": "43218081", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 20 January 2024 01:47:49 +0000 (0:00:00.370) 0:01:37.119 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.126430", "end": "2024-01-20 01:47:49.352870", "rc": 0, "start": "2024-01-20 01:47:49.226440" } STDOUT: Current active profile: virtual-guest mssql TASK [linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 20 January 2024 01:47:49 +0000 (0:00:00.339) 0:01:37.459 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 20 January 2024 01:47:49 +0000 (0:00:00.046) 0:01:37.506 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 20 January 2024 01:47:49 +0000 (0:00:00.023) 0:01:37.529 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 20 January 2024 01:47:49 +0000 (0:00:00.038) 0:01:37.568 ****** ok: [sut] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [linux-system-roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 20 January 2024 01:47:49 +0000 (0:00:00.220) 0:01:37.789 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: mssql-tools unixODBC-devel TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 20 January 2024 01:47:52 +0000 (0:00:02.556) 0:01:40.345 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 20 January 2024 01:47:52 +0000 (0:00:00.046) 0:01:40.391 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 20 January 2024 01:47:52 +0000 (0:00:00.023) 0:01:40.414 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 20 January 2024 01:47:52 +0000 (0:00:00.024) 0:01:40.439 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 20 January 2024 01:47:52 +0000 (0:00:00.024) 0:01:40.463 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the password of sa user] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 20 January 2024 01:47:52 +0000 (0:00:00.022) 0:01:40.485 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 20 January 2024 01:47:52 +0000 (0:00:00.022) 0:01:40.508 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 20 January 2024 01:47:52 +0000 (0:00:00.022) 0:01:40.530 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set edition matches the existing edition] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 20 January 2024 01:47:52 +0000 (0:00:00.021) 0:01:40.551 ****** ok: [sut] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Evaluation edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n edition_matches=false\nelse\n edition_matches=true\nfi\necho \"${edition_matches}\"\n", "delta": "0:00:00.005196", "end": "2024-01-20 01:47:52.676953", "rc": 0, "start": "2024-01-20 01:47:52.671757" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 20 January 2024 01:47:52 +0000 (0:00:00.230) 0:01:40.782 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 20 January 2024 01:47:52 +0000 (0:00:00.024) 0:01:40.806 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the edition of MSSQL] ****************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 20 January 2024 01:47:54 +0000 (0:00:01.697) 0:01:42.503 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Configure the IP address setting] ************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 20 January 2024 01:47:54 +0000 (0:00:00.023) 0:01:42.526 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 20 January 2024 01:47:54 +0000 (0:00:00.022) 0:01:42.549 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 20 January 2024 01:47:54 +0000 (0:00:00.023) 0:01:42.572 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the TCP port setting to 1433] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 20 January 2024 01:47:54 +0000 (0:00:00.022) 0:01:42.595 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tcpport] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:47:54 +0000 (0:00:00.037) 0:01:42.632 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003008", "end": "2024-01-20 01:47:54.742749", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:47:54.739741" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:47:54 +0000 (0:00:00.215) 0:01:42.848 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.132354", "end": "2024-01-20 01:47:55.085959", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:47:54.953605" } STDOUT: Validation error on setting 'network.tcpport' Port '1433' is already in use. Please use another port TASK [linux-system-roles.mssql : Unset the setting network tcpport] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:47:55 +0000 (0:00:00.348) 0:01:43.196 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 20 January 2024 01:47:55 +0000 (0:00:00.021) 0:01:43.218 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 20 January 2024 01:47:55 +0000 (0:00:00.022) 0:01:43.240 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-fts] ********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 20 January 2024 01:47:55 +0000 (0:00:00.023) 0:01:43.263 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 20 January 2024 01:47:55 +0000 (0:00:00.052) 0:01:43.315 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 20 January 2024 01:47:55 +0000 (0:00:00.022) 0:01:43.338 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 20 January 2024 01:47:55 +0000 (0:00:00.020) 0:01:43.358 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 20 January 2024 01:47:55 +0000 (0:00:00.020) 0:01:43.378 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 20 January 2024 01:47:55 +0000 (0:00:00.020) 0:01:43.398 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 20 January 2024 01:47:55 +0000 (0:00:00.019) 0:01:43.418 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 20 January 2024 01:47:55 +0000 (0:00:00.020) 0:01:43.438 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 20 January 2024 01:47:55 +0000 (0:00:00.021) 0:01:43.459 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Copy certificate and private_key files to the host] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 20 January 2024 01:47:55 +0000 (0:00:00.020) 0:01:43.480 ****** skipping: [sut] => (item=/tmp/ansible.t59ulw5v) => { "ansible_loop_var": "item", "changed": false, "item": "/tmp/ansible.t59ulw5v", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ansible.l0e0mrol) => { "ansible_loop_var": "item", "changed": false, "item": "ansible.l0e0mrol", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 20 January 2024 01:47:55 +0000 (0:00:00.028) 0:01:43.508 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tlscert] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:47:55 +0000 (0:00:00.037) 0:01:43.546 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003072", "end": "2024-01-20 01:47:55.653246", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:47:55.650174" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.t59ulw5v TASK [linux-system-roles.mssql : Configure the setting network tlscert] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:47:55 +0000 (0:00:00.214) 0:01:43.761 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tlscert] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:47:55 +0000 (0:00:00.026) 0:01:43.787 ****** NOTIFIED HANDLER linux-system-roles.mssql : Restart the mssql-server service for sut changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlscert" ], "delta": "0:00:00.132399", "end": "2024-01-20 01:47:56.024695", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:47:55.892296" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 20 January 2024 01:47:56 +0000 (0:00:00.374) 0:01:44.161 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tlskey] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:47:56 +0000 (0:00:00.039) 0:01:44.201 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003104", "end": "2024-01-20 01:47:56.309446", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:47:56.306342" } STDOUT: tlskey = /etc/pki/tls/private/ansible.l0e0mrol TASK [linux-system-roles.mssql : Configure the setting network tlskey] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:47:56 +0000 (0:00:00.216) 0:01:44.417 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tlskey] ************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:47:56 +0000 (0:00:00.036) 0:01:44.454 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlskey" ], "delta": "0:00:00.131478", "end": "2024-01-20 01:47:56.702324", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:47:56.570846" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 20 January 2024 01:47:56 +0000 (0:00:00.355) 0:01:44.810 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tlsprotocols] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:47:56 +0000 (0:00:00.040) 0:01:44.850 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004232", "end": "2024-01-20 01:47:57.956087", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:47:56.951855" } STDOUT: tlsprotocols = 1.2 TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:47:57 +0000 (0:00:01.212) 0:01:46.062 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tlsprotocols] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:47:58 +0000 (0:00:00.026) 0:01:46.089 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlsprotocols" ], "delta": "0:00:00.134890", "end": "2024-01-20 01:47:58.333024", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:47:58.198134" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 20 January 2024 01:47:58 +0000 (0:00:00.351) 0:01:46.440 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network forceencryption] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:47:58 +0000 (0:00:00.044) 0:01:46.485 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003210", "end": "2024-01-20 01:47:58.597715", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:47:58.594505" } STDOUT: forceencryption = 1 TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:47:58 +0000 (0:00:00.237) 0:01:46.722 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network forceencryption] **** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:47:58 +0000 (0:00:00.026) 0:01:46.749 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.forceencryption" ], "delta": "0:00:00.133603", "end": "2024-01-20 01:47:58.990386", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:47:58.856783" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 20 January 2024 01:47:59 +0000 (0:00:00.371) 0:01:47.121 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 20 January 2024 01:47:59 +0000 (0:00:00.023) 0:01:47.144 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 20 January 2024 01:47:59 +0000 (0:00:00.023) 0:01:47.168 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print credential caches to check if AD principal exists] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 20 January 2024 01:47:59 +0000 (0:00:00.024) 0:01:47.192 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 20 January 2024 01:47:59 +0000 (0:00:00.026) 0:01:47.218 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 20 January 2024 01:47:59 +0000 (0:00:00.024) 0:01:47.242 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Check if AD user exists] ********************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 20 January 2024 01:47:59 +0000 (0:00:00.026) 0:01:47.268 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 20 January 2024 01:47:59 +0000 (0:00:00.021) 0:01:47.290 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Get SPNs for the principal] ******************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 20 January 2024 01:47:59 +0000 (0:00:00.060) 0:01:47.351 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 20 January 2024 01:47:59 +0000 (0:00:00.025) 0:01:47.376 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get kvno of the SPN host] ********************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 20 January 2024 01:47:59 +0000 (0:00:00.025) 0:01:47.402 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get stats of the keytab file] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 20 January 2024 01:47:59 +0000 (0:00:00.055) 0:01:47.458 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 20 January 2024 01:47:59 +0000 (0:00:00.024) 0:01:47.482 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 20 January 2024 01:47:59 +0000 (0:00:00.045) 0:01:47.528 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 20 January 2024 01:47:59 +0000 (0:00:00.049) 0:01:47.577 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure correct permissions and ownership on the keytab] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 20 January 2024 01:47:59 +0000 (0:00:00.034) 0:01:47.611 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 20 January 2024 01:47:59 +0000 (0:00:00.021) 0:01:47.633 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 20 January 2024 01:47:59 +0000 (0:00:00.022) 0:01:47.655 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 20 January 2024 01:47:59 +0000 (0:00:00.023) 0:01:47.679 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 20 January 2024 01:47:59 +0000 (0:00:00.021) 0:01:47.700 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the port and enable the high-availability service in firewall tcp port 5022] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 20 January 2024 01:47:59 +0000 (0:00:00.023) 0:01:47.723 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 20 January 2024 01:47:59 +0000 (0:00:00.022) 0:01:47.746 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 20 January 2024 01:47:59 +0000 (0:00:00.024) 0:01:47.770 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 20 January 2024 01:47:59 +0000 (0:00:00.035) 0:01:47.806 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 20 January 2024 01:47:59 +0000 (0:00:00.100) 0:01:47.906 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 20 January 2024 01:47:59 +0000 (0:00:00.041) 0:01:47.948 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key files] ***** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 20 January 2024 01:47:59 +0000 (0:00:00.034) 0:01:47.983 ****** skipping: [sut] => (item=/var/opt/mssql/data/.cer) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.cer", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/var/opt/mssql/data/.pvk) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.pvk", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on the primary replica] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 20 January 2024 01:47:59 +0000 (0:00:00.027) 0:01:48.011 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create login for HA on in SQL Server] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 20 January 2024 01:47:59 +0000 (0:00:00.037) 0:01:48.048 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 20 January 2024 01:48:00 +0000 (0:00:00.027) 0:01:48.076 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current primary replica in SQL] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 20 January 2024 01:48:00 +0000 (0:00:00.041) 0:01:48.118 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set fact with the current primary replica] **** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 20 January 2024 01:48:00 +0000 (0:00:00.023) 0:01:48.142 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 20 January 2024 01:48:00 +0000 (0:00:00.022) 0:01:48.165 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 20 January 2024 01:48:00 +0000 (0:00:00.025) 0:01:48.190 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 20 January 2024 01:48:00 +0000 (0:00:00.045) 0:01:48.236 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 20 January 2024 01:48:00 +0000 (0:00:00.031) 0:01:48.268 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 20 January 2024 01:48:00 +0000 (0:00:00.021) 0:01:48.289 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 20 January 2024 01:48:00 +0000 (0:00:00.021) 0:01:48.311 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 20 January 2024 01:48:00 +0000 (0:00:00.021) 0:01:48.333 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 20 January 2024 01:48:00 +0000 (0:00:00.021) 0:01:48.355 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 20 January 2024 01:48:00 +0000 (0:00:00.021) 0:01:48.377 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 20 January 2024 01:48:00 +0000 (0:00:00.054) 0:01:48.431 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on not primary replicas] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 20 January 2024 01:48:00 +0000 (0:00:00.028) 0:01:48.459 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 20 January 2024 01:48:00 +0000 (0:00:00.024) 0:01:48.484 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 20 January 2024 01:48:00 +0000 (0:00:00.023) 0:01:48.507 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 20 January 2024 01:48:00 +0000 (0:00:00.025) 0:01:48.533 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key from the control node] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 20 January 2024 01:48:00 +0000 (0:00:00.026) 0:01:48.559 ****** skipping: [sut] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=key) => { "ansible_loop_var": "item", "changed": false, "item": "key", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Save credentials for the SQL Server login] **** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 20 January 2024 01:48:00 +0000 (0:00:00.027) 0:01:48.587 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 20 January 2024 01:48:00 +0000 (0:00:00.021) 0:01:48.608 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure listener for the availability group] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 20 January 2024 01:48:00 +0000 (0:00:00.023) 0:01:48.632 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 20 January 2024 01:48:00 +0000 (0:00:00.022) 0:01:48.655 ****** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 20 January 2024 01:48:00 +0000 (0:00:00.232) 0:01:48.887 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:47:31 UTC", "ActiveEnterTimestampMonotonic": "2270802690", "ActiveExitTimestamp": "Sat 2024-01-20 01:47:31 UTC", "ActiveExitTimestampMonotonic": "2270635425", "ActiveState": "active", "After": "sysinit.target system.slice auditd.service -.mount basic.target network.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:47:31 UTC", "AssertTimestampMonotonic": "2270801627", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:47:31 UTC", "ConditionTimestampMonotonic": "2270801625", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "60308", "ExecMainStartTimestamp": "Sat 2024-01-20 01:47:31 UTC", "ExecMainStartTimestampMonotonic": "2270802629", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "991", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-20 01:47:31 UTC", "InactiveEnterTimestampMonotonic": "2270800743", "InactiveExitTimestamp": "Sat 2024-01-20 01:47:31 UTC", "InactiveExitTimestampMonotonic": "2270802690", "InvocationID": "4a93da7f84f247f5812673f5b856ddb6", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "infinity", "LimitNOFILESoft": "infinity", "LimitNPROC": "infinity", "LimitNPROCSoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "60308", "MemoryAccounting": "yes", "MemoryCurrent": "781615104", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount sysinit.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:47:31 UTC", "StateChangeTimestampMonotonic": "2270802690", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "175", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:47:31 UTC", "WatchdogTimestampMonotonic": "2270802687", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 20 January 2024 01:48:01 +0000 (0:00:00.551) 0:01:49.438 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 20 January 2024 01:48:01 +0000 (0:00:00.021) 0:01:49.459 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify connectivity and settings] **************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_tls.yml:92 Saturday 20 January 2024 01:48:01 +0000 (0:00:00.020) 0:01:49.479 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:8 Saturday 20 January 2024 01:48:01 +0000 (0:00:00.108) 0:01:49.588 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:23 Saturday 20 January 2024 01:48:01 +0000 (0:00:00.022) 0:01:49.611 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:35 Saturday 20 January 2024 01:48:01 +0000 (0:00:00.021) 0:01:49.633 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:39 Saturday 20 January 2024 01:48:01 +0000 (0:00:00.022) 0:01:49.655 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:55 Saturday 20 January 2024 01:48:01 +0000 (0:00:00.021) 0:01:49.677 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:60 Saturday 20 January 2024 01:48:01 +0000 (0:00:00.019) 0:01:49.697 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:70 Saturday 20 January 2024 01:48:01 +0000 (0:00:00.020) 0:01:49.718 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:75 Saturday 20 January 2024 01:48:01 +0000 (0:00:00.022) 0:01:49.740 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:85 Saturday 20 January 2024 01:48:01 +0000 (0:00:00.020) 0:01:49.761 ****** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 20 January 2024 01:48:01 +0000 (0:00:00.035) 0:01:49.797 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:48:01 UTC", "ActiveEnterTimestampMonotonic": "2300468516", "ActiveExitTimestamp": "Sat 2024-01-20 01:48:01 UTC", "ActiveExitTimestampMonotonic": "2300288318", "ActiveState": "active", "After": "sysinit.target system.slice auditd.service -.mount basic.target network.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:48:01 UTC", "AssertTimestampMonotonic": "2300467447", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:48:01 UTC", "ConditionTimestampMonotonic": "2300467445", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "61428", "ExecMainStartTimestamp": "Sat 2024-01-20 01:48:01 UTC", "ExecMainStartTimestampMonotonic": "2300468458", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-20 01:48:01 UTC] ; stop_time=[n/a] ; pid=61428 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "991", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-20 01:48:01 UTC", "InactiveEnterTimestampMonotonic": "2300466412", "InactiveExitTimestamp": "Sat 2024-01-20 01:48:01 UTC", "InactiveExitTimestampMonotonic": "2300468516", "InvocationID": "3521844478c04500b84646414b688ebf", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "infinity", "LimitNOFILESoft": "infinity", "LimitNPROC": "infinity", "LimitNPROCSoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "61428", "MemoryAccounting": "yes", "MemoryCurrent": "151576576", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount sysinit.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:48:01 UTC", "StateChangeTimestampMonotonic": "2300468516", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "33", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:48:01 UTC", "WatchdogTimestampMonotonic": "2300468513", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 20 January 2024 01:48:02 +0000 (0:00:00.387) 0:01:50.184 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003099", "end": "2024-01-20 01:48:02.322561", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:48:02.319462" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 20 January 2024 01:48:02 +0000 (0:00:00.241) 0:01:50.425 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003535", "end": "2024-01-20 01:48:02.562323", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:48:02.558788" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 20 January 2024 01:48:02 +0000 (0:00:00.245) 0:01:50.670 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Wait for mssql-server to prepare for client connections] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:93 Saturday 20 January 2024 01:48:02 +0000 (0:00:00.031) 0:01:50.701 ****** ok: [sut] => { "changed": false, "elapsed": 3, "gid": 991, "group": "mssql", "match_groupdict": {}, "match_groups": [], "mode": "0660", "owner": "mssql", "path": "/var/opt/mssql/log/errorlog", "port": null, "search_regex": "SQL Server is now ready for client connections", "secontext": "system_u:object_r:var_t:s0", "size": 13528, "state": "file", "uid": 993 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:99 Saturday 20 January 2024 01:48:05 +0000 (0:00:03.263) 0:01:53.965 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.052829", "end": "2024-01-20 01:48:06.151315", "rc": 0, "start": "2024-01-20 01:48:06.098486" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2022 (RTM-CU11) (KB5032679) - 16.0.4105.2 (X64) Nov 14 2023 18:33:19 Copyright (C) 2022 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Stream 8) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:113 Saturday 20 January 2024 01:48:06 +0000 (0:00:00.295) 0:01:54.260 ****** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:117 Saturday 20 January 2024 01:48:06 +0000 (0:00:00.024) 0:01:54.285 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:124 Saturday 20 January 2024 01:48:06 +0000 (0:00:00.022) 0:01:54.308 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:135 Saturday 20 January 2024 01:48:06 +0000 (0:00:00.053) 0:01:54.361 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:140 Saturday 20 January 2024 01:48:06 +0000 (0:00:00.022) 0:01:54.384 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:145 Saturday 20 January 2024 01:48:06 +0000 (0:00:00.022) 0:01:54.406 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:151 Saturday 20 January 2024 01:48:06 +0000 (0:00:00.023) 0:01:54.429 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:157 Saturday 20 January 2024 01:48:06 +0000 (0:00:00.021) 0:01:54.451 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:167 Saturday 20 January 2024 01:48:06 +0000 (0:00:00.021) 0:01:54.472 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlscert] ************************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:48:06 +0000 (0:00:00.037) 0:01:54.510 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.009610", "end": "2024-01-20 01:48:06.648934", "rc": 0, "start": "2024-01-20 01:48:06.639324" } TASK [Verify the setting when it is type str tlscert] ************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:48:06 +0000 (0:00:00.248) 0:01:54.758 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:48:06 +0000 (0:00:00.030) 0:01:54.789 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:48:06 +0000 (0:00:00.025) 0:01:54.814 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:178 Saturday 20 January 2024 01:48:06 +0000 (0:00:00.025) 0:01:54.839 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlskey] ************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:48:06 +0000 (0:00:00.038) 0:01:54.878 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004563", "end": "2024-01-20 01:48:06.986755", "rc": 0, "start": "2024-01-20 01:48:06.982192" } TASK [Verify the setting when it is type str tlskey] *************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:48:07 +0000 (0:00:00.251) 0:01:55.130 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:48:07 +0000 (0:00:00.031) 0:01:55.161 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:48:07 +0000 (0:00:00.027) 0:01:55.188 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:190 Saturday 20 January 2024 01:48:07 +0000 (0:00:00.025) 0:01:55.214 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlsprotocols] ******************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:48:07 +0000 (0:00:00.040) 0:01:55.255 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004673", "end": "2024-01-20 01:48:07.367001", "rc": 0, "start": "2024-01-20 01:48:07.362328" } TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:48:07 +0000 (0:00:00.217) 0:01:55.472 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:48:07 +0000 (0:00:00.029) 0:01:55.502 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:48:07 +0000 (0:00:00.023) 0:01:55.525 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:198 Saturday 20 January 2024 01:48:07 +0000 (0:00:00.024) 0:01:55.549 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting forceencryption] **************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:48:07 +0000 (0:00:00.042) 0:01:55.592 ****** ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004668", "end": "2024-01-20 01:48:07.701540", "rc": 0, "start": "2024-01-20 01:48:07.696872" } TASK [Verify the setting when it is type str forceencryption] ****************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:48:07 +0000 (0:00:00.215) 0:01:55.807 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool forceencryption] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:48:07 +0000 (0:00:00.025) 0:01:55.833 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:48:07 +0000 (0:00:00.031) 0:01:55.865 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:208 Saturday 20 January 2024 01:48:07 +0000 (0:00:00.065) 0:01:55.930 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that SELinux is in the mode {{ __mssql_selinux_mode }}] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:213 Saturday 20 January 2024 01:48:07 +0000 (0:00:00.025) 0:01:55.956 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:221 Saturday 20 January 2024 01:48:07 +0000 (0:00:00.023) 0:01:55.980 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove certificates from hosts] ****************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_tls.yml:99 Saturday 20 January 2024 01:48:07 +0000 (0:00:00.021) 0:01:56.001 ****** changed: [sut] => (item=/etc/pki/tls/certs/ansible.t59ulw5v) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/certs/ansible.t59ulw5v", "path": "/etc/pki/tls/certs/ansible.t59ulw5v", "state": "absent" } changed: [sut] => (item=/etc/pki/tls/private/ansible.l0e0mrol) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/private/ansible.l0e0mrol", "path": "/etc/pki/tls/private/ansible.l0e0mrol", "state": "absent" } TASK [Copy certificates to hosts] ********************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_tls.yml:107 Saturday 20 January 2024 01:48:08 +0000 (0:00:00.408) 0:01:56.410 ****** ok: [sut] => (item=/tmp/ansible.t59ulw5v) => { "ansible_loop_var": "item", "changed": false, "checksum": "4cdcea44f2bf4f883ef13a39bf7231c86a233016", "dest": "/tmp/ansible.t59ulw5v", "gid": 0, "group": "root", "item": "/tmp/ansible.t59ulw5v", "mode": "0600", "owner": "root", "path": "/tmp/ansible.t59ulw5v", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1123, "state": "file", "uid": 0 } ok: [sut] => (item=/tmp/ansible.l0e0mrol) => { "ansible_loop_var": "item", "changed": false, "checksum": "02168b103bc53d26a37c9e1b46084abba2efdddf", "dest": "/tmp/ansible.l0e0mrol", "gid": 0, "group": "root", "item": "/tmp/ansible.l0e0mrol", "mode": "0600", "owner": "root", "path": "/tmp/ansible.l0e0mrol", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1704, "state": "file", "uid": 0 } TASK [Set mssql_tls_cert and mssql_tls_private_key for the following test] ***** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_tls.yml:116 Saturday 20 January 2024 01:48:09 +0000 (0:00:00.976) 0:01:57.386 ****** ok: [sut] => { "ansible_facts": { "mssql_tls_cert": "/tmp/ansible.t59ulw5v", "mssql_tls_private_key": "ansible.l0e0mrol" }, "changed": false } TASK [Test with certs on managed nodes] **************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_tls.yml:121 Saturday 20 January 2024 01:48:09 +0000 (0:00:00.022) 0:01:57.409 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 20 January 2024 01:48:09 +0000 (0:00:00.221) 0:01:57.630 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml for sut TASK [linux-system-roles.mssql : Ensure ansible_facts used by role] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 20 January 2024 01:48:09 +0000 (0:00:00.033) 0:01:57.664 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 20 January 2024 01:48:09 +0000 (0:00:00.026) 0:01:57.690 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 20 January 2024 01:48:09 +0000 (0:00:00.037) 0:01:57.728 ****** ok: [sut] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [linux-system-roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 20 January 2024 01:48:09 +0000 (0:00:00.020) 0:01:57.749 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 20 January 2024 01:48:09 +0000 (0:00:00.020) 0:01:57.769 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the variable is deprecated] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 20 January 2024 01:48:09 +0000 (0:00:00.019) 0:01:57.788 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 20 January 2024 01:48:09 +0000 (0:00:00.020) 0:01:57.808 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 20 January 2024 01:48:09 +0000 (0:00:00.019) 0:01:57.828 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 20 January 2024 01:48:09 +0000 (0:00:00.019) 0:01:57.848 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 20 January 2024 01:48:09 +0000 (0:00:00.019) 0:01:57.868 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 20 January 2024 01:48:09 +0000 (0:00:00.021) 0:01:57.889 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 20 January 2024 01:48:09 +0000 (0:00:00.021) 0:01:57.911 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 20 January 2024 01:48:09 +0000 (0:00:00.065) 0:01:57.976 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 20 January 2024 01:48:09 +0000 (0:00:00.022) 0:01:57.998 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 20 January 2024 01:48:09 +0000 (0:00:00.021) 0:01:58.020 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 20 January 2024 01:48:09 +0000 (0:00:00.021) 0:01:58.042 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 20 January 2024 01:48:09 +0000 (0:00:00.022) 0:01:58.064 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 20 January 2024 01:48:10 +0000 (0:00:00.023) 0:01:58.087 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 20 January 2024 01:48:11 +0000 (0:00:01.680) 0:01:59.768 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } ok: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_facts": { "__mssql_current_version": "2022" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 } } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 20 January 2024 01:48:11 +0000 (0:00:00.135) 0:01:59.903 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 20 January 2024 01:48:11 +0000 (0:00:00.025) 0:01:59.929 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 20 January 2024 01:48:11 +0000 (0:00:00.041) 0:01:59.971 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 20 January 2024 01:48:11 +0000 (0:00:00.042) 0:02:00.013 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2022] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 20 January 2024 01:48:12 +0000 (0:00:00.492) 0:02:00.506 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 20 January 2024 01:48:12 +0000 (0:00:00.028) 0:02:00.534 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2022] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 20 January 2024 01:48:12 +0000 (0:00:00.040) 0:02:00.574 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2022] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 20 January 2024 01:48:12 +0000 (0:00:00.026) 0:02:00.601 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 20 January 2024 01:48:12 +0000 (0:00:00.027) 0:02:00.628 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current mode of SELinux] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 20 January 2024 01:48:12 +0000 (0:00:00.022) 0:02:00.651 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is in enforcing mode] ***** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 20 January 2024 01:48:12 +0000 (0:00:00.022) 0:02:00.673 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is not in enforcing mode] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 20 January 2024 01:48:12 +0000 (0:00:00.026) 0:02:00.700 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-selinux] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 20 January 2024 01:48:12 +0000 (0:00:00.023) 0:02:00.723 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 20 January 2024 01:48:12 +0000 (0:00:00.022) 0:02:00.746 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 20 January 2024 01:48:15 +0000 (0:00:02.538) 0:02:03.285 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the errorlog file exists and its location] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 20 January 2024 01:48:15 +0000 (0:00:00.021) 0:02:03.307 ****** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\nerrorlog=\"$(grep '^errorlogfile = ' /var/opt/mssql/mssql.conf \\\n| sed 's/errorlogfile : //')\" || :\nif [ -s \"${errorlog}\" ]; then\n echo \"${errorlog}\"\nelif [ -s /var/opt/mssql/log/errorlog ]; then\n echo /var/opt/mssql/log/errorlog\nelse\n echo \"\"\nfi\n", "delta": "0:00:00.005809", "end": "2024-01-20 01:48:15.418757", "rc": 0, "start": "2024-01-20 01:48:15.412948" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 20 January 2024 01:48:15 +0000 (0:00:00.221) 0:02:03.528 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set the __mssql_is_setup variable] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 20 January 2024 01:48:16 +0000 (0:00:01.500) 0:02:05.029 ****** ok: [sut] => { "ansible_facts": { "__mssql_is_setup": true }, "changed": false } TASK [linux-system-roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 20 January 2024 01:48:16 +0000 (0:00:00.032) 0:02:05.061 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 20 January 2024 01:48:17 +0000 (0:00:00.022) 0:02:05.084 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 20 January 2024 01:48:17 +0000 (0:00:00.024) 0:02:05.108 ****** skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 20 January 2024 01:48:17 +0000 (0:00:00.072) 0:02:05.181 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 20 January 2024 01:48:17 +0000 (0:00:00.023) 0:02:05.204 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: tuned-profiles-mssql TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 20 January 2024 01:48:19 +0000 (0:00:02.535) 0:02:07.740 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:10:24 UTC", "ActiveEnterTimestampMonotonic": "43218084", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service sysinit.target polkit.service systemd-sysctl.service network.target systemd-journald.socket basic.target dbus.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:10:21 UTC", "AssertTimestampMonotonic": "41085784", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:10:21 UTC", "ConditionTimestampMonotonic": "41085779", "ConfigurationDirectoryMode": "0755", "Conflicts": "auto-cpufreq.service shutdown.target tlp.service power-profiles-daemon.service cpupower.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "723", "ExecMainStartTimestamp": "Sat 2024-01-20 01:10:21 UTC", "ExecMainStartTimestampMonotonic": "41086804", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-20 01:10:21 UTC", "InactiveExitTimestampMonotonic": "41086847", "InvocationID": "62c08fc1ab4f4d1587a5b8d3a604e667", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28609", "LimitNPROCSoft": "28609", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "723", "MemoryAccounting": "yes", "MemoryCurrent": "22962176", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket dbus.service sysinit.target system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:10:24 UTC", "StateChangeTimestampMonotonic": "43218084", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "5", "TasksMax": "45774", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:10:24 UTC", "WatchdogTimestampMonotonic": "43218081", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 20 January 2024 01:48:20 +0000 (0:00:00.356) 0:02:08.097 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.122620", "end": "2024-01-20 01:48:20.323868", "rc": 0, "start": "2024-01-20 01:48:20.201248" } STDOUT: Current active profile: virtual-guest mssql TASK [linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 20 January 2024 01:48:20 +0000 (0:00:00.344) 0:02:08.441 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 20 January 2024 01:48:20 +0000 (0:00:00.034) 0:02:08.476 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 20 January 2024 01:48:20 +0000 (0:00:00.030) 0:02:08.506 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 20 January 2024 01:48:20 +0000 (0:00:00.029) 0:02:08.535 ****** ok: [sut] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [linux-system-roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 20 January 2024 01:48:20 +0000 (0:00:00.269) 0:02:08.804 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: mssql-tools unixODBC-devel TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 20 January 2024 01:48:23 +0000 (0:00:02.529) 0:02:11.334 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 20 January 2024 01:48:23 +0000 (0:00:00.022) 0:02:11.357 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 20 January 2024 01:48:23 +0000 (0:00:00.024) 0:02:11.381 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 20 January 2024 01:48:23 +0000 (0:00:00.023) 0:02:11.405 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 20 January 2024 01:48:23 +0000 (0:00:00.022) 0:02:11.427 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the password of sa user] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 20 January 2024 01:48:23 +0000 (0:00:00.023) 0:02:11.451 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 20 January 2024 01:48:23 +0000 (0:00:00.023) 0:02:11.474 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 20 January 2024 01:48:23 +0000 (0:00:00.022) 0:02:11.497 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set edition matches the existing edition] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 20 January 2024 01:48:23 +0000 (0:00:00.052) 0:02:11.549 ****** ok: [sut] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Evaluation edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n edition_matches=false\nelse\n edition_matches=true\nfi\necho \"${edition_matches}\"\n", "delta": "0:00:00.005282", "end": "2024-01-20 01:48:23.667967", "rc": 0, "start": "2024-01-20 01:48:23.662685" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 20 January 2024 01:48:23 +0000 (0:00:00.228) 0:02:11.778 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 20 January 2024 01:48:23 +0000 (0:00:00.029) 0:02:11.807 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the edition of MSSQL] ****************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 20 January 2024 01:48:25 +0000 (0:00:01.685) 0:02:13.492 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Configure the IP address setting] ************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 20 January 2024 01:48:25 +0000 (0:00:00.024) 0:02:13.517 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 20 January 2024 01:48:25 +0000 (0:00:00.022) 0:02:13.539 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 20 January 2024 01:48:25 +0000 (0:00:00.022) 0:02:13.562 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the TCP port setting to 1433] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 20 January 2024 01:48:25 +0000 (0:00:00.069) 0:02:13.632 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tcpport] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:48:25 +0000 (0:00:00.036) 0:02:13.669 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003323", "end": "2024-01-20 01:48:25.777189", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:48:25.773866" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:48:25 +0000 (0:00:00.215) 0:02:13.884 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.135040", "end": "2024-01-20 01:48:26.132461", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:48:25.997421" } STDOUT: Validation error on setting 'network.tcpport' Port '1433' is already in use. Please use another port TASK [linux-system-roles.mssql : Unset the setting network tcpport] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:48:26 +0000 (0:00:00.361) 0:02:14.245 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 20 January 2024 01:48:26 +0000 (0:00:00.023) 0:02:14.269 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 20 January 2024 01:48:26 +0000 (0:00:00.033) 0:02:14.302 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-fts] ********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 20 January 2024 01:48:26 +0000 (0:00:00.024) 0:02:14.326 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 20 January 2024 01:48:26 +0000 (0:00:00.032) 0:02:14.359 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 20 January 2024 01:48:26 +0000 (0:00:00.030) 0:02:14.389 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 20 January 2024 01:48:26 +0000 (0:00:00.024) 0:02:14.414 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 20 January 2024 01:48:26 +0000 (0:00:00.023) 0:02:14.437 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 20 January 2024 01:48:26 +0000 (0:00:00.022) 0:02:14.460 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 20 January 2024 01:48:26 +0000 (0:00:00.027) 0:02:14.487 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 20 January 2024 01:48:26 +0000 (0:00:00.091) 0:02:14.578 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 20 January 2024 01:48:26 +0000 (0:00:00.024) 0:02:14.603 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Copy certificate and private_key files to the host] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 20 January 2024 01:48:26 +0000 (0:00:00.026) 0:02:14.630 ****** changed: [sut] => (item=/tmp/ansible.t59ulw5v) => { "ansible_loop_var": "item", "changed": true, "checksum": "4cdcea44f2bf4f883ef13a39bf7231c86a233016", "dest": "/etc/pki/tls/certs/ansible.t59ulw5v", "gid": 991, "group": "mssql", "item": "/tmp/ansible.t59ulw5v", "md5sum": "1f7881d2c6ad243c4717b7e0693401f3", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1123, "src": "/tmp/ansible.t59ulw5v", "state": "file", "uid": 993 } changed: [sut] => (item=/tmp/ansible.l0e0mrol) => { "ansible_loop_var": "item", "changed": true, "checksum": "02168b103bc53d26a37c9e1b46084abba2efdddf", "dest": "/etc/pki/tls/private/ansible.l0e0mrol", "gid": 991, "group": "mssql", "item": "/tmp/ansible.l0e0mrol", "md5sum": "4898ebd8f1bdabae119e576347e6280d", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1704, "src": "/tmp/ansible.l0e0mrol", "state": "file", "uid": 993 } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 20 January 2024 01:48:27 +0000 (0:00:00.712) 0:02:15.342 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tlscert] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:48:27 +0000 (0:00:00.060) 0:02:15.402 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002867", "end": "2024-01-20 01:48:27.521950", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:48:27.519083" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlscert] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:48:27 +0000 (0:00:00.225) 0:02:15.627 ****** NOTIFIED HANDLER linux-system-roles.mssql : Restart the mssql-server service for sut changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlscert", "/etc/pki/tls/certs/ansible.t59ulw5v" ], "delta": "0:00:00.133359", "end": "2024-01-20 01:48:27.878189", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:48:27.744830" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting network tlscert] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:48:27 +0000 (0:00:00.360) 0:02:15.988 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 20 January 2024 01:48:27 +0000 (0:00:00.024) 0:02:16.013 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tlskey] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:48:27 +0000 (0:00:00.040) 0:02:16.054 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003167", "end": "2024-01-20 01:48:28.164609", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:48:28.161442" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlskey] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:48:28 +0000 (0:00:00.216) 0:02:16.270 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlskey", "/etc/pki/tls/private/ansible.l0e0mrol" ], "delta": "0:00:00.133444", "end": "2024-01-20 01:48:28.515187", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:48:28.381743" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting network tlskey] ************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:48:28 +0000 (0:00:00.354) 0:02:16.624 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 20 January 2024 01:48:28 +0000 (0:00:00.024) 0:02:16.648 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tlsprotocols] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:48:28 +0000 (0:00:00.042) 0:02:16.691 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003026", "end": "2024-01-20 01:48:28.803526", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:48:28.800500" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:48:28 +0000 (0:00:00.218) 0:02:16.909 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlsprotocols", "1.2" ], "delta": "0:00:00.132178", "end": "2024-01-20 01:48:29.152533", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:48:29.020355" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting network tlsprotocols] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:48:29 +0000 (0:00:00.353) 0:02:17.262 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 20 January 2024 01:48:29 +0000 (0:00:00.024) 0:02:17.286 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network forceencryption] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:48:29 +0000 (0:00:00.046) 0:02:17.333 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003097", "end": "2024-01-20 01:48:29.442248", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:48:29.439151" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:48:29 +0000 (0:00:00.223) 0:02:17.556 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.forceencryption", "1" ], "delta": "0:00:00.132874", "end": "2024-01-20 01:48:29.798984", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:48:29.666110" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting network forceencryption] **** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:48:29 +0000 (0:00:00.354) 0:02:17.911 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 20 January 2024 01:48:29 +0000 (0:00:00.085) 0:02:17.996 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 20 January 2024 01:48:29 +0000 (0:00:00.024) 0:02:18.021 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 20 January 2024 01:48:29 +0000 (0:00:00.039) 0:02:18.060 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print credential caches to check if AD principal exists] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 20 January 2024 01:48:30 +0000 (0:00:00.023) 0:02:18.084 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 20 January 2024 01:48:30 +0000 (0:00:00.026) 0:02:18.110 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 20 January 2024 01:48:30 +0000 (0:00:00.034) 0:02:18.144 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Check if AD user exists] ********************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 20 January 2024 01:48:30 +0000 (0:00:00.024) 0:02:18.169 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 20 January 2024 01:48:30 +0000 (0:00:00.025) 0:02:18.195 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Get SPNs for the principal] ******************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 20 January 2024 01:48:30 +0000 (0:00:00.035) 0:02:18.230 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 20 January 2024 01:48:30 +0000 (0:00:00.026) 0:02:18.256 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get kvno of the SPN host] ********************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 20 January 2024 01:48:30 +0000 (0:00:00.038) 0:02:18.295 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get stats of the keytab file] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 20 January 2024 01:48:30 +0000 (0:00:00.031) 0:02:18.326 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 20 January 2024 01:48:30 +0000 (0:00:00.027) 0:02:18.354 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 20 January 2024 01:48:30 +0000 (0:00:00.022) 0:02:18.376 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 20 January 2024 01:48:30 +0000 (0:00:00.020) 0:02:18.397 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure correct permissions and ownership on the keytab] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 20 January 2024 01:48:30 +0000 (0:00:00.020) 0:02:18.417 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 20 January 2024 01:48:30 +0000 (0:00:00.019) 0:02:18.437 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 20 January 2024 01:48:30 +0000 (0:00:00.061) 0:02:18.498 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 20 January 2024 01:48:30 +0000 (0:00:00.022) 0:02:18.520 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 20 January 2024 01:48:30 +0000 (0:00:00.021) 0:02:18.541 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the port and enable the high-availability service in firewall tcp port 5022] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 20 January 2024 01:48:30 +0000 (0:00:00.022) 0:02:18.564 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 20 January 2024 01:48:30 +0000 (0:00:00.022) 0:02:18.586 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 20 January 2024 01:48:30 +0000 (0:00:00.023) 0:02:18.609 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 20 January 2024 01:48:30 +0000 (0:00:00.023) 0:02:18.633 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 20 January 2024 01:48:30 +0000 (0:00:00.022) 0:02:18.656 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 20 January 2024 01:48:30 +0000 (0:00:00.021) 0:02:18.678 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key files] ***** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 20 January 2024 01:48:30 +0000 (0:00:00.023) 0:02:18.701 ****** skipping: [sut] => (item=/var/opt/mssql/data/.cer) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.cer", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/var/opt/mssql/data/.pvk) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.pvk", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on the primary replica] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 20 January 2024 01:48:30 +0000 (0:00:00.027) 0:02:18.729 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create login for HA on in SQL Server] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 20 January 2024 01:48:30 +0000 (0:00:00.021) 0:02:18.750 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 20 January 2024 01:48:30 +0000 (0:00:00.021) 0:02:18.772 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current primary replica in SQL] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 20 January 2024 01:48:30 +0000 (0:00:00.027) 0:02:18.800 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set fact with the current primary replica] **** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 20 January 2024 01:48:30 +0000 (0:00:00.020) 0:02:18.821 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 20 January 2024 01:48:30 +0000 (0:00:00.020) 0:02:18.841 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 20 January 2024 01:48:30 +0000 (0:00:00.061) 0:02:18.903 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 20 January 2024 01:48:30 +0000 (0:00:00.021) 0:02:18.924 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 20 January 2024 01:48:30 +0000 (0:00:00.021) 0:02:18.946 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 20 January 2024 01:48:30 +0000 (0:00:00.022) 0:02:18.968 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 20 January 2024 01:48:30 +0000 (0:00:00.022) 0:02:18.991 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 20 January 2024 01:48:30 +0000 (0:00:00.022) 0:02:19.013 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 20 January 2024 01:48:30 +0000 (0:00:00.023) 0:02:19.037 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 20 January 2024 01:48:30 +0000 (0:00:00.021) 0:02:19.058 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 20 January 2024 01:48:31 +0000 (0:00:00.021) 0:02:19.080 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on not primary replicas] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 20 January 2024 01:48:31 +0000 (0:00:00.027) 0:02:19.107 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 20 January 2024 01:48:31 +0000 (0:00:00.019) 0:02:19.127 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 20 January 2024 01:48:31 +0000 (0:00:00.020) 0:02:19.147 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 20 January 2024 01:48:31 +0000 (0:00:00.021) 0:02:19.169 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key from the control node] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 20 January 2024 01:48:31 +0000 (0:00:00.020) 0:02:19.190 ****** skipping: [sut] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=key) => { "ansible_loop_var": "item", "changed": false, "item": "key", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Save credentials for the SQL Server login] **** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 20 January 2024 01:48:31 +0000 (0:00:00.025) 0:02:19.215 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 20 January 2024 01:48:31 +0000 (0:00:00.022) 0:02:19.237 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure listener for the availability group] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 20 January 2024 01:48:31 +0000 (0:00:00.022) 0:02:19.259 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 20 January 2024 01:48:31 +0000 (0:00:00.067) 0:02:19.327 ****** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 20 January 2024 01:48:31 +0000 (0:00:00.237) 0:02:19.565 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:48:01 UTC", "ActiveEnterTimestampMonotonic": "2300468516", "ActiveExitTimestamp": "Sat 2024-01-20 01:48:01 UTC", "ActiveExitTimestampMonotonic": "2300288318", "ActiveState": "active", "After": "sysinit.target system.slice auditd.service -.mount basic.target network.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:48:01 UTC", "AssertTimestampMonotonic": "2300467447", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:48:01 UTC", "ConditionTimestampMonotonic": "2300467445", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "61428", "ExecMainStartTimestamp": "Sat 2024-01-20 01:48:01 UTC", "ExecMainStartTimestampMonotonic": "2300468458", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-20 01:48:01 UTC] ; stop_time=[n/a] ; pid=61428 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "991", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-20 01:48:01 UTC", "InactiveEnterTimestampMonotonic": "2300466412", "InactiveExitTimestamp": "Sat 2024-01-20 01:48:01 UTC", "InactiveExitTimestampMonotonic": "2300468516", "InvocationID": "3521844478c04500b84646414b688ebf", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "infinity", "LimitNOFILESoft": "infinity", "LimitNPROC": "infinity", "LimitNPROCSoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "61428", "MemoryAccounting": "yes", "MemoryCurrent": "783740928", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount sysinit.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:48:01 UTC", "StateChangeTimestampMonotonic": "2300468516", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "174", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:48:01 UTC", "WatchdogTimestampMonotonic": "2300468513", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 20 January 2024 01:48:32 +0000 (0:00:00.537) 0:02:20.102 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 20 January 2024 01:48:32 +0000 (0:00:00.023) 0:02:20.126 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify connectivity and settings] **************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_tls.yml:131 Saturday 20 January 2024 01:48:32 +0000 (0:00:00.023) 0:02:20.150 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:8 Saturday 20 January 2024 01:48:32 +0000 (0:00:00.144) 0:02:20.295 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:23 Saturday 20 January 2024 01:48:32 +0000 (0:00:00.021) 0:02:20.316 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:35 Saturday 20 January 2024 01:48:32 +0000 (0:00:00.020) 0:02:20.337 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:39 Saturday 20 January 2024 01:48:32 +0000 (0:00:00.022) 0:02:20.359 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:55 Saturday 20 January 2024 01:48:32 +0000 (0:00:00.022) 0:02:20.382 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:60 Saturday 20 January 2024 01:48:32 +0000 (0:00:00.073) 0:02:20.456 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:70 Saturday 20 January 2024 01:48:32 +0000 (0:00:00.022) 0:02:20.479 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:75 Saturday 20 January 2024 01:48:32 +0000 (0:00:00.030) 0:02:20.509 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:85 Saturday 20 January 2024 01:48:32 +0000 (0:00:00.024) 0:02:20.534 ****** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 20 January 2024 01:48:32 +0000 (0:00:00.038) 0:02:20.573 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:48:31 UTC", "ActiveEnterTimestampMonotonic": "2331132507", "ActiveExitTimestamp": "Sat 2024-01-20 01:48:31 UTC", "ActiveExitTimestampMonotonic": "2330968640", "ActiveState": "active", "After": "sysinit.target system.slice auditd.service -.mount basic.target network.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:48:31 UTC", "AssertTimestampMonotonic": "2331131448", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:48:31 UTC", "ConditionTimestampMonotonic": "2331131447", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "62869", "ExecMainStartTimestamp": "Sat 2024-01-20 01:48:31 UTC", "ExecMainStartTimestampMonotonic": "2331132451", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-20 01:48:31 UTC] ; stop_time=[n/a] ; pid=62869 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "991", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-20 01:48:31 UTC", "InactiveEnterTimestampMonotonic": "2331130671", "InactiveExitTimestamp": "Sat 2024-01-20 01:48:31 UTC", "InactiveExitTimestampMonotonic": "2331132507", "InvocationID": "afa9e63360e64faa9947c126004b35b7", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "infinity", "LimitNOFILESoft": "infinity", "LimitNPROC": "infinity", "LimitNPROCSoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "62869", "MemoryAccounting": "yes", "MemoryCurrent": "211927040", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount sysinit.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:48:31 UTC", "StateChangeTimestampMonotonic": "2331132507", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "53", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:48:31 UTC", "WatchdogTimestampMonotonic": "2331132503", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 20 January 2024 01:48:32 +0000 (0:00:00.374) 0:02:20.947 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003663", "end": "2024-01-20 01:48:33.069605", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:48:33.065942" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 20 January 2024 01:48:33 +0000 (0:00:00.231) 0:02:21.179 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003085", "end": "2024-01-20 01:48:33.364362", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:48:33.361277" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 20 January 2024 01:48:33 +0000 (0:00:00.289) 0:02:21.469 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Wait for mssql-server to prepare for client connections] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:93 Saturday 20 January 2024 01:48:33 +0000 (0:00:00.028) 0:02:21.498 ****** ok: [sut] => { "changed": false, "elapsed": 3, "gid": 991, "group": "mssql", "match_groupdict": {}, "match_groups": [], "mode": "0660", "owner": "mssql", "path": "/var/opt/mssql/log/errorlog", "port": null, "search_regex": "SQL Server is now ready for client connections", "secontext": "system_u:object_r:var_t:s0", "size": 13930, "state": "file", "uid": 993 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:99 Saturday 20 January 2024 01:48:36 +0000 (0:00:03.228) 0:02:24.727 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.050073", "end": "2024-01-20 01:48:36.905407", "rc": 0, "start": "2024-01-20 01:48:36.855334" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2022 (RTM-CU11) (KB5032679) - 16.0.4105.2 (X64) Nov 14 2023 18:33:19 Copyright (C) 2022 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Stream 8) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:113 Saturday 20 January 2024 01:48:36 +0000 (0:00:00.289) 0:02:25.017 ****** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:117 Saturday 20 January 2024 01:48:36 +0000 (0:00:00.024) 0:02:25.041 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:124 Saturday 20 January 2024 01:48:36 +0000 (0:00:00.021) 0:02:25.063 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:135 Saturday 20 January 2024 01:48:37 +0000 (0:00:00.022) 0:02:25.085 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:140 Saturday 20 January 2024 01:48:37 +0000 (0:00:00.024) 0:02:25.110 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:145 Saturday 20 January 2024 01:48:37 +0000 (0:00:00.034) 0:02:25.144 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:151 Saturday 20 January 2024 01:48:37 +0000 (0:00:00.078) 0:02:25.222 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:157 Saturday 20 January 2024 01:48:37 +0000 (0:00:00.028) 0:02:25.251 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:167 Saturday 20 January 2024 01:48:37 +0000 (0:00:00.028) 0:02:25.279 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlscert] ************************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:48:37 +0000 (0:00:00.050) 0:02:25.330 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004556", "end": "2024-01-20 01:48:37.484504", "rc": 0, "start": "2024-01-20 01:48:37.479948" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.t59ulw5v TASK [Verify the setting when it is type str tlscert] ************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:48:37 +0000 (0:00:00.260) 0:02:25.591 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:48:37 +0000 (0:00:00.031) 0:02:25.622 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/certs/ansible.t59ulw5v] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:48:37 +0000 (0:00:00.025) 0:02:25.648 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:178 Saturday 20 January 2024 01:48:37 +0000 (0:00:00.021) 0:02:25.670 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlskey] ************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:48:37 +0000 (0:00:00.037) 0:02:25.707 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004624", "end": "2024-01-20 01:48:37.818515", "rc": 0, "start": "2024-01-20 01:48:37.813891" } STDOUT: tlskey = /etc/pki/tls/private/ansible.l0e0mrol TASK [Verify the setting when it is type str tlskey] *************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:48:37 +0000 (0:00:00.218) 0:02:25.925 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:48:37 +0000 (0:00:00.033) 0:02:25.959 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/private/ansible.l0e0mrol] ************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:48:37 +0000 (0:00:00.026) 0:02:25.985 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:190 Saturday 20 January 2024 01:48:37 +0000 (0:00:00.022) 0:02:26.007 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlsprotocols] ******************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:48:38 +0000 (0:00:00.082) 0:02:26.090 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004598", "end": "2024-01-20 01:48:38.200608", "rc": 0, "start": "2024-01-20 01:48:38.196010" } STDOUT: tlsprotocols = 1.2 TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:48:38 +0000 (0:00:00.216) 0:02:26.307 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:48:38 +0000 (0:00:00.029) 0:02:26.337 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1.2] *********************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:48:38 +0000 (0:00:00.023) 0:02:26.361 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:198 Saturday 20 January 2024 01:48:38 +0000 (0:00:00.022) 0:02:26.383 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting forceencryption] **************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:48:38 +0000 (0:00:00.042) 0:02:26.425 ****** ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004333", "end": "2024-01-20 01:48:38.533750", "rc": 0, "start": "2024-01-20 01:48:38.529417" } STDOUT: forceencryption = 1 TASK [Verify the setting when it is type str forceencryption] ****************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:48:38 +0000 (0:00:00.214) 0:02:26.639 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool forceencryption] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:48:38 +0000 (0:00:00.024) 0:02:26.664 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:48:38 +0000 (0:00:00.030) 0:02:26.695 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:208 Saturday 20 January 2024 01:48:38 +0000 (0:00:00.021) 0:02:26.716 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that SELinux is in the mode {{ __mssql_selinux_mode }}] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:213 Saturday 20 January 2024 01:48:38 +0000 (0:00:00.021) 0:02:26.738 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:221 Saturday 20 January 2024 01:48:38 +0000 (0:00:00.020) 0:02:26.759 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the ansible_managed header in the configuration file] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_tls.yml:137 Saturday 20 January 2024 01:48:38 +0000 (0:00:00.019) 0:02:26.778 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/check_header.yml for sut TASK [Grep the ansible_managed header in /var/opt/mssql/mssql.conf] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/check_header.yml:4 Saturday 20 January 2024 01:48:38 +0000 (0:00:00.189) 0:02:26.968 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "Ansible managed\n", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003035", "end": "2024-01-20 01:48:39.113697", "rc": 0, "start": "2024-01-20 01:48:39.110662" } STDOUT: # BEGIN ANSIBLE MANAGED BLOCK # # Ansible managed # # system_role:mssql # END ANSIBLE MANAGED BLOCK [sqlagent] enabled = false [EULA] accepteula = Y [network] tlscert = /etc/pki/tls/certs/ansible.t59ulw5v tlskey = /etc/pki/tls/private/ansible.l0e0mrol tlsprotocols = 1.2 forceencryption = 1 TASK [Disable TLS encryption] ************************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_tls.yml:141 Saturday 20 January 2024 01:48:39 +0000 (0:00:00.250) 0:02:27.218 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 20 January 2024 01:48:39 +0000 (0:00:00.246) 0:02:27.465 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml for sut TASK [linux-system-roles.mssql : Ensure ansible_facts used by role] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 20 January 2024 01:48:39 +0000 (0:00:00.089) 0:02:27.554 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 20 January 2024 01:48:39 +0000 (0:00:00.027) 0:02:27.582 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 20 January 2024 01:48:39 +0000 (0:00:00.037) 0:02:27.619 ****** ok: [sut] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [linux-system-roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 20 January 2024 01:48:39 +0000 (0:00:00.020) 0:02:27.640 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 20 January 2024 01:48:39 +0000 (0:00:00.021) 0:02:27.661 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the variable is deprecated] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 20 January 2024 01:48:39 +0000 (0:00:00.020) 0:02:27.681 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 20 January 2024 01:48:39 +0000 (0:00:00.020) 0:02:27.702 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 20 January 2024 01:48:39 +0000 (0:00:00.020) 0:02:27.722 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 20 January 2024 01:48:39 +0000 (0:00:00.021) 0:02:27.744 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 20 January 2024 01:48:39 +0000 (0:00:00.021) 0:02:27.766 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 20 January 2024 01:48:39 +0000 (0:00:00.021) 0:02:27.787 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 20 January 2024 01:48:39 +0000 (0:00:00.021) 0:02:27.808 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 20 January 2024 01:48:39 +0000 (0:00:00.024) 0:02:27.833 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 20 January 2024 01:48:39 +0000 (0:00:00.020) 0:02:27.854 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 20 January 2024 01:48:39 +0000 (0:00:00.021) 0:02:27.875 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 20 January 2024 01:48:39 +0000 (0:00:00.021) 0:02:27.897 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 20 January 2024 01:48:39 +0000 (0:00:00.021) 0:02:27.918 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 20 January 2024 01:48:39 +0000 (0:00:00.076) 0:02:27.995 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 20 January 2024 01:48:41 +0000 (0:00:01.677) 0:02:29.673 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } ok: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_facts": { "__mssql_current_version": "2022" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 } } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 20 January 2024 01:48:41 +0000 (0:00:00.060) 0:02:29.733 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 20 January 2024 01:48:41 +0000 (0:00:00.022) 0:02:29.756 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 20 January 2024 01:48:41 +0000 (0:00:00.025) 0:02:29.781 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 20 January 2024 01:48:41 +0000 (0:00:00.042) 0:02:29.824 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2022] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 20 January 2024 01:48:42 +0000 (0:00:00.388) 0:02:30.213 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 20 January 2024 01:48:42 +0000 (0:00:00.071) 0:02:30.284 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2022] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 20 January 2024 01:48:42 +0000 (0:00:00.024) 0:02:30.308 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2022] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 20 January 2024 01:48:42 +0000 (0:00:00.026) 0:02:30.335 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 20 January 2024 01:48:42 +0000 (0:00:00.032) 0:02:30.367 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current mode of SELinux] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 20 January 2024 01:48:42 +0000 (0:00:00.022) 0:02:30.390 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is in enforcing mode] ***** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 20 January 2024 01:48:42 +0000 (0:00:00.032) 0:02:30.423 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is not in enforcing mode] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 20 January 2024 01:48:42 +0000 (0:00:00.026) 0:02:30.450 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-selinux] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 20 January 2024 01:48:42 +0000 (0:00:00.023) 0:02:30.473 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 20 January 2024 01:48:42 +0000 (0:00:00.036) 0:02:30.510 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 20 January 2024 01:48:45 +0000 (0:00:02.590) 0:02:33.100 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the errorlog file exists and its location] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 20 January 2024 01:48:45 +0000 (0:00:00.081) 0:02:33.182 ****** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\nerrorlog=\"$(grep '^errorlogfile = ' /var/opt/mssql/mssql.conf \\\n| sed 's/errorlogfile : //')\" || :\nif [ -s \"${errorlog}\" ]; then\n echo \"${errorlog}\"\nelif [ -s /var/opt/mssql/log/errorlog ]; then\n echo /var/opt/mssql/log/errorlog\nelse\n echo \"\"\nfi\n", "delta": "0:00:00.005746", "end": "2024-01-20 01:48:45.294956", "rc": 0, "start": "2024-01-20 01:48:45.289210" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 20 January 2024 01:48:45 +0000 (0:00:00.218) 0:02:33.400 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set the __mssql_is_setup variable] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 20 January 2024 01:48:46 +0000 (0:00:01.566) 0:02:34.967 ****** ok: [sut] => { "ansible_facts": { "__mssql_is_setup": true }, "changed": false } TASK [linux-system-roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 20 January 2024 01:48:46 +0000 (0:00:00.030) 0:02:34.998 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 20 January 2024 01:48:46 +0000 (0:00:00.022) 0:02:35.020 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 20 January 2024 01:48:46 +0000 (0:00:00.022) 0:02:35.042 ****** skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 20 January 2024 01:48:46 +0000 (0:00:00.027) 0:02:35.070 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 20 January 2024 01:48:47 +0000 (0:00:00.026) 0:02:35.096 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: tuned-profiles-mssql TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 20 January 2024 01:48:49 +0000 (0:00:02.536) 0:02:37.633 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:10:24 UTC", "ActiveEnterTimestampMonotonic": "43218084", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service sysinit.target polkit.service systemd-sysctl.service network.target systemd-journald.socket basic.target dbus.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:10:21 UTC", "AssertTimestampMonotonic": "41085784", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:10:21 UTC", "ConditionTimestampMonotonic": "41085779", "ConfigurationDirectoryMode": "0755", "Conflicts": "auto-cpufreq.service shutdown.target tlp.service power-profiles-daemon.service cpupower.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "723", "ExecMainStartTimestamp": "Sat 2024-01-20 01:10:21 UTC", "ExecMainStartTimestampMonotonic": "41086804", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-20 01:10:21 UTC", "InactiveExitTimestampMonotonic": "41086847", "InvocationID": "62c08fc1ab4f4d1587a5b8d3a604e667", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28609", "LimitNPROCSoft": "28609", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "723", "MemoryAccounting": "yes", "MemoryCurrent": "23191552", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket dbus.service sysinit.target system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:10:24 UTC", "StateChangeTimestampMonotonic": "43218084", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "5", "TasksMax": "45774", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:10:24 UTC", "WatchdogTimestampMonotonic": "43218081", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 20 January 2024 01:48:49 +0000 (0:00:00.351) 0:02:37.984 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.119769", "end": "2024-01-20 01:48:50.203803", "rc": 0, "start": "2024-01-20 01:48:50.084034" } STDOUT: Current active profile: virtual-guest mssql TASK [linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 20 January 2024 01:48:50 +0000 (0:00:00.325) 0:02:38.310 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 20 January 2024 01:48:50 +0000 (0:00:00.021) 0:02:38.332 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 20 January 2024 01:48:50 +0000 (0:00:00.022) 0:02:38.354 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 20 January 2024 01:48:50 +0000 (0:00:00.031) 0:02:38.386 ****** ok: [sut] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [linux-system-roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 20 January 2024 01:48:50 +0000 (0:00:00.222) 0:02:38.609 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: mssql-tools unixODBC-devel TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 20 January 2024 01:48:53 +0000 (0:00:02.556) 0:02:41.165 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 20 January 2024 01:48:53 +0000 (0:00:00.066) 0:02:41.232 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 20 January 2024 01:48:53 +0000 (0:00:00.023) 0:02:41.255 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 20 January 2024 01:48:53 +0000 (0:00:00.023) 0:02:41.279 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 20 January 2024 01:48:53 +0000 (0:00:00.023) 0:02:41.303 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the password of sa user] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 20 January 2024 01:48:53 +0000 (0:00:00.024) 0:02:41.328 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 20 January 2024 01:48:53 +0000 (0:00:00.024) 0:02:41.352 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 20 January 2024 01:48:53 +0000 (0:00:00.026) 0:02:41.378 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set edition matches the existing edition] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 20 January 2024 01:48:53 +0000 (0:00:00.022) 0:02:41.400 ****** ok: [sut] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Evaluation edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n edition_matches=false\nelse\n edition_matches=true\nfi\necho \"${edition_matches}\"\n", "delta": "0:00:00.005128", "end": "2024-01-20 01:48:53.510353", "rc": 0, "start": "2024-01-20 01:48:53.505225" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 20 January 2024 01:48:53 +0000 (0:00:00.215) 0:02:41.615 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 20 January 2024 01:48:53 +0000 (0:00:00.025) 0:02:41.641 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the edition of MSSQL] ****************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 20 January 2024 01:48:55 +0000 (0:00:01.711) 0:02:43.353 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Configure the IP address setting] ************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 20 January 2024 01:48:55 +0000 (0:00:00.023) 0:02:43.377 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 20 January 2024 01:48:55 +0000 (0:00:00.021) 0:02:43.398 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 20 January 2024 01:48:55 +0000 (0:00:00.030) 0:02:43.429 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the TCP port setting to 1433] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 20 January 2024 01:48:55 +0000 (0:00:00.025) 0:02:43.454 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tcpport] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:48:55 +0000 (0:00:00.045) 0:02:43.499 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002939", "end": "2024-01-20 01:48:55.627969", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:48:55.625030" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:48:55 +0000 (0:00:00.238) 0:02:43.737 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.132154", "end": "2024-01-20 01:48:55.977296", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:48:55.845142" } STDOUT: Validation error on setting 'network.tcpport' Port '1433' is already in use. Please use another port TASK [linux-system-roles.mssql : Unset the setting network tcpport] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:48:56 +0000 (0:00:00.351) 0:02:44.088 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 20 January 2024 01:48:56 +0000 (0:00:00.021) 0:02:44.110 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 20 January 2024 01:48:56 +0000 (0:00:00.021) 0:02:44.131 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-fts] ********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 20 January 2024 01:48:56 +0000 (0:00:00.021) 0:02:44.153 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 20 January 2024 01:48:56 +0000 (0:00:00.080) 0:02:44.234 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 20 January 2024 01:48:56 +0000 (0:00:00.022) 0:02:44.257 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 20 January 2024 01:48:56 +0000 (0:00:00.022) 0:02:44.279 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 20 January 2024 01:48:56 +0000 (0:00:00.022) 0:02:44.302 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 20 January 2024 01:48:56 +0000 (0:00:00.022) 0:02:44.324 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 20 January 2024 01:48:56 +0000 (0:00:00.022) 0:02:44.347 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 20 January 2024 01:48:56 +0000 (0:00:00.022) 0:02:44.369 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 20 January 2024 01:48:56 +0000 (0:00:00.028) 0:02:44.398 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Copy certificate and private_key files to the host] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 20 January 2024 01:48:56 +0000 (0:00:00.023) 0:02:44.421 ****** skipping: [sut] => (item=/tmp/ansible.t59ulw5v) => { "ansible_loop_var": "item", "changed": false, "item": "/tmp/ansible.t59ulw5v", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ansible.l0e0mrol) => { "ansible_loop_var": "item", "changed": false, "item": "ansible.l0e0mrol", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 20 January 2024 01:48:56 +0000 (0:00:00.031) 0:02:44.453 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tlscert] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:48:56 +0000 (0:00:00.038) 0:02:44.492 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004100", "end": "2024-01-20 01:48:57.600722", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:48:56.596622" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.t59ulw5v TASK [linux-system-roles.mssql : Configure the setting network tlscert] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:48:57 +0000 (0:00:01.214) 0:02:45.706 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tlscert] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:48:57 +0000 (0:00:00.029) 0:02:45.736 ****** NOTIFIED HANDLER linux-system-roles.mssql : Restart the mssql-server service for sut changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlscert" ], "delta": "0:00:00.134149", "end": "2024-01-20 01:48:57.977826", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:48:57.843677" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 20 January 2024 01:48:58 +0000 (0:00:00.349) 0:02:46.085 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tlskey] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:48:58 +0000 (0:00:00.042) 0:02:46.127 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003076", "end": "2024-01-20 01:48:58.236500", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:48:58.233424" } STDOUT: tlskey = /etc/pki/tls/private/ansible.l0e0mrol TASK [linux-system-roles.mssql : Configure the setting network tlskey] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:48:58 +0000 (0:00:00.215) 0:02:46.343 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tlskey] ************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:48:58 +0000 (0:00:00.027) 0:02:46.371 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlskey" ], "delta": "0:00:00.131688", "end": "2024-01-20 01:48:58.610572", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:48:58.478884" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 20 January 2024 01:48:58 +0000 (0:00:00.347) 0:02:46.718 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tlsprotocols] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:48:58 +0000 (0:00:00.042) 0:02:46.761 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004273", "end": "2024-01-20 01:48:59.873035", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:48:58.868762" } STDOUT: tlsprotocols = 1.2 TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:48:59 +0000 (0:00:01.218) 0:02:47.979 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tlsprotocols] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:48:59 +0000 (0:00:00.029) 0:02:48.008 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlsprotocols" ], "delta": "0:00:00.137028", "end": "2024-01-20 01:49:00.256472", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:49:00.119444" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 20 January 2024 01:49:00 +0000 (0:00:00.356) 0:02:48.365 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network forceencryption] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:49:00 +0000 (0:00:00.041) 0:02:48.407 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003020", "end": "2024-01-20 01:49:00.516699", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:49:00.513679" } STDOUT: forceencryption = 1 TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:49:00 +0000 (0:00:00.215) 0:02:48.623 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network forceencryption] **** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:49:00 +0000 (0:00:00.026) 0:02:48.650 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.forceencryption" ], "delta": "0:00:00.136169", "end": "2024-01-20 01:49:00.893109", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:49:00.756940" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 20 January 2024 01:49:00 +0000 (0:00:00.351) 0:02:49.002 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 20 January 2024 01:49:00 +0000 (0:00:00.023) 0:02:49.025 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 20 January 2024 01:49:00 +0000 (0:00:00.022) 0:02:49.047 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print credential caches to check if AD principal exists] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 20 January 2024 01:49:00 +0000 (0:00:00.021) 0:02:49.068 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 20 January 2024 01:49:01 +0000 (0:00:00.067) 0:02:49.136 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 20 January 2024 01:49:01 +0000 (0:00:00.024) 0:02:49.160 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Check if AD user exists] ********************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 20 January 2024 01:49:01 +0000 (0:00:00.022) 0:02:49.182 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 20 January 2024 01:49:01 +0000 (0:00:00.021) 0:02:49.204 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Get SPNs for the principal] ******************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 20 January 2024 01:49:01 +0000 (0:00:00.021) 0:02:49.226 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 20 January 2024 01:49:01 +0000 (0:00:00.021) 0:02:49.247 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get kvno of the SPN host] ********************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 20 January 2024 01:49:01 +0000 (0:00:00.020) 0:02:49.267 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get stats of the keytab file] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 20 January 2024 01:49:01 +0000 (0:00:00.021) 0:02:49.288 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 20 January 2024 01:49:01 +0000 (0:00:00.020) 0:02:49.309 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 20 January 2024 01:49:01 +0000 (0:00:00.021) 0:02:49.330 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 20 January 2024 01:49:01 +0000 (0:00:00.021) 0:02:49.352 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure correct permissions and ownership on the keytab] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 20 January 2024 01:49:01 +0000 (0:00:00.020) 0:02:49.373 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 20 January 2024 01:49:01 +0000 (0:00:00.021) 0:02:49.394 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 20 January 2024 01:49:01 +0000 (0:00:00.021) 0:02:49.416 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 20 January 2024 01:49:01 +0000 (0:00:00.021) 0:02:49.437 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 20 January 2024 01:49:01 +0000 (0:00:00.021) 0:02:49.459 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the port and enable the high-availability service in firewall tcp port 5022] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 20 January 2024 01:49:01 +0000 (0:00:00.070) 0:02:49.530 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 20 January 2024 01:49:01 +0000 (0:00:00.021) 0:02:49.552 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 20 January 2024 01:49:01 +0000 (0:00:00.022) 0:02:49.574 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 20 January 2024 01:49:01 +0000 (0:00:00.020) 0:02:49.595 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 20 January 2024 01:49:01 +0000 (0:00:00.021) 0:02:49.616 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 20 January 2024 01:49:01 +0000 (0:00:00.021) 0:02:49.638 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key files] ***** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 20 January 2024 01:49:01 +0000 (0:00:00.020) 0:02:49.659 ****** skipping: [sut] => (item=/var/opt/mssql/data/.cer) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.cer", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/var/opt/mssql/data/.pvk) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.pvk", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on the primary replica] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 20 January 2024 01:49:01 +0000 (0:00:00.026) 0:02:49.685 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create login for HA on in SQL Server] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 20 January 2024 01:49:01 +0000 (0:00:00.022) 0:02:49.708 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 20 January 2024 01:49:01 +0000 (0:00:00.023) 0:02:49.732 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current primary replica in SQL] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 20 January 2024 01:49:01 +0000 (0:00:00.030) 0:02:49.762 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set fact with the current primary replica] **** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 20 January 2024 01:49:01 +0000 (0:00:00.023) 0:02:49.785 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 20 January 2024 01:49:01 +0000 (0:00:00.024) 0:02:49.809 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 20 January 2024 01:49:01 +0000 (0:00:00.022) 0:02:49.831 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 20 January 2024 01:49:01 +0000 (0:00:00.022) 0:02:49.854 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 20 January 2024 01:49:01 +0000 (0:00:00.021) 0:02:49.876 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 20 January 2024 01:49:01 +0000 (0:00:00.021) 0:02:49.897 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 20 January 2024 01:49:01 +0000 (0:00:00.083) 0:02:49.981 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 20 January 2024 01:49:01 +0000 (0:00:00.023) 0:02:50.004 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 20 January 2024 01:49:01 +0000 (0:00:00.021) 0:02:50.026 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 20 January 2024 01:49:01 +0000 (0:00:00.021) 0:02:50.048 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 20 January 2024 01:49:01 +0000 (0:00:00.021) 0:02:50.070 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on not primary replicas] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 20 January 2024 01:49:02 +0000 (0:00:00.027) 0:02:50.097 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 20 January 2024 01:49:02 +0000 (0:00:00.021) 0:02:50.119 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 20 January 2024 01:49:02 +0000 (0:00:00.021) 0:02:50.140 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 20 January 2024 01:49:02 +0000 (0:00:00.021) 0:02:50.162 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key from the control node] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 20 January 2024 01:49:02 +0000 (0:00:00.022) 0:02:50.184 ****** skipping: [sut] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=key) => { "ansible_loop_var": "item", "changed": false, "item": "key", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Save credentials for the SQL Server login] **** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 20 January 2024 01:49:02 +0000 (0:00:00.025) 0:02:50.210 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 20 January 2024 01:49:02 +0000 (0:00:00.019) 0:02:50.230 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure listener for the availability group] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 20 January 2024 01:49:02 +0000 (0:00:00.021) 0:02:50.251 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 20 January 2024 01:49:02 +0000 (0:00:00.021) 0:02:50.273 ****** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 20 January 2024 01:49:02 +0000 (0:00:00.238) 0:02:50.511 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:48:31 UTC", "ActiveEnterTimestampMonotonic": "2331132507", "ActiveExitTimestamp": "Sat 2024-01-20 01:48:31 UTC", "ActiveExitTimestampMonotonic": "2330968640", "ActiveState": "active", "After": "sysinit.target system.slice auditd.service -.mount basic.target network.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:48:31 UTC", "AssertTimestampMonotonic": "2331131448", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:48:31 UTC", "ConditionTimestampMonotonic": "2331131447", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "62869", "ExecMainStartTimestamp": "Sat 2024-01-20 01:48:31 UTC", "ExecMainStartTimestampMonotonic": "2331132451", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-20 01:48:31 UTC] ; stop_time=[n/a] ; pid=62869 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "991", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-20 01:48:31 UTC", "InactiveEnterTimestampMonotonic": "2331130671", "InactiveExitTimestamp": "Sat 2024-01-20 01:48:31 UTC", "InactiveExitTimestampMonotonic": "2331132507", "InvocationID": "afa9e63360e64faa9947c126004b35b7", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "infinity", "LimitNOFILESoft": "infinity", "LimitNPROC": "infinity", "LimitNPROCSoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "62869", "MemoryAccounting": "yes", "MemoryCurrent": "784449536", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount sysinit.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:48:31 UTC", "StateChangeTimestampMonotonic": "2331132507", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "174", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:48:31 UTC", "WatchdogTimestampMonotonic": "2331132503", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 20 January 2024 01:49:02 +0000 (0:00:00.539) 0:02:51.051 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 20 January 2024 01:49:02 +0000 (0:00:00.022) 0:02:51.073 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify connectivity and settings] **************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_tls.yml:147 Saturday 20 January 2024 01:49:03 +0000 (0:00:00.020) 0:02:51.094 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:8 Saturday 20 January 2024 01:49:03 +0000 (0:00:00.170) 0:02:51.264 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:23 Saturday 20 January 2024 01:49:03 +0000 (0:00:00.021) 0:02:51.286 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:35 Saturday 20 January 2024 01:49:03 +0000 (0:00:00.020) 0:02:51.306 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:39 Saturday 20 January 2024 01:49:03 +0000 (0:00:00.020) 0:02:51.327 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:55 Saturday 20 January 2024 01:49:03 +0000 (0:00:00.021) 0:02:51.348 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:60 Saturday 20 January 2024 01:49:03 +0000 (0:00:00.020) 0:02:51.368 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:70 Saturday 20 January 2024 01:49:03 +0000 (0:00:00.019) 0:02:51.388 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:75 Saturday 20 January 2024 01:49:03 +0000 (0:00:00.071) 0:02:51.459 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:85 Saturday 20 January 2024 01:49:03 +0000 (0:00:00.021) 0:02:51.481 ****** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 20 January 2024 01:49:03 +0000 (0:00:00.036) 0:02:51.517 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:49:02 UTC", "ActiveEnterTimestampMonotonic": "2362085354", "ActiveExitTimestamp": "Sat 2024-01-20 01:49:02 UTC", "ActiveExitTimestampMonotonic": "2361917295", "ActiveState": "active", "After": "sysinit.target system.slice auditd.service -.mount basic.target network.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:49:02 UTC", "AssertTimestampMonotonic": "2362084344", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:49:02 UTC", "ConditionTimestampMonotonic": "2362084343", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "63920", "ExecMainStartTimestamp": "Sat 2024-01-20 01:49:02 UTC", "ExecMainStartTimestampMonotonic": "2362085280", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-20 01:49:02 UTC] ; stop_time=[n/a] ; pid=63920 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "991", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-20 01:49:02 UTC", "InactiveEnterTimestampMonotonic": "2362083561", "InactiveExitTimestamp": "Sat 2024-01-20 01:49:02 UTC", "InactiveExitTimestampMonotonic": "2362085354", "InvocationID": "4796de3c3cd74f69b44c14f6f63855a6", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "infinity", "LimitNOFILESoft": "infinity", "LimitNPROC": "infinity", "LimitNPROCSoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "63920", "MemoryAccounting": "yes", "MemoryCurrent": "211611648", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount sysinit.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:49:02 UTC", "StateChangeTimestampMonotonic": "2362085354", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "52", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:49:02 UTC", "WatchdogTimestampMonotonic": "2362085341", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 20 January 2024 01:49:03 +0000 (0:00:00.374) 0:02:51.892 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003817", "end": "2024-01-20 01:49:04.022753", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:49:04.018936" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 20 January 2024 01:49:04 +0000 (0:00:00.239) 0:02:52.131 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004142", "end": "2024-01-20 01:49:04.284166", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:49:04.280024" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 20 January 2024 01:49:04 +0000 (0:00:00.262) 0:02:52.393 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Wait for mssql-server to prepare for client connections] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:93 Saturday 20 January 2024 01:49:04 +0000 (0:00:00.031) 0:02:52.425 ****** ok: [sut] => { "changed": false, "elapsed": 3, "gid": 991, "group": "mssql", "match_groupdict": {}, "match_groups": [], "mode": "0660", "owner": "mssql", "path": "/var/opt/mssql/log/errorlog", "port": null, "search_regex": "SQL Server is now ready for client connections", "secontext": "system_u:object_r:var_t:s0", "size": 14184, "state": "file", "uid": 993 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:99 Saturday 20 January 2024 01:49:07 +0000 (0:00:03.226) 0:02:55.652 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.040437", "end": "2024-01-20 01:49:07.826785", "rc": 0, "start": "2024-01-20 01:49:07.786348" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2022 (RTM-CU11) (KB5032679) - 16.0.4105.2 (X64) Nov 14 2023 18:33:19 Copyright (C) 2022 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Stream 8) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:113 Saturday 20 January 2024 01:49:07 +0000 (0:00:00.287) 0:02:55.940 ****** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:117 Saturday 20 January 2024 01:49:07 +0000 (0:00:00.023) 0:02:55.963 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:124 Saturday 20 January 2024 01:49:07 +0000 (0:00:00.072) 0:02:56.035 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:135 Saturday 20 January 2024 01:49:07 +0000 (0:00:00.022) 0:02:56.058 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:140 Saturday 20 January 2024 01:49:08 +0000 (0:00:00.020) 0:02:56.078 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:145 Saturday 20 January 2024 01:49:08 +0000 (0:00:00.021) 0:02:56.099 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:151 Saturday 20 January 2024 01:49:08 +0000 (0:00:00.020) 0:02:56.120 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:157 Saturday 20 January 2024 01:49:08 +0000 (0:00:00.021) 0:02:56.141 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:167 Saturday 20 January 2024 01:49:08 +0000 (0:00:00.020) 0:02:56.162 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlscert] ************************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:49:08 +0000 (0:00:00.036) 0:02:56.199 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004506", "end": "2024-01-20 01:49:08.333565", "rc": 0, "start": "2024-01-20 01:49:08.329059" } TASK [Verify the setting when it is type str tlscert] ************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:49:08 +0000 (0:00:00.241) 0:02:56.440 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:49:08 +0000 (0:00:00.031) 0:02:56.471 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:49:08 +0000 (0:00:00.026) 0:02:56.498 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:178 Saturday 20 January 2024 01:49:08 +0000 (0:00:00.022) 0:02:56.520 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlskey] ************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:49:08 +0000 (0:00:00.038) 0:02:56.559 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004719", "end": "2024-01-20 01:49:08.669349", "rc": 0, "start": "2024-01-20 01:49:08.664630" } TASK [Verify the setting when it is type str tlskey] *************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:49:08 +0000 (0:00:00.265) 0:02:56.825 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:49:08 +0000 (0:00:00.032) 0:02:56.857 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:49:08 +0000 (0:00:00.025) 0:02:56.883 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:190 Saturday 20 January 2024 01:49:08 +0000 (0:00:00.022) 0:02:56.905 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlsprotocols] ******************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:49:08 +0000 (0:00:00.039) 0:02:56.944 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004587", "end": "2024-01-20 01:49:09.057562", "rc": 0, "start": "2024-01-20 01:49:09.052975" } TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:49:09 +0000 (0:00:00.220) 0:02:57.164 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:49:09 +0000 (0:00:00.029) 0:02:57.194 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:49:09 +0000 (0:00:00.026) 0:02:57.220 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:198 Saturday 20 January 2024 01:49:09 +0000 (0:00:00.024) 0:02:57.244 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting forceencryption] **************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:49:09 +0000 (0:00:00.041) 0:02:57.286 ****** ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004645", "end": "2024-01-20 01:49:09.398368", "rc": 0, "start": "2024-01-20 01:49:09.393723" } TASK [Verify the setting when it is type str forceencryption] ****************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:49:09 +0000 (0:00:00.218) 0:02:57.505 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool forceencryption] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:49:09 +0000 (0:00:00.023) 0:02:57.529 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:49:09 +0000 (0:00:00.029) 0:02:57.558 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:208 Saturday 20 January 2024 01:49:09 +0000 (0:00:00.101) 0:02:57.660 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that SELinux is in the mode {{ __mssql_selinux_mode }}] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:213 Saturday 20 January 2024 01:49:09 +0000 (0:00:00.023) 0:02:57.684 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:221 Saturday 20 January 2024 01:49:09 +0000 (0:00:00.023) 0:02:57.707 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test with certs created by the certificate role] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_tls.yml:154 Saturday 20 January 2024 01:49:09 +0000 (0:00:00.022) 0:02:57.729 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 20 January 2024 01:49:10 +0000 (0:00:00.447) 0:02:58.177 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml for sut TASK [linux-system-roles.mssql : Ensure ansible_facts used by role] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 20 January 2024 01:49:10 +0000 (0:00:00.044) 0:02:58.222 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 20 January 2024 01:49:10 +0000 (0:00:00.028) 0:02:58.251 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 20 January 2024 01:49:10 +0000 (0:00:00.038) 0:02:58.290 ****** ok: [sut] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [linux-system-roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 20 January 2024 01:49:10 +0000 (0:00:00.023) 0:02:58.313 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 20 January 2024 01:49:10 +0000 (0:00:00.023) 0:02:58.337 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the variable is deprecated] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 20 January 2024 01:49:10 +0000 (0:00:00.024) 0:02:58.361 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 20 January 2024 01:49:10 +0000 (0:00:00.023) 0:02:58.385 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 20 January 2024 01:49:10 +0000 (0:00:00.022) 0:02:58.408 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 20 January 2024 01:49:10 +0000 (0:00:00.022) 0:02:58.430 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 20 January 2024 01:49:10 +0000 (0:00:00.022) 0:02:58.452 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 20 January 2024 01:49:10 +0000 (0:00:00.031) 0:02:58.483 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 20 January 2024 01:49:10 +0000 (0:00:00.022) 0:02:58.506 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 20 January 2024 01:49:10 +0000 (0:00:00.024) 0:02:58.531 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 20 January 2024 01:49:10 +0000 (0:00:00.021) 0:02:58.552 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 20 January 2024 01:49:10 +0000 (0:00:00.021) 0:02:58.573 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 20 January 2024 01:49:10 +0000 (0:00:00.110) 0:02:58.684 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 20 January 2024 01:49:10 +0000 (0:00:00.024) 0:02:58.709 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 20 January 2024 01:49:10 +0000 (0:00:00.026) 0:02:58.735 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 20 January 2024 01:49:12 +0000 (0:00:01.689) 0:03:00.424 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } ok: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_facts": { "__mssql_current_version": "2022" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 } } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 20 January 2024 01:49:12 +0000 (0:00:00.062) 0:03:00.487 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 20 January 2024 01:49:12 +0000 (0:00:00.022) 0:03:00.509 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 20 January 2024 01:49:12 +0000 (0:00:00.023) 0:03:00.533 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 20 January 2024 01:49:12 +0000 (0:00:00.042) 0:03:00.575 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2022] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 20 January 2024 01:49:12 +0000 (0:00:00.374) 0:03:00.950 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 20 January 2024 01:49:12 +0000 (0:00:00.021) 0:03:00.972 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2022] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 20 January 2024 01:49:12 +0000 (0:00:00.082) 0:03:01.054 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2022] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 20 January 2024 01:49:13 +0000 (0:00:00.024) 0:03:01.079 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 20 January 2024 01:49:13 +0000 (0:00:00.026) 0:03:01.105 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current mode of SELinux] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 20 January 2024 01:49:13 +0000 (0:00:00.021) 0:03:01.127 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is in enforcing mode] ***** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 20 January 2024 01:49:13 +0000 (0:00:00.020) 0:03:01.148 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is not in enforcing mode] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 20 January 2024 01:49:13 +0000 (0:00:00.020) 0:03:01.169 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-selinux] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 20 January 2024 01:49:13 +0000 (0:00:00.022) 0:03:01.191 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 20 January 2024 01:49:13 +0000 (0:00:00.023) 0:03:01.214 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 20 January 2024 01:49:15 +0000 (0:00:02.537) 0:03:03.752 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the errorlog file exists and its location] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 20 January 2024 01:49:15 +0000 (0:00:00.022) 0:03:03.774 ****** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\nerrorlog=\"$(grep '^errorlogfile = ' /var/opt/mssql/mssql.conf \\\n| sed 's/errorlogfile : //')\" || :\nif [ -s \"${errorlog}\" ]; then\n echo \"${errorlog}\"\nelif [ -s /var/opt/mssql/log/errorlog ]; then\n echo /var/opt/mssql/log/errorlog\nelse\n echo \"\"\nfi\n", "delta": "0:00:00.005553", "end": "2024-01-20 01:49:15.884829", "rc": 0, "start": "2024-01-20 01:49:15.879276" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 20 January 2024 01:49:15 +0000 (0:00:00.274) 0:03:04.048 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set the __mssql_is_setup variable] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 20 January 2024 01:49:17 +0000 (0:00:01.512) 0:03:05.560 ****** ok: [sut] => { "ansible_facts": { "__mssql_is_setup": true }, "changed": false } TASK [linux-system-roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 20 January 2024 01:49:17 +0000 (0:00:00.029) 0:03:05.590 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 20 January 2024 01:49:17 +0000 (0:00:00.021) 0:03:05.611 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 20 January 2024 01:49:17 +0000 (0:00:00.020) 0:03:05.632 ****** skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 20 January 2024 01:49:17 +0000 (0:00:00.026) 0:03:05.658 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 20 January 2024 01:49:17 +0000 (0:00:00.022) 0:03:05.681 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: tuned-profiles-mssql TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 20 January 2024 01:49:20 +0000 (0:00:02.546) 0:03:08.227 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:10:24 UTC", "ActiveEnterTimestampMonotonic": "43218084", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service sysinit.target polkit.service systemd-sysctl.service network.target systemd-journald.socket basic.target dbus.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:10:21 UTC", "AssertTimestampMonotonic": "41085784", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:10:21 UTC", "ConditionTimestampMonotonic": "41085779", "ConfigurationDirectoryMode": "0755", "Conflicts": "auto-cpufreq.service shutdown.target tlp.service power-profiles-daemon.service cpupower.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "723", "ExecMainStartTimestamp": "Sat 2024-01-20 01:10:21 UTC", "ExecMainStartTimestampMonotonic": "41086804", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-20 01:10:21 UTC", "InactiveExitTimestampMonotonic": "41086847", "InvocationID": "62c08fc1ab4f4d1587a5b8d3a604e667", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28609", "LimitNPROCSoft": "28609", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "723", "MemoryAccounting": "yes", "MemoryCurrent": "22708224", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket dbus.service sysinit.target system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:10:24 UTC", "StateChangeTimestampMonotonic": "43218084", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "5", "TasksMax": "45774", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:10:24 UTC", "WatchdogTimestampMonotonic": "43218081", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 20 January 2024 01:49:20 +0000 (0:00:00.359) 0:03:08.586 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.120673", "end": "2024-01-20 01:49:20.810490", "rc": 0, "start": "2024-01-20 01:49:20.689817" } STDOUT: Current active profile: virtual-guest mssql TASK [linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 20 January 2024 01:49:20 +0000 (0:00:00.330) 0:03:08.917 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 20 January 2024 01:49:20 +0000 (0:00:00.082) 0:03:08.999 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 20 January 2024 01:49:20 +0000 (0:00:00.022) 0:03:09.021 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 20 January 2024 01:49:20 +0000 (0:00:00.022) 0:03:09.043 ****** ok: [sut] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [linux-system-roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 20 January 2024 01:49:21 +0000 (0:00:00.218) 0:03:09.261 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: mssql-tools unixODBC-devel TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 20 January 2024 01:49:23 +0000 (0:00:02.544) 0:03:11.806 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 20 January 2024 01:49:23 +0000 (0:00:00.023) 0:03:11.829 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 20 January 2024 01:49:23 +0000 (0:00:00.023) 0:03:11.853 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 20 January 2024 01:49:23 +0000 (0:00:00.024) 0:03:11.878 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 20 January 2024 01:49:23 +0000 (0:00:00.023) 0:03:11.901 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the password of sa user] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 20 January 2024 01:49:23 +0000 (0:00:00.024) 0:03:11.925 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 20 January 2024 01:49:23 +0000 (0:00:00.023) 0:03:11.949 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 20 January 2024 01:49:23 +0000 (0:00:00.022) 0:03:11.971 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set edition matches the existing edition] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 20 January 2024 01:49:23 +0000 (0:00:00.022) 0:03:11.994 ****** ok: [sut] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Evaluation edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n edition_matches=false\nelse\n edition_matches=true\nfi\necho \"${edition_matches}\"\n", "delta": "0:00:00.005163", "end": "2024-01-20 01:49:24.106475", "rc": 0, "start": "2024-01-20 01:49:24.101312" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 20 January 2024 01:49:24 +0000 (0:00:00.294) 0:03:12.289 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 20 January 2024 01:49:24 +0000 (0:00:00.025) 0:03:12.314 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the edition of MSSQL] ****************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 20 January 2024 01:49:25 +0000 (0:00:01.680) 0:03:13.995 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Configure the IP address setting] ************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 20 January 2024 01:49:25 +0000 (0:00:00.023) 0:03:14.019 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 20 January 2024 01:49:25 +0000 (0:00:00.022) 0:03:14.041 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 20 January 2024 01:49:25 +0000 (0:00:00.023) 0:03:14.064 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the TCP port setting to 1433] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 20 January 2024 01:49:26 +0000 (0:00:00.027) 0:03:14.091 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tcpport] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:49:26 +0000 (0:00:00.035) 0:03:14.127 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003191", "end": "2024-01-20 01:49:26.235383", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:49:26.232192" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:49:26 +0000 (0:00:00.214) 0:03:14.342 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.134303", "end": "2024-01-20 01:49:26.589222", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:49:26.454919" } STDOUT: Validation error on setting 'network.tcpport' Port '1433' is already in use. Please use another port TASK [linux-system-roles.mssql : Unset the setting network tcpport] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:49:26 +0000 (0:00:00.356) 0:03:14.699 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 20 January 2024 01:49:26 +0000 (0:00:00.023) 0:03:14.722 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 20 January 2024 01:49:26 +0000 (0:00:00.022) 0:03:14.745 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-fts] ********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 20 January 2024 01:49:26 +0000 (0:00:00.022) 0:03:14.768 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 20 January 2024 01:49:26 +0000 (0:00:00.024) 0:03:14.793 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 20 January 2024 01:49:26 +0000 (0:00:00.021) 0:03:14.815 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 20 January 2024 01:49:26 +0000 (0:00:00.021) 0:03:14.836 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 20 January 2024 01:49:26 +0000 (0:00:00.020) 0:03:14.857 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 20 January 2024 01:49:26 +0000 (0:00:00.020) 0:03:14.878 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 20 January 2024 01:49:26 +0000 (0:00:00.021) 0:03:14.899 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 20 January 2024 01:49:26 +0000 (0:00:00.020) 0:03:14.920 ****** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 20 January 2024 01:49:26 +0000 (0:00:00.062) 0:03:14.982 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 20 January 2024 01:49:27 +0000 (0:00:00.130) 0:03:15.113 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 20 January 2024 01:49:27 +0000 (0:00:00.031) 0:03:15.145 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 20 January 2024 01:49:27 +0000 (0:00:00.214) 0:03:15.359 ****** ok: [sut] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Saturday 20 January 2024 01:49:27 +0000 (0:00:00.029) 0:03:15.389 ****** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 20 January 2024 01:49:27 +0000 (0:00:00.076) 0:03:15.465 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: python3-pyasn1-0.3.7-6.el8.noarch" ] } lsrpackages: python3-cryptography python3-dbus python3-pyasn1 TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Saturday 20 January 2024 01:49:30 +0000 (0:00:03.534) 0:03:18.999 ****** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "rc": 0, "results": [ "Installed: certmonger-0.79.17-2.el8.x86_64", "Installed: xmlrpc-c-1.51.0-8.el8.x86_64", "Installed: xmlrpc-c-client-1.51.0-8.el8.x86_64" ] } lsrpackages: certmonger TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Saturday 20 January 2024 01:49:35 +0000 (0:00:04.286) 0:03:23.286 ****** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//pre-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Saturday 20 January 2024 01:49:35 +0000 (0:00:00.242) 0:03:23.528 ****** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//post-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Saturday 20 January 2024 01:49:35 +0000 (0:00:00.239) 0:03:23.768 ****** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "enabled": true, "name": "certmonger", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket dbus.socket sysinit.target syslog.target network.target system.slice basic.target dbus.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedorahosted.certmonger", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/certmonger.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "certmonger.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28609", "LimitNPROCSoft": "28609", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/certmonger.pid", "PartOf": "dbus.service", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "45774", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Saturday 20 January 2024 01:49:36 +0000 (0:00:00.536) 0:03:24.304 ****** changed: [sut] => (item={'name': 'mssql_2019_cert', 'common_name': '10.31.15.124', 'ca': 'self-sign', 'owner': 'mssql', 'group': 'mssql', 'mode': '0600'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "self-sign", "common_name": "10.31.15.124", "group": "mssql", "mode": "0600", "name": "mssql_2019_cert", "owner": "mssql" } } MSG: Certificate requested (new). File attributes updated. TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Saturday 20 January 2024 01:49:36 +0000 (0:00:00.637) 0:03:24.941 ****** skipping: [sut] => (item=['cert', {'name': 'mssql_2019_cert', 'common_name': '10.31.15.124', 'ca': 'self-sign', 'owner': 'mssql', 'group': 'mssql', 'mode': '0600'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "cert", { "ca": "self-sign", "common_name": "10.31.15.124", "group": "mssql", "mode": "0600", "name": "mssql_2019_cert", "owner": "mssql" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['key', {'name': 'mssql_2019_cert', 'common_name': '10.31.15.124', 'ca': 'self-sign', 'owner': 'mssql', 'group': 'mssql', 'mode': '0600'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "key", { "ca": "self-sign", "common_name": "10.31.15.124", "group": "mssql", "mode": "0600", "name": "mssql_2019_cert", "owner": "mssql" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['ca', {'name': 'mssql_2019_cert', 'common_name': '10.31.15.124', 'ca': 'self-sign', 'owner': 'mssql', 'group': 'mssql', 'mode': '0600'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "ca", { "ca": "self-sign", "common_name": "10.31.15.124", "group": "mssql", "mode": "0600", "name": "mssql_2019_cert", "owner": "mssql" } ], "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Saturday 20 January 2024 01:49:36 +0000 (0:00:00.041) 0:03:24.983 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Saturday 20 January 2024 01:49:37 +0000 (0:00:00.118) 0:03:25.101 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Saturday 20 January 2024 01:49:37 +0000 (0:00:00.028) 0:03:25.130 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 20 January 2024 01:49:37 +0000 (0:00:00.028) 0:03:25.159 ****** ok: [sut] => { "ansible_facts": { "mssql_tls_cert": "mssql_2019_cert.crt", "mssql_tls_private_key": "mssql_2019_cert.key" }, "changed": false } TASK [linux-system-roles.mssql : Copy certificate and private_key files to the host] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 20 January 2024 01:49:37 +0000 (0:00:00.028) 0:03:25.187 ****** skipping: [sut] => (item=mssql_2019_cert.crt) => { "ansible_loop_var": "item", "changed": false, "item": "mssql_2019_cert.crt", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=mssql_2019_cert.key) => { "ansible_loop_var": "item", "changed": false, "item": "mssql_2019_cert.key", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 20 January 2024 01:49:37 +0000 (0:00:00.030) 0:03:25.218 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tlscert] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:49:37 +0000 (0:00:00.040) 0:03:25.258 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003294", "end": "2024-01-20 01:49:37.366142", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:49:37.362848" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlscert] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:49:37 +0000 (0:00:00.214) 0:03:25.472 ****** NOTIFIED HANDLER linux-system-roles.mssql : Restart the mssql-server service for sut changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlscert", "/etc/pki/tls/certs/mssql_2019_cert.crt" ], "delta": "0:00:00.131291", "end": "2024-01-20 01:49:37.713779", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:49:37.582488" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting network tlscert] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:49:37 +0000 (0:00:00.351) 0:03:25.824 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 20 January 2024 01:49:37 +0000 (0:00:00.024) 0:03:25.848 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tlskey] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:49:37 +0000 (0:00:00.040) 0:03:25.889 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003141", "end": "2024-01-20 01:49:37.995747", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:49:37.992606" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlskey] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:49:38 +0000 (0:00:00.212) 0:03:26.101 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlskey", "/etc/pki/tls/private/mssql_2019_cert.key" ], "delta": "0:00:00.129119", "end": "2024-01-20 01:49:38.339819", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:49:38.210700" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting network tlskey] ************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:49:38 +0000 (0:00:00.409) 0:03:26.511 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 20 January 2024 01:49:38 +0000 (0:00:00.024) 0:03:26.535 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tlsprotocols] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:49:38 +0000 (0:00:00.041) 0:03:26.577 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003140", "end": "2024-01-20 01:49:38.686239", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:49:38.683099" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:49:38 +0000 (0:00:00.214) 0:03:26.791 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlsprotocols", "1.2" ], "delta": "0:00:00.135280", "end": "2024-01-20 01:49:39.036502", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:49:38.901222" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting network tlsprotocols] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:49:39 +0000 (0:00:00.354) 0:03:27.146 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 20 January 2024 01:49:39 +0000 (0:00:00.023) 0:03:27.169 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network forceencryption] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:49:39 +0000 (0:00:00.042) 0:03:27.212 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002990", "end": "2024-01-20 01:49:39.319217", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:49:39.316227" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:49:39 +0000 (0:00:00.212) 0:03:27.425 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.forceencryption", "1" ], "delta": "0:00:00.131309", "end": "2024-01-20 01:49:39.665933", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:49:39.534624" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting network forceencryption] **** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:49:39 +0000 (0:00:00.355) 0:03:27.780 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 20 January 2024 01:49:39 +0000 (0:00:00.022) 0:03:27.803 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 20 January 2024 01:49:39 +0000 (0:00:00.083) 0:03:27.887 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 20 January 2024 01:49:39 +0000 (0:00:00.022) 0:03:27.910 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print credential caches to check if AD principal exists] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 20 January 2024 01:49:39 +0000 (0:00:00.021) 0:03:27.931 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 20 January 2024 01:49:39 +0000 (0:00:00.023) 0:03:27.955 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 20 January 2024 01:49:39 +0000 (0:00:00.024) 0:03:27.979 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Check if AD user exists] ********************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 20 January 2024 01:49:39 +0000 (0:00:00.022) 0:03:28.002 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 20 January 2024 01:49:39 +0000 (0:00:00.021) 0:03:28.023 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Get SPNs for the principal] ******************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 20 January 2024 01:49:39 +0000 (0:00:00.022) 0:03:28.045 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 20 January 2024 01:49:39 +0000 (0:00:00.021) 0:03:28.067 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get kvno of the SPN host] ********************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 20 January 2024 01:49:40 +0000 (0:00:00.021) 0:03:28.089 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get stats of the keytab file] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 20 January 2024 01:49:40 +0000 (0:00:00.021) 0:03:28.110 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 20 January 2024 01:49:40 +0000 (0:00:00.020) 0:03:28.130 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 20 January 2024 01:49:40 +0000 (0:00:00.020) 0:03:28.151 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 20 January 2024 01:49:40 +0000 (0:00:00.020) 0:03:28.172 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure correct permissions and ownership on the keytab] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 20 January 2024 01:49:40 +0000 (0:00:00.019) 0:03:28.191 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 20 January 2024 01:49:40 +0000 (0:00:00.021) 0:03:28.213 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 20 January 2024 01:49:40 +0000 (0:00:00.085) 0:03:28.298 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 20 January 2024 01:49:40 +0000 (0:00:00.022) 0:03:28.321 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 20 January 2024 01:49:40 +0000 (0:00:00.021) 0:03:28.342 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the port and enable the high-availability service in firewall tcp port 5022] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 20 January 2024 01:49:40 +0000 (0:00:00.022) 0:03:28.365 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 20 January 2024 01:49:40 +0000 (0:00:00.020) 0:03:28.385 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 20 January 2024 01:49:40 +0000 (0:00:00.021) 0:03:28.407 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 20 January 2024 01:49:40 +0000 (0:00:00.021) 0:03:28.428 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 20 January 2024 01:49:40 +0000 (0:00:00.020) 0:03:28.449 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 20 January 2024 01:49:40 +0000 (0:00:00.021) 0:03:28.470 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key files] ***** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 20 January 2024 01:49:40 +0000 (0:00:00.020) 0:03:28.491 ****** skipping: [sut] => (item=/var/opt/mssql/data/.cer) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.cer", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/var/opt/mssql/data/.pvk) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.pvk", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on the primary replica] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 20 January 2024 01:49:40 +0000 (0:00:00.025) 0:03:28.516 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create login for HA on in SQL Server] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 20 January 2024 01:49:40 +0000 (0:00:00.020) 0:03:28.537 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 20 January 2024 01:49:40 +0000 (0:00:00.020) 0:03:28.557 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current primary replica in SQL] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 20 January 2024 01:49:40 +0000 (0:00:00.027) 0:03:28.584 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set fact with the current primary replica] **** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 20 January 2024 01:49:40 +0000 (0:00:00.021) 0:03:28.606 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 20 January 2024 01:49:40 +0000 (0:00:00.021) 0:03:28.627 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 20 January 2024 01:49:40 +0000 (0:00:00.020) 0:03:28.648 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 20 January 2024 01:49:40 +0000 (0:00:00.086) 0:03:28.734 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 20 January 2024 01:49:40 +0000 (0:00:00.023) 0:03:28.758 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 20 January 2024 01:49:40 +0000 (0:00:00.021) 0:03:28.779 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 20 January 2024 01:49:40 +0000 (0:00:00.022) 0:03:28.801 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 20 January 2024 01:49:40 +0000 (0:00:00.021) 0:03:28.822 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 20 January 2024 01:49:40 +0000 (0:00:00.021) 0:03:28.844 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 20 January 2024 01:49:40 +0000 (0:00:00.021) 0:03:28.865 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 20 January 2024 01:49:40 +0000 (0:00:00.022) 0:03:28.887 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on not primary replicas] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 20 January 2024 01:49:40 +0000 (0:00:00.027) 0:03:28.915 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 20 January 2024 01:49:40 +0000 (0:00:00.021) 0:03:28.937 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 20 January 2024 01:49:40 +0000 (0:00:00.021) 0:03:28.958 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 20 January 2024 01:49:40 +0000 (0:00:00.021) 0:03:28.979 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key from the control node] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 20 January 2024 01:49:40 +0000 (0:00:00.022) 0:03:29.002 ****** skipping: [sut] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=key) => { "ansible_loop_var": "item", "changed": false, "item": "key", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Save credentials for the SQL Server login] **** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 20 January 2024 01:49:40 +0000 (0:00:00.025) 0:03:29.027 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 20 January 2024 01:49:40 +0000 (0:00:00.019) 0:03:29.047 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure listener for the availability group] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 20 January 2024 01:49:40 +0000 (0:00:00.022) 0:03:29.070 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 20 January 2024 01:49:41 +0000 (0:00:00.021) 0:03:29.092 ****** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 20 January 2024 01:49:41 +0000 (0:00:00.333) 0:03:29.426 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:49:02 UTC", "ActiveEnterTimestampMonotonic": "2362085354", "ActiveExitTimestamp": "Sat 2024-01-20 01:49:02 UTC", "ActiveExitTimestampMonotonic": "2361917295", "ActiveState": "active", "After": "auditd.service basic.target systemd-journald.socket sysinit.target network.target -.mount system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:49:02 UTC", "AssertTimestampMonotonic": "2362084344", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:49:02 UTC", "ConditionTimestampMonotonic": "2362084343", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "63920", "ExecMainStartTimestamp": "Sat 2024-01-20 01:49:02 UTC", "ExecMainStartTimestampMonotonic": "2362085280", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "991", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-20 01:49:02 UTC", "InactiveEnterTimestampMonotonic": "2362083561", "InactiveExitTimestamp": "Sat 2024-01-20 01:49:02 UTC", "InactiveExitTimestampMonotonic": "2362085354", "InvocationID": "4796de3c3cd74f69b44c14f6f63855a6", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "infinity", "LimitNOFILESoft": "infinity", "LimitNPROC": "infinity", "LimitNPROCSoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "63920", "MemoryAccounting": "yes", "MemoryCurrent": "786821120", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:49:02 UTC", "StateChangeTimestampMonotonic": "2362085354", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "175", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:49:02 UTC", "WatchdogTimestampMonotonic": "2362085341", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 20 January 2024 01:49:41 +0000 (0:00:00.558) 0:03:29.984 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 20 January 2024 01:49:41 +0000 (0:00:00.022) 0:03:30.006 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers TASK [Verify connectivity and settings] **************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_tls.yml:168 Saturday 20 January 2024 01:49:41 +0000 (0:00:00.021) 0:03:30.028 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:8 Saturday 20 January 2024 01:49:42 +0000 (0:00:00.213) 0:03:30.241 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:23 Saturday 20 January 2024 01:49:42 +0000 (0:00:00.022) 0:03:30.264 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:35 Saturday 20 January 2024 01:49:42 +0000 (0:00:00.021) 0:03:30.286 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:39 Saturday 20 January 2024 01:49:42 +0000 (0:00:00.095) 0:03:30.381 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:55 Saturday 20 January 2024 01:49:42 +0000 (0:00:00.024) 0:03:30.406 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:60 Saturday 20 January 2024 01:49:42 +0000 (0:00:00.020) 0:03:30.426 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:70 Saturday 20 January 2024 01:49:42 +0000 (0:00:00.020) 0:03:30.447 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:75 Saturday 20 January 2024 01:49:42 +0000 (0:00:00.020) 0:03:30.468 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:85 Saturday 20 January 2024 01:49:42 +0000 (0:00:00.019) 0:03:30.488 ****** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 20 January 2024 01:49:42 +0000 (0:00:00.036) 0:03:30.525 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:49:41 UTC", "ActiveEnterTimestampMonotonic": "2401016605", "ActiveExitTimestamp": "Sat 2024-01-20 01:49:41 UTC", "ActiveExitTimestampMonotonic": "2400832108", "ActiveState": "active", "After": "auditd.service basic.target systemd-journald.socket sysinit.target network.target -.mount system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:49:41 UTC", "AssertTimestampMonotonic": "2401015558", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:49:41 UTC", "ConditionTimestampMonotonic": "2401015557", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "65694", "ExecMainStartTimestamp": "Sat 2024-01-20 01:49:41 UTC", "ExecMainStartTimestampMonotonic": "2401016551", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-20 01:49:41 UTC] ; stop_time=[n/a] ; pid=65694 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "991", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-20 01:49:41 UTC", "InactiveEnterTimestampMonotonic": "2401014619", "InactiveExitTimestamp": "Sat 2024-01-20 01:49:41 UTC", "InactiveExitTimestampMonotonic": "2401016605", "InvocationID": "ed3ed9395b2e45ed842b4d6d3a99b9e7", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "infinity", "LimitNOFILESoft": "infinity", "LimitNPROC": "infinity", "LimitNPROCSoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "65694", "MemoryAccounting": "yes", "MemoryCurrent": "227106816", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:49:41 UTC", "StateChangeTimestampMonotonic": "2401016605", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "57", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:49:41 UTC", "WatchdogTimestampMonotonic": "2401016603", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 20 January 2024 01:49:42 +0000 (0:00:00.373) 0:03:30.898 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004477", "end": "2024-01-20 01:49:43.027465", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:49:43.022988" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 20 January 2024 01:49:43 +0000 (0:00:00.235) 0:03:31.133 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003437", "end": "2024-01-20 01:49:43.299548", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:49:43.296111" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 20 January 2024 01:49:43 +0000 (0:00:00.270) 0:03:31.404 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Wait for mssql-server to prepare for client connections] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:93 Saturday 20 January 2024 01:49:43 +0000 (0:00:00.028) 0:03:31.432 ****** ok: [sut] => { "changed": false, "elapsed": 4, "gid": 991, "group": "mssql", "match_groupdict": {}, "match_groups": [], "mode": "0660", "owner": "mssql", "path": "/var/opt/mssql/log/errorlog", "port": null, "search_regex": "SQL Server is now ready for client connections", "secontext": "system_u:object_r:var_t:s0", "size": 16624, "state": "file", "uid": 993 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:99 Saturday 20 January 2024 01:49:47 +0000 (0:00:04.267) 0:03:35.700 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.038254", "end": "2024-01-20 01:49:47.853777", "rc": 0, "start": "2024-01-20 01:49:47.815523" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2022 (RTM-CU11) (KB5032679) - 16.0.4105.2 (X64) Nov 14 2023 18:33:19 Copyright (C) 2022 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Stream 8) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:113 Saturday 20 January 2024 01:49:47 +0000 (0:00:00.262) 0:03:35.963 ****** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:117 Saturday 20 January 2024 01:49:47 +0000 (0:00:00.024) 0:03:35.987 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:124 Saturday 20 January 2024 01:49:47 +0000 (0:00:00.023) 0:03:36.010 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:135 Saturday 20 January 2024 01:49:47 +0000 (0:00:00.020) 0:03:36.030 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:140 Saturday 20 January 2024 01:49:47 +0000 (0:00:00.020) 0:03:36.051 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:145 Saturday 20 January 2024 01:49:47 +0000 (0:00:00.020) 0:03:36.072 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:151 Saturday 20 January 2024 01:49:48 +0000 (0:00:00.020) 0:03:36.092 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:157 Saturday 20 January 2024 01:49:48 +0000 (0:00:00.020) 0:03:36.113 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:167 Saturday 20 January 2024 01:49:48 +0000 (0:00:00.021) 0:03:36.135 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlscert] ************************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:49:48 +0000 (0:00:00.128) 0:03:36.264 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004451", "end": "2024-01-20 01:49:48.382014", "rc": 0, "start": "2024-01-20 01:49:48.377563" } STDOUT: tlscert = /etc/pki/tls/certs/mssql_2019_cert.crt TASK [Verify the setting when it is type str tlscert] ************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:49:48 +0000 (0:00:00.240) 0:03:36.504 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:49:48 +0000 (0:00:00.044) 0:03:36.549 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/certs/mssql_2019_cert.crt] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:49:48 +0000 (0:00:00.039) 0:03:36.588 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:178 Saturday 20 January 2024 01:49:48 +0000 (0:00:00.024) 0:03:36.613 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlskey] ************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:49:48 +0000 (0:00:00.041) 0:03:36.655 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004397", "end": "2024-01-20 01:49:48.786172", "rc": 0, "start": "2024-01-20 01:49:48.781775" } STDOUT: tlskey = /etc/pki/tls/private/mssql_2019_cert.key TASK [Verify the setting when it is type str tlskey] *************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:49:48 +0000 (0:00:00.237) 0:03:36.892 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:49:48 +0000 (0:00:00.030) 0:03:36.922 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/private/mssql_2019_cert.key] ********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:49:48 +0000 (0:00:00.027) 0:03:36.949 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:190 Saturday 20 January 2024 01:49:48 +0000 (0:00:00.023) 0:03:36.973 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlsprotocols] ******************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:49:48 +0000 (0:00:00.041) 0:03:37.014 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004653", "end": "2024-01-20 01:49:49.127072", "rc": 0, "start": "2024-01-20 01:49:49.122419" } STDOUT: tlsprotocols = 1.2 TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:49:49 +0000 (0:00:00.281) 0:03:37.296 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:49:49 +0000 (0:00:00.031) 0:03:37.328 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1.2] *********************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:49:49 +0000 (0:00:00.025) 0:03:37.353 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:198 Saturday 20 January 2024 01:49:49 +0000 (0:00:00.024) 0:03:37.377 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting forceencryption] **************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:49:49 +0000 (0:00:00.042) 0:03:37.419 ****** ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004466", "end": "2024-01-20 01:49:49.531864", "rc": 0, "start": "2024-01-20 01:49:49.527398" } STDOUT: forceencryption = 1 TASK [Verify the setting when it is type str forceencryption] ****************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:49:49 +0000 (0:00:00.219) 0:03:37.639 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool forceencryption] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:49:49 +0000 (0:00:00.024) 0:03:37.664 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:49:49 +0000 (0:00:00.029) 0:03:37.694 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:208 Saturday 20 January 2024 01:49:49 +0000 (0:00:00.021) 0:03:37.715 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that SELinux is in the mode {{ __mssql_selinux_mode }}] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:213 Saturday 20 January 2024 01:49:49 +0000 (0:00:00.021) 0:03:37.737 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:221 Saturday 20 January 2024 01:49:49 +0000 (0:00:00.021) 0:03:37.758 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Disable TLS encryption] ************************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_tls.yml:175 Saturday 20 January 2024 01:49:49 +0000 (0:00:00.021) 0:03:37.780 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 20 January 2024 01:49:50 +0000 (0:00:00.515) 0:03:38.296 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml for sut TASK [linux-system-roles.mssql : Ensure ansible_facts used by role] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 20 January 2024 01:49:50 +0000 (0:00:00.034) 0:03:38.331 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 20 January 2024 01:49:50 +0000 (0:00:00.028) 0:03:38.359 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 20 January 2024 01:49:50 +0000 (0:00:00.044) 0:03:38.403 ****** ok: [sut] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [linux-system-roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 20 January 2024 01:49:50 +0000 (0:00:00.028) 0:03:38.432 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 20 January 2024 01:49:50 +0000 (0:00:00.116) 0:03:38.549 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the variable is deprecated] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 20 January 2024 01:49:50 +0000 (0:00:00.022) 0:03:38.571 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 20 January 2024 01:49:50 +0000 (0:00:00.022) 0:03:38.594 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 20 January 2024 01:49:50 +0000 (0:00:00.023) 0:03:38.618 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 20 January 2024 01:49:50 +0000 (0:00:00.022) 0:03:38.641 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 20 January 2024 01:49:50 +0000 (0:00:00.023) 0:03:38.664 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 20 January 2024 01:49:50 +0000 (0:00:00.023) 0:03:38.687 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 20 January 2024 01:49:50 +0000 (0:00:00.022) 0:03:38.709 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 20 January 2024 01:49:50 +0000 (0:00:00.035) 0:03:38.745 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 20 January 2024 01:49:50 +0000 (0:00:00.022) 0:03:38.767 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 20 January 2024 01:49:50 +0000 (0:00:00.020) 0:03:38.787 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 20 January 2024 01:49:50 +0000 (0:00:00.020) 0:03:38.808 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 20 January 2024 01:49:50 +0000 (0:00:00.021) 0:03:38.829 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 20 January 2024 01:49:50 +0000 (0:00:00.025) 0:03:38.854 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 20 January 2024 01:49:52 +0000 (0:00:01.911) 0:03:40.766 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } ok: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_facts": { "__mssql_current_version": "2022" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 } } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 20 January 2024 01:49:52 +0000 (0:00:00.075) 0:03:40.841 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 20 January 2024 01:49:52 +0000 (0:00:00.047) 0:03:40.889 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 20 January 2024 01:49:52 +0000 (0:00:00.038) 0:03:40.928 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 20 January 2024 01:49:52 +0000 (0:00:00.052) 0:03:40.980 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2022] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 20 January 2024 01:49:53 +0000 (0:00:00.400) 0:03:41.381 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 20 January 2024 01:49:53 +0000 (0:00:00.051) 0:03:41.432 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2022] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 20 January 2024 01:49:53 +0000 (0:00:00.026) 0:03:41.459 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2022] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 20 January 2024 01:49:53 +0000 (0:00:00.030) 0:03:41.489 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 20 January 2024 01:49:53 +0000 (0:00:00.036) 0:03:41.525 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current mode of SELinux] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 20 January 2024 01:49:53 +0000 (0:00:00.024) 0:03:41.550 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is in enforcing mode] ***** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 20 January 2024 01:49:53 +0000 (0:00:00.023) 0:03:41.574 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is not in enforcing mode] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 20 January 2024 01:49:53 +0000 (0:00:00.035) 0:03:41.609 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-selinux] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 20 January 2024 01:49:53 +0000 (0:00:00.133) 0:03:41.743 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 20 January 2024 01:49:53 +0000 (0:00:00.032) 0:03:41.776 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 20 January 2024 01:49:56 +0000 (0:00:02.530) 0:03:44.306 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the errorlog file exists and its location] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 20 January 2024 01:49:56 +0000 (0:00:00.023) 0:03:44.329 ****** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\nerrorlog=\"$(grep '^errorlogfile = ' /var/opt/mssql/mssql.conf \\\n| sed 's/errorlogfile : //')\" || :\nif [ -s \"${errorlog}\" ]; then\n echo \"${errorlog}\"\nelif [ -s /var/opt/mssql/log/errorlog ]; then\n echo /var/opt/mssql/log/errorlog\nelse\n echo \"\"\nfi\n", "delta": "0:00:00.005641", "end": "2024-01-20 01:49:56.438160", "rc": 0, "start": "2024-01-20 01:49:56.432519" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 20 January 2024 01:49:56 +0000 (0:00:00.213) 0:03:44.543 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set the __mssql_is_setup variable] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 20 January 2024 01:49:58 +0000 (0:00:01.548) 0:03:46.092 ****** ok: [sut] => { "ansible_facts": { "__mssql_is_setup": true }, "changed": false } TASK [linux-system-roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 20 January 2024 01:49:58 +0000 (0:00:00.029) 0:03:46.121 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 20 January 2024 01:49:58 +0000 (0:00:00.023) 0:03:46.144 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 20 January 2024 01:49:58 +0000 (0:00:00.023) 0:03:46.168 ****** skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 20 January 2024 01:49:58 +0000 (0:00:00.027) 0:03:46.196 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 20 January 2024 01:49:58 +0000 (0:00:00.022) 0:03:46.219 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: tuned-profiles-mssql TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 20 January 2024 01:50:00 +0000 (0:00:02.639) 0:03:48.858 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:10:24 UTC", "ActiveEnterTimestampMonotonic": "43218084", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.socket sysinit.target network.target dbus.service basic.target systemd-sysctl.service polkit.service systemd-journald.socket system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:10:21 UTC", "AssertTimestampMonotonic": "41085784", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:10:21 UTC", "ConditionTimestampMonotonic": "41085779", "ConfigurationDirectoryMode": "0755", "Conflicts": "auto-cpufreq.service power-profiles-daemon.service shutdown.target cpupower.service tlp.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "723", "ExecMainStartTimestamp": "Sat 2024-01-20 01:10:21 UTC", "ExecMainStartTimestampMonotonic": "41086804", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-20 01:10:21 UTC", "InactiveExitTimestampMonotonic": "41086847", "InvocationID": "62c08fc1ab4f4d1587a5b8d3a604e667", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28609", "LimitNPROCSoft": "28609", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "723", "MemoryAccounting": "yes", "MemoryCurrent": "22712320", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice dbus.service sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:10:24 UTC", "StateChangeTimestampMonotonic": "43218084", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "5", "TasksMax": "45774", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:10:24 UTC", "WatchdogTimestampMonotonic": "43218081", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 20 January 2024 01:50:01 +0000 (0:00:00.352) 0:03:49.211 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.122799", "end": "2024-01-20 01:50:01.438950", "rc": 0, "start": "2024-01-20 01:50:01.316151" } STDOUT: Current active profile: virtual-guest mssql TASK [linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 20 January 2024 01:50:01 +0000 (0:00:00.337) 0:03:49.549 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 20 January 2024 01:50:01 +0000 (0:00:00.027) 0:03:49.577 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 20 January 2024 01:50:01 +0000 (0:00:00.035) 0:03:49.612 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 20 January 2024 01:50:01 +0000 (0:00:00.046) 0:03:49.659 ****** ok: [sut] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [linux-system-roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 20 January 2024 01:50:01 +0000 (0:00:00.224) 0:03:49.884 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: mssql-tools unixODBC-devel TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 20 January 2024 01:50:04 +0000 (0:00:02.566) 0:03:52.450 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 20 January 2024 01:50:04 +0000 (0:00:00.023) 0:03:52.474 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 20 January 2024 01:50:04 +0000 (0:00:00.023) 0:03:52.498 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 20 January 2024 01:50:04 +0000 (0:00:00.025) 0:03:52.523 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 20 January 2024 01:50:04 +0000 (0:00:00.023) 0:03:52.546 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the password of sa user] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 20 January 2024 01:50:04 +0000 (0:00:00.104) 0:03:52.651 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 20 January 2024 01:50:04 +0000 (0:00:00.023) 0:03:52.674 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 20 January 2024 01:50:04 +0000 (0:00:00.022) 0:03:52.697 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set edition matches the existing edition] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 20 January 2024 01:50:04 +0000 (0:00:00.028) 0:03:52.725 ****** ok: [sut] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Evaluation edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n edition_matches=false\nelse\n edition_matches=true\nfi\necho \"${edition_matches}\"\n", "delta": "0:00:00.005504", "end": "2024-01-20 01:50:04.840129", "rc": 0, "start": "2024-01-20 01:50:04.834625" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 20 January 2024 01:50:04 +0000 (0:00:00.221) 0:03:52.947 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 20 January 2024 01:50:04 +0000 (0:00:00.024) 0:03:52.971 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the edition of MSSQL] ****************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 20 January 2024 01:50:06 +0000 (0:00:01.693) 0:03:54.664 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Configure the IP address setting] ************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 20 January 2024 01:50:06 +0000 (0:00:00.025) 0:03:54.689 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 20 January 2024 01:50:06 +0000 (0:00:00.024) 0:03:54.714 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 20 January 2024 01:50:06 +0000 (0:00:00.024) 0:03:54.738 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the TCP port setting to 1433] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 20 January 2024 01:50:06 +0000 (0:00:00.024) 0:03:54.762 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tcpport] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:50:06 +0000 (0:00:00.118) 0:03:54.881 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003026", "end": "2024-01-20 01:50:06.995426", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:50:06.992400" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:50:07 +0000 (0:00:00.221) 0:03:55.102 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.138342", "end": "2024-01-20 01:50:07.352136", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:50:07.213794" } STDOUT: Validation error on setting 'network.tcpport' Port '1433' is already in use. Please use another port TASK [linux-system-roles.mssql : Unset the setting network tcpport] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:50:07 +0000 (0:00:00.362) 0:03:55.465 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 20 January 2024 01:50:07 +0000 (0:00:00.022) 0:03:55.488 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 20 January 2024 01:50:07 +0000 (0:00:00.020) 0:03:55.508 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-fts] ********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 20 January 2024 01:50:07 +0000 (0:00:00.023) 0:03:55.532 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 20 January 2024 01:50:07 +0000 (0:00:00.024) 0:03:55.556 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 20 January 2024 01:50:07 +0000 (0:00:00.022) 0:03:55.578 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 20 January 2024 01:50:07 +0000 (0:00:00.022) 0:03:55.601 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 20 January 2024 01:50:07 +0000 (0:00:00.022) 0:03:55.623 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 20 January 2024 01:50:07 +0000 (0:00:00.021) 0:03:55.644 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 20 January 2024 01:50:07 +0000 (0:00:00.024) 0:03:55.669 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 20 January 2024 01:50:07 +0000 (0:00:00.022) 0:03:55.691 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 20 January 2024 01:50:07 +0000 (0:00:00.022) 0:03:55.714 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Copy certificate and private_key files to the host] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 20 January 2024 01:50:07 +0000 (0:00:00.136) 0:03:55.851 ****** skipping: [sut] => (item=mssql_2019_cert.crt) => { "ansible_loop_var": "item", "changed": false, "item": "mssql_2019_cert.crt", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=mssql_2019_cert.key) => { "ansible_loop_var": "item", "changed": false, "item": "mssql_2019_cert.key", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 20 January 2024 01:50:07 +0000 (0:00:00.042) 0:03:55.894 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tlscert] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:50:07 +0000 (0:00:00.041) 0:03:55.936 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003206", "end": "2024-01-20 01:50:08.050195", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:50:08.046989" } STDOUT: tlscert = /etc/pki/tls/certs/mssql_2019_cert.crt TASK [linux-system-roles.mssql : Configure the setting network tlscert] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:50:08 +0000 (0:00:00.223) 0:03:56.159 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tlscert] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:50:08 +0000 (0:00:00.029) 0:03:56.189 ****** NOTIFIED HANDLER linux-system-roles.mssql : Restart the mssql-server service for sut changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlscert" ], "delta": "0:00:00.136833", "end": "2024-01-20 01:50:08.437972", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:50:08.301139" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 20 January 2024 01:50:08 +0000 (0:00:00.357) 0:03:56.546 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tlskey] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:50:08 +0000 (0:00:00.041) 0:03:56.588 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003003", "end": "2024-01-20 01:50:08.701821", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:50:08.698818" } STDOUT: tlskey = /etc/pki/tls/private/mssql_2019_cert.key TASK [linux-system-roles.mssql : Configure the setting network tlskey] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:50:08 +0000 (0:00:00.221) 0:03:56.809 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tlskey] ************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:50:08 +0000 (0:00:00.028) 0:03:56.838 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlskey" ], "delta": "0:00:00.136953", "end": "2024-01-20 01:50:09.087268", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:50:08.950315" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 20 January 2024 01:50:09 +0000 (0:00:00.356) 0:03:57.195 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tlsprotocols] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:50:09 +0000 (0:00:00.121) 0:03:57.317 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003144", "end": "2024-01-20 01:50:09.429370", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:50:09.426226" } STDOUT: tlsprotocols = 1.2 TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:50:09 +0000 (0:00:00.220) 0:03:57.537 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tlsprotocols] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:50:09 +0000 (0:00:00.032) 0:03:57.569 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlsprotocols" ], "delta": "0:00:00.136745", "end": "2024-01-20 01:50:09.818035", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:50:09.681290" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 20 January 2024 01:50:09 +0000 (0:00:00.357) 0:03:57.927 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network forceencryption] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:50:09 +0000 (0:00:00.046) 0:03:57.973 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003311", "end": "2024-01-20 01:50:10.089812", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:50:10.086501" } STDOUT: forceencryption = 1 TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:50:10 +0000 (0:00:00.224) 0:03:58.198 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network forceencryption] **** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:50:10 +0000 (0:00:00.028) 0:03:58.227 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.forceencryption" ], "delta": "0:00:00.136904", "end": "2024-01-20 01:50:10.479252", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:50:10.342348" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 20 January 2024 01:50:10 +0000 (0:00:00.361) 0:03:58.589 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 20 January 2024 01:50:10 +0000 (0:00:00.025) 0:03:58.615 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 20 January 2024 01:50:10 +0000 (0:00:00.030) 0:03:58.645 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print credential caches to check if AD principal exists] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 20 January 2024 01:50:10 +0000 (0:00:00.023) 0:03:58.669 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 20 January 2024 01:50:10 +0000 (0:00:00.027) 0:03:58.696 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 20 January 2024 01:50:10 +0000 (0:00:00.023) 0:03:58.720 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Check if AD user exists] ********************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 20 January 2024 01:50:10 +0000 (0:00:00.113) 0:03:58.834 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 20 January 2024 01:50:10 +0000 (0:00:00.023) 0:03:58.858 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Get SPNs for the principal] ******************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 20 January 2024 01:50:10 +0000 (0:00:00.023) 0:03:58.882 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 20 January 2024 01:50:10 +0000 (0:00:00.030) 0:03:58.912 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get kvno of the SPN host] ********************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 20 January 2024 01:50:10 +0000 (0:00:00.035) 0:03:58.947 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get stats of the keytab file] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 20 January 2024 01:50:10 +0000 (0:00:00.024) 0:03:58.972 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 20 January 2024 01:50:10 +0000 (0:00:00.024) 0:03:58.996 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 20 January 2024 01:50:10 +0000 (0:00:00.022) 0:03:59.019 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 20 January 2024 01:50:10 +0000 (0:00:00.023) 0:03:59.043 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure correct permissions and ownership on the keytab] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 20 January 2024 01:50:10 +0000 (0:00:00.023) 0:03:59.067 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 20 January 2024 01:50:11 +0000 (0:00:00.022) 0:03:59.089 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 20 January 2024 01:50:11 +0000 (0:00:00.023) 0:03:59.113 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 20 January 2024 01:50:11 +0000 (0:00:00.022) 0:03:59.135 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 20 January 2024 01:50:11 +0000 (0:00:00.021) 0:03:59.157 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the port and enable the high-availability service in firewall tcp port 5022] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 20 January 2024 01:50:11 +0000 (0:00:00.023) 0:03:59.181 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 20 January 2024 01:50:11 +0000 (0:00:00.026) 0:03:59.208 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 20 January 2024 01:50:11 +0000 (0:00:00.023) 0:03:59.231 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 20 January 2024 01:50:11 +0000 (0:00:00.115) 0:03:59.347 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 20 January 2024 01:50:11 +0000 (0:00:00.023) 0:03:59.370 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 20 January 2024 01:50:11 +0000 (0:00:00.021) 0:03:59.392 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key files] ***** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 20 January 2024 01:50:11 +0000 (0:00:00.022) 0:03:59.414 ****** skipping: [sut] => (item=/var/opt/mssql/data/.cer) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.cer", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/var/opt/mssql/data/.pvk) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.pvk", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on the primary replica] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 20 January 2024 01:50:11 +0000 (0:00:00.026) 0:03:59.440 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create login for HA on in SQL Server] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 20 January 2024 01:50:11 +0000 (0:00:00.020) 0:03:59.461 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 20 January 2024 01:50:11 +0000 (0:00:00.022) 0:03:59.484 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current primary replica in SQL] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 20 January 2024 01:50:11 +0000 (0:00:00.029) 0:03:59.514 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set fact with the current primary replica] **** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 20 January 2024 01:50:11 +0000 (0:00:00.021) 0:03:59.535 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 20 January 2024 01:50:11 +0000 (0:00:00.022) 0:03:59.557 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 20 January 2024 01:50:11 +0000 (0:00:00.021) 0:03:59.580 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 20 January 2024 01:50:11 +0000 (0:00:00.020) 0:03:59.600 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 20 January 2024 01:50:11 +0000 (0:00:00.022) 0:03:59.622 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 20 January 2024 01:50:11 +0000 (0:00:00.022) 0:03:59.645 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 20 January 2024 01:50:11 +0000 (0:00:00.024) 0:03:59.670 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 20 January 2024 01:50:11 +0000 (0:00:00.026) 0:03:59.696 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 20 January 2024 01:50:11 +0000 (0:00:00.024) 0:03:59.721 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 20 January 2024 01:50:11 +0000 (0:00:00.120) 0:03:59.841 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 20 January 2024 01:50:11 +0000 (0:00:00.023) 0:03:59.865 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on not primary replicas] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 20 January 2024 01:50:11 +0000 (0:00:00.028) 0:03:59.894 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 20 January 2024 01:50:11 +0000 (0:00:00.023) 0:03:59.917 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 20 January 2024 01:50:11 +0000 (0:00:00.023) 0:03:59.941 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 20 January 2024 01:50:11 +0000 (0:00:00.023) 0:03:59.965 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key from the control node] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 20 January 2024 01:50:11 +0000 (0:00:00.023) 0:03:59.989 ****** skipping: [sut] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=key) => { "ansible_loop_var": "item", "changed": false, "item": "key", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Save credentials for the SQL Server login] **** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 20 January 2024 01:50:11 +0000 (0:00:00.027) 0:04:00.016 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 20 January 2024 01:50:11 +0000 (0:00:00.023) 0:04:00.040 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure listener for the availability group] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 20 January 2024 01:50:11 +0000 (0:00:00.023) 0:04:00.063 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 20 January 2024 01:50:12 +0000 (0:00:00.023) 0:04:00.087 ****** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 20 January 2024 01:50:12 +0000 (0:00:00.247) 0:04:00.335 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:49:41 UTC", "ActiveEnterTimestampMonotonic": "2401016605", "ActiveExitTimestamp": "Sat 2024-01-20 01:49:41 UTC", "ActiveExitTimestampMonotonic": "2400832108", "ActiveState": "active", "After": "auditd.service basic.target systemd-journald.socket sysinit.target network.target -.mount system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:49:41 UTC", "AssertTimestampMonotonic": "2401015558", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:49:41 UTC", "ConditionTimestampMonotonic": "2401015557", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "65694", "ExecMainStartTimestamp": "Sat 2024-01-20 01:49:41 UTC", "ExecMainStartTimestampMonotonic": "2401016551", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-20 01:49:41 UTC] ; stop_time=[n/a] ; pid=65694 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "991", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-20 01:49:41 UTC", "InactiveEnterTimestampMonotonic": "2401014619", "InactiveExitTimestamp": "Sat 2024-01-20 01:49:41 UTC", "InactiveExitTimestampMonotonic": "2401016605", "InvocationID": "ed3ed9395b2e45ed842b4d6d3a99b9e7", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "infinity", "LimitNOFILESoft": "infinity", "LimitNPROC": "infinity", "LimitNPROCSoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "65694", "MemoryAccounting": "yes", "MemoryCurrent": "787853312", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:49:41 UTC", "StateChangeTimestampMonotonic": "2401016605", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "177", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:49:41 UTC", "WatchdogTimestampMonotonic": "2401016603", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 20 January 2024 01:50:12 +0000 (0:00:00.562) 0:04:00.898 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 20 January 2024 01:50:12 +0000 (0:00:00.021) 0:04:00.920 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up after the role invocation] ************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tests_tls_2022.yml:27 Saturday 20 January 2024 01:50:12 +0000 (0:00:00.113) 0:04:01.034 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/cleanup.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/cleanup.yml:2 Saturday 20 January 2024 01:50:13 +0000 (0:00:00.040) 0:04:01.074 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Purge cluster configuration] ********************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/cleanup.yml:6 Saturday 20 January 2024 01:50:15 +0000 (0:00:02.040) 0:04:03.115 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Debug ansible_python_version] ******************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/cleanup.yml:14 Saturday 20 January 2024 01:50:15 +0000 (0:00:00.027) 0:04:03.142 ****** ok: [sut] => { "ansible_python_version": "3.6.8" } TASK [Purge firewall configuration] ******************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/cleanup.yml:18 Saturday 20 January 2024 01:50:15 +0000 (0:00:00.021) 0:04:03.164 ****** TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 20 January 2024 01:50:15 +0000 (0:00:00.056) 0:04:03.221 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for sut TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 20 January 2024 01:50:15 +0000 (0:00:00.039) 0:04:03.261 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 20 January 2024 01:50:15 +0000 (0:00:00.027) 0:04:03.288 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 20 January 2024 01:50:15 +0000 (0:00:00.232) 0:04:03.521 ****** ok: [sut] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 Saturday 20 January 2024 01:50:15 +0000 (0:00:00.025) 0:04:03.546 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:26 Saturday 20 January 2024 01:50:18 +0000 (0:00:03.366) 0:04:06.913 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 20 January 2024 01:50:18 +0000 (0:00:00.021) 0:04:06.935 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 20 January 2024 01:50:18 +0000 (0:00:00.021) 0:04:06.956 ****** skipping: [sut] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 20 January 2024 01:50:18 +0000 (0:00:00.027) 0:04:06.983 ****** ok: [sut] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:23:40 UTC", "ActiveEnterTimestampMonotonic": "839845548", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice polkit.service dbus.service basic.target dbus.socket sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:23:40 UTC", "AssertTimestampMonotonic": "839377058", "Before": "shutdown.target network-pre.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:23:40 UTC", "ConditionTimestampMonotonic": "839377057", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service ebtables.service ipset.service nftables.service shutdown.target iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "10500", "ExecMainStartTimestamp": "Sat 2024-01-20 01:23:40 UTC", "ExecMainStartTimestampMonotonic": "839378528", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-20 01:23:40 UTC", "InactiveExitTimestampMonotonic": "839378581", "InvocationID": "3c616c3343e4442d9d263aa56c9b2ca0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28609", "LimitNPROCSoft": "28609", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "10500", "MemoryAccounting": "yes", "MemoryCurrent": "42446848", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "dbus-org.fedoraproject.FirewallD1.service firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target dbus.socket", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:23:40 UTC", "StateChangeTimestampMonotonic": "839845548", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "45774", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Sat 2024-01-20 01:23:40 UTC", "WatchdogTimestampMonotonic": "839845544", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 20 January 2024 01:50:19 +0000 (0:00:00.368) 0:04:07.351 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:23:40 UTC", "ActiveEnterTimestampMonotonic": "839845548", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice polkit.service dbus.service basic.target dbus.socket sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:23:40 UTC", "AssertTimestampMonotonic": "839377058", "Before": "shutdown.target network-pre.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:23:40 UTC", "ConditionTimestampMonotonic": "839377057", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service ebtables.service ipset.service nftables.service shutdown.target iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "10500", "ExecMainStartTimestamp": "Sat 2024-01-20 01:23:40 UTC", "ExecMainStartTimestampMonotonic": "839378528", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-20 01:23:40 UTC", "InactiveExitTimestampMonotonic": "839378581", "InvocationID": "3c616c3343e4442d9d263aa56c9b2ca0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28609", "LimitNPROCSoft": "28609", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "10500", "MemoryAccounting": "yes", "MemoryCurrent": "42446848", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "dbus-org.fedoraproject.FirewallD1.service firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target dbus.socket", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:23:40 UTC", "StateChangeTimestampMonotonic": "839845548", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "45774", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Sat 2024-01-20 01:23:40 UTC", "WatchdogTimestampMonotonic": "839845544", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 20 January 2024 01:50:19 +0000 (0:00:00.364) 0:04:07.716 ****** ok: [sut] => { "ansible_facts": { "__firewall_previous_replaced": true, "__firewall_python_cmd": "/usr/bin/python3", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 20 January 2024 01:50:19 +0000 (0:00:00.025) 0:04:07.742 ****** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.15.124 closed. TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 20 January 2024 01:50:19 +0000 (0:00:00.285) 0:04:08.027 ****** ok: [sut] => { "ansible_facts": { "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 20 January 2024 01:50:19 +0000 (0:00:00.025) 0:04:08.053 ****** TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Saturday 20 January 2024 01:50:20 +0000 (0:00:00.023) 0:04:08.077 ****** TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 20 January 2024 01:50:20 +0000 (0:00:00.086) 0:04:08.164 ****** 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/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Saturday 20 January 2024 01:50:20 +0000 (0:00:00.026) 0:04:08.190 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Saturday 20 January 2024 01:50:20 +0000 (0:00:00.021) 0:04:08.211 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 20 January 2024 01:50:20 +0000 (0:00:00.021) 0:04:08.233 ****** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.15.124 closed. TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Saturday 20 January 2024 01:50:20 +0000 (0:00:00.281) 0:04:08.515 ****** ok: [sut] => { "ansible_facts": { "firewall_lib_result": { "changed": false } }, "changed": false } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Saturday 20 January 2024 01:50:20 +0000 (0:00:00.027) 0:04:08.543 ****** skipping: [sut] => {} TASK [Leave realm] ************************************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/cleanup.yml:27 Saturday 20 January 2024 01:50:20 +0000 (0:00:00.023) 0:04:08.567 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Destroy Kerberos tickets] ************************************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/cleanup.yml:35 Saturday 20 January 2024 01:50:20 +0000 (0:00:00.026) 0:04:08.593 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that yum and dnf caching is enabled] ****************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/cleanup.yml:39 Saturday 20 January 2024 01:50:20 +0000 (0:00:00.027) 0:04:08.620 ****** ok: [sut] => { "backup": "", "changed": false } TASK [Remove related packages] ************************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/cleanup.yml:45 Saturday 20 January 2024 01:50:20 +0000 (0:00:00.340) 0:04:08.961 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Removed: lsof-4.93.2-1.el8.x86_64", "Removed: unixODBC-2.3.11-1.rh.x86_64", "Removed: unixODBC-devel-2.3.11-1.rh.x86_64", "Removed: gc-7.6.4-3.el8.x86_64", "Removed: libtool-ltdl-2.4.6-25.el8.x86_64", "Removed: gcc-gdb-plugin-8.5.0-21.el8.x86_64", "Removed: gdb-8.2-20.el8.x86_64", "Removed: gdb-headless-8.2-20.el8.x86_64", "Removed: libatomic-8.5.0-21.el8.x86_64", "Removed: libatomic_ops-7.6.2-3.el8.x86_64", "Removed: guile-5:2.0.14-7.el8.x86_64", "Removed: libbabeltrace-1.5.4-4.el8.x86_64", "Removed: libipt-1.6.1-8.el8.x86_64", "Removed: msodbcsql17-17.10.5.1-1.x86_64", "Removed: mssql-server-16.0.4105.2-2.x86_64", "Removed: mssql-tools-17.10.1.1-1.x86_64", "Removed: cyrus-sasl-2.1.27-6.el8_5.x86_64", "Removed: cyrus-sasl-gssapi-2.1.27-6.el8_5.x86_64", "Removed: bzip2-1.0.6-26.el8.x86_64" ] } TASK [Remove related files] **************************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/cleanup.yml:58 Saturday 20 January 2024 01:50:25 +0000 (0:00:04.748) 0:04:13.710 ****** changed: [sut] => { "changed": true, "cmd": "rm -rfv /var/opt/mssql* /opt/mssql* /var/log/pacemaker/pacemaker.log /etc/yum.repos.d/packages-microsoft-com-* /tmp/*.j2 /tmp/mssql_data /tmp/mssql_log /etc/systemd/system/multi-user.target.wants/mssql-server.service", "delta": "0:00:00.011367", "end": "2024-01-20 01:50:25.829261", "rc": 0, "start": "2024-01-20 01:50:25.817894" } STDOUT: removed directory '/var/opt/mssql/.system/system/Temp' removed '/var/opt/mssql/.system/system/lsasetup.log' removed '/var/opt/mssql/.system/system/debug/PASSWD.LOG' removed directory '/var/opt/mssql/.system/system/debug' removed '/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/fb3aff6b-a41b-4d53-9ae3-001f4f17ac22' removed '/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/Preferred' removed directory '/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User' removed directory '/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18' removed directory '/var/opt/mssql/.system/system/system32/Microsoft/Protect' removed directory '/var/opt/mssql/.system/system/system32/Microsoft' removed directory '/var/opt/mssql/.system/system/system32/LogFiles/Scm' removed directory '/var/opt/mssql/.system/system/system32/LogFiles' removed directory '/var/opt/mssql/.system/system/system32' removed '/var/opt/mssql/.system/system/licensing.hiv' removed '/var/opt/mssql/.system/system/security.hiv' removed '/var/opt/mssql/.system/system/lsa.hiv' removed directory '/var/opt/mssql/.system/system' removed directory '/var/opt/mssql/.system/profiles/Client/Desktop' removed directory '/var/opt/mssql/.system/profiles/Client/Documents' removed directory '/var/opt/mssql/.system/profiles/Client/Temp' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/Temporary Internet Files' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/INetCache/IE' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/INetCache/Content.IE5' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/INetCache' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/INetCookies/ESE' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/INetCookies' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/History/History.IE5' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/History' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/Certificates' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/CRLs' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/CTLs' removed '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/AppContainerUserCertRead' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/LocalLow' removed directory '/var/opt/mssql/.system/profiles/Client/AppData' removed directory '/var/opt/mssql/.system/profiles/Client' removed directory '/var/opt/mssql/.system/profiles' removed '/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore/Microsoft.Diagnostics.Tracing.EventSource, Version=1.1.26.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' removed '/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore/Microsoft.Diagnostics.Tracing.EventSource, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' removed directory '/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore' removed directory '/var/opt/mssql/.system/programdata/Microsoft/NetFramework' removed directory '/var/opt/mssql/.system/programdata/Microsoft' removed directory '/var/opt/mssql/.system/programdata' removed '/var/opt/mssql/.system/instance_id' removed directory '/var/opt/mssql/.system' removed '/var/opt/mssql/data/master.mdf' removed '/var/opt/mssql/data/mastlog.ldf' removed '/var/opt/mssql/data/model.mdf' removed '/var/opt/mssql/data/modellog.ldf' removed '/var/opt/mssql/data/msdbdata.mdf' removed '/var/opt/mssql/data/msdblog.ldf' removed '/var/opt/mssql/data/model_replicatedmaster.mdf' removed '/var/opt/mssql/data/model_replicatedmaster.ldf' removed '/var/opt/mssql/data/model_msdbdata.mdf' removed '/var/opt/mssql/data/model_msdblog.ldf' removed '/var/opt/mssql/data/Entropy.bin' removed '/var/opt/mssql/data/tempdb.mdf' removed '/var/opt/mssql/data/templog.ldf' removed '/var/opt/mssql/data/tempdb2.ndf' removed '/var/opt/mssql/data/tempdb3.ndf' removed '/var/opt/mssql/data/tempdb4.ndf' removed directory '/var/opt/mssql/data' removed '/var/opt/mssql/log/mssql-conf/mssql-conf.log' removed directory '/var/opt/mssql/log/mssql-conf' removed '/var/opt/mssql/log/sqlagentstartup.log' removed '/var/opt/mssql/log/HkEngineEventFile_0_133501888314280000.xel' removed '/var/opt/mssql/log/system_health_0_133501888333960000.xel' removed '/var/opt/mssql/log/HkEngineEventFile_0_133501888376930000.xel' removed '/var/opt/mssql/log/system_health_0_133501888393730000.xel' removed '/var/opt/mssql/log/HkEngineEventFile_0_133501888549560000.xel' removed '/var/opt/mssql/log/system_health_0_133501888565030000.xel' removed '/var/opt/mssql/log/HkEngineEventFile_0_133501888845170000.xel' removed '/var/opt/mssql/log/system_health_0_133501888860510000.xel' removed '/var/opt/mssql/log/log_3.trc' removed '/var/opt/mssql/log/HkEngineEventFile_0_133501889151750000.xel' removed '/var/opt/mssql/log/system_health_0_133501889168110000.xel' removed '/var/opt/mssql/log/log_4.trc' removed '/var/opt/mssql/log/HkEngineEventFile_0_133501889461380000.xel' removed '/var/opt/mssql/log/system_health_0_133501889476900000.xel' removed '/var/opt/mssql/log/log_5.trc' removed '/var/opt/mssql/log/HkEngineEventFile_0_133501889850000000.xel' removed '/var/opt/mssql/log/system_health_0_133501889866890000.xel' removed '/var/opt/mssql/log/log_6.trc' removed '/var/opt/mssql/log/errorlog.6' removed '/var/opt/mssql/log/errorlog.5' removed '/var/opt/mssql/log/errorlog.4' removed '/var/opt/mssql/log/errorlog.3' removed '/var/opt/mssql/log/errorlog.2' removed '/var/opt/mssql/log/errorlog.1' removed '/var/opt/mssql/log/errorlog' removed '/var/opt/mssql/log/HkEngineEventFile_0_133501890160760000.xel' removed '/var/opt/mssql/log/system_health_0_133501890180210000.xel' removed '/var/opt/mssql/log/log_7.trc' removed directory '/var/opt/mssql/log' removed '/var/opt/mssql/mssql.conf' removed '/var/opt/mssql/secrets/machine-key' removed directory '/var/opt/mssql/secrets' removed directory '/var/opt/mssql' removed directory '/opt/mssql' removed directory '/opt/mssql-tools' removed '/etc/yum.repos.d/packages-microsoft-com-mssql-server-2022.repo' removed '/etc/yum.repos.d/packages-microsoft-com-prod.repo' TASK [Stop the mssql-server service] ******************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/cleanup.yml:72 Saturday 20 January 2024 01:50:25 +0000 (0:00:00.229) 0:04:13.939 ****** ok: [sut] => { "changed": false, "cmd": "systemctl stop mssql-server || true", "delta": "0:00:00.011724", "end": "2024-01-20 01:50:26.061343", "rc": 0, "start": "2024-01-20 01:50:26.049619" } STDERR: Failed to stop mssql-server.service: Unit mssql-server.service not loaded. META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=368 changed=60 unreachable=0 failed=0 skipped=837 rescued=0 ignored=0 Saturday 20 January 2024 01:50:26 +0000 (0:00:00.214) 0:04:14.154 ****** =============================================================================== linux-system-roles.mssql : Ensure the package mssql-server ------------- 43.81s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 linux-system-roles.mssql : Set up MSSQL --------------------------------- 8.33s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 7.76s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 linux-system-roles.mssql : Ensure that SQL Server client tools are installed --- 7.68s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 linux-system-roles.mssql : Ensure the package mssql-server -------------- 7.64s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 linux-system-roles.mssql : Gather package facts ------------------------- 5.31s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 linux-system-roles.mssql : Gather package facts ------------------------- 5.10s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Remove related packages ------------------------------------------------- 4.75s /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/cleanup.yml:45 --------------------- linux-system-roles.mssql : Gather system services facts ----------------- 4.65s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 4.29s /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Wait for mssql-server to prepare for client connections ----------------- 4.27s /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:93 ------------- linux-system-roles.mssql : Ensure that SQL Server client tools are installed --- 3.84s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 3.53s /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 fedora.linux_system_roles.firewall : Install firewalld ------------------ 3.37s /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 Wait for mssql-server to prepare for client connections ----------------- 3.26s /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:93 ------------- Wait for mssql-server to prepare for client connections ----------------- 3.23s /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:93 ------------- Wait for mssql-server to prepare for client connections ----------------- 3.23s /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:93 ------------- linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 2.93s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Ensure the openssl package ---------------------------------------------- 2.68s /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_tls.yml:5 -------------------- linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 2.55s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: Consider using the file module with state=absent rather than running 'rm'. If you need to use command because file is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ---^---^---^---^---^---