# 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_2017.yml *************************************************** 2 plays in /WORKDIR/git-weekly-ciedxcg5qb/tests/tests_tls_2017.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tests_tls_2017.yml:4 Saturday 20 January 2024 01:44:42 +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_2017.yml:9 Saturday 20 January 2024 01:44:42 +0000 (0:00:00.020) 0:00:00.033 ****** ok: [sut] META: ran handlers TASK [Run tests_tls with SQL Server 2017] ************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tests_tls_2017.yml:23 Saturday 20 January 2024 01:44:43 +0000 (0:00:00.657) 0:00:00.690 ****** 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:44:43 +0000 (0:00:00.035) 0:00:00.726 ****** 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:44:43 +0000 (0:00:00.027) 0:00:00.754 ****** 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:44:43 +0000 (0:00:00.391) 0:00:01.145 ****** 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:44:43 +0000 (0:00:00.011) 0:00:01.156 ****** 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:44:43 +0000 (0:00:00.011) 0:00:01.168 ****** 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:44:46 +0000 (0:00:02.683) 0:00:03.851 ****** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.ojfcjy6l", "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:44:46 +0000 (0:00:00.261) 0:00:04.112 ****** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.zxxt_sri", "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:44:46 +0000 (0:00:00.197) 0:00:04.310 ****** changed: [sut] => { "changed": true, "cmd": [ "openssl", "req", "-x509", "-nodes", "-newkey", "rsa:2048", "-subj", "/CN=10.31.14.158", "-out", "/tmp/ansible.ojfcjy6l", "-keyout", "/tmp/ansible.zxxt_sri", "-days", "365" ], "delta": "0:00:00.131896", "end": "2024-01-20 01:44:47.358732", "rc": 0, "start": "2024-01-20 01:44:47.226836" } STDERR: Generating a RSA private key ..........................+++++ ...................+++++ writing new private key to '/tmp/ansible.zxxt_sri' ----- TASK [Copy certificate files to local tmp] ************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_tls.yml:32 Saturday 20 January 2024 01:44:47 +0000 (0:00:00.394) 0:00:04.704 ****** changed: [sut] => (item=/tmp/ansible.ojfcjy6l) => { "ansible_loop_var": "item", "changed": true, "checksum": "362e0b386ef0f1d5e4bab9ea8bd5716ccf64859e", "dest": "/tmp/ansible.ojfcjy6l", "item": "/tmp/ansible.ojfcjy6l", "md5sum": "1af5b40fd771719a523a5a82589b458a", "remote_checksum": "362e0b386ef0f1d5e4bab9ea8bd5716ccf64859e", "remote_md5sum": null } changed: [sut] => (item=/tmp/ansible.zxxt_sri) => { "ansible_loop_var": "item", "changed": true, "checksum": "c4a57924072c312ee91dafce1fd2215fcf80435d", "dest": "/tmp/ansible.zxxt_sri", "item": "/tmp/ansible.zxxt_sri", "md5sum": "ac4a21321e7bf516ff26cf4fd30aec92", "remote_checksum": "c4a57924072c312ee91dafce1fd2215fcf80435d", "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:44:48 +0000 (0:00:00.629) 0:00:05.334 ****** changed: [sut -> localhost] => { "changed": true, "checksum": "c4a57924072c312ee91dafce1fd2215fcf80435d", "dest": "./ansible.zxxt_sri", "gid": 1001, "group": "jenkins", "md5sum": "ac4a21321e7bf516ff26cf4fd30aec92", "mode": "0600", "owner": "jenkins", "size": 1704, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1705715088.0252554-32065-114068414943567/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:44:48 +0000 (0:00:00.300) 0:00:05.634 ****** ok: [sut] => { "ansible_facts": { "mssql_tls_cert": "/tmp/ansible.ojfcjy6l", "mssql_tls_private_key": "ansible.zxxt_sri" }, "changed": false } TASK [Run role] **************************************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_tls.yml:59 Saturday 20 January 2024 01:44:48 +0000 (0:00:00.010) 0:00:05.645 ****** 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:44:48 +0000 (0:00:00.140) 0:00:05.785 ****** 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:44:48 +0000 (0:00:00.015) 0:00:05.801 ****** 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:44:48 +0000 (0:00:00.011) 0:00:05.812 ****** 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:44:48 +0000 (0:00:00.035) 0:00:05.847 ****** 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:44:48 +0000 (0:00:00.008) 0:00:05.856 ****** 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:44:48 +0000 (0:00:00.010) 0:00:05.866 ****** 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:44:48 +0000 (0:00:00.017) 0:00:05.884 ****** 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:44:48 +0000 (0:00:00.018) 0:00:05.903 ****** 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:44:48 +0000 (0:00:00.010) 0:00:05.913 ****** 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:44:48 +0000 (0:00:00.021) 0:00:05.935 ****** 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:44:48 +0000 (0:00:00.013) 0:00:05.948 ****** 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:44:48 +0000 (0:00:00.012) 0:00:05.960 ****** 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:44:48 +0000 (0:00:00.014) 0:00:05.974 ****** 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:44:48 +0000 (0:00:00.030) 0:00:06.005 ****** 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:44:48 +0000 (0:00:00.008) 0:00:06.013 ****** 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:44:48 +0000 (0:00:00.008) 0:00:06.022 ****** 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:44:48 +0000 (0:00:00.009) 0:00:06.031 ****** 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:44:48 +0000 (0:00:00.013) 0:00:06.044 ****** 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:44:48 +0000 (0:00:00.009) 0:00:06.054 ****** 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:44:50 +0000 (0:00:01.821) 0:00:07.875 ****** 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:44:50 +0000 (0:00:00.037) 0:00:07.913 ****** 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:44:50 +0000 (0:00:00.022) 0:00:07.935 ****** 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:44:50 +0000 (0:00:00.021) 0:00:07.957 ****** 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:44:50 +0000 (0:00:00.051) 0:00:08.008 ****** 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:44:51 +0000 (0:00:00.476) 0:00:08.485 ****** 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:44:51 +0000 (0:00:00.050) 0:00:08.535 ****** 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 2017] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 20 January 2024 01:44:51 +0000 (0:00:00.038) 0:00:08.574 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 20 January 2024 01:44:51 +0000 (0:00:00.032) 0:00:08.607 ****** changed: [sut] => { "changed": true, "repo": "packages-microsoft-com-mssql-server-2017", "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:44:51 +0000 (0:00:00.329) 0:00:08.936 ****** 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:44:51 +0000 (0:00:00.028) 0:00:08.965 ****** 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:44:51 +0000 (0:00:00.049) 0:00:09.014 ****** 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:44:51 +0000 (0:00:00.038) 0:00:09.052 ****** 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:44:51 +0000 (0:00:00.055) 0:00:09.108 ****** 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:44:51 +0000 (0:00:00.029) 0:00:09.137 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: gdb-8.2-20.el8.x86_64", "Installed: mssql-server-14.0.3465.1-1.x86_64", "Installed: libatomic_ops-7.6.2-3.el8.x86_64", "Installed: libipt-1.6.1-8.el8.x86_64", "Installed: cyrus-sasl-2.1.27-6.el8_5.x86_64", "Installed: python2-pip-9.0.3-19.module_el8+570+db61b4f9.noarch", "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: python2-pip-wheel-9.0.3-19.module_el8+570+db61b4f9.noarch", "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: python2-2.7.18-16.module_el8+739+75e8b99b.x86_64", "Installed: python2-setuptools-39.0.1-14.module_el8+733+876ccfdb.noarch", "Installed: guile-5:2.0.14-7.el8.x86_64", "Installed: python2-libs-2.7.18-16.module_el8+739+75e8b99b.x86_64", "Installed: gcc-gdb-plugin-8.5.0-21.el8.x86_64", "Installed: python2-setuptools-wheel-39.0.1-14.module_el8+733+876ccfdb.noarch" ] } 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:45:31 +0000 (0:00:40.118) 0:00:49.256 ****** 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:45:31 +0000 (0:00:00.020) 0:00:49.276 ****** 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.006815", "end": "2024-01-20 01:45:32.153066", "rc": 0, "start": "2024-01-20 01:45:32.146251" } 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:45:32 +0000 (0:00:00.233) 0:00:49.510 ****** 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:45:33 +0000 (0:00:01.812) 0:00:51.323 ****** 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:45:34 +0000 (0:00:00.080) 0:00:51.403 ****** 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:45:34 +0000 (0:00:00.063) 0:00:51.467 ****** 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:45:39 +0000 (0:00:04.973) 0:00:56.440 ****** 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:45:39 +0000 (0:00:00.078) 0:00:56.519 ****** 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:45:39 +0000 (0:00:00.028) 0:00:56.547 ****** 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:45:42 +0000 (0:00:03.187) 0:00:59.735 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:10:24 UTC", "ActiveEnterTimestampMonotonic": "31526097", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-sysctl.service sysinit.target network.target system.slice basic.target dbus.service polkit.service systemd-journald.socket dbus.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:10:22 UTC", "AssertTimestampMonotonic": "29414628", "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:22 UTC", "ConditionTimestampMonotonic": "29414626", "ConfigurationDirectoryMode": "0755", "Conflicts": "power-profiles-daemon.service tlp.service cpupower.service shutdown.target auto-cpufreq.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": "699", "ExecMainStartTimestamp": "Sat 2024-01-20 01:10:22 UTC", "ExecMainStartTimestampMonotonic": "29415677", "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:22 UTC", "InactiveExitTimestampMonotonic": "29415726", "InvocationID": "021ea64079a14dc89f1969fac94e6f99", "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": "699", "MemoryAccounting": "yes", "MemoryCurrent": "20455424", "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 sysinit.target dbus.service 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": "31526097", "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": "31526093", "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:45:42 +0000 (0:00:00.536) 0:01:00.271 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.124727", "end": "2024-01-20 01:45:43.252921", "rc": 0, "start": "2024-01-20 01:45:43.128194" } 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:45:43 +0000 (0:00:00.337) 0:01:00.609 ****** 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:45:43 +0000 (0:00:00.041) 0:01:00.650 ****** 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:45:43 +0000 (0:00:00.021) 0:01:00.671 ****** 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:45:43 +0000 (0:00:00.021) 0:01:00.693 ****** 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:45:43 +0000 (0:00:00.223) 0:01:00.916 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: mssql-tools-17.10.1.1-1.x86_64", "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" ] } 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:45:47 +0000 (0:00:03.798) 0:01:04.715 ****** 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:45:47 +0000 (0:00:00.021) 0:01:04.736 ****** 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:45:47 +0000 (0:00:00.020) 0:01:04.757 ****** 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:45:47 +0000 (0:00:00.043) 0:01:04.801 ****** 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:45:47 +0000 (0:00:00.020) 0:01:04.821 ****** 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:45:47 +0000 (0:00:00.020) 0:01:04.842 ****** 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:45:47 +0000 (0:00:00.024) 0:01:04.866 ****** 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:45:47 +0000 (0:00:00.018) 0:01:04.885 ****** 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:45:47 +0000 (0:00:00.019) 0:01:04.905 ****** 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:45:47 +0000 (0:00:00.019) 0:01:04.924 ****** 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:45:47 +0000 (0:00:00.018) 0:01:04.942 ****** 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:45:47 +0000 (0:00:00.020) 0:01:04.962 ****** 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:45:47 +0000 (0:00:00.019) 0:01:04.982 ****** 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:45:47 +0000 (0:00:00.018) 0:01:05.001 ****** 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:45:47 +0000 (0:00:00.020) 0:01:05.021 ****** 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:45:47 +0000 (0:00:00.020) 0:01:05.042 ****** 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:45:47 +0000 (0:00:00.035) 0:01:05.078 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004161", "end": "2024-01-20 01:45:48.942106", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:45:47.937945" } 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:45:48 +0000 (0:00:01.220) 0:01:06.298 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.053020", "end": "2024-01-20 01:45:49.216797", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:45:49.163777" } 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:45:49 +0000 (0:00:00.280) 0:01:06.578 ****** 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:45:49 +0000 (0:00:00.022) 0:01:06.601 ****** 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:45:49 +0000 (0:00:00.020) 0:01:06.622 ****** 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:45:49 +0000 (0:00:00.022) 0:01:06.644 ****** 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:45:49 +0000 (0:00:00.022) 0:01:06.666 ****** 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:45:49 +0000 (0:00:00.020) 0:01:06.687 ****** 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:45:49 +0000 (0:00:00.019) 0:01:06.707 ****** 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:45:49 +0000 (0:00:00.019) 0:01:06.726 ****** 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:45:49 +0000 (0:00:00.020) 0:01:06.747 ****** 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:45:49 +0000 (0:00:00.020) 0:01:06.768 ****** 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:45:49 +0000 (0:00:00.019) 0:01:06.787 ****** 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:45:49 +0000 (0:00:00.021) 0:01:06.808 ****** 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:45:49 +0000 (0:00:00.043) 0:01:06.852 ****** changed: [sut] => (item=/tmp/ansible.ojfcjy6l) => { "ansible_loop_var": "item", "changed": true, "checksum": "362e0b386ef0f1d5e4bab9ea8bd5716ccf64859e", "dest": "/etc/pki/tls/certs/ansible.ojfcjy6l", "gid": 991, "group": "mssql", "item": "/tmp/ansible.ojfcjy6l", "md5sum": "1af5b40fd771719a523a5a82589b458a", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1123, "src": "/root/.ansible/tmp/ansible-tmp-1705715149.570603-33333-49102070470909/source", "state": "file", "uid": 993 } changed: [sut] => (item=ansible.zxxt_sri) => { "ansible_loop_var": "item", "changed": true, "checksum": "c4a57924072c312ee91dafce1fd2215fcf80435d", "dest": "/etc/pki/tls/private/ansible.zxxt_sri", "gid": 991, "group": "mssql", "item": "ansible.zxxt_sri", "md5sum": "ac4a21321e7bf516ff26cf4fd30aec92", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1704, "src": "/root/.ansible/tmp/ansible-tmp-1705715150.132875-33333-111615360070898/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:45:50 +0000 (0:00:01.142) 0:01:07.995 ****** 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:45:50 +0000 (0:00:00.035) 0:01:08.031 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003298", "end": "2024-01-20 01:45:50.892223", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:45:50.888925" } 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:45:50 +0000 (0:00:00.217) 0:01:08.248 ****** 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.ojfcjy6l" ], "delta": "0:00:00.053350", "end": "2024-01-20 01:45:51.170899", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:45:51.117549" } 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:45:51 +0000 (0:00:00.283) 0:01:08.531 ****** 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:45:51 +0000 (0:00:00.022) 0:01:08.554 ****** 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:45:51 +0000 (0:00:00.039) 0:01:08.593 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003197", "end": "2024-01-20 01:45:51.456104", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:45:51.452907" } 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:45:51 +0000 (0:00:00.239) 0:01:08.833 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlskey", "/etc/pki/tls/private/ansible.zxxt_sri" ], "delta": "0:00:00.052876", "end": "2024-01-20 01:45:51.752895", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:45:51.700019" } 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:45:51 +0000 (0:00:00.280) 0:01:09.113 ****** 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:45:51 +0000 (0:00:00.023) 0:01:09.136 ****** 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:45:51 +0000 (0:00:00.037) 0:01:09.174 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003277", "end": "2024-01-20 01:45:52.042251", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:45:52.038974" } 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:45:52 +0000 (0:00:00.223) 0:01:09.398 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlsprotocols", "1.2" ], "delta": "0:00:00.052805", "end": "2024-01-20 01:45:52.317676", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:45:52.264871" } 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:45:52 +0000 (0:00:00.279) 0:01:09.678 ****** 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:45:52 +0000 (0:00:00.022) 0:01:09.700 ****** 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:45:52 +0000 (0:00:00.041) 0:01:09.741 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004244", "end": "2024-01-20 01:45:53.609789", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:45:52.605545" } 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:45:53 +0000 (0:00:01.229) 0:01:10.971 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.forceencryption", "1" ], "delta": "0:00:00.053773", "end": "2024-01-20 01:45:53.896822", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:45:53.843049" } 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:45:53 +0000 (0:00:00.286) 0:01:11.257 ****** 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:45:53 +0000 (0:00:00.022) 0:01:11.279 ****** 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:45:53 +0000 (0:00:00.022) 0:01:11.301 ****** 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:45:54 +0000 (0:00:00.023) 0:01:11.325 ****** 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:45:54 +0000 (0:00:00.022) 0:01:11.347 ****** 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:45:54 +0000 (0:00:00.021) 0:01:11.369 ****** 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:45:54 +0000 (0:00:00.020) 0:01:11.390 ****** 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:45:54 +0000 (0:00:00.020) 0:01:11.410 ****** 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:45:54 +0000 (0:00:00.020) 0:01:11.431 ****** 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:45:54 +0000 (0:00:00.019) 0:01:11.450 ****** 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:45:54 +0000 (0:00:00.020) 0:01:11.471 ****** 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:45:54 +0000 (0:00:00.019) 0:01:11.490 ****** 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:45:54 +0000 (0:00:00.019) 0:01:11.509 ****** 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:45:54 +0000 (0:00:00.021) 0:01:11.530 ****** 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:45:54 +0000 (0:00:00.053) 0:01:11.584 ****** 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:45:54 +0000 (0:00:00.020) 0:01:11.605 ****** 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:45:54 +0000 (0:00:00.021) 0:01:11.626 ****** 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:45:54 +0000 (0:00:00.021) 0:01:11.647 ****** 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:45:54 +0000 (0:00:00.020) 0:01:11.667 ****** 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:45:54 +0000 (0:00:00.020) 0:01:11.688 ****** 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:45:54 +0000 (0:00:00.019) 0:01:11.707 ****** 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:45:54 +0000 (0:00:00.020) 0:01:11.727 ****** 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:45:54 +0000 (0:00:00.019) 0:01:11.747 ****** 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:45:54 +0000 (0:00:00.021) 0:01:11.768 ****** 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:45:54 +0000 (0:00:00.021) 0:01:11.790 ****** 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:45:54 +0000 (0:00:00.021) 0:01:11.811 ****** 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:45:54 +0000 (0:00:00.020) 0:01:11.832 ****** 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:45:54 +0000 (0:00:00.019) 0:01:11.851 ****** 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:45:54 +0000 (0:00:00.024) 0:01:11.875 ****** 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:45:54 +0000 (0:00:00.018) 0:01:11.894 ****** 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:45:54 +0000 (0:00:00.019) 0:01:11.914 ****** 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:45:54 +0000 (0:00:00.053) 0:01:11.968 ****** 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:45:54 +0000 (0:00:00.022) 0:01:11.990 ****** 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:45:54 +0000 (0:00:00.019) 0:01:12.009 ****** 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:45:54 +0000 (0:00:00.019) 0:01:12.029 ****** 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:45:54 +0000 (0:00:00.020) 0:01:12.049 ****** 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:45:54 +0000 (0:00:00.021) 0:01:12.071 ****** 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:45:54 +0000 (0:00:00.019) 0:01:12.091 ****** 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:45:54 +0000 (0:00:00.023) 0:01:12.115 ****** 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:45:54 +0000 (0:00:00.019) 0:01:12.135 ****** 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:45:54 +0000 (0:00:00.020) 0:01:12.155 ****** 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:45:54 +0000 (0:00:00.019) 0:01:12.174 ****** 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:45:54 +0000 (0:00:00.022) 0:01:12.197 ****** 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:45:54 +0000 (0:00:00.026) 0:01:12.223 ****** 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:45:54 +0000 (0:00:00.019) 0:01:12.243 ****** 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:45:54 +0000 (0:00:00.019) 0:01:12.262 ****** 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:45:54 +0000 (0:00:00.018) 0:01:12.281 ****** 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:45:54 +0000 (0:00:00.020) 0:01:12.302 ****** 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:45:55 +0000 (0:00:00.050) 0:01:12.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 [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:45:55 +0000 (0:00:00.020) 0:01:12.372 ****** 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:45:55 +0000 (0:00:00.020) 0:01:12.393 ****** 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:45:55 +0000 (0:00:00.020) 0:01:12.414 ****** 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:45:55 +0000 (0:00:00.290) 0:01:12.705 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:45:38 UTC", "ActiveEnterTimestampMonotonic": "2146035880", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target sysinit.target -.mount auditd.service system.slice network.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:45:38 UTC", "AssertTimestampMonotonic": "2146027215", "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:45:38 UTC", "ConditionTimestampMonotonic": "2146027213", "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": "48444", "ExecMainStartTimestamp": "Sat 2024-01-20 01:45:38 UTC", "ExecMainStartTimestampMonotonic": "2146035810", "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:45:38 UTC", "InactiveExitTimestampMonotonic": "2146035880", "InvocationID": "2d8b553b985543f08b85fe3e94ddd149", "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": "48444", "MemoryAccounting": "yes", "MemoryCurrent": "634552320", "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": "system.slice -.mount sysinit.target", "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:45:38 UTC", "StateChangeTimestampMonotonic": "2146035880", "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": "139", "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:45:38 UTC", "WatchdogTimestampMonotonic": "2146035876", "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:45:56 +0000 (0:00:00.626) 0:01:13.331 ****** 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:45:56 +0000 (0:00:00.032) 0:01:13.363 ****** 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:45:56 +0000 (0:00:00.022) 0:01:13.386 ****** changed: [sut -> localhost] => { "changed": true, "path": "ansible.zxxt_sri", "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:45:56 +0000 (0:00:00.207) 0:01:13.593 ****** 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:45:56 +0000 (0:00:00.033) 0:01:13.626 ****** 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:45:56 +0000 (0:00:00.326) 0:01:13.953 ****** 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:45:56 +0000 (0:00:00.248) 0:01:14.202 ****** 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:45:57 +0000 (0:00:00.567) 0:01:14.769 ****** 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:45:57 +0000 (0:00:00.045) 0:01:14.814 ****** 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:45:57 +0000 (0:00:00.021) 0:01:14.836 ****** 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:45:57 +0000 (0:00:00.019) 0:01:14.856 ****** 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:45:57 +0000 (0:00:00.020) 0:01:14.876 ****** 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:45:57 +0000 (0:00:00.020) 0:01:14.897 ****** 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:45:57 +0000 (0:00:00.019) 0:01:14.916 ****** 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:45:57 +0000 (0:00:00.019) 0:01:14.936 ****** 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:45:57 +0000 (0:00:00.020) 0:01:14.956 ****** 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:45:57 +0000 (0:00:00.019) 0:01:14.976 ****** 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:45:57 +0000 (0:00:00.064) 0:01:15.040 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:45:55 UTC", "ActiveEnterTimestampMonotonic": "2163100528", "ActiveExitTimestamp": "Sat 2024-01-20 01:45:55 UTC", "ActiveExitTimestampMonotonic": "2162878864", "ActiveState": "active", "After": "systemd-journald.socket sysinit.target basic.target system.slice network.target auditd.service -.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:45:55 UTC", "AssertTimestampMonotonic": "2163099409", "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:45:55 UTC", "ConditionTimestampMonotonic": "2163099408", "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": "49648", "ExecMainStartTimestamp": "Sat 2024-01-20 01:45:55 UTC", "ExecMainStartTimestampMonotonic": "2163100462", "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:45:55 UTC", "InactiveEnterTimestampMonotonic": "2163098418", "InactiveExitTimestamp": "Sat 2024-01-20 01:45:55 UTC", "InactiveExitTimestampMonotonic": "2163100528", "InvocationID": "caad7d0512a648918ce4488220aecff8", "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": "49648", "MemoryAccounting": "yes", "MemoryCurrent": "472154112", "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:45:55 UTC", "StateChangeTimestampMonotonic": "2163100528", "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": "87", "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:45:55 UTC", "WatchdogTimestampMonotonic": "2163100525", "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:45:58 +0000 (0:00:00.459) 0:01:15.500 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003545", "end": "2024-01-20 01:45:58.372533", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:45:58.368988" } 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:45:58 +0000 (0:00:00.228) 0:01:15.729 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004247", "end": "2024-01-20 01:45:58.633091", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:45:58.628844" } 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:45:58 +0000 (0:00:00.259) 0:01:15.988 ****** 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:45:58 +0000 (0:00:00.027) 0:01:16.016 ****** ok: [sut] => { "changed": false, "elapsed": 1, "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": 6352, "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:46:00 +0000 (0:00:01.453) 0:01:17.469 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.033692", "end": "2024-01-20 01:46:00.367652", "rc": 0, "start": "2024-01-20 01:46:00.333960" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5029376) - 14.0.3465.1 (X64) Jul 30 2023 15:31:58 Copyright (C) 2017 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:46:00 +0000 (0:00:00.284) 0:01:17.754 ****** 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:46:00 +0000 (0:00:00.024) 0:01:17.779 ****** 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:46:00 +0000 (0:00:00.022) 0:01:17.801 ****** 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:46:00 +0000 (0:00:00.023) 0:01:17.824 ****** 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:46:00 +0000 (0:00:00.020) 0:01:17.845 ****** 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:46:00 +0000 (0:00:00.019) 0:01:17.865 ****** 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:46:00 +0000 (0:00:00.019) 0:01:17.884 ****** 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:46:00 +0000 (0:00:00.019) 0:01:17.904 ****** 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:46:00 +0000 (0:00:00.020) 0:01:17.924 ****** 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:46:00 +0000 (0:00:00.036) 0:01:17.961 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004707", "end": "2024-01-20 01:46:00.824976", "rc": 0, "start": "2024-01-20 01:46:00.820269" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.ojfcjy6l 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:46:00 +0000 (0:00:00.221) 0:01:18.182 ****** 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:46:00 +0000 (0:00:00.031) 0:01:18.214 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/certs/ansible.ojfcjy6l] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:46:00 +0000 (0:00:00.025) 0:01:18.240 ****** 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:46:00 +0000 (0:00:00.020) 0:01:18.260 ****** 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:46:00 +0000 (0:00:00.037) 0:01:18.298 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004488", "end": "2024-01-20 01:46:01.164157", "rc": 0, "start": "2024-01-20 01:46:01.159669" } STDOUT: tlskey = /etc/pki/tls/private/ansible.zxxt_sri 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:46:01 +0000 (0:00:00.263) 0:01:18.562 ****** 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:46:01 +0000 (0:00:00.043) 0:01:18.605 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/private/ansible.zxxt_sri] ************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:46:01 +0000 (0:00:00.066) 0:01:18.672 ****** 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:46:01 +0000 (0:00:00.065) 0:01:18.737 ****** 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:46:01 +0000 (0:00:00.064) 0:01:18.801 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004704", "end": "2024-01-20 01:46:01.682871", "rc": 0, "start": "2024-01-20 01:46:01.678167" } 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:46:01 +0000 (0:00:00.274) 0:01:19.076 ****** 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:46:01 +0000 (0:00:00.049) 0:01:19.126 ****** 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:46:01 +0000 (0:00:00.032) 0:01:19.159 ****** 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:46:01 +0000 (0:00:00.023) 0:01:19.182 ****** 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:46:01 +0000 (0:00:00.042) 0:01:19.224 ****** ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004476", "end": "2024-01-20 01:46:02.090249", "rc": 0, "start": "2024-01-20 01:46:02.085773" } 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:46:02 +0000 (0:00:00.222) 0:01:19.447 ****** 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:46:02 +0000 (0:00:00.026) 0:01:19.473 ****** 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:46:02 +0000 (0:00:00.079) 0:01:19.553 ****** 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:46:02 +0000 (0:00:00.026) 0:01:19.580 ****** 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:46:02 +0000 (0:00:00.024) 0:01:19.605 ****** 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:46:02 +0000 (0:00:00.027) 0:01:19.633 ****** 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:46:02 +0000 (0:00:00.028) 0:01:19.661 ****** 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:02 +0000 (0:00:00.110) 0:01:19.772 ****** 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:02 +0000 (0:00:00.036) 0:01:19.808 ****** 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:02 +0000 (0:00:00.027) 0:01:19.836 ****** 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:02 +0000 (0:00:00.048) 0:01:19.884 ****** 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:02 +0000 (0:00:00.030) 0:01:19.914 ****** 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:02 +0000 (0:00:00.021) 0:01:19.935 ****** 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:02 +0000 (0:00:00.029) 0:01:19.965 ****** 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:02 +0000 (0:00:00.056) 0:01:20.022 ****** 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:02 +0000 (0:00:00.023) 0:01:20.045 ****** 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:02 +0000 (0:00:00.020) 0:01:20.066 ****** 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:02 +0000 (0:00:00.021) 0:01:20.087 ****** 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:02 +0000 (0:00:00.020) 0:01:20.108 ****** 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:02 +0000 (0:00:00.023) 0:01:20.131 ****** 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:02 +0000 (0:00:00.029) 0:01:20.160 ****** 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:02 +0000 (0:00:00.022) 0:01:20.183 ****** 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:02 +0000 (0:00:00.022) 0:01:20.205 ****** 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:02 +0000 (0:00:00.029) 0:01:20.235 ****** 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:02 +0000 (0:00:00.032) 0:01:20.268 ****** 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:02 +0000 (0:00:00.050) 0:01:20.318 ****** 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:04 +0000 (0:00:01.741) 0:01:22.059 ****** ok: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } 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:04 +0000 (0:00:00.061) 0:01:22.121 ****** 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:04 +0000 (0:00:00.021) 0:01:22.142 ****** 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:04 +0000 (0:00:00.023) 0:01:22.166 ****** 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:04 +0000 (0:00:00.043) 0:01:22.209 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 20 January 2024 01:46:05 +0000 (0:00:00.420) 0:01:22.630 ****** 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:05 +0000 (0:00:00.039) 0:01:22.670 ****** 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 2017] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 20 January 2024 01:46:05 +0000 (0:00:00.040) 0:01:22.711 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 20 January 2024 01:46:05 +0000 (0:00:00.025) 0:01:22.737 ****** 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:46:05 +0000 (0:00:00.029) 0:01:22.766 ****** 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:05 +0000 (0:00:00.022) 0:01:22.788 ****** 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:05 +0000 (0:00:00.023) 0:01:22.811 ****** 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:05 +0000 (0:00:00.058) 0:01:22.870 ****** 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:05 +0000 (0:00:00.028) 0:01:22.898 ****** 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:05 +0000 (0:00:00.027) 0:01:22.926 ****** 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:46:08 +0000 (0:00:02.626) 0:01:25.553 ****** 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:46:08 +0000 (0:00:00.044) 0:01:25.597 ****** 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.005948", "end": "2024-01-20 01:46:08.472464", "rc": 0, "start": "2024-01-20 01:46:08.466516" } 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:46:08 +0000 (0:00:00.231) 0:01:25.829 ****** 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:46:10 +0000 (0:00:01.628) 0:01:27.457 ****** 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:46:10 +0000 (0:00:00.075) 0:01:27.533 ****** 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:46:10 +0000 (0:00:00.027) 0:01:27.561 ****** 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:46:10 +0000 (0:00:00.049) 0:01:27.610 ****** 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:46:10 +0000 (0:00:00.043) 0:01:27.654 ****** 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:46:10 +0000 (0:00:00.030) 0:01:27.684 ****** 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:46:12 +0000 (0:00:02.599) 0:01:30.284 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:10:24 UTC", "ActiveEnterTimestampMonotonic": "31526097", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target sysinit.target dbus.socket dbus.service network.target systemd-sysctl.service system.slice polkit.service systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:10:22 UTC", "AssertTimestampMonotonic": "29414628", "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:22 UTC", "ConditionTimestampMonotonic": "29414626", "ConfigurationDirectoryMode": "0755", "Conflicts": "auto-cpufreq.service cpupower.service tlp.service power-profiles-daemon.service shutdown.target", "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": "699", "ExecMainStartTimestamp": "Sat 2024-01-20 01:10:22 UTC", "ExecMainStartTimestampMonotonic": "29415677", "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:22 UTC", "InactiveExitTimestampMonotonic": "29415726", "InvocationID": "021ea64079a14dc89f1969fac94e6f99", "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": "699", "MemoryAccounting": "yes", "MemoryCurrent": "20717568", "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": "system.slice sysinit.target 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": "31526097", "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": "31526093", "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:46:13 +0000 (0:00:00.402) 0:01:30.686 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.128376", "end": "2024-01-20 01:46:13.682762", "rc": 0, "start": "2024-01-20 01:46:13.554386" } 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:46:13 +0000 (0:00:00.357) 0:01:31.043 ****** 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:46:13 +0000 (0:00:00.029) 0:01:31.073 ****** 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:46:13 +0000 (0:00:00.021) 0:01:31.095 ****** 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:46:13 +0000 (0:00:00.037) 0:01:31.133 ****** 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:46:14 +0000 (0:00:00.222) 0:01:31.356 ****** 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:46:16 +0000 (0:00:02.598) 0:01:33.954 ****** 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:46:16 +0000 (0:00:00.045) 0:01:34.000 ****** 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:46:16 +0000 (0:00:00.022) 0:01:34.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 : 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:46:16 +0000 (0:00:00.021) 0:01:34.044 ****** 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:46:16 +0000 (0:00:00.021) 0:01:34.066 ****** 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:46:16 +0000 (0:00:00.022) 0:01:34.088 ****** 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:46:16 +0000 (0:00:00.022) 0:01:34.111 ****** 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:46:16 +0000 (0:00:00.022) 0:01:34.134 ****** 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:46:16 +0000 (0:00:00.023) 0:01:34.157 ****** 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.005525", "end": "2024-01-20 01:46:17.024313", "rc": 0, "start": "2024-01-20 01:46:17.018788" } 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:46:17 +0000 (0:00:00.223) 0:01:34.381 ****** 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:46:17 +0000 (0:00:00.023) 0:01:34.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 [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:46:18 +0000 (0:00:01.698) 0:01:36.103 ****** 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:46:18 +0000 (0:00:00.024) 0:01:36.127 ****** 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:46:18 +0000 (0:00:00.021) 0:01:36.148 ****** 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:46:18 +0000 (0:00:00.022) 0:01:36.171 ****** 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:46:18 +0000 (0:00:00.022) 0:01:36.194 ****** 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:46:18 +0000 (0:00:00.035) 0:01:36.230 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003029", "end": "2024-01-20 01:46:19.091542", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:46:19.088513" } 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:46:19 +0000 (0:00:00.223) 0:01:36.453 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.052815", "end": "2024-01-20 01:46:19.369581", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:46:19.316766" } 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:46:19 +0000 (0:00:00.277) 0:01:36.731 ****** 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:46:19 +0000 (0:00:00.019) 0:01:36.751 ****** 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:46:19 +0000 (0:00:00.020) 0:01:36.771 ****** 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:46:19 +0000 (0:00:00.061) 0:01:36.833 ****** 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:46:19 +0000 (0:00:00.039) 0:01:36.872 ****** 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:46:19 +0000 (0:00:00.023) 0:01:36.896 ****** 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:46:19 +0000 (0:00:00.024) 0:01:36.920 ****** 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:46:19 +0000 (0:00:00.023) 0:01:36.944 ****** 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:46:19 +0000 (0:00:00.025) 0:01:36.969 ****** 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:46:19 +0000 (0:00:00.032) 0:01:37.001 ****** 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:46:19 +0000 (0:00:00.021) 0:01:37.023 ****** 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:46:19 +0000 (0:00:00.022) 0:01:37.046 ****** 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:46:19 +0000 (0:00:00.025) 0:01:37.071 ****** skipping: [sut] => (item=/tmp/ansible.ojfcjy6l) => { "ansible_loop_var": "item", "changed": false, "item": "/tmp/ansible.ojfcjy6l", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ansible.zxxt_sri) => { "ansible_loop_var": "item", "changed": false, "item": "ansible.zxxt_sri", "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:46:19 +0000 (0:00:00.027) 0:01:37.099 ****** 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:46:19 +0000 (0:00:00.038) 0:01:37.138 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003076", "end": "2024-01-20 01:46:20.000539", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:46:19.997463" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.ojfcjy6l 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:46:20 +0000 (0:00:00.221) 0:01:37.359 ****** 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:46:20 +0000 (0:00:00.029) 0:01:37.388 ****** 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.052219", "end": "2024-01-20 01:46:20.305235", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:46:20.253016" } 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:46:20 +0000 (0:00:00.303) 0:01:37.691 ****** 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:46:20 +0000 (0:00:00.041) 0:01:37.732 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003297", "end": "2024-01-20 01:46:20.596984", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:46:20.593687" } STDOUT: tlskey = /etc/pki/tls/private/ansible.zxxt_sri 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:46:20 +0000 (0:00:00.223) 0:01:37.956 ****** 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:46:20 +0000 (0:00:00.026) 0:01:37.983 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlskey" ], "delta": "0:00:00.051083", "end": "2024-01-20 01:46:20.896418", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:46:20.845335" } 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:46:20 +0000 (0:00:00.271) 0:01:38.255 ****** 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:46:20 +0000 (0:00:00.043) 0:01:38.298 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002997", "end": "2024-01-20 01:46:21.161004", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:46:21.158007" } 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:46:21 +0000 (0:00:00.220) 0:01:38.519 ****** 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:46:21 +0000 (0:00:00.027) 0:01:38.546 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlsprotocols" ], "delta": "0:00:00.051892", "end": "2024-01-20 01:46:21.461095", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:46:21.409203" } 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:46:21 +0000 (0:00:00.273) 0:01:38.819 ****** 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:46:21 +0000 (0:00:00.045) 0:01:38.865 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004457", "end": "2024-01-20 01:46:22.730905", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:46:21.726448" } 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:46:22 +0000 (0:00:01.222) 0:01:40.087 ****** 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:46:22 +0000 (0:00:00.027) 0:01:40.114 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.forceencryption" ], "delta": "0:00:00.050604", "end": "2024-01-20 01:46:23.026409", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:46:22.975805" } 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:46:23 +0000 (0:00:00.270) 0:01:40.385 ****** 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:46:23 +0000 (0:00:00.022) 0:01:40.408 ****** 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:46:23 +0000 (0:00:00.021) 0:01:40.429 ****** 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:46:23 +0000 (0:00:00.021) 0:01:40.450 ****** 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:46:23 +0000 (0:00:00.023) 0:01:40.473 ****** 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:46:23 +0000 (0:00:00.022) 0:01:40.496 ****** 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:46:23 +0000 (0:00:00.023) 0:01:40.519 ****** 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:46:23 +0000 (0:00:00.021) 0:01:40.540 ****** 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:46:23 +0000 (0:00:00.020) 0:01:40.561 ****** 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:46:23 +0000 (0:00:00.047) 0:01:40.608 ****** 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:46:23 +0000 (0:00:00.021) 0:01:40.630 ****** 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:46:23 +0000 (0:00:00.021) 0:01:40.651 ****** 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:46:23 +0000 (0:00:00.020) 0:01:40.672 ****** 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:46:23 +0000 (0:00:00.020) 0:01:40.692 ****** 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:46:23 +0000 (0:00:00.019) 0:01:40.712 ****** 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:46:23 +0000 (0:00:00.021) 0:01:40.733 ****** 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:46:23 +0000 (0:00:00.020) 0:01:40.754 ****** 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:46:23 +0000 (0:00:00.019) 0:01:40.774 ****** 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:46:23 +0000 (0:00:00.020) 0:01:40.794 ****** 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:46:23 +0000 (0:00:00.020) 0:01:40.815 ****** 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:46:23 +0000 (0:00:00.020) 0:01:40.835 ****** 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:46:23 +0000 (0:00:00.021) 0:01:40.856 ****** 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:46:23 +0000 (0:00:00.021) 0:01:40.878 ****** 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:46:23 +0000 (0:00:00.019) 0:01:40.897 ****** 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:46:23 +0000 (0:00:00.020) 0:01:40.917 ****** 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:46:23 +0000 (0:00:00.049) 0:01:40.967 ****** 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:46:23 +0000 (0:00:00.021) 0:01:40.989 ****** 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:46:23 +0000 (0:00:00.025) 0:01:41.015 ****** 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:46:23 +0000 (0:00:00.026) 0:01:41.042 ****** 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:46:23 +0000 (0:00:00.021) 0:01:41.063 ****** 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:46:23 +0000 (0:00:00.027) 0:01:41.091 ****** 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:46:23 +0000 (0:00:00.022) 0:01:41.114 ****** 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:46:23 +0000 (0:00:00.021) 0:01:41.136 ****** 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:46:23 +0000 (0:00:00.022) 0:01:41.158 ****** 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:46:23 +0000 (0:00:00.022) 0:01:41.180 ****** 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:46:23 +0000 (0:00:00.021) 0:01:41.202 ****** 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:46:23 +0000 (0:00:00.022) 0:01:41.224 ****** 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:46:23 +0000 (0:00:00.023) 0:01:41.247 ****** 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:46:23 +0000 (0:00:00.021) 0:01:41.269 ****** 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:46:23 +0000 (0:00:00.021) 0:01:41.290 ****** 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:46:23 +0000 (0:00:00.021) 0:01:41.312 ****** 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:46:24 +0000 (0:00:00.020) 0:01:41.333 ****** 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:46:24 +0000 (0:00:00.056) 0:01:41.389 ****** 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:46:24 +0000 (0:00:00.022) 0:01:41.411 ****** 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:46:24 +0000 (0:00:00.021) 0:01:41.433 ****** 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:46:24 +0000 (0:00:00.021) 0:01:41.455 ****** 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:46:24 +0000 (0:00:00.023) 0:01:41.478 ****** 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:46:24 +0000 (0:00:00.024) 0:01:41.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 [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:46:24 +0000 (0:00:00.021) 0:01:41.525 ****** 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:46:24 +0000 (0:00:00.022) 0:01:41.548 ****** 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:46:24 +0000 (0:00:00.021) 0:01:41.570 ****** 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:46:24 +0000 (0:00:00.245) 0:01:41.816 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:45:55 UTC", "ActiveEnterTimestampMonotonic": "2163100528", "ActiveExitTimestamp": "Sat 2024-01-20 01:45:55 UTC", "ActiveExitTimestampMonotonic": "2162878864", "ActiveState": "active", "After": "systemd-journald.socket sysinit.target basic.target system.slice network.target auditd.service -.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:45:55 UTC", "AssertTimestampMonotonic": "2163099409", "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:45:55 UTC", "ConditionTimestampMonotonic": "2163099408", "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": "49648", "ExecMainStartTimestamp": "Sat 2024-01-20 01:45:55 UTC", "ExecMainStartTimestampMonotonic": "2163100462", "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:45:55 UTC", "InactiveEnterTimestampMonotonic": "2163098418", "InactiveExitTimestamp": "Sat 2024-01-20 01:45:55 UTC", "InactiveExitTimestampMonotonic": "2163100528", "InvocationID": "caad7d0512a648918ce4488220aecff8", "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": "49648", "MemoryAccounting": "yes", "MemoryCurrent": "646840320", "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:45:55 UTC", "StateChangeTimestampMonotonic": "2163100528", "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": "136", "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:45:55 UTC", "WatchdogTimestampMonotonic": "2163100525", "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:46:25 +0000 (0:00:00.608) 0:01:42.424 ****** 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:46:25 +0000 (0:00:00.021) 0:01:42.446 ****** 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:46:25 +0000 (0:00:00.020) 0:01:42.467 ****** 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:46:25 +0000 (0:00:00.107) 0:01:42.575 ****** 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:46:25 +0000 (0:00:00.021) 0:01:42.596 ****** 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:46:25 +0000 (0:00:00.020) 0:01:42.616 ****** 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:46:25 +0000 (0:00:00.021) 0:01:42.638 ****** 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:46:25 +0000 (0:00:00.020) 0:01:42.658 ****** 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:46:25 +0000 (0:00:00.020) 0:01:42.679 ****** 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:46:25 +0000 (0:00:00.019) 0:01:42.699 ****** 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:46:25 +0000 (0:00:00.020) 0:01:42.719 ****** 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:46:25 +0000 (0:00:00.019) 0:01:42.739 ****** 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:46:25 +0000 (0:00:00.035) 0:01:42.774 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:46:25 UTC", "ActiveEnterTimestampMonotonic": "2192203528", "ActiveExitTimestamp": "Sat 2024-01-20 01:46:24 UTC", "ActiveExitTimestampMonotonic": "2191976103", "ActiveState": "active", "After": "systemd-journald.socket sysinit.target basic.target system.slice network.target auditd.service -.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:46:25 UTC", "AssertTimestampMonotonic": "2192202483", "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:46:25 UTC", "ConditionTimestampMonotonic": "2192202481", "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": "50701", "ExecMainStartTimestamp": "Sat 2024-01-20 01:46:25 UTC", "ExecMainStartTimestampMonotonic": "2192203464", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-20 01:46:25 UTC] ; stop_time=[n/a] ; pid=50701 ; 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:46:25 UTC", "InactiveEnterTimestampMonotonic": "2192201523", "InactiveExitTimestamp": "Sat 2024-01-20 01:46:25 UTC", "InactiveExitTimestampMonotonic": "2192203528", "InvocationID": "a5c53452116d49b1a9cf1cc7d9b1e257", "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": "50701", "MemoryAccounting": "yes", "MemoryCurrent": "134987776", "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:46:25 UTC", "StateChangeTimestampMonotonic": "2192203528", "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": "41", "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:46:25 UTC", "WatchdogTimestampMonotonic": "2192203525", "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:46:25 +0000 (0:00:00.410) 0:01:43.184 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003161", "end": "2024-01-20 01:46:26.050076", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:46:26.046915" } 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:46:26 +0000 (0:00:00.226) 0:01:43.411 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.005884", "end": "2024-01-20 01:46:27.329529", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:46:26.323645" } 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:46:27 +0000 (0:00:01.274) 0:01:44.685 ****** 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:46:27 +0000 (0:00:00.030) 0:01:44.716 ****** ok: [sut] => { "changed": false, "elapsed": 1, "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": 6258, "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:46:28 +0000 (0:00:01.274) 0:01:45.990 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.038394", "end": "2024-01-20 01:46:28.898069", "rc": 0, "start": "2024-01-20 01:46:28.859675" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5029376) - 14.0.3465.1 (X64) Jul 30 2023 15:31:58 Copyright (C) 2017 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:46:28 +0000 (0:00:00.267) 0:01:46.258 ****** 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:46:28 +0000 (0:00:00.025) 0:01:46.283 ****** 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:46:29 +0000 (0:00:00.057) 0:01:46.341 ****** 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:46:29 +0000 (0:00:00.023) 0:01:46.364 ****** 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:46:29 +0000 (0:00:00.022) 0:01:46.386 ****** 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:46:29 +0000 (0:00:00.021) 0:01:46.408 ****** 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:46:29 +0000 (0:00:00.020) 0:01:46.428 ****** 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:46:29 +0000 (0:00:00.021) 0:01:46.450 ****** 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:46:29 +0000 (0:00:00.021) 0:01:46.471 ****** 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:46:29 +0000 (0:00:00.035) 0:01:46.507 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004690", "end": "2024-01-20 01:46:29.373647", "rc": 0, "start": "2024-01-20 01:46:29.368957" } 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:46:29 +0000 (0:00:00.226) 0:01:46.734 ****** 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:46:29 +0000 (0:00:00.032) 0:01:46.766 ****** 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:46:29 +0000 (0:00:00.025) 0:01:46.791 ****** 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:46:29 +0000 (0:00:00.024) 0:01:46.816 ****** 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:46:29 +0000 (0:00:00.043) 0:01:46.859 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004630", "end": "2024-01-20 01:46:29.735115", "rc": 0, "start": "2024-01-20 01:46:29.730485" } 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:46:29 +0000 (0:00:00.264) 0:01:47.124 ****** 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:46:29 +0000 (0:00:00.030) 0:01:47.154 ****** 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:46:29 +0000 (0:00:00.026) 0:01:47.181 ****** 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:46:29 +0000 (0:00:00.022) 0:01:47.204 ****** 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:46:29 +0000 (0:00:00.038) 0:01:47.242 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004742", "end": "2024-01-20 01:46:30.108672", "rc": 0, "start": "2024-01-20 01:46:30.103930" } 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:46:30 +0000 (0:00:00.223) 0:01:47.466 ****** 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:46:30 +0000 (0:00:00.029) 0:01:47.495 ****** 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:46:30 +0000 (0:00:00.023) 0:01:47.519 ****** 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:46:30 +0000 (0:00:00.020) 0:01:47.540 ****** 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:46:30 +0000 (0:00:00.039) 0:01:47.579 ****** ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004525", "end": "2024-01-20 01:46:30.445175", "rc": 0, "start": "2024-01-20 01:46:30.440650" } 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:46:30 +0000 (0:00:00.223) 0:01:47.803 ****** 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:46:30 +0000 (0:00:00.023) 0:01:47.826 ****** 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:46:30 +0000 (0:00:00.029) 0:01:47.855 ****** 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:46:30 +0000 (0:00:00.051) 0:01:47.906 ****** 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:46:30 +0000 (0:00:00.023) 0:01:47.929 ****** 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:46:30 +0000 (0:00:00.021) 0:01:47.951 ****** 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:46:30 +0000 (0:00:00.020) 0:01:47.971 ****** changed: [sut] => (item=/etc/pki/tls/certs/ansible.ojfcjy6l) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/certs/ansible.ojfcjy6l", "path": "/etc/pki/tls/certs/ansible.ojfcjy6l", "state": "absent" } changed: [sut] => (item=/etc/pki/tls/private/ansible.zxxt_sri) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/private/ansible.zxxt_sri", "path": "/etc/pki/tls/private/ansible.zxxt_sri", "state": "absent" } TASK [Copy certificates to hosts] ********************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_tls.yml:107 Saturday 20 January 2024 01:46:31 +0000 (0:00:00.437) 0:01:48.409 ****** ok: [sut] => (item=/tmp/ansible.ojfcjy6l) => { "ansible_loop_var": "item", "changed": false, "checksum": "362e0b386ef0f1d5e4bab9ea8bd5716ccf64859e", "dest": "/tmp/ansible.ojfcjy6l", "gid": 0, "group": "root", "item": "/tmp/ansible.ojfcjy6l", "mode": "0600", "owner": "root", "path": "/tmp/ansible.ojfcjy6l", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1123, "state": "file", "uid": 0 } ok: [sut] => (item=/tmp/ansible.zxxt_sri) => { "ansible_loop_var": "item", "changed": false, "checksum": "c4a57924072c312ee91dafce1fd2215fcf80435d", "dest": "/tmp/ansible.zxxt_sri", "gid": 0, "group": "root", "item": "/tmp/ansible.zxxt_sri", "mode": "0600", "owner": "root", "path": "/tmp/ansible.zxxt_sri", "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:46:32 +0000 (0:00:01.022) 0:01:49.431 ****** ok: [sut] => { "ansible_facts": { "mssql_tls_cert": "/tmp/ansible.ojfcjy6l", "mssql_tls_private_key": "ansible.zxxt_sri" }, "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:46:32 +0000 (0:00:00.022) 0:01:49.454 ****** 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:32 +0000 (0:00:00.224) 0:01:49.679 ****** 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:32 +0000 (0:00:00.033) 0:01:49.713 ****** 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:32 +0000 (0:00:00.025) 0:01:49.739 ****** 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:32 +0000 (0:00:00.036) 0:01:49.776 ****** 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:32 +0000 (0:00:00.019) 0:01:49.795 ****** 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:32 +0000 (0:00:00.020) 0:01:49.815 ****** 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:32 +0000 (0:00:00.020) 0:01:49.836 ****** 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:32 +0000 (0:00:00.020) 0:01:49.856 ****** 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:32 +0000 (0:00:00.019) 0:01:49.876 ****** 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:32 +0000 (0:00:00.020) 0:01:49.897 ****** 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:32 +0000 (0:00:00.020) 0:01:49.917 ****** 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:32 +0000 (0:00:00.019) 0:01:49.937 ****** 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:32 +0000 (0:00:00.057) 0:01:49.995 ****** 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:32 +0000 (0:00:00.024) 0:01:50.020 ****** 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:32 +0000 (0:00:00.020) 0:01:50.041 ****** 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:32 +0000 (0:00:00.020) 0:01:50.061 ****** 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:32 +0000 (0:00:00.020) 0:01:50.082 ****** 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:32 +0000 (0:00:00.021) 0:01:50.103 ****** 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:32 +0000 (0:00:00.022) 0:01:50.126 ****** 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:34 +0000 (0:00:01.709) 0:01:51.835 ****** ok: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } 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:34 +0000 (0:00:00.139) 0:01:51.975 ****** 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:34 +0000 (0:00:00.031) 0:01:52.006 ****** 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:34 +0000 (0:00:00.024) 0:01:52.030 ****** 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:34 +0000 (0:00:00.042) 0:01:52.072 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 20 January 2024 01:46:35 +0000 (0:00:00.391) 0:01:52.464 ****** 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:35 +0000 (0:00:00.023) 0:01:52.487 ****** 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 2017] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 20 January 2024 01:46:35 +0000 (0:00:00.025) 0:01:52.513 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 20 January 2024 01:46:35 +0000 (0:00:00.029) 0:01:52.542 ****** 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:46:35 +0000 (0:00:00.047) 0:01:52.590 ****** 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:35 +0000 (0:00:00.037) 0:01:52.627 ****** 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:35 +0000 (0:00:00.037) 0:01:52.665 ****** 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:35 +0000 (0:00:00.027) 0:01:52.693 ****** 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:35 +0000 (0:00:00.023) 0:01:52.716 ****** 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:35 +0000 (0:00:00.024) 0:01:52.741 ****** 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:46:38 +0000 (0:00:02.605) 0:01:55.347 ****** 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:46:38 +0000 (0:00:00.023) 0:01:55.370 ****** 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.005903", "end": "2024-01-20 01:46:38.252568", "rc": 0, "start": "2024-01-20 01:46:38.246665" } 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:46:38 +0000 (0:00:00.267) 0:01:55.638 ****** 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:46:39 +0000 (0:00:01.661) 0:01:57.299 ****** 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:46:40 +0000 (0:00:00.043) 0:01:57.343 ****** 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:46:40 +0000 (0:00:00.022) 0:01:57.366 ****** 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:46:40 +0000 (0:00:00.029) 0:01:57.395 ****** 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:46:40 +0000 (0:00:00.091) 0:01:57.486 ****** 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:46:40 +0000 (0:00:00.022) 0:01:57.508 ****** 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:46:42 +0000 (0:00:02.601) 0:02:00.110 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:10:24 UTC", "ActiveEnterTimestampMonotonic": "31526097", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target sysinit.target dbus.socket dbus.service network.target systemd-sysctl.service system.slice polkit.service systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:10:22 UTC", "AssertTimestampMonotonic": "29414628", "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:22 UTC", "ConditionTimestampMonotonic": "29414626", "ConfigurationDirectoryMode": "0755", "Conflicts": "auto-cpufreq.service cpupower.service tlp.service power-profiles-daemon.service shutdown.target", "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": "699", "ExecMainStartTimestamp": "Sat 2024-01-20 01:10:22 UTC", "ExecMainStartTimestampMonotonic": "29415677", "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:22 UTC", "InactiveExitTimestampMonotonic": "29415726", "InvocationID": "021ea64079a14dc89f1969fac94e6f99", "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": "699", "MemoryAccounting": "yes", "MemoryCurrent": "20713472", "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": "system.slice sysinit.target 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": "31526097", "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": "31526093", "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:46:43 +0000 (0:00:00.366) 0:02:00.477 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.127327", "end": "2024-01-20 01:46:43.465685", "rc": 0, "start": "2024-01-20 01:46:43.338358" } 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:46:43 +0000 (0:00:00.350) 0:02:00.828 ****** 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:46:43 +0000 (0:00:00.022) 0:02:00.851 ****** 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:46:43 +0000 (0:00:00.020) 0:02:00.872 ****** 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:46:43 +0000 (0:00:00.021) 0:02:00.893 ****** 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:46:43 +0000 (0:00:00.261) 0:02:01.155 ****** 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:46:46 +0000 (0:00:02.614) 0:02:03.769 ****** 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:46:46 +0000 (0:00:00.030) 0:02:03.800 ****** 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:46:46 +0000 (0:00:00.027) 0:02:03.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 [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:46:46 +0000 (0:00:00.027) 0:02:03.855 ****** 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:46:46 +0000 (0:00:00.023) 0:02:03.878 ****** 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:46:46 +0000 (0:00:00.022) 0:02:03.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 : 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:46:46 +0000 (0:00:00.060) 0:02:03.961 ****** 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:46:46 +0000 (0:00:00.022) 0:02:03.984 ****** 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:46:46 +0000 (0:00:00.021) 0:02:04.005 ****** 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.005292", "end": "2024-01-20 01:46:46.874980", "rc": 0, "start": "2024-01-20 01:46:46.869688" } 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:46:46 +0000 (0:00:00.225) 0:02:04.231 ****** 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:46:46 +0000 (0:00:00.023) 0:02:04.255 ****** 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:46:48 +0000 (0:00:01.707) 0:02:05.962 ****** 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:46:48 +0000 (0:00:00.023) 0:02:05.986 ****** 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:46:48 +0000 (0:00:00.053) 0:02:06.039 ****** 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:46:48 +0000 (0:00:00.023) 0:02:06.062 ****** 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:46:48 +0000 (0:00:00.022) 0:02:06.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 tcpport] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:46:48 +0000 (0:00:00.039) 0:02:06.124 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003248", "end": "2024-01-20 01:46:48.985797", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:46:48.982549" } 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:46:49 +0000 (0:00:00.219) 0:02:06.343 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.052740", "end": "2024-01-20 01:46:49.257788", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:46:49.205048" } 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:46:49 +0000 (0:00:00.275) 0:02:06.618 ****** 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:46:49 +0000 (0:00:00.021) 0:02:06.640 ****** 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:46:49 +0000 (0:00:00.021) 0:02:06.661 ****** 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:46:49 +0000 (0:00:00.021) 0:02:06.683 ****** 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:46:49 +0000 (0:00:00.021) 0:02:06.704 ****** 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:46:49 +0000 (0:00:00.020) 0:02:06.725 ****** 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:46:49 +0000 (0:00:00.019) 0:02:06.744 ****** 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:46:49 +0000 (0:00:00.020) 0:02:06.765 ****** 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:46:49 +0000 (0:00:00.021) 0:02:06.786 ****** 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:46:49 +0000 (0:00:00.057) 0:02:06.844 ****** 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:46:49 +0000 (0:00:00.022) 0:02:06.866 ****** 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:46:49 +0000 (0:00:00.022) 0:02:06.888 ****** 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:46:49 +0000 (0:00:00.022) 0:02:06.911 ****** changed: [sut] => (item=/tmp/ansible.ojfcjy6l) => { "ansible_loop_var": "item", "changed": true, "checksum": "362e0b386ef0f1d5e4bab9ea8bd5716ccf64859e", "dest": "/etc/pki/tls/certs/ansible.ojfcjy6l", "gid": 991, "group": "mssql", "item": "/tmp/ansible.ojfcjy6l", "md5sum": "1af5b40fd771719a523a5a82589b458a", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1123, "src": "/tmp/ansible.ojfcjy6l", "state": "file", "uid": 993 } changed: [sut] => (item=/tmp/ansible.zxxt_sri) => { "ansible_loop_var": "item", "changed": true, "checksum": "c4a57924072c312ee91dafce1fd2215fcf80435d", "dest": "/etc/pki/tls/private/ansible.zxxt_sri", "gid": 991, "group": "mssql", "item": "/tmp/ansible.zxxt_sri", "md5sum": "ac4a21321e7bf516ff26cf4fd30aec92", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1704, "src": "/tmp/ansible.zxxt_sri", "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:46:50 +0000 (0:00:00.630) 0:02:07.541 ****** 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:46:50 +0000 (0:00:00.040) 0:02:07.582 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003158", "end": "2024-01-20 01:46:50.449201", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:46:50.446043" } 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:46:50 +0000 (0:00:00.226) 0:02:07.809 ****** 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.ojfcjy6l" ], "delta": "0:00:00.052553", "end": "2024-01-20 01:46:50.732845", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:46:50.680292" } 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:46:50 +0000 (0:00:00.293) 0:02:08.102 ****** 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:46:50 +0000 (0:00:00.039) 0:02:08.142 ****** 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:46:50 +0000 (0:00:00.052) 0:02:08.194 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003285", "end": "2024-01-20 01:46:51.059444", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:46:51.056159" } 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:46:51 +0000 (0:00:00.265) 0:02:08.459 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlskey", "/etc/pki/tls/private/ansible.zxxt_sri" ], "delta": "0:00:00.052787", "end": "2024-01-20 01:46:51.383143", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:46:51.330356" } 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:46:51 +0000 (0:00:00.285) 0:02:08.745 ****** 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:46:51 +0000 (0:00:00.028) 0:02:08.773 ****** 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:46:51 +0000 (0:00:00.044) 0:02:08.818 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002990", "end": "2024-01-20 01:46:51.685789", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:46:51.682799" } 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:46:51 +0000 (0:00:00.236) 0:02:09.054 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlsprotocols", "1.2" ], "delta": "0:00:00.053400", "end": "2024-01-20 01:46:51.977274", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:46:51.923874" } 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:46:52 +0000 (0:00:00.284) 0:02:09.339 ****** 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:46:52 +0000 (0:00:00.023) 0:02:09.363 ****** 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:46:52 +0000 (0:00:00.045) 0:02:09.408 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003048", "end": "2024-01-20 01:46:52.274871", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:46:52.271823" } 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:46:52 +0000 (0:00:00.224) 0:02:09.632 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.forceencryption", "1" ], "delta": "0:00:00.052825", "end": "2024-01-20 01:46:52.553166", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:46:52.500341" } 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:46:52 +0000 (0:00:00.320) 0:02:09.952 ****** 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:46:52 +0000 (0:00:00.024) 0:02:09.976 ****** 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:46:52 +0000 (0:00:00.023) 0:02:10.000 ****** 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:46:52 +0000 (0:00:00.021) 0:02:10.022 ****** 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:46:52 +0000 (0:00:00.029) 0:02:10.052 ****** 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:46:52 +0000 (0:00:00.030) 0:02:10.082 ****** 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:46:52 +0000 (0:00:00.032) 0:02:10.114 ****** 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:46:52 +0000 (0:00:00.024) 0:02:10.138 ****** 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:46:52 +0000 (0:00:00.022) 0:02:10.161 ****** 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:46:52 +0000 (0:00:00.020) 0:02:10.181 ****** 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:46:52 +0000 (0:00:00.021) 0:02:10.203 ****** 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:46:52 +0000 (0:00:00.021) 0:02:10.224 ****** 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:46:52 +0000 (0:00:00.021) 0:02:10.246 ****** 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:46:52 +0000 (0:00:00.020) 0:02:10.267 ****** 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:46:52 +0000 (0:00:00.022) 0:02:10.289 ****** 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:46:52 +0000 (0:00:00.022) 0:02:10.311 ****** 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:46:53 +0000 (0:00:00.066) 0:02:10.377 ****** 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:46:53 +0000 (0:00:00.023) 0:02:10.401 ****** 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:46:53 +0000 (0:00:00.022) 0:02:10.423 ****** 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:46:53 +0000 (0:00:00.022) 0:02:10.445 ****** 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:46:53 +0000 (0:00:00.021) 0:02:10.467 ****** 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:46:53 +0000 (0:00:00.024) 0:02:10.491 ****** 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:46:53 +0000 (0:00:00.022) 0:02:10.513 ****** 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:46:53 +0000 (0:00:00.022) 0:02:10.536 ****** 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:46:53 +0000 (0:00:00.022) 0:02:10.559 ****** 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:46:53 +0000 (0:00:00.022) 0:02:10.582 ****** 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:46:53 +0000 (0:00:00.021) 0:02:10.603 ****** 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:46:53 +0000 (0:00:00.021) 0:02:10.625 ****** 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:46:53 +0000 (0:00:00.026) 0:02:10.652 ****** 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:46:53 +0000 (0:00:00.021) 0:02:10.673 ****** 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:46:53 +0000 (0:00:00.021) 0:02:10.694 ****** 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:46:53 +0000 (0:00:00.027) 0:02:10.721 ****** 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:46:53 +0000 (0:00:00.020) 0:02:10.742 ****** 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:46:53 +0000 (0:00:00.063) 0:02:10.806 ****** 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:46:53 +0000 (0:00:00.022) 0:02:10.829 ****** 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:46:53 +0000 (0:00:00.021) 0:02:10.850 ****** 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:46:53 +0000 (0:00:00.020) 0:02:10.870 ****** 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:46:53 +0000 (0:00:00.020) 0:02:10.891 ****** 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:46:53 +0000 (0:00:00.020) 0:02:10.912 ****** 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:46:53 +0000 (0:00:00.020) 0:02:10.932 ****** 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:46:53 +0000 (0:00:00.022) 0:02:10.955 ****** 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:46:53 +0000 (0:00:00.021) 0:02:10.976 ****** 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:46:53 +0000 (0:00:00.021) 0:02:10.998 ****** 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:46:53 +0000 (0:00:00.027) 0:02:11.026 ****** 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:46:53 +0000 (0:00:00.020) 0:02:11.047 ****** 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:46:53 +0000 (0:00:00.020) 0:02:11.067 ****** 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:46:53 +0000 (0:00:00.020) 0:02:11.088 ****** 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:46:53 +0000 (0:00:00.022) 0:02:11.110 ****** 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:46:53 +0000 (0:00:00.025) 0:02:11.136 ****** 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:46:53 +0000 (0:00:00.070) 0:02:11.206 ****** 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:46:53 +0000 (0:00:00.024) 0:02:11.231 ****** 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:46:53 +0000 (0:00:00.022) 0:02:11.253 ****** 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:46:54 +0000 (0:00:00.244) 0:02:11.498 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:46:25 UTC", "ActiveEnterTimestampMonotonic": "2192203528", "ActiveExitTimestamp": "Sat 2024-01-20 01:46:24 UTC", "ActiveExitTimestampMonotonic": "2191976103", "ActiveState": "active", "After": "systemd-journald.socket sysinit.target basic.target system.slice network.target auditd.service -.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:46:25 UTC", "AssertTimestampMonotonic": "2192202483", "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:46:25 UTC", "ConditionTimestampMonotonic": "2192202481", "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": "50701", "ExecMainStartTimestamp": "Sat 2024-01-20 01:46:25 UTC", "ExecMainStartTimestampMonotonic": "2192203464", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-20 01:46:25 UTC] ; stop_time=[n/a] ; pid=50701 ; 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:46:25 UTC", "InactiveEnterTimestampMonotonic": "2192201523", "InactiveExitTimestamp": "Sat 2024-01-20 01:46:25 UTC", "InactiveExitTimestampMonotonic": "2192203528", "InvocationID": "a5c53452116d49b1a9cf1cc7d9b1e257", "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": "50701", "MemoryAccounting": "yes", "MemoryCurrent": "645533696", "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:46:25 UTC", "StateChangeTimestampMonotonic": "2192203528", "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": "135", "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:46:25 UTC", "WatchdogTimestampMonotonic": "2192203525", "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:46:54 +0000 (0:00:00.599) 0:02:12.098 ****** 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:46:54 +0000 (0:00:00.021) 0:02:12.119 ****** 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:46:54 +0000 (0:00:00.020) 0:02:12.140 ****** 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:46:54 +0000 (0:00:00.129) 0:02:12.269 ****** 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:46:54 +0000 (0:00:00.021) 0:02:12.291 ****** 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:46:54 +0000 (0:00:00.019) 0:02:12.311 ****** 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:46:55 +0000 (0:00:00.064) 0:02:12.375 ****** 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:46:55 +0000 (0:00:00.023) 0:02:12.398 ****** 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:46:55 +0000 (0:00:00.020) 0:02:12.418 ****** 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:46:55 +0000 (0:00:00.020) 0:02:12.439 ****** 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:46:55 +0000 (0:00:00.020) 0:02:12.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:46:55 +0000 (0:00:00.021) 0:02:12.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:46:55 +0000 (0:00:00.036) 0:02:12.518 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:46:54 UTC", "ActiveEnterTimestampMonotonic": "2221877524", "ActiveExitTimestamp": "Sat 2024-01-20 01:46:54 UTC", "ActiveExitTimestampMonotonic": "2221657662", "ActiveState": "active", "After": "systemd-journald.socket sysinit.target basic.target system.slice network.target auditd.service -.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:46:54 UTC", "AssertTimestampMonotonic": "2221876370", "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:46:54 UTC", "ConditionTimestampMonotonic": "2221876369", "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": "52079", "ExecMainStartTimestamp": "Sat 2024-01-20 01:46:54 UTC", "ExecMainStartTimestampMonotonic": "2221877463", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-20 01:46:54 UTC] ; stop_time=[n/a] ; pid=52079 ; 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:46:54 UTC", "InactiveEnterTimestampMonotonic": "2221875393", "InactiveExitTimestamp": "Sat 2024-01-20 01:46:54 UTC", "InactiveExitTimestampMonotonic": "2221877524", "InvocationID": "9aa32bba0e29433698848d1996cec194", "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": "52079", "MemoryAccounting": "yes", "MemoryCurrent": "147456000", "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:46:54 UTC", "StateChangeTimestampMonotonic": "2221877524", "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": "44", "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:46:54 UTC", "WatchdogTimestampMonotonic": "2221877521", "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:46:55 +0000 (0:00:00.392) 0:02:12.910 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003835", "end": "2024-01-20 01:46:55.791007", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:46:55.787172" } 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:46:55 +0000 (0:00:00.239) 0:02:13.150 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003314", "end": "2024-01-20 01:46:56.064712", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:46:56.061398" } 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:46:56 +0000 (0:00:00.278) 0:02:13.428 ****** 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:46:56 +0000 (0:00:00.029) 0:02:13.458 ****** 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": 6352, "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:46:58 +0000 (0:00:02.233) 0:02:15.691 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.030421", "end": "2024-01-20 01:46:58.583231", "rc": 0, "start": "2024-01-20 01:46:58.552810" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5029376) - 14.0.3465.1 (X64) Jul 30 2023 15:31:58 Copyright (C) 2017 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:46:58 +0000 (0:00:00.252) 0:02:15.943 ****** 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:46:58 +0000 (0:00:00.024) 0:02:15.968 ****** 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:46:58 +0000 (0:00:00.024) 0:02:15.992 ****** 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:46:58 +0000 (0:00:00.023) 0:02:16.016 ****** 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:46:58 +0000 (0:00:00.022) 0:02:16.039 ****** 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:46:58 +0000 (0:00:00.026) 0:02:16.065 ****** 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:46:58 +0000 (0:00:00.022) 0:02:16.087 ****** 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:46:58 +0000 (0:00:00.061) 0:02:16.148 ****** 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:46:58 +0000 (0:00:00.022) 0:02:16.171 ****** 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:46:58 +0000 (0:00:00.041) 0:02:16.212 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004514", "end": "2024-01-20 01:46:59.077586", "rc": 0, "start": "2024-01-20 01:46:59.073072" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.ojfcjy6l 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:46:59 +0000 (0:00:00.229) 0:02:16.442 ****** 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:46:59 +0000 (0:00:00.040) 0:02:16.482 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/certs/ansible.ojfcjy6l] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:46:59 +0000 (0:00:00.028) 0:02:16.511 ****** 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:46:59 +0000 (0:00:00.022) 0:02:16.534 ****** 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:46:59 +0000 (0:00:00.040) 0:02:16.574 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004765", "end": "2024-01-20 01:46:59.439776", "rc": 0, "start": "2024-01-20 01:46:59.435011" } STDOUT: tlskey = /etc/pki/tls/private/ansible.zxxt_sri 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:46:59 +0000 (0:00:00.224) 0:02:16.799 ****** 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:46:59 +0000 (0:00:00.031) 0:02:16.830 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/private/ansible.zxxt_sri] ************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:46:59 +0000 (0:00:00.025) 0:02:16.856 ****** 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:46:59 +0000 (0:00:00.021) 0:02:16.877 ****** 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:46:59 +0000 (0:00:00.078) 0:02:16.955 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004629", "end": "2024-01-20 01:46:59.822672", "rc": 0, "start": "2024-01-20 01:46:59.818043" } 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:46:59 +0000 (0:00:00.224) 0:02:17.180 ****** 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:46:59 +0000 (0:00:00.030) 0:02:17.210 ****** 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:46:59 +0000 (0:00:00.024) 0:02:17.234 ****** 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:46:59 +0000 (0:00:00.021) 0:02:17.256 ****** 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:46:59 +0000 (0:00:00.040) 0:02:17.296 ****** ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004498", "end": "2024-01-20 01:47:00.161589", "rc": 0, "start": "2024-01-20 01:47:00.157091" } 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:00 +0000 (0:00:00.223) 0:02:17.520 ****** 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:00 +0000 (0:00:00.023) 0:02:17.543 ****** 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:00 +0000 (0:00:00.029) 0:02:17.573 ****** 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:00 +0000 (0:00:00.023) 0:02:17.596 ****** 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:00 +0000 (0:00:00.022) 0:02:17.619 ****** 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:00 +0000 (0:00:00.021) 0:02:17.640 ****** 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:47:00 +0000 (0:00:00.020) 0:02:17.660 ****** 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:47:00 +0000 (0:00:00.170) 0:02:17.831 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "Ansible managed\n", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003075", "end": "2024-01-20 01:47:00.740949", "rc": 0, "start": "2024-01-20 01:47:00.737874" } 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.ojfcjy6l tlskey = /etc/pki/tls/private/ansible.zxxt_sri 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:47:00 +0000 (0:00:00.270) 0:02:18.102 ****** 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:01 +0000 (0:00:00.250) 0:02:18.352 ****** 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:01 +0000 (0:00:00.035) 0:02:18.388 ****** 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:01 +0000 (0:00:00.167) 0:02:18.555 ****** 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:01 +0000 (0:00:00.043) 0:02:18.599 ****** 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:01 +0000 (0:00:00.023) 0:02:18.622 ****** 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:01 +0000 (0:00:00.031) 0:02:18.654 ****** 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:01 +0000 (0:00:00.024) 0:02:18.678 ****** 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:01 +0000 (0:00:00.023) 0:02:18.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:47:01 +0000 (0:00:00.022) 0:02:18.724 ****** 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:01 +0000 (0:00:00.022) 0:02:18.747 ****** 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:01 +0000 (0:00:00.022) 0:02:18.770 ****** 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:01 +0000 (0:00:00.021) 0:02:18.791 ****** 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:01 +0000 (0:00:00.022) 0:02:18.814 ****** 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:01 +0000 (0:00:00.028) 0:02:18.842 ****** 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:01 +0000 (0:00:00.022) 0:02:18.865 ****** 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:01 +0000 (0:00:00.024) 0:02:18.890 ****** 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:01 +0000 (0:00:00.022) 0:02:18.913 ****** 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:01 +0000 (0:00:00.021) 0:02:18.934 ****** 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:01 +0000 (0:00:00.074) 0:02:19.008 ****** 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:03 +0000 (0:00:01.702) 0:02:20.711 ****** ok: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } 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:47:03 +0000 (0:00:00.065) 0:02:20.777 ****** 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:03 +0000 (0:00:00.022) 0:02:20.799 ****** 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:03 +0000 (0:00:00.024) 0:02:20.823 ****** 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:03 +0000 (0:00:00.040) 0:02:20.864 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 20 January 2024 01:47:03 +0000 (0:00:00.397) 0:02:21.262 ****** 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:04 +0000 (0:00:00.075) 0:02:21.337 ****** 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 2017] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 20 January 2024 01:47:04 +0000 (0:00:00.025) 0:02:21.362 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 20 January 2024 01:47:04 +0000 (0:00:00.027) 0:02:21.390 ****** 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:04 +0000 (0:00:00.027) 0:02:21.417 ****** 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:04 +0000 (0:00:00.022) 0:02:21.439 ****** 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:04 +0000 (0:00:00.020) 0:02:21.460 ****** 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:04 +0000 (0:00:00.020) 0:02:21.481 ****** 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:04 +0000 (0:00:00.022) 0:02:21.503 ****** 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:04 +0000 (0:00:00.021) 0:02:21.525 ****** 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:06 +0000 (0:00:02.620) 0:02:24.146 ****** 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:06 +0000 (0:00:00.023) 0:02:24.169 ****** 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.005749", "end": "2024-01-20 01:47:07.034535", "rc": 0, "start": "2024-01-20 01:47:07.028786" } 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:07 +0000 (0:00:00.267) 0:02:24.436 ****** 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:08 +0000 (0:00:01.626) 0:02:26.063 ****** 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:08 +0000 (0:00:00.029) 0:02:26.092 ****** 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:08 +0000 (0:00:00.021) 0:02:26.113 ****** 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:08 +0000 (0:00:00.022) 0:02:26.136 ****** 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:08 +0000 (0:00:00.028) 0:02:26.164 ****** 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:08 +0000 (0:00:00.029) 0:02:26.193 ****** 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:11 +0000 (0:00:02.590) 0:02:28.783 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:10:24 UTC", "ActiveEnterTimestampMonotonic": "31526097", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target sysinit.target dbus.socket dbus.service network.target systemd-sysctl.service system.slice polkit.service systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:10:22 UTC", "AssertTimestampMonotonic": "29414628", "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:22 UTC", "ConditionTimestampMonotonic": "29414626", "ConfigurationDirectoryMode": "0755", "Conflicts": "auto-cpufreq.service cpupower.service tlp.service power-profiles-daemon.service shutdown.target", "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": "699", "ExecMainStartTimestamp": "Sat 2024-01-20 01:10:22 UTC", "ExecMainStartTimestampMonotonic": "29415677", "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:22 UTC", "InactiveExitTimestampMonotonic": "29415726", "InvocationID": "021ea64079a14dc89f1969fac94e6f99", "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": "699", "MemoryAccounting": "yes", "MemoryCurrent": "20697088", "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": "system.slice sysinit.target 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": "31526097", "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": "31526093", "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:11 +0000 (0:00:00.365) 0:02:29.149 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.128757", "end": "2024-01-20 01:47:12.140035", "rc": 0, "start": "2024-01-20 01:47:12.011278" } 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:12 +0000 (0:00:00.346) 0:02:29.496 ****** 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:12 +0000 (0:00:00.021) 0:02:29.517 ****** 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:12 +0000 (0:00:00.022) 0:02:29.540 ****** 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:12 +0000 (0:00:00.022) 0:02:29.563 ****** 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:12 +0000 (0:00:00.229) 0:02:29.792 ****** 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:15 +0000 (0:00:02.607) 0:02:32.400 ****** 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:15 +0000 (0:00:00.023) 0:02:32.423 ****** 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:15 +0000 (0:00:00.021) 0:02:32.445 ****** 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:15 +0000 (0:00:00.021) 0:02:32.466 ****** 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:15 +0000 (0:00:00.081) 0:02:32.547 ****** 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:15 +0000 (0:00:00.026) 0:02:32.574 ****** 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:15 +0000 (0:00:00.024) 0:02:32.598 ****** 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:15 +0000 (0:00:00.023) 0:02:32.622 ****** 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:15 +0000 (0:00:00.023) 0:02:32.646 ****** 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.005413", "end": "2024-01-20 01:47:15.517178", "rc": 0, "start": "2024-01-20 01:47:15.511765" } 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:15 +0000 (0:00:00.233) 0:02:32.880 ****** 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:15 +0000 (0:00:00.025) 0:02:32.905 ****** 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:17 +0000 (0:00:01.760) 0:02:34.665 ****** 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:17 +0000 (0:00:00.026) 0:02:34.691 ****** 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:17 +0000 (0:00:00.023) 0:02:34.715 ****** 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:17 +0000 (0:00:00.023) 0:02:34.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:47:17 +0000 (0:00:00.026) 0:02:34.764 ****** 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:17 +0000 (0:00:00.043) 0:02:34.808 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003258", "end": "2024-01-20 01:47:17.677078", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:47:17.673820" } 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:17 +0000 (0:00:00.253) 0:02:35.062 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.054196", "end": "2024-01-20 01:47:18.003772", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:47:17.949576" } 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:18 +0000 (0:00:00.318) 0:02:35.380 ****** 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:18 +0000 (0:00:00.074) 0:02:35.455 ****** 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:18 +0000 (0:00:00.052) 0:02:35.507 ****** 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:18 +0000 (0:00:00.045) 0:02:35.552 ****** 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:18 +0000 (0:00:00.032) 0:02:35.585 ****** 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:18 +0000 (0:00:00.022) 0:02:35.608 ****** 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:18 +0000 (0:00:00.021) 0:02:35.629 ****** 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:18 +0000 (0:00:00.101) 0:02:35.730 ****** 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:18 +0000 (0:00:00.035) 0:02:35.766 ****** 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:18 +0000 (0:00:00.038) 0:02:35.805 ****** 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:18 +0000 (0:00:00.023) 0:02:35.828 ****** 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:18 +0000 (0:00:00.025) 0:02:35.854 ****** 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:18 +0000 (0:00:00.031) 0:02:35.885 ****** skipping: [sut] => (item=/tmp/ansible.ojfcjy6l) => { "ansible_loop_var": "item", "changed": false, "item": "/tmp/ansible.ojfcjy6l", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ansible.zxxt_sri) => { "ansible_loop_var": "item", "changed": false, "item": "ansible.zxxt_sri", "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:18 +0000 (0:00:00.038) 0:02:35.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 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:18 +0000 (0:00:00.042) 0:02:35.966 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003083", "end": "2024-01-20 01:47:18.852054", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:47:18.848971" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.ojfcjy6l 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:18 +0000 (0:00:00.264) 0:02:36.231 ****** 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:18 +0000 (0:00:00.043) 0:02:36.274 ****** 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.055265", "end": "2024-01-20 01:47:19.223719", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:47:19.168454" } 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:19 +0000 (0:00:00.321) 0:02:36.596 ****** 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:19 +0000 (0:00:00.045) 0:02:36.641 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003234", "end": "2024-01-20 01:47:19.518101", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:47:19.514867" } STDOUT: tlskey = /etc/pki/tls/private/ansible.zxxt_sri 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:19 +0000 (0:00:00.289) 0:02:36.931 ****** 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:19 +0000 (0:00:00.034) 0:02:36.966 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlskey" ], "delta": "0:00:00.053298", "end": "2024-01-20 01:47:19.890400", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:47:19.837102" } 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:19 +0000 (0:00:00.290) 0:02:37.257 ****** 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:19 +0000 (0:00:00.057) 0:02:37.315 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003283", "end": "2024-01-20 01:47:20.181868", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:47:20.178585" } 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:20 +0000 (0:00:00.250) 0:02:37.565 ****** 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:20 +0000 (0:00:00.035) 0:02:37.601 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlsprotocols" ], "delta": "0:00:00.053183", "end": "2024-01-20 01:47:20.526585", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:47:20.473402" } 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:20 +0000 (0:00:00.308) 0:02:37.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 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:20 +0000 (0:00:00.091) 0:02:38.001 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004610", "end": "2024-01-20 01:47:21.918937", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:47:20.914327" } 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:21 +0000 (0:00:01.276) 0:02:39.278 ****** 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:21 +0000 (0:00:00.033) 0:02:39.311 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.forceencryption" ], "delta": "0:00:00.054802", "end": "2024-01-20 01:47:22.236828", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:47:22.182026" } 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:22 +0000 (0:00:00.285) 0:02:39.596 ****** 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:22 +0000 (0:00:00.022) 0:02:39.619 ****** 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:22 +0000 (0:00:00.022) 0:02:39.642 ****** 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:22 +0000 (0:00:00.022) 0:02:39.664 ****** 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:22 +0000 (0:00:00.026) 0:02:39.691 ****** 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:22 +0000 (0:00:00.025) 0:02:39.717 ****** 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:22 +0000 (0:00:00.024) 0:02:39.742 ****** 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:22 +0000 (0:00:00.023) 0:02:39.765 ****** 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:22 +0000 (0:00:00.024) 0:02:39.789 ****** 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:22 +0000 (0:00:00.027) 0:02:39.817 ****** 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:22 +0000 (0:00:00.021) 0:02:39.838 ****** 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:22 +0000 (0:00:00.022) 0:02:39.861 ****** 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:22 +0000 (0:00:00.078) 0:02:39.940 ****** 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:22 +0000 (0:00:00.022) 0:02:39.962 ****** 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:22 +0000 (0:00:00.022) 0:02:39.985 ****** 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:22 +0000 (0:00:00.020) 0:02:40.005 ****** 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:22 +0000 (0:00:00.020) 0:02:40.026 ****** 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:22 +0000 (0:00:00.020) 0:02:40.046 ****** 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:22 +0000 (0:00:00.021) 0:02:40.068 ****** 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:22 +0000 (0:00:00.020) 0:02:40.088 ****** 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:22 +0000 (0:00:00.021) 0:02:40.110 ****** 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:22 +0000 (0:00:00.020) 0:02:40.130 ****** 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:22 +0000 (0:00:00.021) 0:02:40.152 ****** 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:22 +0000 (0:00:00.026) 0:02:40.179 ****** 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:22 +0000 (0:00:00.022) 0:02:40.201 ****** 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:22 +0000 (0:00:00.021) 0:02:40.223 ****** 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:22 +0000 (0:00:00.022) 0:02:40.245 ****** 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:22 +0000 (0:00:00.031) 0:02:40.276 ****** 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:22 +0000 (0:00:00.021) 0:02:40.298 ****** 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:23 +0000 (0:00:00.082) 0:02:40.380 ****** 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:23 +0000 (0:00:00.034) 0:02:40.415 ****** 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:23 +0000 (0:00:00.023) 0:02:40.438 ****** 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:23 +0000 (0:00:00.036) 0:02:40.475 ****** 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:23 +0000 (0:00:00.036) 0:02:40.511 ****** 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:23 +0000 (0:00:00.033) 0:02:40.545 ****** 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:23 +0000 (0:00:00.027) 0:02:40.573 ****** 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:23 +0000 (0:00:00.035) 0:02:40.608 ****** 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:23 +0000 (0:00:00.026) 0:02:40.635 ****** 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:23 +0000 (0:00:00.081) 0:02:40.716 ****** 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:23 +0000 (0:00:00.042) 0:02:40.759 ****** 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:23 +0000 (0:00:00.023) 0:02:40.782 ****** 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:23 +0000 (0:00:00.028) 0:02:40.810 ****** 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:23 +0000 (0:00:00.041) 0:02:40.852 ****** 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:23 +0000 (0:00:00.041) 0:02:40.893 ****** 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:23 +0000 (0:00:00.034) 0:02:40.927 ****** 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:23 +0000 (0:00:00.048) 0:02:40.976 ****** 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:23 +0000 (0:00:00.093) 0:02:41.070 ****** 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:23 +0000 (0:00:00.045) 0:02:41.115 ****** 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:23 +0000 (0:00:00.024) 0:02:41.140 ****** 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:23 +0000 (0:00:00.038) 0:02:41.178 ****** 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:23 +0000 (0:00:00.031) 0:02:41.210 ****** 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:24 +0000 (0:00:00.315) 0:02:41.526 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:46:54 UTC", "ActiveEnterTimestampMonotonic": "2221877524", "ActiveExitTimestamp": "Sat 2024-01-20 01:46:54 UTC", "ActiveExitTimestampMonotonic": "2221657662", "ActiveState": "active", "After": "systemd-journald.socket sysinit.target basic.target system.slice network.target auditd.service -.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:46:54 UTC", "AssertTimestampMonotonic": "2221876370", "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:46:54 UTC", "ConditionTimestampMonotonic": "2221876369", "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": "52079", "ExecMainStartTimestamp": "Sat 2024-01-20 01:46:54 UTC", "ExecMainStartTimestampMonotonic": "2221877463", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-20 01:46:54 UTC] ; stop_time=[n/a] ; pid=52079 ; 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:46:54 UTC", "InactiveEnterTimestampMonotonic": "2221875393", "InactiveExitTimestamp": "Sat 2024-01-20 01:46:54 UTC", "InactiveExitTimestampMonotonic": "2221877524", "InvocationID": "9aa32bba0e29433698848d1996cec194", "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": "52079", "MemoryAccounting": "yes", "MemoryCurrent": "640905216", "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:46:54 UTC", "StateChangeTimestampMonotonic": "2221877524", "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": "134", "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:46:54 UTC", "WatchdogTimestampMonotonic": "2221877521", "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:25 +0000 (0:00:01.661) 0:02:43.187 ****** 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:25 +0000 (0:00:00.042) 0:02:43.230 ****** 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:47:25 +0000 (0:00:00.039) 0:02:43.270 ****** 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:26 +0000 (0:00:00.229) 0:02:43.500 ****** 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:26 +0000 (0:00:00.024) 0:02:43.524 ****** 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:26 +0000 (0:00:00.022) 0:02:43.546 ****** 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:26 +0000 (0:00:00.023) 0:02:43.570 ****** 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:26 +0000 (0:00:00.031) 0:02:43.602 ****** 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:26 +0000 (0:00:00.022) 0:02:43.624 ****** 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:26 +0000 (0:00:00.022) 0:02:43.647 ****** 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:26 +0000 (0:00:00.021) 0:02:43.669 ****** 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:26 +0000 (0:00:00.023) 0:02:43.692 ****** 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:26 +0000 (0:00:00.038) 0:02:43.730 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:47:25 UTC", "ActiveEnterTimestampMonotonic": "2252943315", "ActiveExitTimestamp": "Sat 2024-01-20 01:47:24 UTC", "ActiveExitTimestampMonotonic": "2251699816", "ActiveState": "active", "After": "systemd-journald.socket sysinit.target basic.target system.slice network.target auditd.service -.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:47:25 UTC", "AssertTimestampMonotonic": "2252942292", "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:25 UTC", "ConditionTimestampMonotonic": "2252942290", "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": "53066", "ExecMainStartTimestamp": "Sat 2024-01-20 01:47:25 UTC", "ExecMainStartTimestampMonotonic": "2252943256", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-20 01:47:25 UTC] ; stop_time=[n/a] ; pid=53066 ; 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:25 UTC", "InactiveEnterTimestampMonotonic": "2252941464", "InactiveExitTimestamp": "Sat 2024-01-20 01:47:25 UTC", "InactiveExitTimestampMonotonic": "2252943315", "InvocationID": "3c2e1e9e86ed44ae859038e519fbd991", "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": "53066", "MemoryAccounting": "yes", "MemoryCurrent": "148152320", "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:47:25 UTC", "StateChangeTimestampMonotonic": "2252943315", "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": "44", "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:25 UTC", "WatchdogTimestampMonotonic": "2252943313", "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:26 +0000 (0:00:00.474) 0:02:44.205 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003367", "end": "2024-01-20 01:47:27.144232", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:47:27.140865" } 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:27 +0000 (0:00:00.296) 0:02:44.501 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.006410", "end": "2024-01-20 01:47:27.394011", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:47:27.387601" } 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:27 +0000 (0:00:00.250) 0:02:44.752 ****** 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:27 +0000 (0:00:00.029) 0:02:44.781 ****** ok: [sut] => { "changed": false, "elapsed": 1, "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": 5595, "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:28 +0000 (0:00:01.307) 0:02:46.089 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.039430", "end": "2024-01-20 01:47:29.037600", "rc": 0, "start": "2024-01-20 01:47:28.998170" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5029376) - 14.0.3465.1 (X64) Jul 30 2023 15:31:58 Copyright (C) 2017 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:29 +0000 (0:00:00.322) 0:02:46.411 ****** 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:29 +0000 (0:00:00.025) 0:02:46.437 ****** 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:29 +0000 (0:00:00.022) 0:02:46.460 ****** 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:29 +0000 (0:00:00.022) 0:02:46.482 ****** 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:29 +0000 (0:00:00.020) 0:02:46.503 ****** 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:29 +0000 (0:00:00.021) 0:02:46.524 ****** 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:29 +0000 (0:00:00.021) 0:02:46.546 ****** 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:29 +0000 (0:00:00.074) 0:02:46.621 ****** 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:29 +0000 (0:00:00.022) 0:02:46.643 ****** 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:29 +0000 (0:00:00.039) 0:02:46.683 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004820", "end": "2024-01-20 01:47:29.556439", "rc": 0, "start": "2024-01-20 01:47:29.551619" } 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:29 +0000 (0:00:00.233) 0:02:46.917 ****** 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:29 +0000 (0:00:00.041) 0:02:46.958 ****** 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:47:29 +0000 (0:00:00.040) 0:02:46.998 ****** 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:29 +0000 (0:00:00.028) 0:02:47.027 ****** 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:29 +0000 (0:00:00.047) 0:02:47.075 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004729", "end": "2024-01-20 01:47:29.944314", "rc": 0, "start": "2024-01-20 01:47:29.939585" } 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:29 +0000 (0:00:00.233) 0:02:47.308 ****** 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:30 +0000 (0:00:00.034) 0:02:47.343 ****** 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:47:30 +0000 (0:00:00.031) 0:02:47.374 ****** 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:30 +0000 (0:00:00.025) 0:02:47.400 ****** 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:30 +0000 (0:00:00.113) 0:02:47.513 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004900", "end": "2024-01-20 01:47:30.382443", "rc": 0, "start": "2024-01-20 01:47:30.377543" } 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:30 +0000 (0:00:00.233) 0:02:47.746 ****** 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:30 +0000 (0:00:00.036) 0:02:47.783 ****** 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:47:30 +0000 (0:00:00.025) 0:02:47.808 ****** 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:30 +0000 (0:00:00.023) 0:02:47.832 ****** 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:30 +0000 (0:00:00.055) 0:02:47.887 ****** ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004711", "end": "2024-01-20 01:47:30.764410", "rc": 0, "start": "2024-01-20 01:47:30.759699" } 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:30 +0000 (0:00:00.237) 0:02:48.124 ****** 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:30 +0000 (0:00:00.024) 0:02:48.149 ****** 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:47:30 +0000 (0:00:00.032) 0:02:48.181 ****** 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:30 +0000 (0:00:00.022) 0:02:48.204 ****** 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:30 +0000 (0:00:00.024) 0:02:48.228 ****** 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:30 +0000 (0:00:00.023) 0:02:48.251 ****** 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:47:30 +0000 (0:00:00.030) 0:02:48.282 ****** 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:31 +0000 (0:00:00.446) 0:02:48.729 ****** 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:31 +0000 (0:00:00.033) 0:02:48.762 ****** 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:31 +0000 (0:00:00.025) 0:02:48.787 ****** 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:31 +0000 (0:00:00.036) 0:02:48.824 ****** 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:31 +0000 (0:00:00.020) 0:02:48.845 ****** 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:31 +0000 (0:00:00.099) 0:02:48.944 ****** 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:31 +0000 (0:00:00.022) 0:02:48.966 ****** 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:31 +0000 (0:00:00.025) 0:02:48.992 ****** 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:31 +0000 (0:00:00.030) 0:02:49.022 ****** 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:31 +0000 (0:00:00.028) 0:02:49.051 ****** 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:31 +0000 (0:00:00.022) 0:02:49.073 ****** 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:31 +0000 (0:00:00.023) 0:02:49.096 ****** 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:31 +0000 (0:00:00.026) 0:02:49.123 ****** 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:31 +0000 (0:00:00.026) 0:02:49.150 ****** 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:31 +0000 (0:00:00.023) 0:02:49.173 ****** 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:31 +0000 (0:00:00.027) 0:02:49.201 ****** 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:31 +0000 (0:00:00.021) 0:02:49.223 ****** 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:31 +0000 (0:00:00.029) 0:02:49.252 ****** 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:31 +0000 (0:00:00.030) 0:02:49.283 ****** 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:33 +0000 (0:00:01.788) 0:02:51.072 ****** ok: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } 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:47:33 +0000 (0:00:00.060) 0:02:51.132 ****** 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:33 +0000 (0:00:00.023) 0:02:51.156 ****** 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:33 +0000 (0:00:00.026) 0:02:51.182 ****** 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:33 +0000 (0:00:00.042) 0:02:51.224 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 20 January 2024 01:47:34 +0000 (0:00:00.414) 0:02:51.639 ****** 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:34 +0000 (0:00:00.027) 0:02:51.667 ****** 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 2017] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 20 January 2024 01:47:34 +0000 (0:00:00.028) 0:02:51.695 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 20 January 2024 01:47:34 +0000 (0:00:00.118) 0:02:51.813 ****** 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:34 +0000 (0:00:00.028) 0:02:51.842 ****** 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:34 +0000 (0:00:00.024) 0:02:51.866 ****** 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:34 +0000 (0:00:00.025) 0:02:51.892 ****** 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:34 +0000 (0:00:00.025) 0:02:51.917 ****** 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:34 +0000 (0:00:00.032) 0:02:51.950 ****** 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:34 +0000 (0:00:00.024) 0:02:51.975 ****** 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:37 +0000 (0:00:02.607) 0:02:54.583 ****** 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:37 +0000 (0:00:00.021) 0:02:54.604 ****** 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.006140", "end": "2024-01-20 01:47:37.475151", "rc": 0, "start": "2024-01-20 01:47:37.469011" } 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:37 +0000 (0:00:00.228) 0:02:54.833 ****** 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:39 +0000 (0:00:01.671) 0:02:56.504 ****** 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:39 +0000 (0:00:00.116) 0:02:56.621 ****** 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:39 +0000 (0:00:00.023) 0:02:56.644 ****** 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:39 +0000 (0:00:00.023) 0:02:56.668 ****** 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:39 +0000 (0:00:00.028) 0:02:56.696 ****** 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:39 +0000 (0:00:00.021) 0:02:56.718 ****** 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:42 +0000 (0:00:02.624) 0:02:59.342 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:10:24 UTC", "ActiveEnterTimestampMonotonic": "31526097", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target sysinit.target dbus.socket dbus.service network.target systemd-sysctl.service system.slice polkit.service systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:10:22 UTC", "AssertTimestampMonotonic": "29414628", "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:22 UTC", "ConditionTimestampMonotonic": "29414626", "ConfigurationDirectoryMode": "0755", "Conflicts": "auto-cpufreq.service cpupower.service tlp.service power-profiles-daemon.service shutdown.target", "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": "699", "ExecMainStartTimestamp": "Sat 2024-01-20 01:10:22 UTC", "ExecMainStartTimestampMonotonic": "29415677", "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:22 UTC", "InactiveExitTimestampMonotonic": "29415726", "InvocationID": "021ea64079a14dc89f1969fac94e6f99", "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": "699", "MemoryAccounting": "yes", "MemoryCurrent": "20713472", "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": "system.slice sysinit.target 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": "31526097", "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": "31526093", "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:42 +0000 (0:00:00.372) 0:02:59.714 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.130537", "end": "2024-01-20 01:47:42.706347", "rc": 0, "start": "2024-01-20 01:47:42.575810" } 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:42 +0000 (0:00:00.349) 0:03:00.064 ****** 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:42 +0000 (0:00:00.022) 0:03:00.087 ****** 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:42 +0000 (0:00:00.022) 0:03:00.109 ****** 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:42 +0000 (0:00:00.081) 0:03:00.190 ****** 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:43 +0000 (0:00:00.229) 0:03:00.420 ****** 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:45 +0000 (0:00:02.627) 0:03:03.048 ****** 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:45 +0000 (0:00:00.023) 0:03:03.072 ****** 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:45 +0000 (0:00:00.025) 0:03:03.097 ****** 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:45 +0000 (0:00:00.023) 0:03:03.120 ****** 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:45 +0000 (0:00:00.022) 0:03:03.143 ****** 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:45 +0000 (0:00:00.023) 0:03:03.166 ****** 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:45 +0000 (0:00:00.023) 0:03:03.190 ****** 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:45 +0000 (0:00:00.022) 0:03:03.212 ****** 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:45 +0000 (0:00:00.023) 0:03:03.235 ****** 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.005640", "end": "2024-01-20 01:47:46.105171", "rc": 0, "start": "2024-01-20 01:47:46.099531" } 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:46 +0000 (0:00:00.295) 0:03:03.530 ****** 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:46 +0000 (0:00:00.025) 0:03:03.556 ****** 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:47 +0000 (0:00:01.724) 0:03:05.280 ****** 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:47 +0000 (0:00:00.025) 0:03:05.306 ****** 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:48 +0000 (0:00:00.023) 0:03:05.329 ****** 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:48 +0000 (0:00:00.023) 0:03:05.353 ****** 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:48 +0000 (0:00:00.025) 0:03:05.378 ****** 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:48 +0000 (0:00:00.047) 0:03:05.426 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003293", "end": "2024-01-20 01:47:48.305378", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:47:48.302085" } 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:48 +0000 (0:00:00.236) 0:03:05.663 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.054333", "end": "2024-01-20 01:47:48.685634", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:47:48.631301" } 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:48 +0000 (0:00:00.388) 0:03:06.051 ****** 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:48 +0000 (0:00:00.022) 0:03:06.074 ****** 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:48 +0000 (0:00:00.024) 0:03:06.098 ****** 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:48 +0000 (0:00:00.026) 0:03:06.125 ****** 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:48 +0000 (0:00:00.026) 0:03:06.152 ****** 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:48 +0000 (0:00:00.023) 0:03:06.176 ****** 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:48 +0000 (0:00:00.023) 0:03:06.199 ****** 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:48 +0000 (0:00:00.022) 0:03:06.221 ****** 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:48 +0000 (0:00:00.024) 0:03:06.246 ****** 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:48 +0000 (0:00:00.023) 0:03:06.269 ****** 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:48 +0000 (0:00:00.022) 0:03:06.292 ****** 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:47:49 +0000 (0:00:00.066) 0:03:06.358 ****** 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:47:49 +0000 (0:00:00.127) 0:03:06.486 ****** 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:47:49 +0000 (0:00:00.035) 0:03:06.521 ****** 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:47:49 +0000 (0:00:00.267) 0:03:06.789 ****** 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:47:49 +0000 (0:00:00.045) 0:03:06.834 ****** 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:47:49 +0000 (0:00:00.073) 0:03:06.907 ****** 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:47:53 +0000 (0:00:03.654) 0:03:10.562 ****** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "rc": 0, "results": [ "Installed: xmlrpc-c-client-1.51.0-8.el8.x86_64", "Installed: certmonger-0.79.17-2.el8.x86_64", "Installed: xmlrpc-c-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:47:57 +0000 (0:00:04.576) 0:03:15.138 ****** 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:47:58 +0000 (0:00:00.249) 0:03:15.388 ****** 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:47:58 +0000 (0:00:00.256) 0:03:15.644 ****** 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.service network.target syslog.target basic.target system.slice sysinit.target dbus.socket", "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": "system.slice dbus.socket 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]", "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:47:58 +0000 (0:00:00.666) 0:03:16.311 ****** changed: [sut] => (item={'name': 'mssql_2019_cert', 'common_name': '10.31.14.158', 'ca': 'self-sign', 'owner': 'mssql', 'group': 'mssql', 'mode': '0600'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "self-sign", "common_name": "10.31.14.158", "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:47:59 +0000 (0:00:00.866) 0:03:17.177 ****** skipping: [sut] => (item=['cert', {'name': 'mssql_2019_cert', 'common_name': '10.31.14.158', 'ca': 'self-sign', 'owner': 'mssql', 'group': 'mssql', 'mode': '0600'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "cert", { "ca": "self-sign", "common_name": "10.31.14.158", "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.14.158', 'ca': 'self-sign', 'owner': 'mssql', 'group': 'mssql', 'mode': '0600'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "key", { "ca": "self-sign", "common_name": "10.31.14.158", "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.14.158', 'ca': 'self-sign', 'owner': 'mssql', 'group': 'mssql', 'mode': '0600'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "ca", { "ca": "self-sign", "common_name": "10.31.14.158", "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:47:59 +0000 (0:00:00.051) 0:03:17.229 ****** 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:47:59 +0000 (0:00:00.055) 0:03:17.285 ****** 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:48:00 +0000 (0:00:00.054) 0:03:17.339 ****** 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:00 +0000 (0:00:00.042) 0:03:17.381 ****** 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:48:00 +0000 (0:00:00.061) 0:03:17.443 ****** 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:48:00 +0000 (0:00:00.042) 0:03:17.485 ****** 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:00 +0000 (0:00:00.041) 0:03:17.527 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003484", "end": "2024-01-20 01:48:00.397529", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:48:00.394045" } 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:00 +0000 (0:00:00.234) 0:03:17.762 ****** 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.053413", "end": "2024-01-20 01:48:00.688259", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:48:00.634846" } 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:00 +0000 (0:00:00.287) 0:03:18.049 ****** 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:00 +0000 (0:00:00.022) 0:03:18.072 ****** 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:00 +0000 (0:00:00.119) 0:03:18.191 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004356", "end": "2024-01-20 01:48:02.059775", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:48:01.055419" } 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:02 +0000 (0:00:01.226) 0:03:19.417 ****** 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.053077", "end": "2024-01-20 01:48:02.341425", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:48:02.288348" } 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:02 +0000 (0:00:00.286) 0:03:19.704 ****** 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:02 +0000 (0:00:00.024) 0:03:19.728 ****** 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:02 +0000 (0:00:00.042) 0:03:19.771 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003154", "end": "2024-01-20 01:48:02.637187", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:48:02.634033" } 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:02 +0000 (0:00:00.226) 0:03:19.997 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlsprotocols", "1.2" ], "delta": "0:00:00.052513", "end": "2024-01-20 01:48:02.920213", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:48:02.867700" } 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:02 +0000 (0:00:00.284) 0:03:20.282 ****** 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:02 +0000 (0:00:00.023) 0:03:20.305 ****** 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:03 +0000 (0:00:00.042) 0:03:20.347 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003194", "end": "2024-01-20 01:48:03.213406", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:48:03.210212" } 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:03 +0000 (0:00:00.224) 0:03:20.572 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.forceencryption", "1" ], "delta": "0:00:00.053317", "end": "2024-01-20 01:48:03.496010", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:48:03.442693" } 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:03 +0000 (0:00:00.285) 0:03:20.857 ****** 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:03 +0000 (0:00:00.086) 0:03:20.944 ****** 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:03 +0000 (0:00:00.023) 0:03:20.968 ****** 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:03 +0000 (0:00:00.022) 0:03:20.990 ****** 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:03 +0000 (0:00:00.022) 0:03:21.012 ****** 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:03 +0000 (0:00:00.023) 0:03:21.036 ****** 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:03 +0000 (0:00:00.024) 0:03:21.061 ****** 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:03 +0000 (0:00:00.023) 0:03:21.084 ****** 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:03 +0000 (0:00:00.021) 0:03:21.105 ****** 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:03 +0000 (0:00:00.023) 0:03:21.129 ****** 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:03 +0000 (0:00:00.024) 0:03:21.154 ****** 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:03 +0000 (0:00:00.021) 0:03:21.175 ****** 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:03 +0000 (0:00:00.021) 0:03:21.196 ****** 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:03 +0000 (0:00:00.020) 0:03:21.217 ****** 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:03 +0000 (0:00:00.019) 0:03:21.237 ****** 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:03 +0000 (0:00:00.020) 0:03:21.257 ****** 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:03 +0000 (0:00:00.020) 0:03:21.278 ****** 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:03 +0000 (0:00:00.019) 0:03:21.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:939 Saturday 20 January 2024 01:48:04 +0000 (0:00:00.084) 0:03:21.382 ****** 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:04 +0000 (0:00:00.022) 0:03:21.405 ****** 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:04 +0000 (0:00:00.021) 0:03:21.426 ****** 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:04 +0000 (0:00:00.021) 0:03:21.448 ****** 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:04 +0000 (0:00:00.021) 0:03:21.469 ****** 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:04 +0000 (0:00:00.022) 0:03:21.492 ****** 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:04 +0000 (0:00:00.021) 0:03:21.513 ****** 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:04 +0000 (0:00:00.022) 0:03:21.535 ****** 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:04 +0000 (0:00:00.020) 0:03:21.555 ****** 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:04 +0000 (0:00:00.021) 0:03:21.576 ****** 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:04 +0000 (0:00:00.026) 0:03:21.603 ****** 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:04 +0000 (0:00:00.020) 0:03:21.623 ****** 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:04 +0000 (0:00:00.020) 0:03:21.644 ****** 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:04 +0000 (0:00:00.027) 0:03:21.672 ****** 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:04 +0000 (0:00:00.021) 0:03:21.693 ****** 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:04 +0000 (0:00:00.020) 0:03:21.714 ****** 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:04 +0000 (0:00:00.090) 0:03:21.804 ****** 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:04 +0000 (0:00:00.024) 0:03:21.829 ****** 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:04 +0000 (0:00:00.022) 0:03:21.852 ****** 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:04 +0000 (0:00:00.022) 0:03:21.874 ****** 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:04 +0000 (0:00:00.022) 0:03:21.896 ****** 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:04 +0000 (0:00:00.021) 0:03:21.917 ****** 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:04 +0000 (0:00:00.021) 0:03:21.938 ****** 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:04 +0000 (0:00:00.020) 0:03:21.959 ****** 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:04 +0000 (0:00:00.022) 0:03:21.981 ****** 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:04 +0000 (0:00:00.028) 0:03:22.010 ****** 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:04 +0000 (0:00:00.020) 0:03:22.030 ****** 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:04 +0000 (0:00:00.020) 0:03:22.051 ****** 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:04 +0000 (0:00:00.020) 0:03:22.072 ****** 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:04 +0000 (0:00:00.021) 0:03:22.093 ****** 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:04 +0000 (0:00:00.026) 0:03:22.120 ****** 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:04 +0000 (0:00:00.023) 0:03:22.143 ****** 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:04 +0000 (0:00:00.021) 0:03:22.164 ****** 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:04 +0000 (0:00:00.089) 0:03:22.253 ****** 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:05 +0000 (0:00:00.248) 0:03:22.501 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:47:25 UTC", "ActiveEnterTimestampMonotonic": "2252943315", "ActiveExitTimestamp": "Sat 2024-01-20 01:47:24 UTC", "ActiveExitTimestampMonotonic": "2251699816", "ActiveState": "active", "After": "system.slice sysinit.target -.mount basic.target auditd.service network.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:47:25 UTC", "AssertTimestampMonotonic": "2252942292", "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:25 UTC", "ConditionTimestampMonotonic": "2252942290", "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": "53066", "ExecMainStartTimestamp": "Sat 2024-01-20 01:47:25 UTC", "ExecMainStartTimestampMonotonic": "2252943256", "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:25 UTC", "InactiveEnterTimestampMonotonic": "2252941464", "InactiveExitTimestamp": "Sat 2024-01-20 01:47:25 UTC", "InactiveExitTimestampMonotonic": "2252943315", "InvocationID": "3c2e1e9e86ed44ae859038e519fbd991", "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": "53066", "MemoryAccounting": "yes", "MemoryCurrent": "635465728", "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": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:47:25 UTC", "StateChangeTimestampMonotonic": "2252943315", "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": "139", "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:25 UTC", "WatchdogTimestampMonotonic": "2252943313", "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:05 +0000 (0:00:00.615) 0:03:23.117 ****** 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:05 +0000 (0:00:00.022) 0:03:23.139 ****** 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:48:05 +0000 (0:00:00.022) 0:03:23.161 ****** 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:06 +0000 (0:00:00.219) 0:03:23.381 ****** 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:06 +0000 (0:00:00.021) 0:03:23.403 ****** 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:06 +0000 (0:00:00.101) 0:03:23.504 ****** 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:06 +0000 (0:00:00.024) 0:03:23.529 ****** 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:06 +0000 (0:00:00.025) 0:03:23.554 ****** 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:06 +0000 (0:00:00.022) 0:03:23.577 ****** 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:06 +0000 (0:00:00.025) 0:03:23.603 ****** 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:06 +0000 (0:00:00.022) 0:03:23.625 ****** 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:06 +0000 (0:00:00.022) 0:03:23.648 ****** 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:06 +0000 (0:00:00.038) 0:03:23.687 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:48:05 UTC", "ActiveEnterTimestampMonotonic": "2292897794", "ActiveExitTimestamp": "Sat 2024-01-20 01:48:05 UTC", "ActiveExitTimestampMonotonic": "2292672494", "ActiveState": "active", "After": "system.slice sysinit.target -.mount basic.target auditd.service network.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:48:05 UTC", "AssertTimestampMonotonic": "2292896697", "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:05 UTC", "ConditionTimestampMonotonic": "2292896696", "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": "54778", "ExecMainStartTimestamp": "Sat 2024-01-20 01:48:05 UTC", "ExecMainStartTimestampMonotonic": "2292897730", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-20 01:48:05 UTC] ; stop_time=[n/a] ; pid=54778 ; 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:05 UTC", "InactiveEnterTimestampMonotonic": "2292895755", "InactiveExitTimestamp": "Sat 2024-01-20 01:48:05 UTC", "InactiveExitTimestampMonotonic": "2292897794", "InvocationID": "c6cd8edd226c441481acdde8dde10995", "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": "54778", "MemoryAccounting": "yes", "MemoryCurrent": "141664256", "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": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:48:05 UTC", "StateChangeTimestampMonotonic": "2292897794", "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": "44", "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:05 UTC", "WatchdogTimestampMonotonic": "2292897787", "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:06 +0000 (0:00:00.391) 0:03:24.079 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003455", "end": "2024-01-20 01:48:06.988916", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:48:06.985461" } 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:07 +0000 (0:00:00.267) 0:03:24.346 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003459", "end": "2024-01-20 01:48:07.228846", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:48:07.225387" } 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:07 +0000 (0:00:00.254) 0:03:24.600 ****** 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:07 +0000 (0:00:00.029) 0:03:24.630 ****** 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": 6358, "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:09 +0000 (0:00:02.318) 0:03:26.949 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.034067", "end": "2024-01-20 01:48:09.846339", "rc": 0, "start": "2024-01-20 01:48:09.812272" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5029376) - 14.0.3465.1 (X64) Jul 30 2023 15:31:58 Copyright (C) 2017 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:09 +0000 (0:00:00.261) 0:03:27.210 ****** 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:09 +0000 (0:00:00.027) 0:03:27.238 ****** 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:09 +0000 (0:00:00.023) 0:03:27.261 ****** 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:09 +0000 (0:00:00.022) 0:03:27.284 ****** 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:09 +0000 (0:00:00.022) 0:03:27.306 ****** 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:10 +0000 (0:00:00.021) 0:03:27.328 ****** 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:10 +0000 (0:00:00.022) 0:03:27.350 ****** 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:10 +0000 (0:00:00.023) 0:03:27.374 ****** 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:10 +0000 (0:00:00.021) 0:03:27.395 ****** 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:10 +0000 (0:00:00.122) 0:03:27.518 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004597", "end": "2024-01-20 01:48:10.391757", "rc": 0, "start": "2024-01-20 01:48:10.387160" } 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:48:10 +0000 (0:00:00.232) 0:03:27.750 ****** 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:10 +0000 (0:00:00.030) 0:03:27.781 ****** 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:48:10 +0000 (0:00:00.026) 0:03:27.808 ****** 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:10 +0000 (0:00:00.023) 0:03:27.832 ****** 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:10 +0000 (0:00:00.039) 0:03:27.871 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004541", "end": "2024-01-20 01:48:10.737714", "rc": 0, "start": "2024-01-20 01:48:10.733173" } 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:48:10 +0000 (0:00:00.223) 0:03:28.095 ****** 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:10 +0000 (0:00:00.031) 0:03:28.126 ****** 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:48:10 +0000 (0:00:00.026) 0:03:28.152 ****** 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:10 +0000 (0:00:00.021) 0:03:28.174 ****** 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:10 +0000 (0:00:00.042) 0:03:28.216 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004691", "end": "2024-01-20 01:48:11.084938", "rc": 0, "start": "2024-01-20 01:48:11.080247" } 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:11 +0000 (0:00:00.312) 0:03:28.529 ****** 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:11 +0000 (0:00:00.032) 0:03:28.561 ****** 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:11 +0000 (0:00:00.026) 0:03:28.587 ****** 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:11 +0000 (0:00:00.024) 0:03:28.611 ****** 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:11 +0000 (0:00:00.042) 0:03:28.654 ****** ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004784", "end": "2024-01-20 01:48:11.520882", "rc": 0, "start": "2024-01-20 01:48:11.516098" } 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:11 +0000 (0:00:00.226) 0:03:28.880 ****** 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:11 +0000 (0:00:00.024) 0:03:28.905 ****** 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:11 +0000 (0:00:00.031) 0:03:28.937 ****** 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:11 +0000 (0:00:00.023) 0:03:28.960 ****** 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:11 +0000 (0:00:00.021) 0:03:28.981 ****** 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:11 +0000 (0:00:00.022) 0:03:29.004 ****** 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:48:11 +0000 (0:00:00.023) 0:03:29.027 ****** 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:12 +0000 (0:00:00.539) 0:03:29.566 ****** 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:12 +0000 (0:00:00.035) 0:03:29.602 ****** 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:12 +0000 (0:00:00.027) 0:03:29.629 ****** 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:12 +0000 (0:00:00.038) 0:03:29.668 ****** 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:12 +0000 (0:00:00.020) 0:03:29.688 ****** 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:12 +0000 (0:00:00.020) 0:03:29.709 ****** 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:12 +0000 (0:00:00.161) 0:03:29.871 ****** 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:12 +0000 (0:00:00.027) 0:03:29.898 ****** 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:12 +0000 (0:00:00.024) 0:03:29.922 ****** 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:12 +0000 (0:00:00.022) 0:03:29.945 ****** 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:12 +0000 (0:00:00.023) 0:03:29.968 ****** 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:12 +0000 (0:00:00.023) 0:03:29.992 ****** 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:12 +0000 (0:00:00.026) 0:03:30.018 ****** 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:12 +0000 (0:00:00.033) 0:03:30.052 ****** 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:12 +0000 (0:00:00.027) 0:03:30.080 ****** 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:12 +0000 (0:00:00.025) 0:03:30.105 ****** 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:12 +0000 (0:00:00.022) 0:03:30.127 ****** 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:12 +0000 (0:00:00.021) 0:03:30.148 ****** 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:12 +0000 (0:00:00.021) 0:03:30.170 ****** 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:14 +0000 (0:00:01.910) 0:03:32.080 ****** ok: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } 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:48:14 +0000 (0:00:00.064) 0:03:32.145 ****** 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:14 +0000 (0:00:00.024) 0:03:32.170 ****** 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:14 +0000 (0:00:00.025) 0:03:32.195 ****** 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:14 +0000 (0:00:00.052) 0:03:32.248 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 20 January 2024 01:48:15 +0000 (0:00:00.390) 0:03:32.638 ****** 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:15 +0000 (0:00:00.030) 0:03:32.669 ****** 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 2017] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 20 January 2024 01:48:15 +0000 (0:00:00.034) 0:03:32.703 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 20 January 2024 01:48:15 +0000 (0:00:00.025) 0:03:32.728 ****** 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:15 +0000 (0:00:00.030) 0:03:32.759 ****** 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:15 +0000 (0:00:00.032) 0:03:32.791 ****** 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:15 +0000 (0:00:00.023) 0:03:32.814 ****** 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:15 +0000 (0:00:00.028) 0:03:32.843 ****** 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:15 +0000 (0:00:00.139) 0:03:32.982 ****** 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:15 +0000 (0:00:00.025) 0:03:33.007 ****** 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:18 +0000 (0:00:02.604) 0:03:35.612 ****** 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:18 +0000 (0:00:00.023) 0:03:35.635 ****** 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.006088", "end": "2024-01-20 01:48:18.507208", "rc": 0, "start": "2024-01-20 01:48:18.501120" } 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:18 +0000 (0:00:00.229) 0:03:35.865 ****** 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:20 +0000 (0:00:01.643) 0:03:37.508 ****** 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:20 +0000 (0:00:00.048) 0:03:37.556 ****** 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:20 +0000 (0:00:00.024) 0:03:37.581 ****** 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:20 +0000 (0:00:00.024) 0:03:37.605 ****** 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:20 +0000 (0:00:00.029) 0:03:37.635 ****** 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:20 +0000 (0:00:00.025) 0:03:37.660 ****** 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:22 +0000 (0:00:02.625) 0:03:40.286 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:10:24 UTC", "ActiveEnterTimestampMonotonic": "31526097", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target systemd-sysctl.service basic.target dbus.service polkit.service network.target systemd-journald.socket system.slice dbus.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:10:22 UTC", "AssertTimestampMonotonic": "29414628", "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:22 UTC", "ConditionTimestampMonotonic": "29414626", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target power-profiles-daemon.service auto-cpufreq.service 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": "699", "ExecMainStartTimestamp": "Sat 2024-01-20 01:10:22 UTC", "ExecMainStartTimestampMonotonic": "29415677", "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:22 UTC", "InactiveExitTimestampMonotonic": "29415726", "InvocationID": "021ea64079a14dc89f1969fac94e6f99", "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": "699", "MemoryAccounting": "yes", "MemoryCurrent": "20721664", "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.service dbus.socket system.slice 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": "31526097", "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": "31526093", "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:23 +0000 (0:00:00.369) 0:03:40.655 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.128292", "end": "2024-01-20 01:48:23.643416", "rc": 0, "start": "2024-01-20 01:48:23.515124" } 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:23 +0000 (0:00:00.346) 0:03:41.001 ****** 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:23 +0000 (0:00:00.034) 0:03:41.036 ****** 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:23 +0000 (0:00:00.147) 0:03:41.183 ****** 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:23 +0000 (0:00:00.024) 0:03:41.207 ****** 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:24 +0000 (0:00:00.229) 0:03:41.437 ****** 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:26 +0000 (0:00:02.608) 0:03:44.046 ****** 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:26 +0000 (0:00:00.030) 0:03:44.077 ****** 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:26 +0000 (0:00:00.034) 0:03:44.111 ****** 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:26 +0000 (0:00:00.038) 0:03:44.150 ****** 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:26 +0000 (0:00:00.029) 0:03:44.179 ****** 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:26 +0000 (0:00:00.036) 0:03:44.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 [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:26 +0000 (0:00:00.040) 0:03:44.256 ****** 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:26 +0000 (0:00:00.043) 0:03:44.299 ****** 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:27 +0000 (0:00:00.038) 0:03:44.338 ****** 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.005254", "end": "2024-01-20 01:48:27.210547", "rc": 0, "start": "2024-01-20 01:48:27.205293" } 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:27 +0000 (0:00:00.230) 0:03:44.568 ****** 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:27 +0000 (0:00:00.131) 0:03:44.700 ****** 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:29 +0000 (0:00:01.713) 0:03:46.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 : 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:29 +0000 (0:00:00.024) 0:03:46.438 ****** 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:29 +0000 (0:00:00.022) 0:03:46.461 ****** 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:29 +0000 (0:00:00.023) 0:03:46.485 ****** 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:29 +0000 (0:00:00.023) 0:03:46.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 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:29 +0000 (0:00:00.038) 0:03:46.547 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003180", "end": "2024-01-20 01:48:29.410982", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:48:29.407802" } 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:29 +0000 (0:00:00.223) 0:03:46.770 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.052885", "end": "2024-01-20 01:48:29.701779", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:48:29.648894" } 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:29 +0000 (0:00:00.294) 0:03:47.065 ****** 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:29 +0000 (0:00:00.132) 0:03:47.198 ****** 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:29 +0000 (0:00:00.026) 0:03:47.224 ****** 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:29 +0000 (0:00:00.029) 0:03:47.254 ****** 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:29 +0000 (0:00:00.025) 0:03:47.280 ****** 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:29 +0000 (0:00:00.023) 0:03:47.304 ****** 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:30 +0000 (0:00:00.033) 0:03:47.338 ****** 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:30 +0000 (0:00:00.027) 0:03:47.365 ****** 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:30 +0000 (0:00:00.022) 0:03:47.388 ****** 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:30 +0000 (0:00:00.028) 0:03:47.417 ****** 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:30 +0000 (0:00:00.023) 0:03:47.441 ****** 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:30 +0000 (0:00:00.029) 0:03:47.470 ****** 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:30 +0000 (0:00:00.029) 0:03:47.499 ****** 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:48:30 +0000 (0:00:00.032) 0:03:47.532 ****** 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:30 +0000 (0:00:00.041) 0:03:47.573 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003029", "end": "2024-01-20 01:48:30.444228", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:48:30.441199" } 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:48:30 +0000 (0:00:00.229) 0:03:47.803 ****** 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:30 +0000 (0:00:00.127) 0:03:47.930 ****** 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.052602", "end": "2024-01-20 01:48:30.851698", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:48:30.799096" } 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:30 +0000 (0:00:00.282) 0:03:48.212 ****** 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:30 +0000 (0:00:00.043) 0:03:48.256 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003059", "end": "2024-01-20 01:48:31.121883", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:48:31.118824" } 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:48:31 +0000 (0:00:00.225) 0:03:48.481 ****** 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:31 +0000 (0:00:00.030) 0:03:48.512 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlskey" ], "delta": "0:00:00.052413", "end": "2024-01-20 01:48:31.432477", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:48:31.380064" } 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:31 +0000 (0:00:00.279) 0:03:48.792 ****** 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:31 +0000 (0:00:00.042) 0:03:48.835 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003131", "end": "2024-01-20 01:48:31.698859", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:48:31.695728" } 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:31 +0000 (0:00:00.222) 0:03:49.057 ****** 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:31 +0000 (0:00:00.026) 0:03:49.084 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlsprotocols" ], "delta": "0:00:00.053390", "end": "2024-01-20 01:48:32.000052", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:48:31.946662" } 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:48:32 +0000 (0:00:00.279) 0:03:49.363 ****** 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:32 +0000 (0:00:00.045) 0:03:49.409 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003184", "end": "2024-01-20 01:48:32.276483", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:48:32.273299" } 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:48:32 +0000 (0:00:00.310) 0:03:49.719 ****** 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:48:32 +0000 (0:00:00.032) 0:03:49.752 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.forceencryption" ], "delta": "0:00:00.052832", "end": "2024-01-20 01:48:32.670450", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:48:32.617618" } 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:48:32 +0000 (0:00:00.277) 0:03:50.030 ****** 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:32 +0000 (0:00:00.024) 0:03:50.054 ****** 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:32 +0000 (0:00:00.023) 0:03:50.078 ****** 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:32 +0000 (0:00:00.022) 0:03:50.100 ****** 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:32 +0000 (0:00:00.025) 0:03:50.126 ****** 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:32 +0000 (0:00:00.026) 0:03:50.152 ****** 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:32 +0000 (0:00:00.023) 0:03:50.176 ****** 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:32 +0000 (0:00:00.023) 0:03:50.199 ****** 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:32 +0000 (0:00:00.029) 0:03:50.228 ****** 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:32 +0000 (0:00:00.022) 0:03:50.251 ****** 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:32 +0000 (0:00:00.022) 0:03:50.274 ****** 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:32 +0000 (0:00:00.021) 0:03:50.295 ****** 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:32 +0000 (0:00:00.021) 0:03:50.316 ****** 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:33 +0000 (0:00:00.105) 0:03:50.422 ****** 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:33 +0000 (0:00:00.022) 0:03:50.445 ****** 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:33 +0000 (0:00:00.023) 0:03:50.468 ****** 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:33 +0000 (0:00:00.022) 0:03:50.491 ****** 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:33 +0000 (0:00:00.021) 0:03:50.512 ****** 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:33 +0000 (0:00:00.022) 0:03:50.534 ****** 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:33 +0000 (0:00:00.021) 0:03:50.556 ****** 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:33 +0000 (0:00:00.021) 0:03:50.578 ****** 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:33 +0000 (0:00:00.022) 0:03:50.600 ****** 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:33 +0000 (0:00:00.022) 0:03:50.623 ****** 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:33 +0000 (0:00:00.021) 0:03:50.644 ****** 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:33 +0000 (0:00:00.021) 0:03:50.666 ****** 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:33 +0000 (0:00:00.021) 0:03:50.688 ****** 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:33 +0000 (0:00:00.021) 0:03:50.709 ****** 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:33 +0000 (0:00:00.028) 0:03:50.738 ****** 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:33 +0000 (0:00:00.022) 0:03:50.760 ****** 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:33 +0000 (0:00:00.023) 0:03:50.783 ****** 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:33 +0000 (0:00:00.114) 0:03:50.898 ****** 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:33 +0000 (0:00:00.023) 0:03:50.921 ****** 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:33 +0000 (0:00:00.021) 0:03:50.943 ****** 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:33 +0000 (0:00:00.022) 0:03:50.965 ****** 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:33 +0000 (0:00:00.022) 0:03:50.987 ****** 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:33 +0000 (0:00:00.021) 0:03:51.009 ****** 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:33 +0000 (0:00:00.022) 0:03:51.032 ****** 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:33 +0000 (0:00:00.023) 0:03:51.055 ****** 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:33 +0000 (0:00:00.021) 0:03:51.077 ****** 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:33 +0000 (0:00:00.022) 0:03:51.100 ****** 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:33 +0000 (0:00:00.022) 0:03:51.122 ****** 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:33 +0000 (0:00:00.021) 0:03:51.144 ****** 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:33 +0000 (0:00:00.029) 0:03:51.173 ****** 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:33 +0000 (0:00:00.022) 0:03:51.195 ****** 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:33 +0000 (0:00:00.021) 0:03:51.216 ****** 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:33 +0000 (0:00:00.021) 0:03:51.238 ****** 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:34 +0000 (0:00:00.104) 0:03:51.342 ****** 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:34 +0000 (0:00:00.027) 0:03:51.370 ****** 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:34 +0000 (0:00:00.023) 0:03:51.393 ****** 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:34 +0000 (0:00:00.024) 0:03:51.417 ****** 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:34 +0000 (0:00:00.022) 0:03:51.440 ****** 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:34 +0000 (0:00:00.247) 0:03:51.688 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:48:05 UTC", "ActiveEnterTimestampMonotonic": "2292897794", "ActiveExitTimestamp": "Sat 2024-01-20 01:48:05 UTC", "ActiveExitTimestampMonotonic": "2292672494", "ActiveState": "active", "After": "system.slice sysinit.target -.mount basic.target auditd.service network.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:48:05 UTC", "AssertTimestampMonotonic": "2292896697", "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:05 UTC", "ConditionTimestampMonotonic": "2292896696", "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": "54778", "ExecMainStartTimestamp": "Sat 2024-01-20 01:48:05 UTC", "ExecMainStartTimestampMonotonic": "2292897730", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-20 01:48:05 UTC] ; stop_time=[n/a] ; pid=54778 ; 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:05 UTC", "InactiveEnterTimestampMonotonic": "2292895755", "InactiveExitTimestamp": "Sat 2024-01-20 01:48:05 UTC", "InactiveExitTimestampMonotonic": "2292897794", "InvocationID": "c6cd8edd226c441481acdde8dde10995", "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": "54778", "MemoryAccounting": "yes", "MemoryCurrent": "629833728", "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": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:48:05 UTC", "StateChangeTimestampMonotonic": "2292897794", "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": "137", "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:05 UTC", "WatchdogTimestampMonotonic": "2292897787", "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:34 +0000 (0:00:00.614) 0:03:52.303 ****** 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:35 +0000 (0:00:00.022) 0:03:52.325 ****** 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_2017.yml:26 Saturday 20 January 2024 01:48:35 +0000 (0:00:00.021) 0:03:52.347 ****** 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:48:35 +0000 (0:00:00.038) 0:03:52.385 ****** 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:48:37 +0000 (0:00:02.083) 0:03:54.469 ****** 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:48:37 +0000 (0:00:00.041) 0:03:54.511 ****** 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:48:37 +0000 (0:00:00.117) 0:03:54.628 ****** 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:48:37 +0000 (0:00:00.060) 0:03:54.688 ****** 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:48:37 +0000 (0:00:00.040) 0:03:54.729 ****** 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:48:37 +0000 (0:00:00.029) 0:03:54.759 ****** 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:48:37 +0000 (0:00:00.291) 0:03:55.050 ****** 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:48:37 +0000 (0:00:00.025) 0:03:55.076 ****** 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:48:40 +0000 (0:00:02.820) 0:03:57.897 ****** 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:48:40 +0000 (0:00:00.024) 0:03:57.921 ****** 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:48:40 +0000 (0:00:00.102) 0:03:58.024 ****** 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:48:40 +0000 (0:00:00.028) 0:03:58.053 ****** ok: [sut] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:26:07 UTC", "ActiveEnterTimestampMonotonic": "974207884", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus.socket polkit.service dbus.service system.slice sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:26:06 UTC", "AssertTimestampMonotonic": "973638957", "Before": "multi-user.target shutdown.target network-pre.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:26:06 UTC", "ConditionTimestampMonotonic": "973638955", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target iptables.service nftables.service ip6tables.service ipset.service ebtables.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": "13391", "ExecMainStartTimestamp": "Sat 2024-01-20 01:26:06 UTC", "ExecMainStartTimestampMonotonic": "973640599", "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:26:06 UTC", "InactiveExitTimestampMonotonic": "973640648", "InvocationID": "8ff67400d2de456fa9afc48d702eca16", "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": "13391", "MemoryAccounting": "yes", "MemoryCurrent": "44220416", "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": "firewalld.service dbus-org.fedoraproject.FirewallD1.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 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": "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:26:07 UTC", "StateChangeTimestampMonotonic": "974207884", "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:26:07 UTC", "WatchdogTimestampMonotonic": "974207881", "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:48:41 +0000 (0:00:00.371) 0:03:58.424 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:26:07 UTC", "ActiveEnterTimestampMonotonic": "974207884", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus.socket polkit.service dbus.service system.slice sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:26:06 UTC", "AssertTimestampMonotonic": "973638957", "Before": "multi-user.target shutdown.target network-pre.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:26:06 UTC", "ConditionTimestampMonotonic": "973638955", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target iptables.service nftables.service ip6tables.service ipset.service ebtables.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": "13391", "ExecMainStartTimestamp": "Sat 2024-01-20 01:26:06 UTC", "ExecMainStartTimestampMonotonic": "973640599", "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:26:06 UTC", "InactiveExitTimestampMonotonic": "973640648", "InvocationID": "8ff67400d2de456fa9afc48d702eca16", "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": "13391", "MemoryAccounting": "yes", "MemoryCurrent": "44220416", "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": "firewalld.service dbus-org.fedoraproject.FirewallD1.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 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": "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:26:07 UTC", "StateChangeTimestampMonotonic": "974207884", "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:26:07 UTC", "WatchdogTimestampMonotonic": "974207881", "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:48:41 +0000 (0:00:00.369) 0:03:58.793 ****** 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:48:41 +0000 (0:00:00.025) 0:03:58.819 ****** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.14.158 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:48:41 +0000 (0:00:00.300) 0:03:59.119 ****** 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:48:41 +0000 (0:00:00.026) 0:03:59.146 ****** 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:48:41 +0000 (0:00:00.023) 0:03:59.170 ****** 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:48:41 +0000 (0:00:00.024) 0:03:59.194 ****** 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:48:41 +0000 (0:00:00.024) 0:03:59.219 ****** 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:48:41 +0000 (0:00:00.023) 0:03:59.242 ****** 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:48:41 +0000 (0:00:00.024) 0:03:59.267 ****** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.14.158 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:48:42 +0000 (0:00:00.379) 0:03:59.647 ****** 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:48:42 +0000 (0:00:00.030) 0:03:59.677 ****** skipping: [sut] => {} TASK [Leave realm] ************************************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/cleanup.yml:27 Saturday 20 January 2024 01:48:42 +0000 (0:00:00.025) 0:03:59.703 ****** 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:48:42 +0000 (0:00:00.029) 0:03:59.732 ****** 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:48:42 +0000 (0:00:00.029) 0:03:59.761 ****** 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:48:42 +0000 (0:00:00.292) 0:04:00.054 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Removed: guile-5:2.0.14-7.el8.x86_64", "Removed: bzip2-1.0.6-26.el8.x86_64", "Removed: libtool-ltdl-2.4.6-25.el8.x86_64", "Removed: unixODBC-2.3.11-1.rh.x86_64", "Removed: unixODBC-devel-2.3.11-1.rh.x86_64", "Removed: python2-2.7.18-16.module_el8+739+75e8b99b.x86_64", "Removed: python2-libs-2.7.18-16.module_el8+739+75e8b99b.x86_64", "Removed: python2-pip-9.0.3-19.module_el8+570+db61b4f9.noarch", "Removed: python2-pip-wheel-9.0.3-19.module_el8+570+db61b4f9.noarch", "Removed: python2-setuptools-39.0.1-14.module_el8+733+876ccfdb.noarch", "Removed: cyrus-sasl-2.1.27-6.el8_5.x86_64", "Removed: cyrus-sasl-gssapi-2.1.27-6.el8_5.x86_64", "Removed: python2-setuptools-wheel-39.0.1-14.module_el8+733+876ccfdb.noarch", "Removed: msodbcsql17-17.10.5.1-1.x86_64", "Removed: mssql-server-14.0.3465.1-1.x86_64", "Removed: mssql-tools-17.10.1.1-1.x86_64", "Removed: libatomic-8.5.0-21.el8.x86_64", "Removed: libatomic_ops-7.6.2-3.el8.x86_64", "Removed: libbabeltrace-1.5.4-4.el8.x86_64", "Removed: gc-7.6.4-3.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: libipt-1.6.1-8.el8.x86_64" ] } TASK [Remove related files] **************************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/cleanup.yml:58 Saturday 20 January 2024 01:48:50 +0000 (0:00:07.571) 0:04:07.625 ****** 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.010165", "end": "2024-01-20 01:48:50.500411", "rc": 0, "start": "2024-01-20 01:48:50.490246" } STDOUT: removed '/var/opt/mssql/mssql.conf' 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/89711032-f378-4ae3-aa55-ee823f1f1cfc' 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' 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 '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA/S-1-5-21-2903265512-926377905-3106707368-500/42e7704ae40b0d75de00736cc66b813a_279592b9-d302-4162-9e55-674f0dd4f395' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA/S-1-5-21-2903265512-926377905-3106707368-500' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto' removed '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-2903265512-926377905-3106707368-500/05f75601-6dfe-4de3-bce7-a9960e561b32' removed '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-2903265512-926377905-3106707368-500/Preferred' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-2903265512-926377905-3106707368-500' removed '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/CREDHIST' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect' 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/tempdb.mdf' removed '/var/opt/mssql/data/templog.ldf' removed directory '/var/opt/mssql/data' removed '/var/opt/mssql/log/sqlagentstartup.log' removed '/var/opt/mssql/log/HkEngineEventFile_0_133501887373700000.xel' removed '/var/opt/mssql/log/system_health_0_133501887379340000.xel' removed '/var/opt/mssql/log/HkEngineEventFile_0_133501887414400000.xel' removed '/var/opt/mssql/log/system_health_0_133501887418480000.xel' removed '/var/opt/mssql/log/HkEngineEventFile_0_133501887584940000.xel' removed '/var/opt/mssql/log/system_health_0_133501887587850000.xel' removed '/var/opt/mssql/log/HkEngineEventFile_0_133501887875030000.xel' removed '/var/opt/mssql/log/system_health_0_133501887877590000.xel' removed '/var/opt/mssql/log/log_3.trc' removed '/var/opt/mssql/log/HkEngineEventFile_0_133501888172190000.xel' removed '/var/opt/mssql/log/system_health_0_133501888174600000.xel' removed '/var/opt/mssql/log/log_4.trc' removed '/var/opt/mssql/log/HkEngineEventFile_0_133501888482920000.xel' removed '/var/opt/mssql/log/system_health_0_133501888485450000.xel' removed '/var/opt/mssql/log/log_5.trc' removed '/var/opt/mssql/log/HkEngineEventFile_0_133501888882330000.xel' removed '/var/opt/mssql/log/system_health_0_133501888884920000.xel' removed '/var/opt/mssql/log/log_6.trc' removed '/var/opt/mssql/log/errorlog.8' removed '/var/opt/mssql/log/errorlog.7' 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_133501889174300000.xel' removed '/var/opt/mssql/log/system_health_0_133501889177140000.xel' removed '/var/opt/mssql/log/log_7.trc' removed directory '/var/opt/mssql/log' 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-2017.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:48:50 +0000 (0:00:00.249) 0:04:07.874 ****** ok: [sut] => { "changed": false, "cmd": "systemctl stop mssql-server || true", "delta": "0:00:00.011680", "end": "2024-01-20 01:48:50.766800", "rc": 0, "start": "2024-01-20 01:48:50.755120" } 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:48:50 +0000 (0:00:00.235) 0:04:08.110 ****** =============================================================================== linux-system-roles.mssql : Ensure the package mssql-server ------------- 40.12s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 linux-system-roles.mssql : Ensure the package mssql-server -------------- 7.85s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 7.82s /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.81s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Remove related packages ------------------------------------------------- 7.57s /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/cleanup.yml:45 --------------------- linux-system-roles.mssql : Gather package facts ------------------------- 5.35s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 linux-system-roles.mssql : Gather package facts ------------------------- 5.17s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 linux-system-roles.mssql : Set up MSSQL --------------------------------- 4.97s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 linux-system-roles.mssql : Gather system services facts ----------------- 4.90s /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.58s /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 linux-system-roles.mssql : Ensure that SQL Server client tools are installed --- 3.80s /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.65s /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 3.19s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 linux-system-roles.mssql : Restart the mssql-server service ------------- 2.88s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 fedora.linux_system_roles.firewall : Install firewalld ------------------ 2.82s /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 Ensure the openssl package ---------------------------------------------- 2.68s /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_tls.yml:5 -------------------- linux-system-roles.mssql : Ensure that SQL Server client tools are installed --- 2.63s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 2.62s /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 --- 2.61s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 linux-system-roles.mssql : Ensure the package mssql-server -------------- 2.61s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---