# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_tls_2022.yml *************************************************** 2 plays in /WORKDIR/git-weekly-cih756uj26/tests/tests_tls_2022.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tests_tls_2022.yml:4 Saturday 06 January 2024 01:35:05 +0000 (0:00:00.013) 0:00:00.013 ****** 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-cih756uj26/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-cih756uj26/tests/tests_tls_2022.yml:9 Saturday 06 January 2024 01:35:05 +0000 (0:00:00.012) 0:00:00.026 ****** ok: [sut] META: ran handlers TASK [Run tests_tls with SQL Server 2022] ************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tests_tls_2022.yml:24 Saturday 06 January 2024 01:35:06 +0000 (0:00:00.789) 0:00:00.815 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/tasks/tests_tls.yml:2 Saturday 06 January 2024 01:35:06 +0000 (0:00:00.055) 0:00:00.871 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/assert_fail_on_unsupported_ver.yml for sut TASK [Ensure ansible_facts to get ansible_distribution] ************************ task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/assert_fail_on_unsupported_ver.yml:2 Saturday 06 January 2024 01:35:06 +0000 (0:00:00.018) 0:00:00.889 ****** ok: [sut] TASK [Run the role] ************************************************************ task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/assert_fail_on_unsupported_ver.yml:15 Saturday 06 January 2024 01:35:06 +0000 (0:00:00.376) 0:00:01.265 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unreachable task] ******************************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/assert_fail_on_unsupported_ver.yml:22 Saturday 06 January 2024 01:35:06 +0000 (0:00:00.013) 0:00:01.278 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure the openssl package] ********************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/tests_tls.yml:5 Saturday 06 January 2024 01:35:06 +0000 (0:00:00.015) 0:00:01.293 ****** 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-cih756uj26/tests/tasks/tests_tls.yml:11 Saturday 06 January 2024 01:35:09 +0000 (0:00:02.961) 0:00:04.255 ****** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.zwuhszzb", "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-cih756uj26/tests/tasks/tests_tls.yml:17 Saturday 06 January 2024 01:35:09 +0000 (0:00:00.233) 0:00:04.489 ****** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.7cs49jhi", "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-cih756uj26/tests/tasks/tests_tls.yml:23 Saturday 06 January 2024 01:35:10 +0000 (0:00:00.179) 0:00:04.668 ****** changed: [sut] => { "changed": true, "cmd": [ "openssl", "req", "-x509", "-nodes", "-newkey", "rsa:2048", "-subj", "/CN=10.31.46.120", "-out", "/tmp/ansible.zwuhszzb", "-keyout", "/tmp/ansible.7cs49jhi", "-days", "365" ], "delta": "0:00:00.087755", "end": "2024-01-06 01:35:10.346595", "rc": 0, "start": "2024-01-06 01:35:10.258840" } STDERR: Generating a RSA private key ..............+++++ .........+++++ writing new private key to '/tmp/ansible.7cs49jhi' ----- TASK [Copy certificate files to local tmp] ************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/tests_tls.yml:32 Saturday 06 January 2024 01:35:10 +0000 (0:00:00.363) 0:00:05.032 ****** changed: [sut] => (item=/tmp/ansible.zwuhszzb) => { "ansible_loop_var": "item", "changed": true, "checksum": "fa92cc487d2279b62db5d5b8c5cf59a7f9b5cc62", "dest": "/tmp/ansible.zwuhszzb", "item": "/tmp/ansible.zwuhszzb", "md5sum": "e94f949dfe650308e463595fabaa6138", "remote_checksum": "fa92cc487d2279b62db5d5b8c5cf59a7f9b5cc62", "remote_md5sum": null } changed: [sut] => (item=/tmp/ansible.7cs49jhi) => { "ansible_loop_var": "item", "changed": true, "checksum": "ceef6f5dc1631ec35b485b39d6701ce41822b0cb", "dest": "/tmp/ansible.7cs49jhi", "item": "/tmp/ansible.7cs49jhi", "md5sum": "cccd151e3c82a835f19e5ded0676da12", "remote_checksum": "ceef6f5dc1631ec35b485b39d6701ce41822b0cb", "remote_md5sum": null } TASK [Copy a private key to the playbook directory to test a relative path] **** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/tests_tls.yml:44 Saturday 06 January 2024 01:35:10 +0000 (0:00:00.576) 0:00:05.608 ****** changed: [sut -> localhost] => { "changed": true, "checksum": "ceef6f5dc1631ec35b485b39d6701ce41822b0cb", "dest": "./ansible.7cs49jhi", "gid": 1001, "group": "jenkins", "md5sum": "cccd151e3c82a835f19e5ded0676da12", "mode": "0600", "owner": "jenkins", "size": 1708, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1704504910.9733691-34720-93653076181899/source", "state": "file", "uid": 1000090000 } TASK [Set mssql_tls_cert and mssql_tls_private_key for the following test] ***** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/tests_tls.yml:52 Saturday 06 January 2024 01:35:11 +0000 (0:00:00.335) 0:00:05.944 ****** ok: [sut] => { "ansible_facts": { "mssql_tls_cert": "/tmp/ansible.zwuhszzb", "mssql_tls_private_key": "ansible.7cs49jhi" }, "changed": false } TASK [Run role] **************************************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/tests_tls.yml:59 Saturday 06 January 2024 01:35:11 +0000 (0:00:00.015) 0:00:05.960 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 06 January 2024 01:35:11 +0000 (0:00:00.219) 0:00:06.179 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 06 January 2024 01:35:11 +0000 (0:00:00.013) 0:00:06.192 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 06 January 2024 01:35:11 +0000 (0:00:00.016) 0:00:06.209 ****** 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-cih756uj26/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-cih756uj26/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-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 06 January 2024 01:35:11 +0000 (0:00:00.030) 0:00:06.240 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 06 January 2024 01:35:11 +0000 (0:00:00.008) 0:00:06.249 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 06 January 2024 01:35:11 +0000 (0:00:00.009) 0:00:06.258 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 06 January 2024 01:35:11 +0000 (0:00:00.009) 0:00:06.268 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 06 January 2024 01:35:11 +0000 (0:00:00.012) 0:00:06.281 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 06 January 2024 01:35:11 +0000 (0:00:00.009) 0:00:06.291 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 06 January 2024 01:35:11 +0000 (0:00:00.009) 0:00:06.300 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 06 January 2024 01:35:11 +0000 (0:00:00.008) 0:00:06.309 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 06 January 2024 01:35:11 +0000 (0:00:00.008) 0:00:06.317 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 06 January 2024 01:35:11 +0000 (0:00:00.008) 0:00:06.326 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 06 January 2024 01:35:11 +0000 (0:00:00.011) 0:00:06.337 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 06 January 2024 01:35:11 +0000 (0:00:00.008) 0:00:06.346 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 06 January 2024 01:35:11 +0000 (0:00:00.008) 0:00:06.354 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 06 January 2024 01:35:11 +0000 (0:00:00.008) 0:00:06.362 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 06 January 2024 01:35:11 +0000 (0:00:00.008) 0:00:06.371 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 06 January 2024 01:35:11 +0000 (0:00:00.010) 0:00:06.381 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 06 January 2024 01:35:13 +0000 (0:00:01.464) 0:00:07.846 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 06 January 2024 01:35:13 +0000 (0:00:00.038) 0:00:07.884 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 06 January 2024 01:35:13 +0000 (0:00:00.026) 0:00:07.911 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 06 January 2024 01:35:13 +0000 (0:00:00.024) 0:00:07.936 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 06 January 2024 01:35:13 +0000 (0:00:00.045) 0:00:07.981 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 06 January 2024 01:35:13 +0000 (0:00:00.447) 0:00:08.429 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 06 January 2024 01:35:13 +0000 (0:00:00.019) 0:00:08.448 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2022] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 06 January 2024 01:35:13 +0000 (0:00:00.019) 0:00:08.468 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2022] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 06 January 2024 01:35:13 +0000 (0:00:00.019) 0:00:08.487 ****** changed: [sut] => { "changed": true, "repo": "packages-microsoft-com-mssql-server-2022", "state": "present" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 06 January 2024 01:35:14 +0000 (0:00:00.278) 0:00:08.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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 06 January 2024 01:35:14 +0000 (0:00:00.019) 0:00:08.785 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 06 January 2024 01:35:14 +0000 (0:00:00.019) 0:00:08.804 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 06 January 2024 01:35:14 +0000 (0:00:00.018) 0:00:08.823 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 06 January 2024 01:35:14 +0000 (0:00:00.020) 0:00:08.843 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 06 January 2024 01:35:14 +0000 (0:00:00.019) 0:00:08.863 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: guile-5:2.0.14-7.el8.x86_64", "Installed: gdb-headless-8.2-20.el8.x86_64", "Installed: bzip2-1.0.6-26.el8.x86_64", "Installed: libbabeltrace-1.5.4-4.el8.x86_64", "Installed: cyrus-sasl-2.1.27-6.el8_5.x86_64", "Installed: lsof-4.93.2-1.el8.x86_64", "Installed: libatomic-8.5.0-21.el8.x86_64", "Installed: gdb-8.2-20.el8.x86_64", "Installed: mssql-server-16.0.4095.4-1.x86_64", "Installed: libtool-ltdl-2.4.6-25.el8.x86_64", "Installed: cyrus-sasl-gssapi-2.1.27-6.el8_5.x86_64", "Installed: gcc-gdb-plugin-8.5.0-21.el8.x86_64", "Installed: libipt-1.6.1-8.el8.x86_64", "Installed: libatomic_ops-7.6.2-3.el8.x86_64", "Installed: gc-7.6.4-3.el8.x86_64" ] } lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 06 January 2024 01:35:56 +0000 (0:00:42.009) 0:00:50.873 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 06 January 2024 01:35:56 +0000 (0:00:00.018) 0:00:50.891 ****** 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.004967", "end": "2024-01-06 01:35:56.409246", "rc": 0, "start": "2024-01-06 01:35:56.404279" } TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 06 January 2024 01:35:56 +0000 (0:00:00.191) 0:00:51.082 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 06 January 2024 01:35:57 +0000 (0:00:01.453) 0:00:52.536 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 06 January 2024 01:35:57 +0000 (0:00:00.050) 0:00:52.587 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 06 January 2024 01:35:57 +0000 (0:00:00.024) 0:00:52.611 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 06 January 2024 01:36:05 +0000 (0:00:07.601) 0:01:00.212 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 06 January 2024 01:36:05 +0000 (0:00:00.033) 0:01:00.246 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 06 January 2024 01:36:05 +0000 (0:00:00.023) 0:01:00.269 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 06 January 2024 01:36:09 +0000 (0:00:03.396) 0:01:03.665 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 00:55:46 UTC", "ActiveEnterTimestampMonotonic": "21270076", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.socket systemd-journald.socket sysinit.target basic.target polkit.service system.slice dbus.service systemd-sysctl.service network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 00:55:44 UTC", "AssertTimestampMonotonic": "19814229", "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-06 00:55:44 UTC", "ConditionTimestampMonotonic": "19814227", "ConfigurationDirectoryMode": "0755", "Conflicts": "power-profiles-daemon.service shutdown.target cpupower.service tlp.service 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": "693", "ExecMainStartTimestamp": "Sat 2024-01-06 00:55:44 UTC", "ExecMainStartTimestampMonotonic": "19815015", "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-06 00:55:44 UTC", "InactiveExitTimestampMonotonic": "19815088", "InvocationID": "cb6b95b64af04711a2a88238ab81ae4f", "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": "693", "MemoryAccounting": "yes", "MemoryCurrent": "22708224", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice dbus.service sysinit.target dbus.socket", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "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-06 00:55:46 UTC", "StateChangeTimestampMonotonic": "21270076", "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-06 00:55:46 UTC", "WatchdogTimestampMonotonic": "21270073", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 06 January 2024 01:36:09 +0000 (0:00:00.592) 0:01:04.258 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.134111", "end": "2024-01-06 01:36:09.940434", "rc": 0, "start": "2024-01-06 01:36:09.806323" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 06 January 2024 01:36:09 +0000 (0:00:00.361) 0:01:04.619 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 06 January 2024 01:36:09 +0000 (0:00:00.020) 0:01:04.640 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 06 January 2024 01:36:10 +0000 (0:00:00.020) 0:01:04.660 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 06 January 2024 01:36:10 +0000 (0:00:00.019) 0:01:04.680 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 06 January 2024 01:36:10 +0000 (0:00:00.225) 0:01:04.905 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: mssql-tools-17.10.1.1-1.x86_64", "Installed: unixODBC-2.3.11-1.rh.x86_64", "Installed: msodbcsql17-17.10.5.1-1.x86_64", "Installed: unixODBC-devel-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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 06 January 2024 01:36:14 +0000 (0:00:04.081) 0:01:08.986 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 06 January 2024 01:36:14 +0000 (0:00:00.068) 0:01:09.054 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 06 January 2024 01:36:14 +0000 (0:00:00.056) 0:01:09.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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 06 January 2024 01:36:14 +0000 (0:00:00.050) 0:01:09.161 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 06 January 2024 01:36:14 +0000 (0:00:00.028) 0:01:09.190 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 06 January 2024 01:36:14 +0000 (0:00:00.047) 0:01:09.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 : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 06 January 2024 01:36:14 +0000 (0:00:00.023) 0:01:09.261 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 06 January 2024 01:36:14 +0000 (0:00:00.047) 0:01:09.309 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 06 January 2024 01:36:14 +0000 (0:00:00.035) 0:01:09.344 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 06 January 2024 01:36:14 +0000 (0:00:00.025) 0:01:09.369 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 06 January 2024 01:36:14 +0000 (0:00:00.036) 0:01:09.405 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 06 January 2024 01:36:14 +0000 (0:00:00.022) 0:01:09.427 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Configure the IP address setting] ************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 06 January 2024 01:36:14 +0000 (0:00:00.023) 0:01:09.451 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 06 January 2024 01:36:14 +0000 (0:00:00.033) 0:01:09.485 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 06 January 2024 01:36:14 +0000 (0:00:00.025) 0:01:09.511 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 06 January 2024 01:36:14 +0000 (0:00:00.031) 0:01:09.542 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:36:14 +0000 (0:00:00.089) 0:01:09.631 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002493", "end": "2024-01-06 01:36:15.195101", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:36:15.192608" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:36:15 +0000 (0:00:00.313) 0:01:09.945 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.121937", "end": "2024-01-06 01:36:15.615513", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:36:15.493576" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:36:15 +0000 (0:00:00.352) 0:01:10.298 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 06 January 2024 01:36:15 +0000 (0:00:00.022) 0:01:10.321 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 06 January 2024 01:36:15 +0000 (0:00:00.022) 0:01:10.343 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 06 January 2024 01:36:15 +0000 (0:00:00.023) 0:01:10.366 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 06 January 2024 01:36:15 +0000 (0:00:00.021) 0:01:10.388 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 06 January 2024 01:36:15 +0000 (0:00:00.022) 0:01:10.410 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 06 January 2024 01:36:15 +0000 (0:00:00.022) 0:01:10.432 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 06 January 2024 01:36:15 +0000 (0:00:00.023) 0:01:10.455 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 06 January 2024 01:36:15 +0000 (0:00:00.021) 0:01:10.477 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 06 January 2024 01:36:15 +0000 (0:00:00.023) 0:01:10.500 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 06 January 2024 01:36:15 +0000 (0:00:00.022) 0:01:10.522 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 06 January 2024 01:36:15 +0000 (0:00:00.023) 0:01:10.546 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 06 January 2024 01:36:15 +0000 (0:00:00.024) 0:01:10.571 ****** changed: [sut] => (item=/tmp/ansible.zwuhszzb) => { "ansible_loop_var": "item", "changed": true, "checksum": "fa92cc487d2279b62db5d5b8c5cf59a7f9b5cc62", "dest": "/etc/pki/tls/certs/ansible.zwuhszzb", "gid": 991, "group": "mssql", "item": "/tmp/ansible.zwuhszzb", "md5sum": "e94f949dfe650308e463595fabaa6138", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1123, "src": "/root/.ansible/tmp/ansible-tmp-1704504975.9641724-36682-122899477613676/source", "state": "file", "uid": 993 } changed: [sut] => (item=ansible.7cs49jhi) => { "ansible_loop_var": "item", "changed": true, "checksum": "ceef6f5dc1631ec35b485b39d6701ce41822b0cb", "dest": "/etc/pki/tls/private/ansible.7cs49jhi", "gid": 991, "group": "mssql", "item": "ansible.7cs49jhi", "md5sum": "cccd151e3c82a835f19e5ded0676da12", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1708, "src": "/root/.ansible/tmp/ansible-tmp-1704504976.4778702-36682-86247925302862/source", "state": "file", "uid": 993 } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 06 January 2024 01:36:16 +0000 (0:00:01.039) 0:01:11.610 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:36:17 +0000 (0:00:00.050) 0:01:11.660 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002496", "end": "2024-01-06 01:36:17.179579", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:36:17.177083" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlscert] ******** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:36:17 +0000 (0:00:00.195) 0:01:11.855 ****** 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.zwuhszzb" ], "delta": "0:00:00.119811", "end": "2024-01-06 01:36:17.496227", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:36:17.376416" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:36:17 +0000 (0:00:00.321) 0:01:12.177 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 06 January 2024 01:36:17 +0000 (0:00:00.029) 0:01:12.206 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:36:17 +0000 (0:00:00.065) 0:01:12.272 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002405", "end": "2024-01-06 01:36:17.790620", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:36:17.788215" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlskey] ********* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:36:17 +0000 (0:00:00.196) 0:01:12.468 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlskey", "/etc/pki/tls/private/ansible.7cs49jhi" ], "delta": "0:00:00.119989", "end": "2024-01-06 01:36:18.133502", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:36:18.013513" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:36:18 +0000 (0:00:00.346) 0:01:12.814 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 06 January 2024 01:36:18 +0000 (0:00:00.047) 0:01:12.862 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:36:18 +0000 (0:00:00.049) 0:01:12.912 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002473", "end": "2024-01-06 01:36:18.433285", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:36:18.430812" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:36:18 +0000 (0:00:00.197) 0:01:13.109 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlsprotocols", "1.2" ], "delta": "0:00:00.120711", "end": "2024-01-06 01:36:18.751507", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:36:18.630796" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:36:18 +0000 (0:00:00.323) 0:01:13.433 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 06 January 2024 01:36:18 +0000 (0:00:00.022) 0:01:13.455 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:36:18 +0000 (0:00:00.049) 0:01:13.505 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.003482", "end": "2024-01-06 01:36:20.022979", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:36:19.019497" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:36:20 +0000 (0:00:01.217) 0:01:14.723 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.forceencryption", "1" ], "delta": "0:00:00.120950", "end": "2024-01-06 01:36:20.376608", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:36:20.255658" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:36:20 +0000 (0:00:00.353) 0:01:15.076 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 06 January 2024 01:36:20 +0000 (0:00:00.069) 0:01:15.146 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 06 January 2024 01:36:20 +0000 (0:00:00.024) 0:01:15.170 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 06 January 2024 01:36:20 +0000 (0:00:00.021) 0:01:15.192 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 06 January 2024 01:36:20 +0000 (0:00:00.023) 0:01:15.216 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 06 January 2024 01:36:20 +0000 (0:00:00.028) 0:01:15.244 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 06 January 2024 01:36:20 +0000 (0:00:00.024) 0:01:15.268 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 06 January 2024 01:36:20 +0000 (0:00:00.037) 0:01:15.306 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 06 January 2024 01:36:20 +0000 (0:00:00.034) 0:01:15.340 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 06 January 2024 01:36:20 +0000 (0:00:00.023) 0:01:15.363 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 06 January 2024 01:36:20 +0000 (0:00:00.031) 0:01:15.394 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 06 January 2024 01:36:20 +0000 (0:00:00.033) 0:01:15.428 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 06 January 2024 01:36:20 +0000 (0:00:00.022) 0:01:15.451 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 06 January 2024 01:36:20 +0000 (0:00:00.021) 0:01:15.473 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 06 January 2024 01:36:20 +0000 (0:00:00.026) 0:01:15.499 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 06 January 2024 01:36:20 +0000 (0:00:00.025) 0:01:15.524 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 06 January 2024 01:36:20 +0000 (0:00:00.023) 0:01:15.547 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 06 January 2024 01:36:20 +0000 (0:00:00.053) 0:01:15.601 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 06 January 2024 01:36:20 +0000 (0:00:00.021) 0:01:15.623 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 06 January 2024 01:36:20 +0000 (0:00:00.022) 0:01:15.646 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 06 January 2024 01:36:21 +0000 (0:00:00.026) 0:01:15.673 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 06 January 2024 01:36:21 +0000 (0:00:00.028) 0:01:15.701 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 06 January 2024 01:36:21 +0000 (0:00:00.020) 0:01:15.721 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 06 January 2024 01:36:21 +0000 (0:00:00.020) 0:01:15.742 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 06 January 2024 01:36:21 +0000 (0:00:00.020) 0:01:15.763 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 06 January 2024 01:36:21 +0000 (0:00:00.032) 0:01:15.796 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 06 January 2024 01:36:21 +0000 (0:00:00.021) 0:01:15.817 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 06 January 2024 01:36:21 +0000 (0:00:00.031) 0:01:15.849 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 06 January 2024 01:36:21 +0000 (0:00:00.026) 0:01:15.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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 06 January 2024 01:36:21 +0000 (0:00:00.025) 0:01:15.901 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 06 January 2024 01:36:21 +0000 (0:00:00.020) 0:01:15.922 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 06 January 2024 01:36:21 +0000 (0:00:00.027) 0:01:15.949 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 06 January 2024 01:36:21 +0000 (0:00:00.019) 0:01:15.968 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 06 January 2024 01:36:21 +0000 (0:00:00.019) 0:01:15.988 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 06 January 2024 01:36:21 +0000 (0:00:00.050) 0:01:16.039 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 06 January 2024 01:36:21 +0000 (0:00:00.022) 0:01:16.061 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 06 January 2024 01:36:21 +0000 (0:00:00.028) 0:01:16.089 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 06 January 2024 01:36:21 +0000 (0:00:00.023) 0:01:16.113 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 06 January 2024 01:36:21 +0000 (0:00:00.024) 0:01:16.137 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 06 January 2024 01:36:21 +0000 (0:00:00.023) 0:01:16.160 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 06 January 2024 01:36:21 +0000 (0:00:00.026) 0:01:16.186 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 06 January 2024 01:36:21 +0000 (0:00:00.019) 0:01:16.206 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 06 January 2024 01:36:21 +0000 (0:00:00.021) 0:01:16.228 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 06 January 2024 01:36:21 +0000 (0:00:00.027) 0:01:16.255 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 06 January 2024 01:36:21 +0000 (0:00:00.022) 0:01:16.277 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 06 January 2024 01:36:21 +0000 (0:00:00.023) 0:01:16.301 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 06 January 2024 01:36:21 +0000 (0:00:00.023) 0:01:16.325 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 06 January 2024 01:36:21 +0000 (0:00:00.022) 0:01:16.347 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 06 January 2024 01:36:21 +0000 (0:00:00.026) 0:01:16.374 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 06 January 2024 01:36:21 +0000 (0:00:00.019) 0:01:16.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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 06 January 2024 01:36:21 +0000 (0:00:00.021) 0:01:16.415 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 06 January 2024 01:36:21 +0000 (0:00:00.053) 0:01:16.469 ****** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 06 January 2024 01:36:22 +0000 (0:00:00.279) 0:01:16.748 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:36:05 UTC", "ActiveEnterTimestampMonotonic": "2440493149", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "auditd.service -.mount network.target basic.target systemd-journald.socket sysinit.target system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:36:05 UTC", "AssertTimestampMonotonic": "2440485322", "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-06 01:36:05 UTC", "ConditionTimestampMonotonic": "2440485321", "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": "59471", "ExecMainStartTimestamp": "Sat 2024-01-06 01:36:05 UTC", "ExecMainStartTimestampMonotonic": "2440493098", "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-06 01:36:05 UTC", "InactiveExitTimestampMonotonic": "2440493149", "InvocationID": "069b7939d28d43b4a071bd9ed6345b97", "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": "59471", "MemoryAccounting": "yes", "MemoryCurrent": "723877888", "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": "3", "StartLimitIntervalUSec": "2min", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-06 01:36:05 UTC", "StateChangeTimestampMonotonic": "2440493149", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "177", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-06 01:36:05 UTC", "WatchdogTimestampMonotonic": "2440493146", "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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 06 January 2024 01:36:22 +0000 (0:00:00.512) 0:01:17.261 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 06 January 2024 01:36:22 +0000 (0:00:00.031) 0:01:17.292 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove a private key from the playbook directory] ************************ task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/tests_tls.yml:68 Saturday 06 January 2024 01:36:22 +0000 (0:00:00.033) 0:01:17.325 ****** changed: [sut -> localhost] => { "changed": true, "path": "ansible.7cs49jhi", "state": "absent" } TASK [Configure the mssql-server service start limit interval and burst] ******* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/tests_tls.yml:75 Saturday 06 January 2024 01:36:22 +0000 (0:00:00.219) 0:01:17.545 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql-sever-increase-start-limit.yml for sut TASK [Modify the mssql-server service start limit interval] ******************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql-sever-increase-start-limit.yml:3 Saturday 06 January 2024 01:36:22 +0000 (0:00:00.034) 0:01:17.580 ****** changed: [sut] => { "changed": true } MSG: 1 replacements made TASK [Modify the mssql-server service start limit burst] *********************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql-sever-increase-start-limit.yml:10 Saturday 06 January 2024 01:36:23 +0000 (0:00:00.285) 0:01:17.865 ****** changed: [sut] => { "changed": true } MSG: 1 replacements made TASK [Reload service daemon] *************************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql-sever-increase-start-limit.yml:17 Saturday 06 January 2024 01:36:23 +0000 (0:00:00.231) 0:01:18.097 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [Verify connectivity and settings] **************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/tests_tls.yml:78 Saturday 06 January 2024 01:36:24 +0000 (0:00:00.579) 0:01:18.676 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:8 Saturday 06 January 2024 01:36:24 +0000 (0:00:00.044) 0:01:18.720 ****** 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-cih756uj26/tests/tasks/verify_settings.yml:23 Saturday 06 January 2024 01:36:24 +0000 (0:00:00.019) 0:01:18.740 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:35 Saturday 06 January 2024 01:36:24 +0000 (0:00:00.019) 0:01:18.760 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:39 Saturday 06 January 2024 01:36:24 +0000 (0:00:00.020) 0:01:18.781 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:55 Saturday 06 January 2024 01:36:24 +0000 (0:00:00.020) 0:01:18.801 ****** 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-cih756uj26/tests/tasks/verify_settings.yml:60 Saturday 06 January 2024 01:36:24 +0000 (0:00:00.019) 0:01:18.821 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:70 Saturday 06 January 2024 01:36:24 +0000 (0:00:00.020) 0:01:18.842 ****** 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-cih756uj26/tests/tasks/verify_settings.yml:75 Saturday 06 January 2024 01:36:24 +0000 (0:00:00.019) 0:01:18.861 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:85 Saturday 06 January 2024 01:36:24 +0000 (0:00:00.019) 0:01:18.881 ****** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 06 January 2024 01:36:24 +0000 (0:00:00.037) 0:01:18.918 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:36:22 UTC", "ActiveEnterTimestampMonotonic": "2457703648", "ActiveExitTimestamp": "Sat 2024-01-06 01:36:22 UTC", "ActiveExitTimestampMonotonic": "2457539812", "ActiveState": "active", "After": "basic.target system.slice sysinit.target systemd-journald.socket -.mount auditd.service network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:36:22 UTC", "AssertTimestampMonotonic": "2457702620", "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-06 01:36:22 UTC", "ConditionTimestampMonotonic": "2457702618", "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": "60749", "ExecMainStartTimestamp": "Sat 2024-01-06 01:36:22 UTC", "ExecMainStartTimestampMonotonic": "2457703586", "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-06 01:36:22 UTC", "InactiveEnterTimestampMonotonic": "2457701744", "InactiveExitTimestamp": "Sat 2024-01-06 01:36:22 UTC", "InactiveExitTimestampMonotonic": "2457703648", "InvocationID": "055c287792b5409ca4672c7cef7b4b6b", "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": "60749", "MemoryAccounting": "yes", "MemoryCurrent": "422969344", "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 sysinit.target -.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-06 01:36:22 UTC", "StateChangeTimestampMonotonic": "2457703648", "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": "101", "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-06 01:36:22 UTC", "WatchdogTimestampMonotonic": "2457703645", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 06 January 2024 01:36:24 +0000 (0:00:00.402) 0:01:19.320 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.005153", "end": "2024-01-06 01:36:24.881773", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:36:24.876620" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 06 January 2024 01:36:24 +0000 (0:00:00.253) 0:01:19.574 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002770", "end": "2024-01-06 01:36:25.096236", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:36:25.093466" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 06 January 2024 01:36:25 +0000 (0:00:00.197) 0:01:19.771 ****** 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-cih756uj26/tests/tasks/verify_settings.yml:93 Saturday 06 January 2024 01:36:25 +0000 (0:00:00.030) 0:01:19.801 ****** 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": 15236, "state": "file", "uid": 993 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:99 Saturday 06 January 2024 01:36:27 +0000 (0:00:02.255) 0:01:22.056 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.050814", "end": "2024-01-06 01:36:27.650081", "rc": 0, "start": "2024-01-06 01:36:27.599267" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2022 (RTM-CU10) (KB5031778) - 16.0.4095.4 (X64) Oct 30 2023 16:12:44 Copyright (C) 2022 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Stream 8) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:113 Saturday 06 January 2024 01:36:27 +0000 (0:00:00.276) 0:01:22.333 ****** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:117 Saturday 06 January 2024 01:36:27 +0000 (0:00:00.023) 0:01:22.356 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:124 Saturday 06 January 2024 01:36:27 +0000 (0:00:00.022) 0:01:22.379 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:135 Saturday 06 January 2024 01:36:27 +0000 (0:00:00.048) 0:01:22.427 ****** 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-cih756uj26/tests/tasks/verify_settings.yml:140 Saturday 06 January 2024 01:36:27 +0000 (0:00:00.021) 0:01:22.449 ****** 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-cih756uj26/tests/tasks/verify_settings.yml:145 Saturday 06 January 2024 01:36:27 +0000 (0:00:00.021) 0:01:22.470 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:151 Saturday 06 January 2024 01:36:27 +0000 (0:00:00.024) 0:01:22.495 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:157 Saturday 06 January 2024 01:36:27 +0000 (0:00:00.021) 0:01:22.517 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:167 Saturday 06 January 2024 01:36:27 +0000 (0:00:00.021) 0:01:22.538 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlscert] ************************************ task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:36:27 +0000 (0:00:00.038) 0:01:22.576 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003864", "end": "2024-01-06 01:36:28.112251", "rc": 0, "start": "2024-01-06 01:36:28.108387" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.zwuhszzb TASK [Verify the setting when it is type str tlscert] ************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:36:28 +0000 (0:00:00.214) 0:01:22.790 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:36:28 +0000 (0:00:00.032) 0:01:22.823 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/certs/ansible.zwuhszzb] *************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:36:28 +0000 (0:00:00.025) 0:01:22.848 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:178 Saturday 06 January 2024 01:36:28 +0000 (0:00:00.021) 0:01:22.870 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlskey] ************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:36:28 +0000 (0:00:00.038) 0:01:22.908 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004015", "end": "2024-01-06 01:36:28.427749", "rc": 0, "start": "2024-01-06 01:36:28.423734" } STDOUT: tlskey = /etc/pki/tls/private/ansible.7cs49jhi TASK [Verify the setting when it is type str tlskey] *************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:36:28 +0000 (0:00:00.195) 0:01:23.104 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:36:28 +0000 (0:00:00.056) 0:01:23.160 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/private/ansible.7cs49jhi] ************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:36:28 +0000 (0:00:00.026) 0:01:23.187 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:190 Saturday 06 January 2024 01:36:28 +0000 (0:00:00.020) 0:01:23.207 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlsprotocols] ******************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:36:28 +0000 (0:00:00.038) 0:01:23.246 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003968", "end": "2024-01-06 01:36:28.765216", "rc": 0, "start": "2024-01-06 01:36:28.761248" } STDOUT: tlsprotocols = 1.2 TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:36:28 +0000 (0:00:00.196) 0:01:23.442 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:36:28 +0000 (0:00:00.028) 0:01:23.471 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1.2] *********************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:36:28 +0000 (0:00:00.023) 0:01:23.494 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:198 Saturday 06 January 2024 01:36:28 +0000 (0:00:00.022) 0:01:23.516 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting forceencryption] **************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:36:28 +0000 (0:00:00.040) 0:01:23.557 ****** ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003758", "end": "2024-01-06 01:36:29.088091", "rc": 0, "start": "2024-01-06 01:36:29.084333" } STDOUT: forceencryption = 1 TASK [Verify the setting when it is type str forceencryption] ****************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:36:29 +0000 (0:00:00.208) 0:01:23.766 ****** 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-cih756uj26/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:36:29 +0000 (0:00:00.028) 0:01:23.794 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:36:29 +0000 (0:00:00.031) 0:01:23.826 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:208 Saturday 06 January 2024 01:36:29 +0000 (0:00:00.022) 0:01:23.848 ****** 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-cih756uj26/tests/tasks/verify_settings.yml:213 Saturday 06 January 2024 01:36:29 +0000 (0:00:00.046) 0:01:23.894 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:221 Saturday 06 January 2024 01:36:29 +0000 (0:00:00.027) 0:01:23.922 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Disable TLS encryption] ************************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/tests_tls.yml:85 Saturday 06 January 2024 01:36:29 +0000 (0:00:00.020) 0:01:23.943 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 06 January 2024 01:36:29 +0000 (0:00:00.103) 0:01:24.046 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 06 January 2024 01:36:29 +0000 (0:00:00.033) 0:01:24.080 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 06 January 2024 01:36:29 +0000 (0:00:00.027) 0:01:24.107 ****** 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-cih756uj26/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-cih756uj26/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-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 06 January 2024 01:36:29 +0000 (0:00:00.037) 0:01:24.144 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 06 January 2024 01:36:29 +0000 (0:00:00.019) 0:01:24.164 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 06 January 2024 01:36:29 +0000 (0:00:00.021) 0:01:24.186 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 06 January 2024 01:36:29 +0000 (0:00:00.021) 0:01:24.208 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 06 January 2024 01:36:29 +0000 (0:00:00.022) 0:01:24.230 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 06 January 2024 01:36:29 +0000 (0:00:00.065) 0:01:24.295 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 06 January 2024 01:36:29 +0000 (0:00:00.037) 0:01:24.332 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 06 January 2024 01:36:29 +0000 (0:00:00.024) 0:01:24.357 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 06 January 2024 01:36:29 +0000 (0:00:00.022) 0:01:24.379 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 06 January 2024 01:36:29 +0000 (0:00:00.022) 0:01:24.401 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 06 January 2024 01:36:29 +0000 (0:00:00.025) 0:01:24.427 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 06 January 2024 01:36:29 +0000 (0:00:00.022) 0:01:24.449 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 06 January 2024 01:36:29 +0000 (0:00:00.020) 0:01:24.469 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 06 January 2024 01:36:29 +0000 (0:00:00.020) 0:01:24.489 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 06 January 2024 01:36:29 +0000 (0:00:00.021) 0:01:24.511 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 06 January 2024 01:36:29 +0000 (0:00:00.024) 0:01:24.536 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 06 January 2024 01:36:31 +0000 (0:00:01.342) 0:01:25.878 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } ok: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_facts": { "__mssql_current_version": "2022" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 } } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 06 January 2024 01:36:31 +0000 (0:00:00.063) 0:01:25.941 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 06 January 2024 01:36:31 +0000 (0:00:00.022) 0:01:25.964 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 06 January 2024 01:36:31 +0000 (0:00:00.023) 0:01:25.988 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 06 January 2024 01:36:31 +0000 (0:00:00.059) 0:01:26.047 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2022] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 06 January 2024 01:36:31 +0000 (0:00:00.343) 0:01:26.391 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 06 January 2024 01:36:31 +0000 (0:00:00.036) 0:01:26.427 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2022] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 06 January 2024 01:36:31 +0000 (0:00:00.024) 0:01:26.452 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2022] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 06 January 2024 01:36:31 +0000 (0:00:00.027) 0:01:26.479 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 06 January 2024 01:36:31 +0000 (0:00:00.032) 0:01:26.511 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 06 January 2024 01:36:31 +0000 (0:00:00.023) 0:01:26.535 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 06 January 2024 01:36:31 +0000 (0:00:00.032) 0:01:26.568 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 06 January 2024 01:36:31 +0000 (0:00:00.032) 0:01:26.601 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 06 January 2024 01:36:32 +0000 (0:00:00.079) 0:01:26.680 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 06 January 2024 01:36:32 +0000 (0:00:00.023) 0:01:26.704 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 06 January 2024 01:36:34 +0000 (0:00:02.829) 0:01:29.534 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 06 January 2024 01:36:34 +0000 (0:00:00.023) 0:01:29.558 ****** 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.004745", "end": "2024-01-06 01:36:35.077772", "rc": 0, "start": "2024-01-06 01:36:35.073027" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 06 January 2024 01:36:35 +0000 (0:00:00.198) 0:01:29.756 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 06 January 2024 01:36:38 +0000 (0:00:03.402) 0:01:33.159 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 06 January 2024 01:36:38 +0000 (0:00:00.070) 0:01:33.229 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 06 January 2024 01:36:38 +0000 (0:00:00.058) 0:01:33.288 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 06 January 2024 01:36:38 +0000 (0:00:00.025) 0:01:33.313 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 06 January 2024 01:36:38 +0000 (0:00:00.030) 0:01:33.344 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 06 January 2024 01:36:38 +0000 (0:00:00.025) 0:01:33.370 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 06 January 2024 01:36:41 +0000 (0:00:02.868) 0:01:36.239 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 00:55:46 UTC", "ActiveEnterTimestampMonotonic": "21270076", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service network.target systemd-sysctl.service basic.target polkit.service system.slice sysinit.target systemd-journald.socket dbus.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 00:55:44 UTC", "AssertTimestampMonotonic": "19814229", "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-06 00:55:44 UTC", "ConditionTimestampMonotonic": "19814227", "ConfigurationDirectoryMode": "0755", "Conflicts": "tlp.service power-profiles-daemon.service cpupower.service auto-cpufreq.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": "693", "ExecMainStartTimestamp": "Sat 2024-01-06 00:55:44 UTC", "ExecMainStartTimestampMonotonic": "19815015", "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-06 00:55:44 UTC", "InactiveExitTimestampMonotonic": "19815088", "InvocationID": "cb6b95b64af04711a2a88238ab81ae4f", "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": "693", "MemoryAccounting": "yes", "MemoryCurrent": "23023616", "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 dbus.socket dbus.service sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-06 00:55:46 UTC", "StateChangeTimestampMonotonic": "21270076", "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-06 00:55:46 UTC", "WatchdogTimestampMonotonic": "21270073", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 06 January 2024 01:36:41 +0000 (0:00:00.336) 0:01:36.575 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.116440", "end": "2024-01-06 01:36:42.238219", "rc": 0, "start": "2024-01-06 01:36:42.121779" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 06 January 2024 01:36:42 +0000 (0:00:00.379) 0:01:36.955 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 06 January 2024 01:36:42 +0000 (0:00:00.021) 0:01:36.977 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 06 January 2024 01:36:42 +0000 (0:00:00.024) 0:01:37.002 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 06 January 2024 01:36:42 +0000 (0:00:00.047) 0:01:37.049 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 06 January 2024 01:36:42 +0000 (0:00:00.228) 0:01:37.277 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 06 January 2024 01:36:45 +0000 (0:00:02.824) 0:01:40.102 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 06 January 2024 01:36:45 +0000 (0:00:00.024) 0:01:40.127 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 06 January 2024 01:36:45 +0000 (0:00:00.021) 0:01:40.148 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 06 January 2024 01:36:45 +0000 (0:00:00.021) 0:01:40.170 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 06 January 2024 01:36:45 +0000 (0:00:00.067) 0:01:40.238 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 06 January 2024 01:36:45 +0000 (0:00:00.049) 0:01:40.287 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 06 January 2024 01:36:45 +0000 (0:00:00.024) 0:01:40.312 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 06 January 2024 01:36:45 +0000 (0:00:00.031) 0:01:40.343 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 06 January 2024 01:36:45 +0000 (0:00:00.023) 0:01:40.367 ****** 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.004623", "end": "2024-01-06 01:36:45.888544", "rc": 0, "start": "2024-01-06 01:36:45.883921" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 06 January 2024 01:36:45 +0000 (0:00:00.199) 0:01:40.566 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 06 January 2024 01:36:45 +0000 (0:00:00.023) 0:01:40.590 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 06 January 2024 01:36:47 +0000 (0:00:01.343) 0:01:41.933 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 06 January 2024 01:36:47 +0000 (0:00:00.034) 0:01:41.968 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 06 January 2024 01:36:47 +0000 (0:00:00.067) 0:01:42.036 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 06 January 2024 01:36:47 +0000 (0:00:00.035) 0:01:42.071 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 06 January 2024 01:36:47 +0000 (0:00:00.041) 0:01:42.113 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:36:47 +0000 (0:00:00.038) 0:01:42.152 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002490", "end": "2024-01-06 01:36:47.676439", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:36:47.673949" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:36:47 +0000 (0:00:00.205) 0:01:42.357 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.121073", "end": "2024-01-06 01:36:47.996672", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:36:47.875599" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:36:48 +0000 (0:00:00.322) 0:01:42.680 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 06 January 2024 01:36:48 +0000 (0:00:00.033) 0:01:42.713 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 06 January 2024 01:36:48 +0000 (0:00:00.038) 0:01:42.751 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 06 January 2024 01:36:48 +0000 (0:00:00.037) 0:01:42.788 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 06 January 2024 01:36:48 +0000 (0:00:00.059) 0:01:42.847 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 06 January 2024 01:36:48 +0000 (0:00:00.030) 0:01:42.878 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 06 January 2024 01:36:48 +0000 (0:00:00.023) 0:01:42.901 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 06 January 2024 01:36:48 +0000 (0:00:00.022) 0:01:42.924 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 06 January 2024 01:36:48 +0000 (0:00:00.024) 0:01:42.948 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 06 January 2024 01:36:48 +0000 (0:00:00.080) 0:01:43.028 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 06 January 2024 01:36:48 +0000 (0:00:00.024) 0:01:43.053 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 06 January 2024 01:36:48 +0000 (0:00:00.024) 0:01:43.077 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 06 January 2024 01:36:48 +0000 (0:00:00.026) 0:01:43.104 ****** skipping: [sut] => (item=/tmp/ansible.zwuhszzb) => { "ansible_loop_var": "item", "changed": false, "item": "/tmp/ansible.zwuhszzb", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ansible.7cs49jhi) => { "ansible_loop_var": "item", "changed": false, "item": "ansible.7cs49jhi", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 06 January 2024 01:36:48 +0000 (0:00:00.029) 0:01:43.133 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:36:48 +0000 (0:00:00.040) 0:01:43.174 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002305", "end": "2024-01-06 01:36:48.710538", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:36:48.708233" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.zwuhszzb TASK [linux-system-roles.mssql : Configure the setting network tlscert] ******** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:36:48 +0000 (0:00:00.214) 0:01:43.388 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:36:48 +0000 (0:00:00.030) 0:01:43.419 ****** 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.121201", "end": "2024-01-06 01:36:49.057767", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:36:48.936566" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 06 January 2024 01:36:49 +0000 (0:00:00.344) 0:01:43.764 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:36:49 +0000 (0:00:00.045) 0:01:43.809 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.003475", "end": "2024-01-06 01:36:50.344473", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:36:49.340998" } STDOUT: tlskey = /etc/pki/tls/private/ansible.7cs49jhi TASK [linux-system-roles.mssql : Configure the setting network tlskey] ********* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:36:50 +0000 (0:00:01.275) 0:01:45.084 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:36:50 +0000 (0:00:00.032) 0:01:45.117 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlskey" ], "delta": "0:00:00.121051", "end": "2024-01-06 01:36:50.759794", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:36:50.638743" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 06 January 2024 01:36:50 +0000 (0:00:00.360) 0:01:45.477 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:36:50 +0000 (0:00:00.056) 0:01:45.533 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002743", "end": "2024-01-06 01:36:51.094284", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:36:51.091541" } STDOUT: tlsprotocols = 1.2 TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:36:51 +0000 (0:00:00.253) 0:01:45.787 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:36:51 +0000 (0:00:00.029) 0:01:45.817 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlsprotocols" ], "delta": "0:00:00.119321", "end": "2024-01-06 01:36:51.484988", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:36:51.365667" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 06 January 2024 01:36:51 +0000 (0:00:00.347) 0:01:46.164 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:36:51 +0000 (0:00:00.043) 0:01:46.207 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002593", "end": "2024-01-06 01:36:51.725799", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:36:51.723206" } STDOUT: forceencryption = 1 TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:36:51 +0000 (0:00:00.207) 0:01:46.415 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:36:51 +0000 (0:00:00.028) 0:01:46.444 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.forceencryption" ], "delta": "0:00:00.120598", "end": "2024-01-06 01:36:52.083525", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:36:51.962927" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 06 January 2024 01:36:52 +0000 (0:00:00.322) 0:01:46.766 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 06 January 2024 01:36:52 +0000 (0:00:00.058) 0:01:46.825 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 06 January 2024 01:36:52 +0000 (0:00:00.027) 0:01:46.853 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 06 January 2024 01:36:52 +0000 (0:00:00.056) 0:01:46.909 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 06 January 2024 01:36:52 +0000 (0:00:00.047) 0:01:46.956 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 06 January 2024 01:36:52 +0000 (0:00:00.046) 0:01:47.003 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 06 January 2024 01:36:52 +0000 (0:00:00.051) 0:01:47.055 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 06 January 2024 01:36:52 +0000 (0:00:00.040) 0:01:47.095 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 06 January 2024 01:36:52 +0000 (0:00:00.035) 0:01:47.130 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 06 January 2024 01:36:52 +0000 (0:00:00.022) 0:01:47.153 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 06 January 2024 01:36:52 +0000 (0:00:00.023) 0:01:47.177 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 06 January 2024 01:36:52 +0000 (0:00:00.025) 0:01:47.202 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 06 January 2024 01:36:52 +0000 (0:00:00.026) 0:01:47.229 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 06 January 2024 01:36:52 +0000 (0:00:00.021) 0:01:47.250 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 06 January 2024 01:36:52 +0000 (0:00:00.023) 0:01:47.274 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 06 January 2024 01:36:52 +0000 (0:00:00.048) 0:01:47.322 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 06 January 2024 01:36:52 +0000 (0:00:00.024) 0:01:47.347 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 06 January 2024 01:36:52 +0000 (0:00:00.093) 0:01:47.441 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 06 January 2024 01:36:52 +0000 (0:00:00.065) 0:01:47.506 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 06 January 2024 01:36:52 +0000 (0:00:00.057) 0:01:47.564 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 06 January 2024 01:36:52 +0000 (0:00:00.030) 0:01:47.595 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 06 January 2024 01:36:52 +0000 (0:00:00.035) 0:01:47.630 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 06 January 2024 01:36:53 +0000 (0:00:00.061) 0:01:47.692 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 06 January 2024 01:36:53 +0000 (0:00:00.042) 0:01:47.734 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 06 January 2024 01:36:53 +0000 (0:00:00.029) 0:01:47.764 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 06 January 2024 01:36:53 +0000 (0:00:00.028) 0:01:47.793 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 06 January 2024 01:36:53 +0000 (0:00:00.025) 0:01:47.818 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 06 January 2024 01:36:53 +0000 (0:00:00.038) 0:01:47.857 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 06 January 2024 01:36:53 +0000 (0:00:00.037) 0:01:47.895 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 06 January 2024 01:36:53 +0000 (0:00:00.038) 0:01:47.933 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 06 January 2024 01:36:53 +0000 (0:00:00.049) 0:01:47.983 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 06 January 2024 01:36:53 +0000 (0:00:00.048) 0:01:48.031 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 06 January 2024 01:36:53 +0000 (0:00:00.024) 0:01:48.056 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 06 January 2024 01:36:53 +0000 (0:00:00.037) 0:01:48.093 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 06 January 2024 01:36:53 +0000 (0:00:00.079) 0:01:48.173 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 06 January 2024 01:36:53 +0000 (0:00:00.022) 0:01:48.195 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 06 January 2024 01:36:53 +0000 (0:00:00.025) 0:01:48.221 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 06 January 2024 01:36:53 +0000 (0:00:00.026) 0:01:48.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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 06 January 2024 01:36:53 +0000 (0:00:00.021) 0:01:48.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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 06 January 2024 01:36:53 +0000 (0:00:00.021) 0:01:48.291 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 06 January 2024 01:36:53 +0000 (0:00:00.021) 0:01:48.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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 06 January 2024 01:36:53 +0000 (0:00:00.021) 0:01:48.334 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 06 January 2024 01:36:53 +0000 (0:00:00.030) 0:01:48.365 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 06 January 2024 01:36:53 +0000 (0:00:00.021) 0:01:48.386 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 06 January 2024 01:36:53 +0000 (0:00:00.020) 0:01:48.407 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 06 January 2024 01:36:53 +0000 (0:00:00.021) 0:01:48.429 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 06 January 2024 01:36:53 +0000 (0:00:00.023) 0:01:48.452 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 06 January 2024 01:36:53 +0000 (0:00:00.027) 0:01:48.480 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 06 January 2024 01:36:53 +0000 (0:00:00.020) 0:01:48.501 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 06 January 2024 01:36:53 +0000 (0:00:00.022) 0:01:48.524 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 06 January 2024 01:36:53 +0000 (0:00:00.020) 0:01:48.545 ****** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 06 January 2024 01:36:54 +0000 (0:00:00.262) 0:01:48.807 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:36:22 UTC", "ActiveEnterTimestampMonotonic": "2457703648", "ActiveExitTimestamp": "Sat 2024-01-06 01:36:22 UTC", "ActiveExitTimestampMonotonic": "2457539812", "ActiveState": "active", "After": "basic.target system.slice sysinit.target systemd-journald.socket -.mount auditd.service network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:36:22 UTC", "AssertTimestampMonotonic": "2457702620", "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-06 01:36:22 UTC", "ConditionTimestampMonotonic": "2457702618", "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": "60749", "ExecMainStartTimestamp": "Sat 2024-01-06 01:36:22 UTC", "ExecMainStartTimestampMonotonic": "2457703586", "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-06 01:36:22 UTC", "InactiveEnterTimestampMonotonic": "2457701744", "InactiveExitTimestamp": "Sat 2024-01-06 01:36:22 UTC", "InactiveExitTimestampMonotonic": "2457703648", "InvocationID": "055c287792b5409ca4672c7cef7b4b6b", "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": "60749", "MemoryAccounting": "yes", "MemoryCurrent": "733122560", "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 sysinit.target -.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-06 01:36:22 UTC", "StateChangeTimestampMonotonic": "2457703648", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "178", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-06 01:36:22 UTC", "WatchdogTimestampMonotonic": "2457703645", "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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 06 January 2024 01:36:54 +0000 (0:00:00.527) 0:01:49.335 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 06 January 2024 01:36:54 +0000 (0:00:00.022) 0:01:49.357 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify connectivity and settings] **************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/tests_tls.yml:92 Saturday 06 January 2024 01:36:54 +0000 (0:00:00.021) 0:01:49.379 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:8 Saturday 06 January 2024 01:36:54 +0000 (0:00:00.087) 0:01:49.466 ****** 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-cih756uj26/tests/tasks/verify_settings.yml:23 Saturday 06 January 2024 01:36:54 +0000 (0:00:00.024) 0:01:49.491 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:35 Saturday 06 January 2024 01:36:54 +0000 (0:00:00.024) 0:01:49.516 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:39 Saturday 06 January 2024 01:36:54 +0000 (0:00:00.028) 0:01:49.545 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:55 Saturday 06 January 2024 01:36:54 +0000 (0:00:00.026) 0:01:49.571 ****** 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-cih756uj26/tests/tasks/verify_settings.yml:60 Saturday 06 January 2024 01:36:54 +0000 (0:00:00.022) 0:01:49.594 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:70 Saturday 06 January 2024 01:36:54 +0000 (0:00:00.021) 0:01:49.615 ****** 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-cih756uj26/tests/tasks/verify_settings.yml:75 Saturday 06 January 2024 01:36:55 +0000 (0:00:00.061) 0:01:49.677 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:85 Saturday 06 January 2024 01:36:55 +0000 (0:00:00.031) 0:01:49.708 ****** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 06 January 2024 01:36:55 +0000 (0:00:00.046) 0:01:49.755 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:36:54 UTC", "ActiveEnterTimestampMonotonic": "2489784359", "ActiveExitTimestamp": "Sat 2024-01-06 01:36:54 UTC", "ActiveExitTimestampMonotonic": "2489598577", "ActiveState": "active", "After": "basic.target system.slice sysinit.target systemd-journald.socket -.mount auditd.service network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:36:54 UTC", "AssertTimestampMonotonic": "2489783460", "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-06 01:36:54 UTC", "ConditionTimestampMonotonic": "2489783458", "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": "61874", "ExecMainStartTimestamp": "Sat 2024-01-06 01:36:54 UTC", "ExecMainStartTimestampMonotonic": "2489784301", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-06 01:36:54 UTC] ; stop_time=[n/a] ; pid=61874 ; 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-06 01:36:54 UTC", "InactiveEnterTimestampMonotonic": "2489782390", "InactiveExitTimestamp": "Sat 2024-01-06 01:36:54 UTC", "InactiveExitTimestampMonotonic": "2489784359", "InvocationID": "a51d16ad964c42bf9199ebbbe9232f6c", "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": "61874", "MemoryAccounting": "yes", "MemoryCurrent": "117772288", "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 sysinit.target -.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-06 01:36:54 UTC", "StateChangeTimestampMonotonic": "2489784359", "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": "43", "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-06 01:36:54 UTC", "WatchdogTimestampMonotonic": "2489784356", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 06 January 2024 01:36:55 +0000 (0:00:00.373) 0:01:50.128 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002727", "end": "2024-01-06 01:36:55.654511", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:36:55.651784" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 06 January 2024 01:36:55 +0000 (0:00:00.213) 0:01:50.341 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.005098", "end": "2024-01-06 01:36:55.952839", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:36:55.947741" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 06 January 2024 01:36:55 +0000 (0:00:00.288) 0:01:50.630 ****** 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-cih756uj26/tests/tasks/verify_settings.yml:93 Saturday 06 January 2024 01:36:56 +0000 (0:00:00.028) 0:01:50.659 ****** ok: [sut] => { "changed": false, "elapsed": 3, "gid": 991, "group": "mssql", "match_groupdict": {}, "match_groups": [], "mode": "0660", "owner": "mssql", "path": "/var/opt/mssql/log/errorlog", "port": null, "search_regex": "SQL Server is now ready for client connections", "secontext": "system_u:object_r:var_t:s0", "size": 14477, "state": "file", "uid": 993 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:99 Saturday 06 January 2024 01:36:59 +0000 (0:00:03.213) 0:01:53.873 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.035692", "end": "2024-01-06 01:36:59.491965", "rc": 0, "start": "2024-01-06 01:36:59.456273" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2022 (RTM-CU10) (KB5031778) - 16.0.4095.4 (X64) Oct 30 2023 16:12:44 Copyright (C) 2022 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Stream 8) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:113 Saturday 06 January 2024 01:36:59 +0000 (0:00:00.300) 0:01:54.173 ****** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:117 Saturday 06 January 2024 01:36:59 +0000 (0:00:00.026) 0:01:54.200 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:124 Saturday 06 January 2024 01:36:59 +0000 (0:00:00.023) 0:01:54.224 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:135 Saturday 06 January 2024 01:36:59 +0000 (0:00:00.021) 0:01:54.245 ****** 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-cih756uj26/tests/tasks/verify_settings.yml:140 Saturday 06 January 2024 01:36:59 +0000 (0:00:00.020) 0:01:54.266 ****** 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-cih756uj26/tests/tasks/verify_settings.yml:145 Saturday 06 January 2024 01:36:59 +0000 (0:00:00.020) 0:01:54.287 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:151 Saturday 06 January 2024 01:36:59 +0000 (0:00:00.020) 0:01:54.307 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:157 Saturday 06 January 2024 01:36:59 +0000 (0:00:00.020) 0:01:54.328 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:167 Saturday 06 January 2024 01:36:59 +0000 (0:00:00.055) 0:01:54.384 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlscert] ************************************ task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:36:59 +0000 (0:00:00.039) 0:01:54.423 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004188", "end": "2024-01-06 01:36:59.970085", "rc": 0, "start": "2024-01-06 01:36:59.965897" } TASK [Verify the setting when it is type str tlscert] ************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:37:00 +0000 (0:00:00.224) 0:01:54.647 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:37:00 +0000 (0:00:00.032) 0:01:54.680 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:37:00 +0000 (0:00:00.025) 0:01:54.706 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:178 Saturday 06 January 2024 01:37:00 +0000 (0:00:00.026) 0:01:54.732 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlskey] ************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:37:00 +0000 (0:00:00.039) 0:01:54.772 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003986", "end": "2024-01-06 01:37:00.292130", "rc": 0, "start": "2024-01-06 01:37:00.288144" } TASK [Verify the setting when it is type str tlskey] *************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:37:00 +0000 (0:00:00.197) 0:01:54.969 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:37:00 +0000 (0:00:00.030) 0:01:55.000 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:37:00 +0000 (0:00:00.045) 0:01:55.045 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:190 Saturday 06 January 2024 01:37:00 +0000 (0:00:00.034) 0:01:55.080 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlsprotocols] ******************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:37:00 +0000 (0:00:00.062) 0:01:55.142 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003889", "end": "2024-01-06 01:37:00.667759", "rc": 0, "start": "2024-01-06 01:37:00.663870" } TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:37:00 +0000 (0:00:00.267) 0:01:55.410 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:37:00 +0000 (0:00:00.036) 0:01:55.446 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:37:00 +0000 (0:00:00.034) 0:01:55.481 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:198 Saturday 06 January 2024 01:37:00 +0000 (0:00:00.024) 0:01:55.505 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting forceencryption] **************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:37:00 +0000 (0:00:00.046) 0:01:55.552 ****** ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003742", "end": "2024-01-06 01:37:01.094082", "rc": 0, "start": "2024-01-06 01:37:01.090340" } TASK [Verify the setting when it is type str forceencryption] ****************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:37:01 +0000 (0:00:00.234) 0:01:55.786 ****** 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-cih756uj26/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:37:01 +0000 (0:00:00.047) 0:01:55.834 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:37:01 +0000 (0:00:00.035) 0:01:55.869 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:208 Saturday 06 January 2024 01:37:01 +0000 (0:00:00.026) 0:01:55.896 ****** 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-cih756uj26/tests/tasks/verify_settings.yml:213 Saturday 06 January 2024 01:37:01 +0000 (0:00:00.022) 0:01:55.918 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:221 Saturday 06 January 2024 01:37:01 +0000 (0:00:00.023) 0:01:55.941 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove certificates from hosts] ****************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/tests_tls.yml:99 Saturday 06 January 2024 01:37:01 +0000 (0:00:00.023) 0:01:55.964 ****** changed: [sut] => (item=/etc/pki/tls/certs/ansible.zwuhszzb) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/certs/ansible.zwuhszzb", "path": "/etc/pki/tls/certs/ansible.zwuhszzb", "state": "absent" } changed: [sut] => (item=/etc/pki/tls/private/ansible.7cs49jhi) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/private/ansible.7cs49jhi", "path": "/etc/pki/tls/private/ansible.7cs49jhi", "state": "absent" } TASK [Copy certificates to hosts] ********************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/tests_tls.yml:107 Saturday 06 January 2024 01:37:01 +0000 (0:00:00.429) 0:01:56.394 ****** ok: [sut] => (item=/tmp/ansible.zwuhszzb) => { "ansible_loop_var": "item", "changed": false, "checksum": "fa92cc487d2279b62db5d5b8c5cf59a7f9b5cc62", "dest": "/tmp/ansible.zwuhszzb", "gid": 0, "group": "root", "item": "/tmp/ansible.zwuhszzb", "mode": "0600", "owner": "root", "path": "/tmp/ansible.zwuhszzb", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1123, "state": "file", "uid": 0 } ok: [sut] => (item=/tmp/ansible.7cs49jhi) => { "ansible_loop_var": "item", "changed": false, "checksum": "ceef6f5dc1631ec35b485b39d6701ce41822b0cb", "dest": "/tmp/ansible.7cs49jhi", "gid": 0, "group": "root", "item": "/tmp/ansible.7cs49jhi", "mode": "0600", "owner": "root", "path": "/tmp/ansible.7cs49jhi", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1708, "state": "file", "uid": 0 } TASK [Set mssql_tls_cert and mssql_tls_private_key for the following test] ***** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/tests_tls.yml:116 Saturday 06 January 2024 01:37:02 +0000 (0:00:00.935) 0:01:57.329 ****** ok: [sut] => { "ansible_facts": { "mssql_tls_cert": "/tmp/ansible.zwuhszzb", "mssql_tls_private_key": "ansible.7cs49jhi" }, "changed": false } TASK [Test with certs on managed nodes] **************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/tests_tls.yml:121 Saturday 06 January 2024 01:37:02 +0000 (0:00:00.033) 0:01:57.363 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 06 January 2024 01:37:02 +0000 (0:00:00.222) 0:01:57.585 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 06 January 2024 01:37:02 +0000 (0:00:00.035) 0:01:57.621 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 06 January 2024 01:37:03 +0000 (0:00:00.032) 0:01:57.654 ****** 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-cih756uj26/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-cih756uj26/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-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 06 January 2024 01:37:03 +0000 (0:00:00.097) 0:01:57.752 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 06 January 2024 01:37:03 +0000 (0:00:00.025) 0:01:57.778 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 06 January 2024 01:37:03 +0000 (0:00:00.027) 0:01:57.805 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 06 January 2024 01:37:03 +0000 (0:00:00.025) 0:01:57.830 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 06 January 2024 01:37:03 +0000 (0:00:00.029) 0:01:57.860 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 06 January 2024 01:37:03 +0000 (0:00:00.026) 0:01:57.886 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 06 January 2024 01:37:03 +0000 (0:00:00.027) 0:01:57.913 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 06 January 2024 01:37:03 +0000 (0:00:00.030) 0:01:57.943 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 06 January 2024 01:37:03 +0000 (0:00:00.024) 0:01:57.968 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 06 January 2024 01:37:03 +0000 (0:00:00.030) 0:01:57.999 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 06 January 2024 01:37:03 +0000 (0:00:00.026) 0:01:58.026 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 06 January 2024 01:37:03 +0000 (0:00:00.022) 0:01:58.048 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 06 January 2024 01:37:03 +0000 (0:00:00.021) 0:01:58.070 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 06 January 2024 01:37:03 +0000 (0:00:00.021) 0:01:58.091 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 06 January 2024 01:37:03 +0000 (0:00:00.021) 0:01:58.113 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 06 January 2024 01:37:03 +0000 (0:00:00.028) 0:01:58.141 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 06 January 2024 01:37:04 +0000 (0:00:01.365) 0:01:59.506 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } ok: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_facts": { "__mssql_current_version": "2022" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 } } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 06 January 2024 01:37:04 +0000 (0:00:00.062) 0:01:59.569 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 06 January 2024 01:37:04 +0000 (0:00:00.022) 0:01:59.591 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 06 January 2024 01:37:04 +0000 (0:00:00.024) 0:01:59.616 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 06 January 2024 01:37:05 +0000 (0:00:00.043) 0:01:59.660 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2022] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 06 January 2024 01:37:05 +0000 (0:00:00.340) 0:02:00.001 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 06 January 2024 01:37:05 +0000 (0:00:00.023) 0:02:00.024 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2022] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 06 January 2024 01:37:05 +0000 (0:00:00.025) 0:02:00.050 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2022] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 06 January 2024 01:37:05 +0000 (0:00:00.073) 0:02:00.123 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 06 January 2024 01:37:05 +0000 (0:00:00.033) 0:02:00.157 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 06 January 2024 01:37:05 +0000 (0:00:00.029) 0:02:00.187 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 06 January 2024 01:37:05 +0000 (0:00:00.023) 0:02:00.210 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 06 January 2024 01:37:05 +0000 (0:00:00.025) 0:02:00.236 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 06 January 2024 01:37:05 +0000 (0:00:00.025) 0:02:00.262 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 06 January 2024 01:37:05 +0000 (0:00:00.027) 0:02:00.289 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 06 January 2024 01:37:08 +0000 (0:00:02.846) 0:02:03.136 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 06 January 2024 01:37:08 +0000 (0:00:00.069) 0:02:03.206 ****** 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.005338", "end": "2024-01-06 01:37:08.737301", "rc": 0, "start": "2024-01-06 01:37:08.731963" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 06 January 2024 01:37:08 +0000 (0:00:00.228) 0:02:03.434 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 06 January 2024 01:37:10 +0000 (0:00:01.476) 0:02:04.911 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 06 January 2024 01:37:10 +0000 (0:00:00.040) 0:02:04.951 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 06 January 2024 01:37:10 +0000 (0:00:00.049) 0:02:05.000 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 06 January 2024 01:37:10 +0000 (0:00:00.026) 0:02:05.027 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 06 January 2024 01:37:10 +0000 (0:00:00.048) 0:02:05.075 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 06 January 2024 01:37:10 +0000 (0:00:00.070) 0:02:05.145 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 06 January 2024 01:37:13 +0000 (0:00:02.828) 0:02:07.974 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 00:55:46 UTC", "ActiveEnterTimestampMonotonic": "21270076", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service network.target systemd-sysctl.service basic.target polkit.service system.slice sysinit.target systemd-journald.socket dbus.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 00:55:44 UTC", "AssertTimestampMonotonic": "19814229", "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-06 00:55:44 UTC", "ConditionTimestampMonotonic": "19814227", "ConfigurationDirectoryMode": "0755", "Conflicts": "tlp.service power-profiles-daemon.service cpupower.service auto-cpufreq.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": "693", "ExecMainStartTimestamp": "Sat 2024-01-06 00:55:44 UTC", "ExecMainStartTimestampMonotonic": "19815015", "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-06 00:55:44 UTC", "InactiveExitTimestampMonotonic": "19815088", "InvocationID": "cb6b95b64af04711a2a88238ab81ae4f", "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": "693", "MemoryAccounting": "yes", "MemoryCurrent": "22970368", "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 dbus.socket dbus.service sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-06 00:55:46 UTC", "StateChangeTimestampMonotonic": "21270076", "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-06 00:55:46 UTC", "WatchdogTimestampMonotonic": "21270073", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 06 January 2024 01:37:13 +0000 (0:00:00.322) 0:02:08.297 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.113507", "end": "2024-01-06 01:37:13.922778", "rc": 0, "start": "2024-01-06 01:37:13.809271" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 06 January 2024 01:37:13 +0000 (0:00:00.304) 0:02:08.601 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 06 January 2024 01:37:13 +0000 (0:00:00.021) 0:02:08.623 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 06 January 2024 01:37:13 +0000 (0:00:00.020) 0:02:08.643 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 06 January 2024 01:37:14 +0000 (0:00:00.021) 0:02:08.665 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 06 January 2024 01:37:14 +0000 (0:00:00.196) 0:02:08.862 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 06 January 2024 01:37:17 +0000 (0:00:02.801) 0:02:11.663 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 06 January 2024 01:37:17 +0000 (0:00:00.024) 0:02:11.687 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 06 January 2024 01:37:17 +0000 (0:00:00.023) 0:02:11.711 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 06 January 2024 01:37:17 +0000 (0:00:00.022) 0:02:11.734 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 06 January 2024 01:37:17 +0000 (0:00:00.030) 0:02:11.764 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 06 January 2024 01:37:17 +0000 (0:00:00.027) 0:02:11.792 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 06 January 2024 01:37:17 +0000 (0:00:00.034) 0:02:11.826 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 06 January 2024 01:37:17 +0000 (0:00:00.022) 0:02:11.849 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 06 January 2024 01:37:17 +0000 (0:00:00.025) 0:02:11.875 ****** 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.004401", "end": "2024-01-06 01:37:17.395668", "rc": 0, "start": "2024-01-06 01:37:17.391267" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 06 January 2024 01:37:17 +0000 (0:00:00.220) 0:02:12.096 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 06 January 2024 01:37:17 +0000 (0:00:00.044) 0:02:12.140 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 06 January 2024 01:37:18 +0000 (0:00:01.363) 0:02:13.504 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 06 January 2024 01:37:18 +0000 (0:00:00.050) 0:02:13.555 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 06 January 2024 01:37:18 +0000 (0:00:00.041) 0:02:13.596 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 06 January 2024 01:37:18 +0000 (0:00:00.028) 0:02:13.625 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 06 January 2024 01:37:19 +0000 (0:00:00.033) 0:02:13.659 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:37:19 +0000 (0:00:00.041) 0:02:13.700 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002411", "end": "2024-01-06 01:37:19.235413", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:37:19.233002" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:37:19 +0000 (0:00:00.221) 0:02:13.921 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.121716", "end": "2024-01-06 01:37:19.570805", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:37:19.449089" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:37:19 +0000 (0:00:00.347) 0:02:14.269 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 06 January 2024 01:37:19 +0000 (0:00:00.041) 0:02:14.311 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 06 January 2024 01:37:19 +0000 (0:00:00.097) 0:02:14.409 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 06 January 2024 01:37:19 +0000 (0:00:00.033) 0:02:14.442 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 06 January 2024 01:37:19 +0000 (0:00:00.034) 0:02:14.476 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 06 January 2024 01:37:19 +0000 (0:00:00.045) 0:02:14.522 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 06 January 2024 01:37:19 +0000 (0:00:00.067) 0:02:14.590 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 06 January 2024 01:37:19 +0000 (0:00:00.047) 0:02:14.638 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 06 January 2024 01:37:20 +0000 (0:00:00.029) 0:02:14.667 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 06 January 2024 01:37:20 +0000 (0:00:00.036) 0:02:14.704 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 06 January 2024 01:37:20 +0000 (0:00:00.039) 0:02:14.743 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 06 January 2024 01:37:20 +0000 (0:00:00.082) 0:02:14.826 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 06 January 2024 01:37:20 +0000 (0:00:00.050) 0:02:14.877 ****** changed: [sut] => (item=/tmp/ansible.zwuhszzb) => { "ansible_loop_var": "item", "changed": true, "checksum": "fa92cc487d2279b62db5d5b8c5cf59a7f9b5cc62", "dest": "/etc/pki/tls/certs/ansible.zwuhszzb", "gid": 991, "group": "mssql", "item": "/tmp/ansible.zwuhszzb", "md5sum": "e94f949dfe650308e463595fabaa6138", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1123, "src": "/tmp/ansible.zwuhszzb", "state": "file", "uid": 993 } changed: [sut] => (item=/tmp/ansible.7cs49jhi) => { "ansible_loop_var": "item", "changed": true, "checksum": "ceef6f5dc1631ec35b485b39d6701ce41822b0cb", "dest": "/etc/pki/tls/private/ansible.7cs49jhi", "gid": 991, "group": "mssql", "item": "/tmp/ansible.7cs49jhi", "md5sum": "cccd151e3c82a835f19e5ded0676da12", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1708, "src": "/tmp/ansible.7cs49jhi", "state": "file", "uid": 993 } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 06 January 2024 01:37:20 +0000 (0:00:00.611) 0:02:15.488 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:37:20 +0000 (0:00:00.040) 0:02:15.529 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002578", "end": "2024-01-06 01:37:21.058825", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:37:21.056247" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlscert] ******** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:37:21 +0000 (0:00:00.289) 0:02:15.819 ****** 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.zwuhszzb" ], "delta": "0:00:00.122643", "end": "2024-01-06 01:37:21.467366", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:37:21.344723" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:37:21 +0000 (0:00:00.339) 0:02:16.158 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 06 January 2024 01:37:21 +0000 (0:00:00.030) 0:02:16.189 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:37:21 +0000 (0:00:00.044) 0:02:16.233 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002368", "end": "2024-01-06 01:37:21.751462", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:37:21.749094" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlskey] ********* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:37:21 +0000 (0:00:00.210) 0:02:16.443 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlskey", "/etc/pki/tls/private/ansible.7cs49jhi" ], "delta": "0:00:00.122717", "end": "2024-01-06 01:37:22.141859", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:37:22.019142" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:37:22 +0000 (0:00:00.382) 0:02:16.825 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 06 January 2024 01:37:22 +0000 (0:00:00.028) 0:02:16.854 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:37:22 +0000 (0:00:00.058) 0:02:16.913 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002841", "end": "2024-01-06 01:37:22.450190", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:37:22.447349" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:37:22 +0000 (0:00:00.223) 0:02:17.136 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlsprotocols", "1.2" ], "delta": "0:00:00.121678", "end": "2024-01-06 01:37:22.781125", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:37:22.659447" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:37:22 +0000 (0:00:00.330) 0:02:17.467 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 06 January 2024 01:37:22 +0000 (0:00:00.031) 0:02:17.498 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:37:22 +0000 (0:00:00.087) 0:02:17.586 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002877", "end": "2024-01-06 01:37:23.108441", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:37:23.105564" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:37:23 +0000 (0:00:00.199) 0:02:17.786 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.forceencryption", "1" ], "delta": "0:00:00.122659", "end": "2024-01-06 01:37:23.431186", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:37:23.308527" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:37:23 +0000 (0:00:00.328) 0:02:18.115 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 06 January 2024 01:37:23 +0000 (0:00:00.029) 0:02:18.145 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 06 January 2024 01:37:23 +0000 (0:00:00.038) 0:02:18.183 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 06 January 2024 01:37:23 +0000 (0:00:00.021) 0:02:18.205 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 06 January 2024 01:37:23 +0000 (0:00:00.022) 0:02:18.227 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 06 January 2024 01:37:23 +0000 (0:00:00.035) 0:02:18.263 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 06 January 2024 01:37:23 +0000 (0:00:00.045) 0:02:18.309 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 06 January 2024 01:37:23 +0000 (0:00:00.040) 0:02:18.349 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 06 January 2024 01:37:23 +0000 (0:00:00.027) 0:02:18.377 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 06 January 2024 01:37:23 +0000 (0:00:00.038) 0:02:18.416 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 06 January 2024 01:37:23 +0000 (0:00:00.024) 0:02:18.440 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 06 January 2024 01:37:23 +0000 (0:00:00.089) 0:02:18.529 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 06 January 2024 01:37:23 +0000 (0:00:00.022) 0:02:18.552 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 06 January 2024 01:37:23 +0000 (0:00:00.022) 0:02:18.575 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 06 January 2024 01:37:23 +0000 (0:00:00.036) 0:02:18.611 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 06 January 2024 01:37:23 +0000 (0:00:00.028) 0:02:18.639 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 06 January 2024 01:37:24 +0000 (0:00:00.025) 0:02:18.665 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 06 January 2024 01:37:24 +0000 (0:00:00.027) 0:02:18.692 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 06 January 2024 01:37:24 +0000 (0:00:00.050) 0:02:18.743 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 06 January 2024 01:37:24 +0000 (0:00:00.051) 0:02:18.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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 06 January 2024 01:37:24 +0000 (0:00:00.028) 0:02:18.823 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 06 January 2024 01:37:24 +0000 (0:00:00.030) 0:02:18.853 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 06 January 2024 01:37:24 +0000 (0:00:00.030) 0:02:18.884 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 06 January 2024 01:37:24 +0000 (0:00:00.025) 0:02:18.910 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 06 January 2024 01:37:24 +0000 (0:00:00.039) 0:02:18.949 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 06 January 2024 01:37:24 +0000 (0:00:00.042) 0:02:18.991 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 06 January 2024 01:37:24 +0000 (0:00:00.044) 0:02:19.035 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 06 January 2024 01:37:24 +0000 (0:00:00.056) 0:02:19.092 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 06 January 2024 01:37:24 +0000 (0:00:00.079) 0:02:19.171 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 06 January 2024 01:37:24 +0000 (0:00:00.025) 0:02:19.196 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 06 January 2024 01:37:24 +0000 (0:00:00.022) 0:02:19.219 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 06 January 2024 01:37:24 +0000 (0:00:00.067) 0:02:19.286 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 06 January 2024 01:37:24 +0000 (0:00:00.041) 0:02:19.328 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 06 January 2024 01:37:24 +0000 (0:00:00.023) 0:02:19.351 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 06 January 2024 01:37:24 +0000 (0:00:00.029) 0:02:19.381 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 06 January 2024 01:37:24 +0000 (0:00:00.023) 0:02:19.404 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 06 January 2024 01:37:24 +0000 (0:00:00.021) 0:02:19.426 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 06 January 2024 01:37:24 +0000 (0:00:00.022) 0:02:19.449 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 06 January 2024 01:37:24 +0000 (0:00:00.023) 0:02:19.472 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 06 January 2024 01:37:24 +0000 (0:00:00.021) 0:02:19.494 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 06 January 2024 01:37:24 +0000 (0:00:00.032) 0:02:19.527 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 06 January 2024 01:37:24 +0000 (0:00:00.025) 0:02:19.552 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 06 January 2024 01:37:24 +0000 (0:00:00.023) 0:02:19.576 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 06 January 2024 01:37:24 +0000 (0:00:00.030) 0:02:19.606 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 06 January 2024 01:37:25 +0000 (0:00:00.071) 0:02:19.678 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 06 January 2024 01:37:25 +0000 (0:00:00.022) 0:02:19.700 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 06 January 2024 01:37:25 +0000 (0:00:00.022) 0:02:19.722 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 06 January 2024 01:37:25 +0000 (0:00:00.023) 0:02:19.746 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 06 January 2024 01:37:25 +0000 (0:00:00.026) 0:02:19.772 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 06 January 2024 01:37:25 +0000 (0:00:00.021) 0:02:19.794 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 06 January 2024 01:37:25 +0000 (0:00:00.023) 0:02:19.818 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 06 January 2024 01:37:25 +0000 (0:00:00.022) 0:02:19.840 ****** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 06 January 2024 01:37:25 +0000 (0:00:00.223) 0:02:20.064 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:36:54 UTC", "ActiveEnterTimestampMonotonic": "2489784359", "ActiveExitTimestamp": "Sat 2024-01-06 01:36:54 UTC", "ActiveExitTimestampMonotonic": "2489598577", "ActiveState": "active", "After": "basic.target system.slice sysinit.target systemd-journald.socket -.mount auditd.service network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:36:54 UTC", "AssertTimestampMonotonic": "2489783460", "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-06 01:36:54 UTC", "ConditionTimestampMonotonic": "2489783458", "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": "61874", "ExecMainStartTimestamp": "Sat 2024-01-06 01:36:54 UTC", "ExecMainStartTimestampMonotonic": "2489784301", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-06 01:36:54 UTC] ; stop_time=[n/a] ; pid=61874 ; 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-06 01:36:54 UTC", "InactiveEnterTimestampMonotonic": "2489782390", "InactiveExitTimestamp": "Sat 2024-01-06 01:36:54 UTC", "InactiveExitTimestampMonotonic": "2489784359", "InvocationID": "a51d16ad964c42bf9199ebbbe9232f6c", "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": "61874", "MemoryAccounting": "yes", "MemoryCurrent": "734109696", "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 sysinit.target -.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-06 01:36:54 UTC", "StateChangeTimestampMonotonic": "2489784359", "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": "176", "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-06 01:36:54 UTC", "WatchdogTimestampMonotonic": "2489784356", "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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 06 January 2024 01:37:25 +0000 (0:00:00.500) 0:02:20.564 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 06 January 2024 01:37:25 +0000 (0:00:00.022) 0:02:20.587 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify connectivity and settings] **************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/tests_tls.yml:131 Saturday 06 January 2024 01:37:25 +0000 (0:00:00.022) 0:02:20.609 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:8 Saturday 06 January 2024 01:37:26 +0000 (0:00:00.181) 0:02:20.791 ****** 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-cih756uj26/tests/tasks/verify_settings.yml:23 Saturday 06 January 2024 01:37:26 +0000 (0:00:00.025) 0:02:20.816 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:35 Saturday 06 January 2024 01:37:26 +0000 (0:00:00.026) 0:02:20.843 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:39 Saturday 06 January 2024 01:37:26 +0000 (0:00:00.040) 0:02:20.883 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:55 Saturday 06 January 2024 01:37:26 +0000 (0:00:00.029) 0:02:20.912 ****** 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-cih756uj26/tests/tasks/verify_settings.yml:60 Saturday 06 January 2024 01:37:26 +0000 (0:00:00.025) 0:02:20.938 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:70 Saturday 06 January 2024 01:37:26 +0000 (0:00:00.023) 0:02:20.962 ****** 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-cih756uj26/tests/tasks/verify_settings.yml:75 Saturday 06 January 2024 01:37:26 +0000 (0:00:00.024) 0:02:20.987 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:85 Saturday 06 January 2024 01:37:26 +0000 (0:00:00.021) 0:02:21.009 ****** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 06 January 2024 01:37:26 +0000 (0:00:00.040) 0:02:21.050 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:37:25 UTC", "ActiveEnterTimestampMonotonic": "2521019383", "ActiveExitTimestamp": "Sat 2024-01-06 01:37:25 UTC", "ActiveExitTimestampMonotonic": "2520859109", "ActiveState": "active", "After": "basic.target system.slice sysinit.target systemd-journald.socket -.mount auditd.service network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:37:25 UTC", "AssertTimestampMonotonic": "2521018415", "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-06 01:37:25 UTC", "ConditionTimestampMonotonic": "2521018413", "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": "63323", "ExecMainStartTimestamp": "Sat 2024-01-06 01:37:25 UTC", "ExecMainStartTimestampMonotonic": "2521019323", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-06 01:37:25 UTC] ; stop_time=[n/a] ; pid=63323 ; 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-06 01:37:25 UTC", "InactiveEnterTimestampMonotonic": "2521017615", "InactiveExitTimestamp": "Sat 2024-01-06 01:37:25 UTC", "InactiveExitTimestampMonotonic": "2521019383", "InvocationID": "72e8930cd2174fadae9e2181352e71a3", "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": "63323", "MemoryAccounting": "yes", "MemoryCurrent": "144965632", "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 sysinit.target -.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-06 01:37:25 UTC", "StateChangeTimestampMonotonic": "2521019383", "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": "50", "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-06 01:37:25 UTC", "WatchdogTimestampMonotonic": "2521019380", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 06 January 2024 01:37:26 +0000 (0:00:00.335) 0:02:21.385 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002865", "end": "2024-01-06 01:37:26.913786", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:37:26.910921" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 06 January 2024 01:37:26 +0000 (0:00:00.249) 0:02:21.634 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002782", "end": "2024-01-06 01:37:27.230871", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:37:27.228089" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 06 January 2024 01:37:27 +0000 (0:00:00.274) 0:02:21.909 ****** 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-cih756uj26/tests/tasks/verify_settings.yml:93 Saturday 06 January 2024 01:37:27 +0000 (0:00:00.030) 0:02:21.940 ****** ok: [sut] => { "changed": false, "elapsed": 3, "gid": 991, "group": "mssql", "match_groupdict": {}, "match_groups": [], "mode": "0660", "owner": "mssql", "path": "/var/opt/mssql/log/errorlog", "port": null, "search_regex": "SQL Server is now ready for client connections", "secontext": "system_u:object_r:var_t:s0", "size": 15158, "state": "file", "uid": 993 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:99 Saturday 06 January 2024 01:37:30 +0000 (0:00:03.217) 0:02:25.157 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.031770", "end": "2024-01-06 01:37:30.723293", "rc": 0, "start": "2024-01-06 01:37:30.691523" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2022 (RTM-CU10) (KB5031778) - 16.0.4095.4 (X64) Oct 30 2023 16:12:44 Copyright (C) 2022 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Stream 8) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:113 Saturday 06 January 2024 01:37:30 +0000 (0:00:00.246) 0:02:25.403 ****** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:117 Saturday 06 January 2024 01:37:30 +0000 (0:00:00.024) 0:02:25.428 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:124 Saturday 06 January 2024 01:37:30 +0000 (0:00:00.028) 0:02:25.456 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:135 Saturday 06 January 2024 01:37:30 +0000 (0:00:00.033) 0:02:25.490 ****** 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-cih756uj26/tests/tasks/verify_settings.yml:140 Saturday 06 January 2024 01:37:30 +0000 (0:00:00.030) 0:02:25.520 ****** 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-cih756uj26/tests/tasks/verify_settings.yml:145 Saturday 06 January 2024 01:37:30 +0000 (0:00:00.075) 0:02:25.595 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:151 Saturday 06 January 2024 01:37:30 +0000 (0:00:00.024) 0:02:25.619 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:157 Saturday 06 January 2024 01:37:30 +0000 (0:00:00.022) 0:02:25.642 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:167 Saturday 06 January 2024 01:37:31 +0000 (0:00:00.022) 0:02:25.664 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlscert] ************************************ task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:37:31 +0000 (0:00:00.039) 0:02:25.704 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003968", "end": "2024-01-06 01:37:31.234810", "rc": 0, "start": "2024-01-06 01:37:31.230842" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.zwuhszzb TASK [Verify the setting when it is type str tlscert] ************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:37:31 +0000 (0:00:00.210) 0:02:25.914 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:37:31 +0000 (0:00:00.035) 0:02:25.949 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/certs/ansible.zwuhszzb] *************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:37:31 +0000 (0:00:00.053) 0:02:26.003 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:178 Saturday 06 January 2024 01:37:31 +0000 (0:00:00.047) 0:02:26.051 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlskey] ************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:37:31 +0000 (0:00:00.052) 0:02:26.104 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004015", "end": "2024-01-06 01:37:31.623480", "rc": 0, "start": "2024-01-06 01:37:31.619465" } STDOUT: tlskey = /etc/pki/tls/private/ansible.7cs49jhi TASK [Verify the setting when it is type str tlskey] *************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:37:31 +0000 (0:00:00.199) 0:02:26.304 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:37:31 +0000 (0:00:00.031) 0:02:26.335 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/private/ansible.7cs49jhi] ************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:37:31 +0000 (0:00:00.025) 0:02:26.361 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:190 Saturday 06 January 2024 01:37:31 +0000 (0:00:00.083) 0:02:26.444 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlsprotocols] ******************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:37:31 +0000 (0:00:00.043) 0:02:26.487 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004085", "end": "2024-01-06 01:37:32.008779", "rc": 0, "start": "2024-01-06 01:37:32.004694" } STDOUT: tlsprotocols = 1.2 TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:37:32 +0000 (0:00:00.200) 0:02:26.688 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:37:32 +0000 (0:00:00.030) 0:02:26.718 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1.2] *********************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:37:32 +0000 (0:00:00.025) 0:02:26.744 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:198 Saturday 06 January 2024 01:37:32 +0000 (0:00:00.025) 0:02:26.769 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting forceencryption] **************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:37:32 +0000 (0:00:00.042) 0:02:26.812 ****** ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004043", "end": "2024-01-06 01:37:32.330374", "rc": 0, "start": "2024-01-06 01:37:32.326331" } STDOUT: forceencryption = 1 TASK [Verify the setting when it is type str forceencryption] ****************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:37:32 +0000 (0:00:00.196) 0:02:27.008 ****** 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-cih756uj26/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:37:32 +0000 (0:00:00.024) 0:02:27.032 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:37:32 +0000 (0:00:00.029) 0:02:27.062 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:208 Saturday 06 January 2024 01:37:32 +0000 (0:00:00.025) 0:02:27.087 ****** 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-cih756uj26/tests/tasks/verify_settings.yml:213 Saturday 06 January 2024 01:37:32 +0000 (0:00:00.022) 0:02:27.110 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:221 Saturday 06 January 2024 01:37:32 +0000 (0:00:00.021) 0:02:27.131 ****** 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-cih756uj26/tests/tasks/tests_tls.yml:137 Saturday 06 January 2024 01:37:32 +0000 (0:00:00.061) 0:02:27.193 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/check_header.yml for sut TASK [Grep the ansible_managed header in /var/opt/mssql/mssql.conf] ************ task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/check_header.yml:4 Saturday 06 January 2024 01:37:32 +0000 (0:00:00.136) 0:02:27.329 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "Ansible managed\n", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002848", "end": "2024-01-06 01:37:32.884405", "rc": 0, "start": "2024-01-06 01:37:32.881557" } 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.zwuhszzb tlskey = /etc/pki/tls/private/ansible.7cs49jhi tlsprotocols = 1.2 forceencryption = 1 TASK [Disable TLS encryption] ************************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/tests_tls.yml:141 Saturday 06 January 2024 01:37:32 +0000 (0:00:00.234) 0:02:27.563 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 06 January 2024 01:37:33 +0000 (0:00:00.254) 0:02:27.818 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 06 January 2024 01:37:33 +0000 (0:00:00.094) 0:02:27.913 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 06 January 2024 01:37:33 +0000 (0:00:00.028) 0:02:27.941 ****** 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-cih756uj26/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-cih756uj26/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-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 06 January 2024 01:37:33 +0000 (0:00:00.038) 0:02:27.980 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 06 January 2024 01:37:33 +0000 (0:00:00.028) 0:02:28.008 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 06 January 2024 01:37:33 +0000 (0:00:00.022) 0:02:28.030 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 06 January 2024 01:37:33 +0000 (0:00:00.021) 0:02:28.051 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 06 January 2024 01:37:33 +0000 (0:00:00.020) 0:02:28.072 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 06 January 2024 01:37:33 +0000 (0:00:00.020) 0:02:28.092 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 06 January 2024 01:37:33 +0000 (0:00:00.021) 0:02:28.114 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 06 January 2024 01:37:33 +0000 (0:00:00.022) 0:02:28.137 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 06 January 2024 01:37:33 +0000 (0:00:00.021) 0:02:28.159 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 06 January 2024 01:37:33 +0000 (0:00:00.021) 0:02:28.180 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 06 January 2024 01:37:33 +0000 (0:00:00.025) 0:02:28.206 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 06 January 2024 01:37:33 +0000 (0:00:00.022) 0:02:28.228 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 06 January 2024 01:37:33 +0000 (0:00:00.020) 0:02:28.248 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 06 January 2024 01:37:33 +0000 (0:00:00.019) 0:02:28.268 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 06 January 2024 01:37:33 +0000 (0:00:00.078) 0:02:28.346 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 06 January 2024 01:37:33 +0000 (0:00:00.026) 0:02:28.373 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 06 January 2024 01:37:35 +0000 (0:00:01.291) 0:02:29.665 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } ok: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_facts": { "__mssql_current_version": "2022" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 } } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 06 January 2024 01:37:35 +0000 (0:00:00.064) 0:02:29.729 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 06 January 2024 01:37:35 +0000 (0:00:00.022) 0:02:29.752 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 06 January 2024 01:37:35 +0000 (0:00:00.023) 0:02:29.775 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 06 January 2024 01:37:35 +0000 (0:00:00.045) 0:02:29.820 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2022] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 06 January 2024 01:37:35 +0000 (0:00:00.336) 0:02:30.157 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 06 January 2024 01:37:35 +0000 (0:00:00.089) 0:02:30.247 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2022] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 06 January 2024 01:37:35 +0000 (0:00:00.035) 0:02:30.283 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2022] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 06 January 2024 01:37:35 +0000 (0:00:00.053) 0:02:30.336 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 06 January 2024 01:37:35 +0000 (0:00:00.047) 0:02:30.384 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 06 January 2024 01:37:35 +0000 (0:00:00.040) 0:02:30.425 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 06 January 2024 01:37:35 +0000 (0:00:00.029) 0:02:30.454 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 06 January 2024 01:37:35 +0000 (0:00:00.029) 0:02:30.484 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 06 January 2024 01:37:35 +0000 (0:00:00.025) 0:02:30.509 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 06 January 2024 01:37:35 +0000 (0:00:00.038) 0:02:30.548 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 06 January 2024 01:37:38 +0000 (0:00:02.830) 0:02:33.379 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 06 January 2024 01:37:38 +0000 (0:00:00.069) 0:02:33.448 ****** 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.005576", "end": "2024-01-06 01:37:38.970968", "rc": 0, "start": "2024-01-06 01:37:38.965392" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 06 January 2024 01:37:39 +0000 (0:00:00.202) 0:02:33.650 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 06 January 2024 01:37:40 +0000 (0:00:01.437) 0:02:35.087 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 06 January 2024 01:37:40 +0000 (0:00:00.029) 0:02:35.117 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 06 January 2024 01:37:40 +0000 (0:00:00.022) 0:02:35.139 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 06 January 2024 01:37:40 +0000 (0:00:00.021) 0:02:35.161 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 06 January 2024 01:37:40 +0000 (0:00:00.027) 0:02:35.189 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 06 January 2024 01:37:40 +0000 (0:00:00.023) 0:02:35.212 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 06 January 2024 01:37:43 +0000 (0:00:02.817) 0:02:38.030 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 00:55:46 UTC", "ActiveEnterTimestampMonotonic": "21270076", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service network.target systemd-sysctl.service basic.target polkit.service system.slice sysinit.target systemd-journald.socket dbus.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 00:55:44 UTC", "AssertTimestampMonotonic": "19814229", "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-06 00:55:44 UTC", "ConditionTimestampMonotonic": "19814227", "ConfigurationDirectoryMode": "0755", "Conflicts": "tlp.service power-profiles-daemon.service cpupower.service auto-cpufreq.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": "693", "ExecMainStartTimestamp": "Sat 2024-01-06 00:55:44 UTC", "ExecMainStartTimestampMonotonic": "19815015", "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-06 00:55:44 UTC", "InactiveExitTimestampMonotonic": "19815088", "InvocationID": "cb6b95b64af04711a2a88238ab81ae4f", "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": "693", "MemoryAccounting": "yes", "MemoryCurrent": "22761472", "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 dbus.socket dbus.service sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-06 00:55:46 UTC", "StateChangeTimestampMonotonic": "21270076", "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-06 00:55:46 UTC", "WatchdogTimestampMonotonic": "21270073", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 06 January 2024 01:37:43 +0000 (0:00:00.381) 0:02:38.412 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.114665", "end": "2024-01-06 01:37:44.043102", "rc": 0, "start": "2024-01-06 01:37:43.928437" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 06 January 2024 01:37:44 +0000 (0:00:00.308) 0:02:38.721 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 06 January 2024 01:37:44 +0000 (0:00:00.023) 0:02:38.744 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 06 January 2024 01:37:44 +0000 (0:00:00.023) 0:02:38.768 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 06 January 2024 01:37:44 +0000 (0:00:00.024) 0:02:38.792 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 06 January 2024 01:37:44 +0000 (0:00:00.198) 0:02:38.991 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 06 January 2024 01:37:47 +0000 (0:00:02.801) 0:02:41.793 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 06 January 2024 01:37:47 +0000 (0:00:00.032) 0:02:41.825 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 06 January 2024 01:37:47 +0000 (0:00:00.023) 0:02:41.848 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 06 January 2024 01:37:47 +0000 (0:00:00.066) 0:02:41.914 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 06 January 2024 01:37:47 +0000 (0:00:00.023) 0:02:41.938 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 06 January 2024 01:37:47 +0000 (0:00:00.023) 0:02:41.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 : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 06 January 2024 01:37:47 +0000 (0:00:00.023) 0:02:41.985 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 06 January 2024 01:37:47 +0000 (0:00:00.023) 0:02:42.009 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 06 January 2024 01:37:47 +0000 (0:00:00.022) 0:02:42.032 ****** 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.004577", "end": "2024-01-06 01:37:47.553465", "rc": 0, "start": "2024-01-06 01:37:47.548888" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 06 January 2024 01:37:47 +0000 (0:00:00.197) 0:02:42.229 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 06 January 2024 01:37:47 +0000 (0:00:00.023) 0:02:42.253 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 06 January 2024 01:37:48 +0000 (0:00:01.351) 0:02:43.604 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 06 January 2024 01:37:48 +0000 (0:00:00.025) 0:02:43.629 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 06 January 2024 01:37:49 +0000 (0:00:00.022) 0:02:43.652 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 06 January 2024 01:37:49 +0000 (0:00:00.023) 0:02:43.675 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 06 January 2024 01:37:49 +0000 (0:00:00.022) 0:02:43.698 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:37:49 +0000 (0:00:00.037) 0:02:43.736 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002423", "end": "2024-01-06 01:37:49.253275", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:37:49.250852" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:37:49 +0000 (0:00:00.202) 0:02:43.938 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.120002", "end": "2024-01-06 01:37:49.576367", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:37:49.456365" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:37:49 +0000 (0:00:00.320) 0:02:44.259 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 06 January 2024 01:37:49 +0000 (0:00:00.028) 0:02:44.288 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 06 January 2024 01:37:49 +0000 (0:00:00.033) 0:02:44.321 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 06 January 2024 01:37:49 +0000 (0:00:00.027) 0:02:44.348 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 06 January 2024 01:37:49 +0000 (0:00:00.032) 0:02:44.381 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 06 January 2024 01:37:49 +0000 (0:00:00.046) 0:02:44.427 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 06 January 2024 01:37:49 +0000 (0:00:00.033) 0:02:44.460 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 06 January 2024 01:37:49 +0000 (0:00:00.100) 0:02:44.561 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 06 January 2024 01:37:49 +0000 (0:00:00.026) 0:02:44.587 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 06 January 2024 01:37:49 +0000 (0:00:00.022) 0:02:44.610 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 06 January 2024 01:37:49 +0000 (0:00:00.022) 0:02:44.633 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 06 January 2024 01:37:50 +0000 (0:00:00.036) 0:02:44.669 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 06 January 2024 01:37:50 +0000 (0:00:00.022) 0:02:44.692 ****** skipping: [sut] => (item=/tmp/ansible.zwuhszzb) => { "ansible_loop_var": "item", "changed": false, "item": "/tmp/ansible.zwuhszzb", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ansible.7cs49jhi) => { "ansible_loop_var": "item", "changed": false, "item": "ansible.7cs49jhi", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 06 January 2024 01:37:50 +0000 (0:00:00.029) 0:02:44.722 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:37:50 +0000 (0:00:00.039) 0:02:44.762 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.003598", "end": "2024-01-06 01:37:51.283065", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:37:50.279467" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.zwuhszzb TASK [linux-system-roles.mssql : Configure the setting network tlscert] ******** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:37:51 +0000 (0:00:01.200) 0:02:45.963 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:37:51 +0000 (0:00:00.028) 0:02:45.992 ****** 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.121286", "end": "2024-01-06 01:37:51.631293", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:37:51.510007" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 06 January 2024 01:37:51 +0000 (0:00:00.422) 0:02:46.415 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:37:51 +0000 (0:00:00.059) 0:02:46.474 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002511", "end": "2024-01-06 01:37:51.993094", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:37:51.990583" } STDOUT: tlskey = /etc/pki/tls/private/ansible.7cs49jhi TASK [linux-system-roles.mssql : Configure the setting network tlskey] ********* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:37:52 +0000 (0:00:00.199) 0:02:46.673 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:37:52 +0000 (0:00:00.034) 0:02:46.708 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlskey" ], "delta": "0:00:00.120701", "end": "2024-01-06 01:37:52.354343", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:37:52.233642" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 06 January 2024 01:37:52 +0000 (0:00:00.325) 0:02:47.033 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:37:52 +0000 (0:00:00.041) 0:02:47.075 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002685", "end": "2024-01-06 01:37:52.600452", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:37:52.597767" } STDOUT: tlsprotocols = 1.2 TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:37:52 +0000 (0:00:00.204) 0:02:47.279 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:37:52 +0000 (0:00:00.057) 0:02:47.336 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlsprotocols" ], "delta": "0:00:00.122767", "end": "2024-01-06 01:37:52.980597", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:37:52.857830" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 06 January 2024 01:37:53 +0000 (0:00:00.332) 0:02:47.669 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:37:53 +0000 (0:00:00.147) 0:02:47.817 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002973", "end": "2024-01-06 01:37:53.354555", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:37:53.351582" } STDOUT: forceencryption = 1 TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:37:53 +0000 (0:00:00.215) 0:02:48.033 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:37:53 +0000 (0:00:00.029) 0:02:48.062 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.forceencryption" ], "delta": "0:00:00.121788", "end": "2024-01-06 01:37:53.706226", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:37:53.584438" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 06 January 2024 01:37:53 +0000 (0:00:00.322) 0:02:48.385 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 06 January 2024 01:37:53 +0000 (0:00:00.022) 0:02:48.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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 06 January 2024 01:37:53 +0000 (0:00:00.023) 0:02:48.431 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 06 January 2024 01:37:53 +0000 (0:00:00.027) 0:02:48.458 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 06 January 2024 01:37:53 +0000 (0:00:00.025) 0:02:48.484 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 06 January 2024 01:37:53 +0000 (0:00:00.027) 0:02:48.512 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 06 January 2024 01:37:53 +0000 (0:00:00.027) 0:02:48.539 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 06 January 2024 01:37:53 +0000 (0:00:00.025) 0:02:48.565 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 06 January 2024 01:37:53 +0000 (0:00:00.023) 0:02:48.589 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 06 January 2024 01:37:53 +0000 (0:00:00.022) 0:02:48.612 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 06 January 2024 01:37:53 +0000 (0:00:00.020) 0:02:48.632 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 06 January 2024 01:37:54 +0000 (0:00:00.020) 0:02:48.652 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 06 January 2024 01:37:54 +0000 (0:00:00.071) 0:02:48.724 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 06 January 2024 01:37:54 +0000 (0:00:00.022) 0:02:48.746 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 06 January 2024 01:37:54 +0000 (0:00:00.022) 0:02:48.769 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 06 January 2024 01:37:54 +0000 (0:00:00.022) 0:02:48.791 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 06 January 2024 01:37:54 +0000 (0:00:00.021) 0:02:48.813 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 06 January 2024 01:37:54 +0000 (0:00:00.021) 0:02:48.834 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 06 January 2024 01:37:54 +0000 (0:00:00.022) 0:02:48.857 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 06 January 2024 01:37:54 +0000 (0:00:00.025) 0:02:48.882 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 06 January 2024 01:37:54 +0000 (0:00:00.027) 0:02:48.910 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 06 January 2024 01:37:54 +0000 (0:00:00.023) 0:02:48.933 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 06 January 2024 01:37:54 +0000 (0:00:00.023) 0:02:48.956 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 06 January 2024 01:37:54 +0000 (0:00:00.023) 0:02:48.980 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 06 January 2024 01:37:54 +0000 (0:00:00.022) 0:02:49.002 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 06 January 2024 01:37:54 +0000 (0:00:00.021) 0:02:49.024 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 06 January 2024 01:37:54 +0000 (0:00:00.020) 0:02:49.044 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 06 January 2024 01:37:54 +0000 (0:00:00.025) 0:02:49.070 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 06 January 2024 01:37:54 +0000 (0:00:00.021) 0:02:49.091 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 06 January 2024 01:37:54 +0000 (0:00:00.073) 0:02:49.165 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 06 January 2024 01:37:54 +0000 (0:00:00.030) 0:02:49.195 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 06 January 2024 01:37:54 +0000 (0:00:00.021) 0:02:49.217 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 06 January 2024 01:37:54 +0000 (0:00:00.020) 0:02:49.238 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 06 January 2024 01:37:54 +0000 (0:00:00.021) 0:02:49.259 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 06 January 2024 01:37:54 +0000 (0:00:00.020) 0:02:49.280 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 06 January 2024 01:37:54 +0000 (0:00:00.021) 0:02:49.301 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 06 January 2024 01:37:54 +0000 (0:00:00.021) 0:02:49.323 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 06 January 2024 01:37:54 +0000 (0:00:00.021) 0:02:49.344 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 06 January 2024 01:37:54 +0000 (0:00:00.020) 0:02:49.365 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 06 January 2024 01:37:54 +0000 (0:00:00.021) 0:02:49.387 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 06 January 2024 01:37:54 +0000 (0:00:00.021) 0:02:49.409 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 06 January 2024 01:37:54 +0000 (0:00:00.022) 0:02:49.432 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 06 January 2024 01:37:54 +0000 (0:00:00.027) 0:02:49.460 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 06 January 2024 01:37:54 +0000 (0:00:00.020) 0:02:49.480 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 06 January 2024 01:37:54 +0000 (0:00:00.023) 0:02:49.504 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 06 January 2024 01:37:54 +0000 (0:00:00.026) 0:02:49.531 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 06 January 2024 01:37:54 +0000 (0:00:00.088) 0:02:49.619 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 06 January 2024 01:37:55 +0000 (0:00:00.028) 0:02:49.648 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 06 January 2024 01:37:55 +0000 (0:00:00.023) 0:02:49.671 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 06 January 2024 01:37:55 +0000 (0:00:00.024) 0:02:49.696 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 06 January 2024 01:37:55 +0000 (0:00:00.024) 0:02:49.720 ****** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 06 January 2024 01:37:55 +0000 (0:00:00.224) 0:02:49.944 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:37:25 UTC", "ActiveEnterTimestampMonotonic": "2521019383", "ActiveExitTimestamp": "Sat 2024-01-06 01:37:25 UTC", "ActiveExitTimestampMonotonic": "2520859109", "ActiveState": "active", "After": "basic.target system.slice sysinit.target systemd-journald.socket -.mount auditd.service network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:37:25 UTC", "AssertTimestampMonotonic": "2521018415", "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-06 01:37:25 UTC", "ConditionTimestampMonotonic": "2521018413", "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": "63323", "ExecMainStartTimestamp": "Sat 2024-01-06 01:37:25 UTC", "ExecMainStartTimestampMonotonic": "2521019323", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-06 01:37:25 UTC] ; stop_time=[n/a] ; pid=63323 ; 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-06 01:37:25 UTC", "InactiveEnterTimestampMonotonic": "2521017615", "InactiveExitTimestamp": "Sat 2024-01-06 01:37:25 UTC", "InactiveExitTimestampMonotonic": "2521019383", "InvocationID": "72e8930cd2174fadae9e2181352e71a3", "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": "63323", "MemoryAccounting": "yes", "MemoryCurrent": "737476608", "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 sysinit.target -.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-06 01:37:25 UTC", "StateChangeTimestampMonotonic": "2521019383", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "177", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-06 01:37:25 UTC", "WatchdogTimestampMonotonic": "2521019380", "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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 06 January 2024 01:37:55 +0000 (0:00:00.502) 0:02:50.446 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 06 January 2024 01:37:55 +0000 (0:00:00.022) 0:02:50.469 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify connectivity and settings] **************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/tests_tls.yml:147 Saturday 06 January 2024 01:37:55 +0000 (0:00:00.021) 0:02:50.491 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:8 Saturday 06 January 2024 01:37:56 +0000 (0:00:00.239) 0:02:50.731 ****** 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-cih756uj26/tests/tasks/verify_settings.yml:23 Saturday 06 January 2024 01:37:56 +0000 (0:00:00.025) 0:02:50.757 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:35 Saturday 06 January 2024 01:37:56 +0000 (0:00:00.023) 0:02:50.781 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:39 Saturday 06 January 2024 01:37:56 +0000 (0:00:00.025) 0:02:50.806 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:55 Saturday 06 January 2024 01:37:56 +0000 (0:00:00.023) 0:02:50.830 ****** 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-cih756uj26/tests/tasks/verify_settings.yml:60 Saturday 06 January 2024 01:37:56 +0000 (0:00:00.022) 0:02:50.853 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:70 Saturday 06 January 2024 01:37:56 +0000 (0:00:00.022) 0:02:50.875 ****** 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-cih756uj26/tests/tasks/verify_settings.yml:75 Saturday 06 January 2024 01:37:56 +0000 (0:00:00.026) 0:02:50.902 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:85 Saturday 06 January 2024 01:37:56 +0000 (0:00:00.024) 0:02:50.927 ****** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 06 January 2024 01:37:56 +0000 (0:00:00.046) 0:02:50.973 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:37:55 UTC", "ActiveEnterTimestampMonotonic": "2550899167", "ActiveExitTimestamp": "Sat 2024-01-06 01:37:55 UTC", "ActiveExitTimestampMonotonic": "2550736035", "ActiveState": "active", "After": "basic.target system.slice sysinit.target systemd-journald.socket -.mount auditd.service network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:37:55 UTC", "AssertTimestampMonotonic": "2550898248", "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-06 01:37:55 UTC", "ConditionTimestampMonotonic": "2550898246", "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": "64379", "ExecMainStartTimestamp": "Sat 2024-01-06 01:37:55 UTC", "ExecMainStartTimestampMonotonic": "2550899108", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-06 01:37:55 UTC] ; stop_time=[n/a] ; pid=64379 ; 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-06 01:37:55 UTC", "InactiveEnterTimestampMonotonic": "2550897422", "InactiveExitTimestamp": "Sat 2024-01-06 01:37:55 UTC", "InactiveExitTimestampMonotonic": "2550899167", "InvocationID": "f681ac21f42746ec8a82e81f75a24c3f", "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": "64379", "MemoryAccounting": "yes", "MemoryCurrent": "160129024", "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 sysinit.target -.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-06 01:37:55 UTC", "StateChangeTimestampMonotonic": "2550899167", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "57", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-06 01:37:55 UTC", "WatchdogTimestampMonotonic": "2550899164", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 06 January 2024 01:37:56 +0000 (0:00:00.356) 0:02:51.330 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003662", "end": "2024-01-06 01:37:56.864325", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:37:56.860663" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 06 January 2024 01:37:56 +0000 (0:00:00.217) 0:02:51.547 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002976", "end": "2024-01-06 01:37:57.132540", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:37:57.129564" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 06 January 2024 01:37:57 +0000 (0:00:00.354) 0:02:51.902 ****** 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-cih756uj26/tests/tasks/verify_settings.yml:93 Saturday 06 January 2024 01:37:57 +0000 (0:00:00.048) 0:02:51.951 ****** ok: [sut] => { "changed": false, "elapsed": 3, "gid": 991, "group": "mssql", "match_groupdict": {}, "match_groups": [], "mode": "0660", "owner": "mssql", "path": "/var/opt/mssql/log/errorlog", "port": null, "search_regex": "SQL Server is now ready for client connections", "secontext": "system_u:object_r:var_t:s0", "size": 15621, "state": "file", "uid": 993 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:99 Saturday 06 January 2024 01:38:00 +0000 (0:00:03.281) 0:02:55.232 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.048980", "end": "2024-01-06 01:38:00.805622", "rc": 0, "start": "2024-01-06 01:38:00.756642" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2022 (RTM-CU10) (KB5031778) - 16.0.4095.4 (X64) Oct 30 2023 16:12:44 Copyright (C) 2022 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Stream 8) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:113 Saturday 06 January 2024 01:38:00 +0000 (0:00:00.261) 0:02:55.494 ****** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:117 Saturday 06 January 2024 01:38:00 +0000 (0:00:00.029) 0:02:55.524 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:124 Saturday 06 January 2024 01:38:00 +0000 (0:00:00.029) 0:02:55.554 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:135 Saturday 06 January 2024 01:38:00 +0000 (0:00:00.023) 0:02:55.578 ****** 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-cih756uj26/tests/tasks/verify_settings.yml:140 Saturday 06 January 2024 01:38:00 +0000 (0:00:00.039) 0:02:55.617 ****** 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-cih756uj26/tests/tasks/verify_settings.yml:145 Saturday 06 January 2024 01:38:00 +0000 (0:00:00.025) 0:02:55.642 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:151 Saturday 06 January 2024 01:38:01 +0000 (0:00:00.023) 0:02:55.666 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:157 Saturday 06 January 2024 01:38:01 +0000 (0:00:00.027) 0:02:55.693 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:167 Saturday 06 January 2024 01:38:01 +0000 (0:00:00.095) 0:02:55.789 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlscert] ************************************ task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:38:01 +0000 (0:00:00.044) 0:02:55.833 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004070", "end": "2024-01-06 01:38:01.354581", "rc": 0, "start": "2024-01-06 01:38:01.350511" } TASK [Verify the setting when it is type str tlscert] ************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:38:01 +0000 (0:00:00.199) 0:02:56.032 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:38:01 +0000 (0:00:00.031) 0:02:56.063 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:38:01 +0000 (0:00:00.026) 0:02:56.090 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:178 Saturday 06 January 2024 01:38:01 +0000 (0:00:00.021) 0:02:56.112 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlskey] ************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:38:01 +0000 (0:00:00.038) 0:02:56.151 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003882", "end": "2024-01-06 01:38:01.668947", "rc": 0, "start": "2024-01-06 01:38:01.665065" } TASK [Verify the setting when it is type str tlskey] *************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:38:01 +0000 (0:00:00.196) 0:02:56.347 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:38:01 +0000 (0:00:00.035) 0:02:56.383 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:38:01 +0000 (0:00:00.031) 0:02:56.414 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:190 Saturday 06 January 2024 01:38:01 +0000 (0:00:00.023) 0:02:56.438 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlsprotocols] ******************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:38:01 +0000 (0:00:00.039) 0:02:56.477 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004165", "end": "2024-01-06 01:38:01.999816", "rc": 0, "start": "2024-01-06 01:38:01.995651" } TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:38:02 +0000 (0:00:00.220) 0:02:56.697 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:38:02 +0000 (0:00:00.031) 0:02:56.729 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:38:02 +0000 (0:00:00.025) 0:02:56.754 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:198 Saturday 06 January 2024 01:38:02 +0000 (0:00:00.023) 0:02:56.777 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting forceencryption] **************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:38:02 +0000 (0:00:00.044) 0:02:56.822 ****** ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003973", "end": "2024-01-06 01:38:02.346250", "rc": 0, "start": "2024-01-06 01:38:02.342277" } TASK [Verify the setting when it is type str forceencryption] ****************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:38:02 +0000 (0:00:00.204) 0:02:57.026 ****** 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-cih756uj26/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:38:02 +0000 (0:00:00.026) 0:02:57.053 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:38:02 +0000 (0:00:00.035) 0:02:57.088 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:208 Saturday 06 January 2024 01:38:02 +0000 (0:00:00.024) 0:02:57.113 ****** 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-cih756uj26/tests/tasks/verify_settings.yml:213 Saturday 06 January 2024 01:38:02 +0000 (0:00:00.023) 0:02:57.136 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:221 Saturday 06 January 2024 01:38:02 +0000 (0:00:00.021) 0:02:57.158 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test with certs created by the certificate role] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/tests_tls.yml:154 Saturday 06 January 2024 01:38:02 +0000 (0:00:00.020) 0:02:57.179 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 06 January 2024 01:38:03 +0000 (0:00:00.468) 0:02:57.647 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 06 January 2024 01:38:03 +0000 (0:00:00.036) 0:02:57.683 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 06 January 2024 01:38:03 +0000 (0:00:00.030) 0:02:57.714 ****** 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-cih756uj26/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-cih756uj26/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-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 06 January 2024 01:38:03 +0000 (0:00:00.057) 0:02:57.772 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 06 January 2024 01:38:03 +0000 (0:00:00.023) 0:02:57.795 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 06 January 2024 01:38:03 +0000 (0:00:00.026) 0:02:57.821 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 06 January 2024 01:38:03 +0000 (0:00:00.103) 0:02:57.924 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 06 January 2024 01:38:03 +0000 (0:00:00.031) 0:02:57.955 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 06 January 2024 01:38:03 +0000 (0:00:00.022) 0:02:57.978 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 06 January 2024 01:38:03 +0000 (0:00:00.022) 0:02:58.001 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 06 January 2024 01:38:03 +0000 (0:00:00.023) 0:02:58.025 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 06 January 2024 01:38:03 +0000 (0:00:00.023) 0:02:58.048 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 06 January 2024 01:38:03 +0000 (0:00:00.027) 0:02:58.076 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 06 January 2024 01:38:03 +0000 (0:00:00.059) 0:02:58.135 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 06 January 2024 01:38:03 +0000 (0:00:00.023) 0:02:58.158 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 06 January 2024 01:38:03 +0000 (0:00:00.032) 0:02:58.191 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 06 January 2024 01:38:03 +0000 (0:00:00.043) 0:02:58.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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 06 January 2024 01:38:03 +0000 (0:00:00.035) 0:02:58.270 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 06 January 2024 01:38:03 +0000 (0:00:00.029) 0:02:58.299 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 06 January 2024 01:38:05 +0000 (0:00:01.409) 0:02:59.708 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } ok: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_facts": { "__mssql_current_version": "2022" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 } } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 06 January 2024 01:38:05 +0000 (0:00:00.102) 0:02:59.810 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 06 January 2024 01:38:05 +0000 (0:00:00.023) 0:02:59.834 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 06 January 2024 01:38:05 +0000 (0:00:00.026) 0:02:59.861 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 06 January 2024 01:38:05 +0000 (0:00:00.055) 0:02:59.916 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2022] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 06 January 2024 01:38:05 +0000 (0:00:00.371) 0:03:00.287 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 06 January 2024 01:38:05 +0000 (0:00:00.025) 0:03:00.312 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2022] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 06 January 2024 01:38:05 +0000 (0:00:00.043) 0:03:00.356 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2022] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 06 January 2024 01:38:05 +0000 (0:00:00.038) 0:03:00.394 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 06 January 2024 01:38:05 +0000 (0:00:00.044) 0:03:00.439 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 06 January 2024 01:38:05 +0000 (0:00:00.056) 0:03:00.496 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 06 January 2024 01:38:05 +0000 (0:00:00.029) 0:03:00.525 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 06 January 2024 01:38:05 +0000 (0:00:00.108) 0:03:00.634 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 06 January 2024 01:38:06 +0000 (0:00:00.031) 0:03:00.666 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 06 January 2024 01:38:06 +0000 (0:00:00.024) 0:03:00.690 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 06 January 2024 01:38:08 +0000 (0:00:02.839) 0:03:03.530 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 06 January 2024 01:38:08 +0000 (0:00:00.023) 0:03:03.554 ****** 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.005486", "end": "2024-01-06 01:38:09.076004", "rc": 0, "start": "2024-01-06 01:38:09.070518" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 06 January 2024 01:38:09 +0000 (0:00:00.201) 0:03:03.755 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 06 January 2024 01:38:11 +0000 (0:00:02.428) 0:03:06.184 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 06 January 2024 01:38:11 +0000 (0:00:00.030) 0:03:06.214 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 06 January 2024 01:38:11 +0000 (0:00:00.022) 0:03:06.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 : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 06 January 2024 01:38:11 +0000 (0:00:00.101) 0:03:06.338 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 06 January 2024 01:38:11 +0000 (0:00:00.027) 0:03:06.366 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 06 January 2024 01:38:11 +0000 (0:00:00.027) 0:03:06.394 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 06 January 2024 01:38:14 +0000 (0:00:02.815) 0:03:09.210 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 00:55:46 UTC", "ActiveEnterTimestampMonotonic": "21270076", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service network.target systemd-sysctl.service basic.target polkit.service system.slice sysinit.target systemd-journald.socket dbus.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 00:55:44 UTC", "AssertTimestampMonotonic": "19814229", "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-06 00:55:44 UTC", "ConditionTimestampMonotonic": "19814227", "ConfigurationDirectoryMode": "0755", "Conflicts": "tlp.service power-profiles-daemon.service cpupower.service auto-cpufreq.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": "693", "ExecMainStartTimestamp": "Sat 2024-01-06 00:55:44 UTC", "ExecMainStartTimestampMonotonic": "19815015", "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-06 00:55:44 UTC", "InactiveExitTimestampMonotonic": "19815088", "InvocationID": "cb6b95b64af04711a2a88238ab81ae4f", "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": "693", "MemoryAccounting": "yes", "MemoryCurrent": "23007232", "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 dbus.socket dbus.service sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-06 00:55:46 UTC", "StateChangeTimestampMonotonic": "21270076", "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-06 00:55:46 UTC", "WatchdogTimestampMonotonic": "21270073", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 06 January 2024 01:38:15 +0000 (0:00:01.321) 0:03:10.531 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.112469", "end": "2024-01-06 01:38:16.156010", "rc": 0, "start": "2024-01-06 01:38:16.043541" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 06 January 2024 01:38:16 +0000 (0:00:00.305) 0:03:10.837 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 06 January 2024 01:38:16 +0000 (0:00:00.033) 0:03:10.870 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 06 January 2024 01:38:16 +0000 (0:00:00.027) 0:03:10.898 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 06 January 2024 01:38:16 +0000 (0:00:00.040) 0:03:10.939 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 06 January 2024 01:38:16 +0000 (0:00:00.223) 0:03:11.163 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 06 January 2024 01:38:19 +0000 (0:00:02.794) 0:03:13.958 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 06 January 2024 01:38:19 +0000 (0:00:00.087) 0:03:14.045 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 06 January 2024 01:38:19 +0000 (0:00:00.024) 0:03:14.070 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 06 January 2024 01:38:19 +0000 (0:00:00.027) 0:03:14.097 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 06 January 2024 01:38:19 +0000 (0:00:00.025) 0:03:14.123 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 06 January 2024 01:38:19 +0000 (0:00:00.024) 0:03:14.147 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 06 January 2024 01:38:19 +0000 (0:00:00.023) 0:03:14.171 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 06 January 2024 01:38:19 +0000 (0:00:00.022) 0:03:14.194 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 06 January 2024 01:38:19 +0000 (0:00:00.021) 0:03:14.215 ****** 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.004396", "end": "2024-01-06 01:38:19.735078", "rc": 0, "start": "2024-01-06 01:38:19.730682" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 06 January 2024 01:38:19 +0000 (0:00:00.196) 0:03:14.411 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 06 January 2024 01:38:19 +0000 (0:00:00.023) 0:03:14.435 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 06 January 2024 01:38:21 +0000 (0:00:01.362) 0:03:15.798 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 06 January 2024 01:38:21 +0000 (0:00:00.026) 0:03:15.824 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 06 January 2024 01:38:21 +0000 (0:00:00.022) 0:03:15.847 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 06 January 2024 01:38:21 +0000 (0:00:00.024) 0:03:15.871 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 06 January 2024 01:38:21 +0000 (0:00:00.023) 0:03:15.895 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:38:21 +0000 (0:00:00.036) 0:03:15.931 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002597", "end": "2024-01-06 01:38:21.450491", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:38:21.447894" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:38:21 +0000 (0:00:00.196) 0:03:16.127 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.124128", "end": "2024-01-06 01:38:21.770913", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:38:21.646785" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:38:21 +0000 (0:00:00.326) 0:03:16.453 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 06 January 2024 01:38:21 +0000 (0:00:00.021) 0:03:16.475 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 06 January 2024 01:38:21 +0000 (0:00:00.022) 0:03:16.498 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 06 January 2024 01:38:21 +0000 (0:00:00.027) 0:03:16.526 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 06 January 2024 01:38:21 +0000 (0:00:00.023) 0:03:16.549 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 06 January 2024 01:38:21 +0000 (0:00:00.022) 0:03:16.571 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 06 January 2024 01:38:22 +0000 (0:00:00.101) 0:03:16.672 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 06 January 2024 01:38:22 +0000 (0:00:00.026) 0:03:16.699 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 06 January 2024 01:38:22 +0000 (0:00:00.031) 0:03:16.731 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 06 January 2024 01:38:22 +0000 (0:00:00.024) 0:03:16.755 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 06 January 2024 01:38:22 +0000 (0:00:00.023) 0:03:16.779 ****** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/git-weekly-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 06 January 2024 01:38:22 +0000 (0:00:00.066) 0:03:16.845 ****** included: /WORKDIR/git-weekly-cih756uj26/.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-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 06 January 2024 01:38:22 +0000 (0:00:00.063) 0:03:16.909 ****** 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-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 06 January 2024 01:38:22 +0000 (0:00:00.040) 0:03:16.949 ****** 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-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 06 January 2024 01:38:22 +0000 (0:00:00.197) 0:03:17.147 ****** 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-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Saturday 06 January 2024 01:38:22 +0000 (0:00:00.028) 0:03:17.176 ****** 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-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 06 January 2024 01:38:22 +0000 (0:00:00.071) 0:03:17.247 ****** 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-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Saturday 06 January 2024 01:38:26 +0000 (0:00:03.707) 0:03:20.955 ****** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "rc": 0, "results": [ "Installed: xmlrpc-c-1.51.0-8.el8.x86_64", "Installed: certmonger-0.79.17-2.el8.x86_64", "Installed: xmlrpc-c-client-1.51.0-8.el8.x86_64" ] } lsrpackages: certmonger TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Saturday 06 January 2024 01:38:31 +0000 (0:00:04.769) 0:03:25.725 ****** 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-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Saturday 06 January 2024 01:38:31 +0000 (0:00:00.225) 0:03:25.951 ****** 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-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Saturday 06 January 2024 01:38:31 +0000 (0:00:00.218) 0:03:26.170 ****** 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 basic.target dbus.socket syslog.target sysinit.target network.target system.slice dbus.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedorahosted.certmonger", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/certmonger.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "certmonger.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28609", "LimitNPROCSoft": "28609", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/certmonger.pid", "PartOf": "dbus.service", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "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-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Saturday 06 January 2024 01:38:32 +0000 (0:00:00.505) 0:03:26.675 ****** changed: [sut] => (item={'name': 'mssql_2019_cert', 'common_name': '10.31.46.120', 'ca': 'self-sign', 'owner': 'mssql', 'group': 'mssql', 'mode': '0600'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "self-sign", "common_name": "10.31.46.120", "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-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Saturday 06 January 2024 01:38:32 +0000 (0:00:00.747) 0:03:27.422 ****** skipping: [sut] => (item=['cert', {'name': 'mssql_2019_cert', 'common_name': '10.31.46.120', 'ca': 'self-sign', 'owner': 'mssql', 'group': 'mssql', 'mode': '0600'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "cert", { "ca": "self-sign", "common_name": "10.31.46.120", "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.46.120', 'ca': 'self-sign', 'owner': 'mssql', 'group': 'mssql', 'mode': '0600'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "key", { "ca": "self-sign", "common_name": "10.31.46.120", "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.46.120', 'ca': 'self-sign', 'owner': 'mssql', 'group': 'mssql', 'mode': '0600'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "ca", { "ca": "self-sign", "common_name": "10.31.46.120", "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-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Saturday 06 January 2024 01:38:32 +0000 (0:00:00.057) 0:03:27.480 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /WORKDIR/git-weekly-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Saturday 06 January 2024 01:38:32 +0000 (0:00:00.029) 0:03:27.510 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /WORKDIR/git-weekly-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Saturday 06 January 2024 01:38:32 +0000 (0:00:00.032) 0:03:27.542 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 06 January 2024 01:38:32 +0000 (0:00:00.032) 0:03:27.575 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 06 January 2024 01:38:32 +0000 (0:00:00.034) 0:03:27.609 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 06 January 2024 01:38:33 +0000 (0:00:00.138) 0:03:27.747 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:38:33 +0000 (0:00:00.044) 0:03:27.792 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002505", "end": "2024-01-06 01:38:33.311361", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:38:33.308856" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlscert] ******** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:38:33 +0000 (0:00:00.201) 0:03:27.993 ****** 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.121706", "end": "2024-01-06 01:38:33.638296", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:38:33.516590" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:38:33 +0000 (0:00:00.335) 0:03:28.328 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 06 January 2024 01:38:33 +0000 (0:00:00.026) 0:03:28.355 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:38:33 +0000 (0:00:00.046) 0:03:28.401 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002484", "end": "2024-01-06 01:38:33.921279", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:38:33.918795" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlskey] ********* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:38:33 +0000 (0:00:00.227) 0:03:28.629 ****** 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.120630", "end": "2024-01-06 01:38:34.292097", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:38:34.171467" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:38:34 +0000 (0:00:00.345) 0:03:28.974 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 06 January 2024 01:38:34 +0000 (0:00:00.025) 0:03:28.999 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:38:34 +0000 (0:00:00.043) 0:03:29.043 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002605", "end": "2024-01-06 01:38:34.562455", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:38:34.559850" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:38:34 +0000 (0:00:00.259) 0:03:29.302 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlsprotocols", "1.2" ], "delta": "0:00:00.120290", "end": "2024-01-06 01:38:34.942953", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:38:34.822663" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:38:34 +0000 (0:00:00.322) 0:03:29.625 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 06 January 2024 01:38:35 +0000 (0:00:00.024) 0:03:29.649 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:38:35 +0000 (0:00:00.043) 0:03:29.693 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002409", "end": "2024-01-06 01:38:35.210548", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:38:35.208139" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:38:35 +0000 (0:00:00.195) 0:03:29.888 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.forceencryption", "1" ], "delta": "0:00:00.124113", "end": "2024-01-06 01:38:35.534810", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:38:35.410697" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:38:35 +0000 (0:00:00.328) 0:03:30.217 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 06 January 2024 01:38:35 +0000 (0:00:00.030) 0:03:30.247 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 06 January 2024 01:38:35 +0000 (0:00:00.024) 0:03:30.272 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 06 January 2024 01:38:35 +0000 (0:00:00.029) 0:03:30.301 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 06 January 2024 01:38:35 +0000 (0:00:00.023) 0:03:30.324 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 06 January 2024 01:38:35 +0000 (0:00:00.025) 0:03:30.349 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 06 January 2024 01:38:35 +0000 (0:00:00.024) 0:03:30.374 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 06 January 2024 01:38:35 +0000 (0:00:00.108) 0:03:30.482 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 06 January 2024 01:38:35 +0000 (0:00:00.026) 0:03:30.509 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 06 January 2024 01:38:35 +0000 (0:00:00.025) 0:03:30.534 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 06 January 2024 01:38:35 +0000 (0:00:00.024) 0:03:30.558 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 06 January 2024 01:38:35 +0000 (0:00:00.023) 0:03:30.582 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 06 January 2024 01:38:35 +0000 (0:00:00.022) 0:03:30.604 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 06 January 2024 01:38:35 +0000 (0:00:00.034) 0:03:30.639 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 06 January 2024 01:38:36 +0000 (0:00:00.023) 0:03:30.662 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 06 January 2024 01:38:36 +0000 (0:00:00.022) 0:03:30.685 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 06 January 2024 01:38:36 +0000 (0:00:00.025) 0:03:30.710 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 06 January 2024 01:38:36 +0000 (0:00:00.025) 0:03:30.735 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 06 January 2024 01:38:36 +0000 (0:00:00.023) 0:03:30.758 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 06 January 2024 01:38:36 +0000 (0:00:00.022) 0:03:30.781 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 06 January 2024 01:38:36 +0000 (0:00:00.022) 0:03:30.804 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 06 January 2024 01:38:36 +0000 (0:00:00.023) 0:03:30.827 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 06 January 2024 01:38:36 +0000 (0:00:00.024) 0:03:30.852 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 06 January 2024 01:38:36 +0000 (0:00:00.109) 0:03:30.961 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 06 January 2024 01:38:36 +0000 (0:00:00.026) 0:03:30.988 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 06 January 2024 01:38:36 +0000 (0:00:00.029) 0:03:31.017 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 06 January 2024 01:38:36 +0000 (0:00:00.023) 0:03:31.041 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 06 January 2024 01:38:36 +0000 (0:00:00.022) 0:03:31.063 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 06 January 2024 01:38:36 +0000 (0:00:00.029) 0:03:31.093 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 06 January 2024 01:38:36 +0000 (0:00:00.024) 0:03:31.118 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 06 January 2024 01:38:36 +0000 (0:00:00.023) 0:03:31.141 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 06 January 2024 01:38:36 +0000 (0:00:00.029) 0:03:31.170 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 06 January 2024 01:38:36 +0000 (0:00:00.022) 0:03:31.193 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 06 January 2024 01:38:36 +0000 (0:00:00.021) 0:03:31.214 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 06 January 2024 01:38:36 +0000 (0:00:00.023) 0:03:31.238 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 06 January 2024 01:38:36 +0000 (0:00:00.022) 0:03:31.260 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 06 January 2024 01:38:36 +0000 (0:00:00.022) 0:03:31.282 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 06 January 2024 01:38:36 +0000 (0:00:00.022) 0:03:31.305 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 06 January 2024 01:38:36 +0000 (0:00:00.029) 0:03:31.334 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 06 January 2024 01:38:36 +0000 (0:00:00.027) 0:03:31.362 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 06 January 2024 01:38:36 +0000 (0:00:00.104) 0:03:31.467 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 06 January 2024 01:38:36 +0000 (0:00:00.026) 0:03:31.494 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 06 January 2024 01:38:36 +0000 (0:00:00.025) 0:03:31.519 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 06 January 2024 01:38:36 +0000 (0:00:00.031) 0:03:31.551 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 06 January 2024 01:38:36 +0000 (0:00:00.022) 0:03:31.574 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 06 January 2024 01:38:36 +0000 (0:00:00.022) 0:03:31.596 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 06 January 2024 01:38:36 +0000 (0:00:00.025) 0:03:31.622 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 06 January 2024 01:38:37 +0000 (0:00:00.027) 0:03:31.650 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 06 January 2024 01:38:37 +0000 (0:00:00.034) 0:03:31.685 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 06 January 2024 01:38:37 +0000 (0:00:00.042) 0:03:31.727 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 06 January 2024 01:38:37 +0000 (0:00:00.052) 0:03:31.780 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 06 January 2024 01:38:37 +0000 (0:00:00.036) 0:03:31.816 ****** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 06 January 2024 01:38:37 +0000 (0:00:00.221) 0:03:32.037 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:37:55 UTC", "ActiveEnterTimestampMonotonic": "2550899167", "ActiveExitTimestamp": "Sat 2024-01-06 01:37:55 UTC", "ActiveExitTimestampMonotonic": "2550736035", "ActiveState": "active", "After": "system.slice systemd-journald.socket sysinit.target network.target auditd.service basic.target -.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:37:55 UTC", "AssertTimestampMonotonic": "2550898248", "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-06 01:37:55 UTC", "ConditionTimestampMonotonic": "2550898246", "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": "64379", "ExecMainStartTimestamp": "Sat 2024-01-06 01:37:55 UTC", "ExecMainStartTimestampMonotonic": "2550899108", "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-06 01:37:55 UTC", "InactiveEnterTimestampMonotonic": "2550897422", "InactiveExitTimestamp": "Sat 2024-01-06 01:37:55 UTC", "InactiveExitTimestampMonotonic": "2550899167", "InvocationID": "f681ac21f42746ec8a82e81f75a24c3f", "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": "64379", "MemoryAccounting": "yes", "MemoryCurrent": "733876224", "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": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-06 01:37:55 UTC", "StateChangeTimestampMonotonic": "2550899167", "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": "176", "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-06 01:37:55 UTC", "WatchdogTimestampMonotonic": "2550899164", "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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 06 January 2024 01:38:37 +0000 (0:00:00.507) 0:03:32.545 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 06 January 2024 01:38:38 +0000 (0:00:00.103) 0:03:32.648 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers TASK [Verify connectivity and settings] **************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/tests_tls.yml:168 Saturday 06 January 2024 01:38:38 +0000 (0:00:00.028) 0:03:32.677 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:8 Saturday 06 January 2024 01:38:38 +0000 (0:00:00.220) 0:03:32.897 ****** 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-cih756uj26/tests/tasks/verify_settings.yml:23 Saturday 06 January 2024 01:38:38 +0000 (0:00:00.022) 0:03:32.919 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:35 Saturday 06 January 2024 01:38:38 +0000 (0:00:00.020) 0:03:32.940 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:39 Saturday 06 January 2024 01:38:38 +0000 (0:00:00.021) 0:03:32.962 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:55 Saturday 06 January 2024 01:38:38 +0000 (0:00:00.021) 0:03:32.983 ****** 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-cih756uj26/tests/tasks/verify_settings.yml:60 Saturday 06 January 2024 01:38:38 +0000 (0:00:00.021) 0:03:33.005 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:70 Saturday 06 January 2024 01:38:38 +0000 (0:00:00.020) 0:03:33.026 ****** 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-cih756uj26/tests/tasks/verify_settings.yml:75 Saturday 06 January 2024 01:38:38 +0000 (0:00:00.020) 0:03:33.046 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:85 Saturday 06 January 2024 01:38:38 +0000 (0:00:00.095) 0:03:33.142 ****** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 06 January 2024 01:38:38 +0000 (0:00:00.040) 0:03:33.182 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:38:37 UTC", "ActiveEnterTimestampMonotonic": "2593002357", "ActiveExitTimestamp": "Sat 2024-01-06 01:38:37 UTC", "ActiveExitTimestampMonotonic": "2592834800", "ActiveState": "active", "After": "system.slice systemd-journald.socket sysinit.target network.target auditd.service basic.target -.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:38:37 UTC", "AssertTimestampMonotonic": "2593001313", "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-06 01:38:37 UTC", "ConditionTimestampMonotonic": "2593001312", "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": "66165", "ExecMainStartTimestamp": "Sat 2024-01-06 01:38:37 UTC", "ExecMainStartTimestampMonotonic": "2593002296", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-06 01:38:37 UTC] ; stop_time=[n/a] ; pid=66165 ; 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-06 01:38:37 UTC", "InactiveEnterTimestampMonotonic": "2593000454", "InactiveExitTimestamp": "Sat 2024-01-06 01:38:37 UTC", "InactiveExitTimestampMonotonic": "2593002357", "InvocationID": "50dcdca5b99b45bf8a2c3a2b958122c2", "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": "66165", "MemoryAccounting": "yes", "MemoryCurrent": "165670912", "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": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-06 01:38:37 UTC", "StateChangeTimestampMonotonic": "2593002357", "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": "56", "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-06 01:38:37 UTC", "WatchdogTimestampMonotonic": "2593002355", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 06 January 2024 01:38:38 +0000 (0:00:00.356) 0:03:33.538 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003983", "end": "2024-01-06 01:38:39.117910", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:38:39.113927" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 06 January 2024 01:38:39 +0000 (0:00:00.260) 0:03:33.799 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003029", "end": "2024-01-06 01:38:39.335042", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:38:39.332013" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 06 January 2024 01:38:39 +0000 (0:00:00.213) 0:03:34.012 ****** 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-cih756uj26/tests/tasks/verify_settings.yml:93 Saturday 06 January 2024 01:38:39 +0000 (0:00:00.030) 0:03:34.043 ****** ok: [sut] => { "changed": false, "elapsed": 3, "gid": 991, "group": "mssql", "match_groupdict": {}, "match_groups": [], "mode": "0660", "owner": "mssql", "path": "/var/opt/mssql/log/errorlog", "port": null, "search_regex": "SQL Server is now ready for client connections", "secontext": "system_u:object_r:var_t:s0", "size": 15462, "state": "file", "uid": 993 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:99 Saturday 06 January 2024 01:38:42 +0000 (0:00:03.253) 0:03:37.297 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.034890", "end": "2024-01-06 01:38:42.857361", "rc": 0, "start": "2024-01-06 01:38:42.822471" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2022 (RTM-CU10) (KB5031778) - 16.0.4095.4 (X64) Oct 30 2023 16:12:44 Copyright (C) 2022 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Stream 8) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:113 Saturday 06 January 2024 01:38:42 +0000 (0:00:00.242) 0:03:37.539 ****** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:117 Saturday 06 January 2024 01:38:42 +0000 (0:00:00.025) 0:03:37.565 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:124 Saturday 06 January 2024 01:38:42 +0000 (0:00:00.023) 0:03:37.589 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:135 Saturday 06 January 2024 01:38:42 +0000 (0:00:00.021) 0:03:37.611 ****** 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-cih756uj26/tests/tasks/verify_settings.yml:140 Saturday 06 January 2024 01:38:42 +0000 (0:00:00.021) 0:03:37.632 ****** 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-cih756uj26/tests/tasks/verify_settings.yml:145 Saturday 06 January 2024 01:38:43 +0000 (0:00:00.115) 0:03:37.748 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:151 Saturday 06 January 2024 01:38:43 +0000 (0:00:00.026) 0:03:37.774 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:157 Saturday 06 January 2024 01:38:43 +0000 (0:00:00.031) 0:03:37.805 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:167 Saturday 06 January 2024 01:38:43 +0000 (0:00:00.024) 0:03:37.830 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlscert] ************************************ task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:38:43 +0000 (0:00:00.040) 0:03:37.871 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003672", "end": "2024-01-06 01:38:43.389856", "rc": 0, "start": "2024-01-06 01:38:43.386184" } 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-cih756uj26/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:38:43 +0000 (0:00:00.196) 0:03:38.068 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:38:43 +0000 (0:00:00.032) 0:03:38.101 ****** 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-cih756uj26/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:38:43 +0000 (0:00:00.031) 0:03:38.132 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:178 Saturday 06 January 2024 01:38:43 +0000 (0:00:00.025) 0:03:38.157 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlskey] ************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:38:43 +0000 (0:00:00.041) 0:03:38.199 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003940", "end": "2024-01-06 01:38:43.721867", "rc": 0, "start": "2024-01-06 01:38:43.717927" } 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-cih756uj26/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:38:43 +0000 (0:00:00.200) 0:03:38.399 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:38:43 +0000 (0:00:00.031) 0:03:38.431 ****** 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-cih756uj26/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:38:43 +0000 (0:00:00.028) 0:03:38.459 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:190 Saturday 06 January 2024 01:38:43 +0000 (0:00:00.108) 0:03:38.568 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlsprotocols] ******************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:38:43 +0000 (0:00:00.043) 0:03:38.612 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003883", "end": "2024-01-06 01:38:44.130584", "rc": 0, "start": "2024-01-06 01:38:44.126701" } STDOUT: tlsprotocols = 1.2 TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:38:44 +0000 (0:00:00.203) 0:03:38.815 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:38:44 +0000 (0:00:00.031) 0:03:38.846 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1.2] *********************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:38:44 +0000 (0:00:00.028) 0:03:38.874 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:198 Saturday 06 January 2024 01:38:44 +0000 (0:00:00.025) 0:03:38.900 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting forceencryption] **************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:38:44 +0000 (0:00:00.042) 0:03:38.942 ****** ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003686", "end": "2024-01-06 01:38:44.460623", "rc": 0, "start": "2024-01-06 01:38:44.456937" } STDOUT: forceencryption = 1 TASK [Verify the setting when it is type str forceencryption] ****************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:38:44 +0000 (0:00:00.196) 0:03:39.139 ****** 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-cih756uj26/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:38:44 +0000 (0:00:00.045) 0:03:39.185 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:38:44 +0000 (0:00:00.036) 0:03:39.221 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:208 Saturday 06 January 2024 01:38:44 +0000 (0:00:00.043) 0:03:39.265 ****** 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-cih756uj26/tests/tasks/verify_settings.yml:213 Saturday 06 January 2024 01:38:44 +0000 (0:00:00.029) 0:03:39.294 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:221 Saturday 06 January 2024 01:38:44 +0000 (0:00:00.119) 0:03:39.414 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Disable TLS encryption] ************************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/tests_tls.yml:175 Saturday 06 January 2024 01:38:44 +0000 (0:00:00.023) 0:03:39.437 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 06 January 2024 01:38:45 +0000 (0:00:00.448) 0:03:39.885 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 06 January 2024 01:38:45 +0000 (0:00:00.126) 0:03:40.012 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 06 January 2024 01:38:45 +0000 (0:00:00.029) 0:03:40.041 ****** 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-cih756uj26/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-cih756uj26/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-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 06 January 2024 01:38:45 +0000 (0:00:00.038) 0:03:40.080 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 06 January 2024 01:38:45 +0000 (0:00:00.021) 0:03:40.101 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 06 January 2024 01:38:45 +0000 (0:00:00.021) 0:03:40.123 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 06 January 2024 01:38:45 +0000 (0:00:00.021) 0:03:40.144 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 06 January 2024 01:38:45 +0000 (0:00:00.022) 0:03:40.167 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 06 January 2024 01:38:45 +0000 (0:00:00.021) 0:03:40.189 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 06 January 2024 01:38:45 +0000 (0:00:00.022) 0:03:40.211 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 06 January 2024 01:38:45 +0000 (0:00:00.022) 0:03:40.233 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 06 January 2024 01:38:45 +0000 (0:00:00.021) 0:03:40.255 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 06 January 2024 01:38:45 +0000 (0:00:00.022) 0:03:40.277 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 06 January 2024 01:38:45 +0000 (0:00:00.025) 0:03:40.303 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 06 January 2024 01:38:45 +0000 (0:00:00.020) 0:03:40.323 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 06 January 2024 01:38:45 +0000 (0:00:00.021) 0:03:40.345 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 06 January 2024 01:38:45 +0000 (0:00:00.021) 0:03:40.367 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 06 January 2024 01:38:45 +0000 (0:00:00.021) 0:03:40.388 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 06 January 2024 01:38:45 +0000 (0:00:00.108) 0:03:40.496 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 06 January 2024 01:38:47 +0000 (0:00:01.302) 0:03:41.799 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } ok: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_facts": { "__mssql_current_version": "2022" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 } } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 06 January 2024 01:38:47 +0000 (0:00:00.071) 0:03:41.871 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 06 January 2024 01:38:47 +0000 (0:00:00.024) 0:03:41.896 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 06 January 2024 01:38:47 +0000 (0:00:00.029) 0:03:41.925 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 06 January 2024 01:38:47 +0000 (0:00:00.051) 0:03:41.976 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2022] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 06 January 2024 01:38:47 +0000 (0:00:00.341) 0:03:42.317 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 06 January 2024 01:38:47 +0000 (0:00:00.023) 0:03:42.341 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2022] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 06 January 2024 01:38:47 +0000 (0:00:00.023) 0:03:42.365 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2022] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 06 January 2024 01:38:47 +0000 (0:00:00.023) 0:03:42.389 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 06 January 2024 01:38:47 +0000 (0:00:00.027) 0:03:42.416 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 06 January 2024 01:38:47 +0000 (0:00:00.099) 0:03:42.516 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 06 January 2024 01:38:47 +0000 (0:00:00.023) 0:03:42.540 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 06 January 2024 01:38:47 +0000 (0:00:00.022) 0:03:42.562 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 06 January 2024 01:38:47 +0000 (0:00:00.023) 0:03:42.585 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 06 January 2024 01:38:47 +0000 (0:00:00.023) 0:03:42.608 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 06 January 2024 01:38:50 +0000 (0:00:02.809) 0:03:45.418 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 06 January 2024 01:38:50 +0000 (0:00:00.022) 0:03:45.440 ****** 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.004909", "end": "2024-01-06 01:38:50.958429", "rc": 0, "start": "2024-01-06 01:38:50.953520" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 06 January 2024 01:38:50 +0000 (0:00:00.194) 0:03:45.634 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 06 January 2024 01:38:52 +0000 (0:00:01.371) 0:03:47.006 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 06 January 2024 01:38:52 +0000 (0:00:00.030) 0:03:47.036 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 06 January 2024 01:38:52 +0000 (0:00:00.023) 0:03:47.060 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 06 January 2024 01:38:52 +0000 (0:00:00.022) 0:03:47.083 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 06 January 2024 01:38:52 +0000 (0:00:00.026) 0:03:47.109 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 06 January 2024 01:38:52 +0000 (0:00:00.104) 0:03:47.213 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 06 January 2024 01:38:55 +0000 (0:00:02.827) 0:03:50.040 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 00:55:46 UTC", "ActiveEnterTimestampMonotonic": "21270076", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service systemd-sysctl.service basic.target network.target dbus.socket systemd-journald.socket sysinit.target polkit.service system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 00:55:44 UTC", "AssertTimestampMonotonic": "19814229", "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-06 00:55:44 UTC", "ConditionTimestampMonotonic": "19814227", "ConfigurationDirectoryMode": "0755", "Conflicts": "cpupower.service tlp.service shutdown.target auto-cpufreq.service power-profiles-daemon.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "693", "ExecMainStartTimestamp": "Sat 2024-01-06 00:55:44 UTC", "ExecMainStartTimestampMonotonic": "19815015", "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-06 00:55:44 UTC", "InactiveExitTimestampMonotonic": "19815088", "InvocationID": "cb6b95b64af04711a2a88238ab81ae4f", "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": "693", "MemoryAccounting": "yes", "MemoryCurrent": "23027712", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice dbus.socket dbus.service", "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-06 00:55:46 UTC", "StateChangeTimestampMonotonic": "21270076", "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-06 00:55:46 UTC", "WatchdogTimestampMonotonic": "21270073", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 06 January 2024 01:38:55 +0000 (0:00:00.331) 0:03:50.372 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.116246", "end": "2024-01-06 01:38:56.005739", "rc": 0, "start": "2024-01-06 01:38:55.889493" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 06 January 2024 01:38:56 +0000 (0:00:00.312) 0:03:50.684 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 06 January 2024 01:38:56 +0000 (0:00:00.024) 0:03:50.709 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 06 January 2024 01:38:56 +0000 (0:00:00.032) 0:03:50.742 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 06 January 2024 01:38:56 +0000 (0:00:00.023) 0:03:50.766 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 06 January 2024 01:38:56 +0000 (0:00:00.201) 0:03:50.967 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 06 January 2024 01:38:59 +0000 (0:00:02.827) 0:03:53.795 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 06 January 2024 01:38:59 +0000 (0:00:00.027) 0:03:53.823 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 06 January 2024 01:38:59 +0000 (0:00:00.026) 0:03:53.849 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 06 January 2024 01:38:59 +0000 (0:00:00.038) 0:03:53.888 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 06 January 2024 01:38:59 +0000 (0:00:00.125) 0:03:54.013 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 06 January 2024 01:38:59 +0000 (0:00:00.028) 0:03:54.041 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 06 January 2024 01:38:59 +0000 (0:00:00.024) 0:03:54.066 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 06 January 2024 01:38:59 +0000 (0:00:00.029) 0:03:54.095 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 06 January 2024 01:38:59 +0000 (0:00:00.027) 0:03:54.123 ****** 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.004567", "end": "2024-01-06 01:38:59.649398", "rc": 0, "start": "2024-01-06 01:38:59.644831" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 06 January 2024 01:38:59 +0000 (0:00:00.203) 0:03:54.326 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 06 January 2024 01:38:59 +0000 (0:00:00.025) 0:03:54.351 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the edition of MSSQL] ****************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 06 January 2024 01:39:01 +0000 (0:00:01.298) 0:03:55.650 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 06 January 2024 01:39:01 +0000 (0:00:00.026) 0:03:55.676 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 06 January 2024 01:39:01 +0000 (0:00:00.023) 0:03:55.700 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 06 January 2024 01:39:01 +0000 (0:00:00.025) 0:03:55.726 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 06 January 2024 01:39:01 +0000 (0:00:00.112) 0:03:55.838 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:39:01 +0000 (0:00:00.038) 0:03:55.877 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002586", "end": "2024-01-06 01:39:01.395938", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:39:01.393352" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:39:01 +0000 (0:00:00.202) 0:03:56.080 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.123958", "end": "2024-01-06 01:39:01.728612", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:39:01.604654" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:39:01 +0000 (0:00:00.332) 0:03:56.412 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 06 January 2024 01:39:01 +0000 (0:00:00.022) 0:03:56.435 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 06 January 2024 01:39:01 +0000 (0:00:00.021) 0:03:56.457 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 06 January 2024 01:39:01 +0000 (0:00:00.023) 0:03:56.480 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 06 January 2024 01:39:01 +0000 (0:00:00.022) 0:03:56.503 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 06 January 2024 01:39:01 +0000 (0:00:00.021) 0:03:56.525 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 06 January 2024 01:39:01 +0000 (0:00:00.022) 0:03:56.547 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 06 January 2024 01:39:01 +0000 (0:00:00.020) 0:03:56.568 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 06 January 2024 01:39:01 +0000 (0:00:00.022) 0:03:56.591 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 06 January 2024 01:39:01 +0000 (0:00:00.024) 0:03:56.615 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 06 January 2024 01:39:01 +0000 (0:00:00.021) 0:03:56.637 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 06 January 2024 01:39:02 +0000 (0:00:00.022) 0:03:56.659 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 06 January 2024 01:39:02 +0000 (0:00:00.106) 0:03:56.766 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 06 January 2024 01:39:02 +0000 (0:00:00.029) 0:03:56.796 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:39:02 +0000 (0:00:00.040) 0:03:56.836 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002492", "end": "2024-01-06 01:39:02.355148", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:39:02.352656" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:39:02 +0000 (0:00:00.196) 0:03:57.033 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:39:02 +0000 (0:00:00.028) 0:03:57.061 ****** 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.120642", "end": "2024-01-06 01:39:02.699728", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:39:02.579086" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 06 January 2024 01:39:02 +0000 (0:00:00.318) 0:03:57.380 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:39:02 +0000 (0:00:00.041) 0:03:57.421 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.003571", "end": "2024-01-06 01:39:03.940299", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:39:02.936728" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:39:03 +0000 (0:00:01.199) 0:03:58.621 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:39:04 +0000 (0:00:00.045) 0:03:58.667 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlskey" ], "delta": "0:00:00.121377", "end": "2024-01-06 01:39:04.309555", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:39:04.188178" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 06 January 2024 01:39:04 +0000 (0:00:00.340) 0:03:59.007 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:39:04 +0000 (0:00:00.167) 0:03:59.174 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002448", "end": "2024-01-06 01:39:04.718446", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:39:04.715998" } STDOUT: tlsprotocols = 1.2 TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:39:04 +0000 (0:00:00.229) 0:03:59.403 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:39:04 +0000 (0:00:00.054) 0:03:59.458 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlsprotocols" ], "delta": "0:00:00.120170", "end": "2024-01-06 01:39:05.105213", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:39:04.985043" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 06 January 2024 01:39:05 +0000 (0:00:00.338) 0:03:59.796 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:39:05 +0000 (0:00:00.045) 0:03:59.842 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002764", "end": "2024-01-06 01:39:05.362901", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:39:05.360137" } STDOUT: forceencryption = 1 TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:39:05 +0000 (0:00:00.200) 0:04:00.042 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:39:05 +0000 (0:00:00.029) 0:04:00.071 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.forceencryption" ], "delta": "0:00:00.123387", "end": "2024-01-06 01:39:05.723167", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:39:05.599780" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 06 January 2024 01:39:05 +0000 (0:00:00.333) 0:04:00.404 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 06 January 2024 01:39:05 +0000 (0:00:00.028) 0:04:00.433 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 06 January 2024 01:39:05 +0000 (0:00:00.029) 0:04:00.462 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 06 January 2024 01:39:05 +0000 (0:00:00.026) 0:04:00.489 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 06 January 2024 01:39:05 +0000 (0:00:00.039) 0:04:00.528 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 06 January 2024 01:39:05 +0000 (0:00:00.027) 0:04:00.555 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 06 January 2024 01:39:05 +0000 (0:00:00.028) 0:04:00.583 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 06 January 2024 01:39:06 +0000 (0:00:00.129) 0:04:00.713 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 06 January 2024 01:39:06 +0000 (0:00:00.029) 0:04:00.743 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 06 January 2024 01:39:06 +0000 (0:00:00.034) 0:04:00.777 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 06 January 2024 01:39:06 +0000 (0:00:00.037) 0:04:00.814 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 06 January 2024 01:39:06 +0000 (0:00:00.030) 0:04:00.845 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 06 January 2024 01:39:06 +0000 (0:00:00.026) 0:04:00.872 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 06 January 2024 01:39:06 +0000 (0:00:00.025) 0:04:00.898 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 06 January 2024 01:39:06 +0000 (0:00:00.032) 0:04:00.931 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 06 January 2024 01:39:06 +0000 (0:00:00.028) 0:04:00.960 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 06 January 2024 01:39:06 +0000 (0:00:00.026) 0:04:00.986 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 06 January 2024 01:39:06 +0000 (0:00:00.023) 0:04:01.009 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 06 January 2024 01:39:06 +0000 (0:00:00.034) 0:04:01.044 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 06 January 2024 01:39:06 +0000 (0:00:00.046) 0:04:01.090 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 06 January 2024 01:39:06 +0000 (0:00:00.037) 0:04:01.128 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 06 January 2024 01:39:06 +0000 (0:00:00.026) 0:04:01.155 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 06 January 2024 01:39:06 +0000 (0:00:00.029) 0:04:01.184 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 06 January 2024 01:39:06 +0000 (0:00:00.023) 0:04:01.208 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 06 January 2024 01:39:06 +0000 (0:00:00.108) 0:04:01.316 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 06 January 2024 01:39:06 +0000 (0:00:00.024) 0:04:01.340 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 06 January 2024 01:39:06 +0000 (0:00:00.022) 0:04:01.363 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 06 January 2024 01:39:06 +0000 (0:00:00.028) 0:04:01.392 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 06 January 2024 01:39:06 +0000 (0:00:00.023) 0:04:01.415 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 06 January 2024 01:39:06 +0000 (0:00:00.023) 0:04:01.439 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 06 January 2024 01:39:06 +0000 (0:00:00.031) 0:04:01.471 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 06 January 2024 01:39:06 +0000 (0:00:00.023) 0:04:01.494 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 06 January 2024 01:39:06 +0000 (0:00:00.022) 0:04:01.516 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 06 January 2024 01:39:06 +0000 (0:00:00.024) 0:04:01.540 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 06 January 2024 01:39:06 +0000 (0:00:00.023) 0:04:01.564 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 06 January 2024 01:39:06 +0000 (0:00:00.022) 0:04:01.586 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 06 January 2024 01:39:06 +0000 (0:00:00.025) 0:04:01.612 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 06 January 2024 01:39:06 +0000 (0:00:00.023) 0:04:01.636 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 06 January 2024 01:39:07 +0000 (0:00:00.030) 0:04:01.666 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 06 January 2024 01:39:07 +0000 (0:00:00.024) 0:04:01.691 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 06 January 2024 01:39:07 +0000 (0:00:00.125) 0:04:01.816 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 06 January 2024 01:39:07 +0000 (0:00:00.022) 0:04:01.839 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 06 January 2024 01:39:07 +0000 (0:00:00.029) 0:04:01.869 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 06 January 2024 01:39:07 +0000 (0:00:00.025) 0:04:01.895 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 06 January 2024 01:39:07 +0000 (0:00:00.022) 0:04:01.917 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 06 January 2024 01:39:07 +0000 (0:00:00.029) 0:04:01.947 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 06 January 2024 01:39:07 +0000 (0:00:00.024) 0:04:01.971 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 06 January 2024 01:39:07 +0000 (0:00:00.031) 0:04:02.004 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 06 January 2024 01:39:07 +0000 (0:00:00.030) 0:04:02.034 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 06 January 2024 01:39:07 +0000 (0:00:00.025) 0:04:02.059 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 06 January 2024 01:39:07 +0000 (0:00:00.037) 0:04:02.097 ****** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 06 January 2024 01:39:07 +0000 (0:00:00.241) 0:04:02.338 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:38:37 UTC", "ActiveEnterTimestampMonotonic": "2593002357", "ActiveExitTimestamp": "Sat 2024-01-06 01:38:37 UTC", "ActiveExitTimestampMonotonic": "2592834800", "ActiveState": "active", "After": "system.slice systemd-journald.socket sysinit.target network.target auditd.service basic.target -.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:38:37 UTC", "AssertTimestampMonotonic": "2593001313", "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-06 01:38:37 UTC", "ConditionTimestampMonotonic": "2593001312", "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": "66165", "ExecMainStartTimestamp": "Sat 2024-01-06 01:38:37 UTC", "ExecMainStartTimestampMonotonic": "2593002296", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-06 01:38:37 UTC] ; stop_time=[n/a] ; pid=66165 ; 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-06 01:38:37 UTC", "InactiveEnterTimestampMonotonic": "2593000454", "InactiveExitTimestamp": "Sat 2024-01-06 01:38:37 UTC", "InactiveExitTimestampMonotonic": "2593002357", "InvocationID": "50dcdca5b99b45bf8a2c3a2b958122c2", "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": "66165", "MemoryAccounting": "yes", "MemoryCurrent": "737210368", "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": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-06 01:38:37 UTC", "StateChangeTimestampMonotonic": "2593002357", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "177", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-06 01:38:37 UTC", "WatchdogTimestampMonotonic": "2593002355", "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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 06 January 2024 01:39:08 +0000 (0:00:00.501) 0:04:02.839 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 06 January 2024 01:39:08 +0000 (0:00:00.027) 0:04:02.867 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up after the role invocation] ************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tests_tls_2022.yml:27 Saturday 06 January 2024 01:39:08 +0000 (0:00:00.154) 0:04:03.021 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/cleanup.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/cleanup.yml:2 Saturday 06 January 2024 01:39:08 +0000 (0:00:00.065) 0:04:03.087 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Purge cluster configuration] ********************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/cleanup.yml:6 Saturday 06 January 2024 01:39:09 +0000 (0:00:01.498) 0:04:04.585 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Debug ansible_python_version] ******************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/cleanup.yml:14 Saturday 06 January 2024 01:39:09 +0000 (0:00:00.029) 0:04:04.615 ****** ok: [sut] => { "ansible_python_version": "3.6.8" } TASK [Purge firewall configuration] ******************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/cleanup.yml:18 Saturday 06 January 2024 01:39:09 +0000 (0:00:00.029) 0:04:04.645 ****** TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-weekly-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 06 January 2024 01:39:10 +0000 (0:00:00.109) 0:04:04.755 ****** included: /WORKDIR/git-weekly-cih756uj26/.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-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 06 January 2024 01:39:10 +0000 (0:00:00.043) 0:04:04.798 ****** 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-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 06 January 2024 01:39:10 +0000 (0:00:00.034) 0:04:04.833 ****** 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-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 06 January 2024 01:39:10 +0000 (0:00:00.216) 0:04:05.050 ****** ok: [sut] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /WORKDIR/git-weekly-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 Saturday 06 January 2024 01:39:10 +0000 (0:00:00.151) 0:04:05.201 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /WORKDIR/git-weekly-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 06 January 2024 01:39:14 +0000 (0:00:03.534) 0:04:08.735 ****** 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-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 06 January 2024 01:39:14 +0000 (0:00:00.033) 0:04:08.769 ****** 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-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 06 January 2024 01:39:14 +0000 (0:00:00.032) 0:04:08.801 ****** ok: [sut] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:12:02 UTC", "ActiveEnterTimestampMonotonic": "997337623", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service sysinit.target dbus.service basic.target system.slice dbus.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:12:01 UTC", "AssertTimestampMonotonic": "996856415", "Before": "network-pre.target shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-06 01:12:01 UTC", "ConditionTimestampMonotonic": "996856414", "ConfigurationDirectoryMode": "0755", "Conflicts": "ebtables.service ip6tables.service iptables.service ipset.service shutdown.target nftables.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": "11084", "ExecMainStartTimestamp": "Sat 2024-01-06 01:12:01 UTC", "ExecMainStartTimestampMonotonic": "996857794", "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-06 01:12:01 UTC", "InactiveExitTimestampMonotonic": "996857858", "InvocationID": "14694fbdb9f141d589419386391ab3d2", "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": "11084", "MemoryAccounting": "yes", "MemoryCurrent": "43663360", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "dbus-org.fedoraproject.FirewallD1.service firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "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-06 01:12:02 UTC", "StateChangeTimestampMonotonic": "997337623", "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-06 01:12:02 UTC", "WatchdogTimestampMonotonic": "997337619", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/git-weekly-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 06 January 2024 01:39:14 +0000 (0:00:00.337) 0:04:09.139 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:12:02 UTC", "ActiveEnterTimestampMonotonic": "997337623", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service sysinit.target dbus.service basic.target system.slice dbus.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:12:01 UTC", "AssertTimestampMonotonic": "996856415", "Before": "network-pre.target shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-06 01:12:01 UTC", "ConditionTimestampMonotonic": "996856414", "ConfigurationDirectoryMode": "0755", "Conflicts": "ebtables.service ip6tables.service iptables.service ipset.service shutdown.target nftables.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": "11084", "ExecMainStartTimestamp": "Sat 2024-01-06 01:12:01 UTC", "ExecMainStartTimestampMonotonic": "996857794", "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-06 01:12:01 UTC", "InactiveExitTimestampMonotonic": "996857858", "InvocationID": "14694fbdb9f141d589419386391ab3d2", "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": "11084", "MemoryAccounting": "yes", "MemoryCurrent": "43663360", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "dbus-org.fedoraproject.FirewallD1.service firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "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-06 01:12:02 UTC", "StateChangeTimestampMonotonic": "997337623", "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-06 01:12:02 UTC", "WatchdogTimestampMonotonic": "997337619", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/git-weekly-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 06 January 2024 01:39:15 +0000 (0:00:01.322) 0:04:10.461 ****** 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-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 06 January 2024 01:39:15 +0000 (0:00:00.027) 0:04:10.489 ****** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.46.120 closed. TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /WORKDIR/git-weekly-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 06 January 2024 01:39:16 +0000 (0:00:00.284) 0:04:10.774 ****** ok: [sut] => { "ansible_facts": { "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-weekly-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 06 January 2024 01:39:16 +0000 (0:00:00.024) 0:04:10.798 ****** TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /WORKDIR/git-weekly-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Saturday 06 January 2024 01:39:16 +0000 (0:00:00.021) 0:04:10.820 ****** TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 06 January 2024 01:39:16 +0000 (0:00:00.022) 0:04:10.843 ****** 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-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Saturday 06 January 2024 01:39:16 +0000 (0:00:00.120) 0:04:10.963 ****** 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-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Saturday 06 January 2024 01:39:16 +0000 (0:00:00.061) 0:04:11.025 ****** 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-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 06 January 2024 01:39:16 +0000 (0:00:00.039) 0:04:11.065 ****** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.46.120 closed. TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/git-weekly-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Saturday 06 January 2024 01:39:16 +0000 (0:00:00.332) 0:04:11.397 ****** ok: [sut] => { "ansible_facts": { "firewall_lib_result": { "changed": false } }, "changed": false } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/git-weekly-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Saturday 06 January 2024 01:39:16 +0000 (0:00:00.029) 0:04:11.427 ****** skipping: [sut] => {} TASK [Leave realm] ************************************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/cleanup.yml:27 Saturday 06 January 2024 01:39:16 +0000 (0:00:00.025) 0:04:11.453 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Destroy Kerberos tickets] ************************************************ task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/cleanup.yml:35 Saturday 06 January 2024 01:39:16 +0000 (0:00:00.027) 0:04:11.481 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that yum and dnf caching is enabled] ****************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/cleanup.yml:39 Saturday 06 January 2024 01:39:16 +0000 (0:00:00.031) 0:04:11.512 ****** ok: [sut] => { "backup": "", "changed": false } TASK [Remove related packages] ************************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/cleanup.yml:45 Saturday 06 January 2024 01:39:17 +0000 (0:00:00.356) 0:04:11.868 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Removed: lsof-4.93.2-1.el8.x86_64", "Removed: unixODBC-2.3.11-1.rh.x86_64", "Removed: libtool-ltdl-2.4.6-25.el8.x86_64", "Removed: gc-7.6.4-3.el8.x86_64", "Removed: unixODBC-devel-2.3.11-1.rh.x86_64", "Removed: gcc-gdb-plugin-8.5.0-21.el8.x86_64", "Removed: gdb-8.2-20.el8.x86_64", "Removed: gdb-headless-8.2-20.el8.x86_64", "Removed: libatomic-8.5.0-21.el8.x86_64", "Removed: libatomic_ops-7.6.2-3.el8.x86_64", "Removed: guile-5:2.0.14-7.el8.x86_64", "Removed: libbabeltrace-1.5.4-4.el8.x86_64", "Removed: libipt-1.6.1-8.el8.x86_64", "Removed: msodbcsql17-17.10.5.1-1.x86_64", "Removed: mssql-server-16.0.4095.4-1.x86_64", "Removed: cyrus-sasl-2.1.27-6.el8_5.x86_64", "Removed: cyrus-sasl-gssapi-2.1.27-6.el8_5.x86_64", "Removed: mssql-tools-17.10.1.1-1.x86_64", "Removed: bzip2-1.0.6-26.el8.x86_64" ] } TASK [Remove related files] **************************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/cleanup.yml:58 Saturday 06 January 2024 01:39:22 +0000 (0:00:05.127) 0:04:16.995 ****** 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.009623", "end": "2024-01-06 01:39:22.517688", "rc": 0, "start": "2024-01-06 01:39:22.508065" } STDOUT: removed directory '/var/opt/mssql/.system/system/Temp' removed '/var/opt/mssql/.system/system/lsasetup.log' removed '/var/opt/mssql/.system/system/debug/PASSWD.LOG' removed directory '/var/opt/mssql/.system/system/debug' removed '/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/3a714cea-ede2-46a2-9a91-6eeebf2e08a0' removed '/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/Preferred' removed directory '/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User' removed directory '/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18' removed directory '/var/opt/mssql/.system/system/system32/Microsoft/Protect' removed directory '/var/opt/mssql/.system/system/system32/Microsoft' removed directory '/var/opt/mssql/.system/system/system32/LogFiles/Scm' removed directory '/var/opt/mssql/.system/system/system32/LogFiles' removed directory '/var/opt/mssql/.system/system/system32' removed '/var/opt/mssql/.system/system/licensing.hiv' removed '/var/opt/mssql/.system/system/security.hiv' removed '/var/opt/mssql/.system/system/lsa.hiv' removed directory '/var/opt/mssql/.system/system' removed directory '/var/opt/mssql/.system/profiles/Client/Desktop' removed directory '/var/opt/mssql/.system/profiles/Client/Documents' removed directory '/var/opt/mssql/.system/profiles/Client/Temp' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/Temporary Internet Files' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/INetCache/IE' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/INetCache/Content.IE5' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/INetCache' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/INetCookies/ESE' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/INetCookies' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/History/History.IE5' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/History' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/Certificates' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/CRLs' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/CTLs' removed '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/AppContainerUserCertRead' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/LocalLow' removed directory '/var/opt/mssql/.system/profiles/Client/AppData' removed directory '/var/opt/mssql/.system/profiles/Client' removed directory '/var/opt/mssql/.system/profiles' removed '/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore/Microsoft.Diagnostics.Tracing.EventSource, Version=1.1.26.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' removed '/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore/Microsoft.Diagnostics.Tracing.EventSource, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' removed directory '/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore' removed directory '/var/opt/mssql/.system/programdata/Microsoft/NetFramework' removed directory '/var/opt/mssql/.system/programdata/Microsoft' removed directory '/var/opt/mssql/.system/programdata' removed '/var/opt/mssql/.system/instance_id' removed directory '/var/opt/mssql/.system' removed '/var/opt/mssql/data/master.mdf' removed '/var/opt/mssql/data/mastlog.ldf' removed '/var/opt/mssql/data/model.mdf' removed '/var/opt/mssql/data/modellog.ldf' removed '/var/opt/mssql/data/msdbdata.mdf' removed '/var/opt/mssql/data/msdblog.ldf' removed '/var/opt/mssql/data/model_replicatedmaster.mdf' removed '/var/opt/mssql/data/model_replicatedmaster.ldf' removed '/var/opt/mssql/data/model_msdbdata.mdf' removed '/var/opt/mssql/data/model_msdblog.ldf' removed '/var/opt/mssql/data/Entropy.bin' removed '/var/opt/mssql/data/tempdb.mdf' removed '/var/opt/mssql/data/templog.ldf' removed '/var/opt/mssql/data/tempdb2.ndf' removed '/var/opt/mssql/data/tempdb3.ndf' removed '/var/opt/mssql/data/tempdb4.ndf' removed directory '/var/opt/mssql/data' removed '/var/opt/mssql/log/mssql-conf/mssql-conf.log' removed directory '/var/opt/mssql/log/mssql-conf' removed '/var/opt/mssql/log/sqlagentstartup.log' removed '/var/opt/mssql/log/HkEngineEventFile_0_133489785626130000.xel' removed '/var/opt/mssql/log/system_health_0_133489785644430000.xel' removed '/var/opt/mssql/log/HkEngineEventFile_0_133489785685100000.xel' removed '/var/opt/mssql/log/system_health_0_133489785704500000.xel' removed '/var/opt/mssql/log/HkEngineEventFile_0_133489785857150000.xel' removed '/var/opt/mssql/log/system_health_0_133489785873570000.xel' removed '/var/opt/mssql/log/HkEngineEventFile_0_133489786176770000.xel' removed '/var/opt/mssql/log/system_health_0_133489786192410000.xel' removed '/var/opt/mssql/log/log_3.trc' removed '/var/opt/mssql/log/HkEngineEventFile_0_133489786488980000.xel' removed '/var/opt/mssql/log/system_health_0_133489786504690000.xel' removed '/var/opt/mssql/log/log_4.trc' removed '/var/opt/mssql/log/HkEngineEventFile_0_133489786788100000.xel' removed '/var/opt/mssql/log/system_health_0_133489786804650000.xel' removed '/var/opt/mssql/log/log_5.trc' removed '/var/opt/mssql/log/HkEngineEventFile_0_133489787209810000.xel' removed '/var/opt/mssql/log/system_health_0_133489787225700000.xel' removed '/var/opt/mssql/log/log_6.trc' removed '/var/opt/mssql/log/errorlog.6' removed '/var/opt/mssql/log/errorlog.5' removed '/var/opt/mssql/log/errorlog.4' removed '/var/opt/mssql/log/errorlog.3' removed '/var/opt/mssql/log/errorlog.2' removed '/var/opt/mssql/log/errorlog.1' removed '/var/opt/mssql/log/errorlog' removed '/var/opt/mssql/log/HkEngineEventFile_0_133489787512610000.xel' removed '/var/opt/mssql/log/system_health_0_133489787529260000.xel' removed '/var/opt/mssql/log/log_7.trc' removed directory '/var/opt/mssql/log' removed '/var/opt/mssql/mssql.conf' removed '/var/opt/mssql/secrets/machine-key' removed directory '/var/opt/mssql/secrets' removed directory '/var/opt/mssql' removed directory '/opt/mssql' removed directory '/opt/mssql-tools' removed '/etc/yum.repos.d/packages-microsoft-com-mssql-server-2022.repo' removed '/etc/yum.repos.d/packages-microsoft-com-prod.repo' TASK [Stop the mssql-server service] ******************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/cleanup.yml:72 Saturday 06 January 2024 01:39:22 +0000 (0:00:00.209) 0:04:17.205 ****** ok: [sut] => { "changed": false, "cmd": "systemctl stop mssql-server || true", "delta": "0:00:00.009739", "end": "2024-01-06 01:39:22.735554", "rc": 0, "start": "2024-01-06 01:39:22.725815" } 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=836 rescued=0 ignored=0 Saturday 06 January 2024 01:39:22 +0000 (0:00:00.212) 0:04:17.417 ****** =============================================================================== linux-system-roles.mssql : Ensure the package mssql-server ------------- 42.01s /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 8.51s /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 linux-system-roles.mssql : Ensure the package mssql-server -------------- 8.47s /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 linux-system-roles.mssql : Ensure that SQL Server client tools are installed --- 8.45s /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 linux-system-roles.mssql : Set up MSSQL --------------------------------- 7.60s /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 linux-system-roles.mssql : Gather system services facts ----------------- 6.21s /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Remove related packages ------------------------------------------------- 5.13s /WORKDIR/git-weekly-cih756uj26/tests/tasks/cleanup.yml:45 --------------------- fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 4.77s /WORKDIR/git-weekly-cih756uj26/.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 --- 4.08s /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 linux-system-roles.mssql : Gather package facts ------------------------- 3.99s /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 linux-system-roles.mssql : Gather package facts ------------------------- 3.94s /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 3.71s /WORKDIR/git-weekly-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 fedora.linux_system_roles.firewall : Install firewalld ------------------ 3.53s /WORKDIR/git-weekly-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 3.40s /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Wait for mssql-server to prepare for client connections ----------------- 3.28s /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:93 ------------- Wait for mssql-server to prepare for client connections ----------------- 3.25s /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:93 ------------- Wait for mssql-server to prepare for client connections ----------------- 3.22s /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:93 ------------- Wait for mssql-server to prepare for client connections ----------------- 3.21s /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:93 ------------- Ensure the openssl package ---------------------------------------------- 2.96s /WORKDIR/git-weekly-cih756uj26/tests/tasks/tests_tls.yml:5 -------------------- linux-system-roles.mssql : Ensure the package mssql-server -------------- 2.85s /WORKDIR/git-weekly-cih756uj26/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. ---^---^---^---^---^---