# 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_2019.yml *************************************************** 2 plays in /WORKDIR/git-weekly-ciut4vvlix/tests/tests_tls_2019.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tests_tls_2019.yml:4 Saturday 20 January 2024 01:41:29 +0000 (0:00:00.012) 0:00:00.012 ****** ok: [sut] => { "ansible_facts": { "mssql_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n66336361663164656232326461653662643537386337346563613939356466313835383235313234\n3634333565616161316639666662613564353237653663610a616639306439653033386664303839\n30663030636161326137656235636230356162373234386461363632353863393161353035316162\n3664353366373231360a343334326337353861366233656330363634353164316434616561333161\n3234\n" } }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciut4vvlix/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-ciut4vvlix/tests/tests_tls_2019.yml:9 Saturday 20 January 2024 01:41:29 +0000 (0:00:00.011) 0:00:00.024 ****** ok: [sut] META: ran handlers TASK [Run tests_tls with SQL Server 2019] ************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tests_tls_2019.yml:23 Saturday 20 January 2024 01:41:30 +0000 (0:00:00.723) 0:00:00.747 ****** included: /WORKDIR/git-weekly-ciut4vvlix/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-ciut4vvlix/tests/tasks/tests_tls.yml:2 Saturday 20 January 2024 01:41:30 +0000 (0:00:00.035) 0:00:00.782 ****** included: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/assert_fail_on_unsupported_ver.yml for sut TASK [Ensure ansible_facts to get ansible_distribution] ************************ task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/assert_fail_on_unsupported_ver.yml:2 Saturday 20 January 2024 01:41:30 +0000 (0:00:00.015) 0:00:00.798 ****** ok: [sut] TASK [Run the role] ************************************************************ task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/assert_fail_on_unsupported_ver.yml:15 Saturday 20 January 2024 01:41:30 +0000 (0:00:00.262) 0:00:01.060 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unreachable task] ******************************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/assert_fail_on_unsupported_ver.yml:22 Saturday 20 January 2024 01:41:30 +0000 (0:00:00.014) 0:00:01.075 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure the openssl package] ********************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/tests_tls.yml:5 Saturday 20 January 2024 01:41:30 +0000 (0:00:00.027) 0:00:01.102 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "1:openssl-1.0.2k-26.el7_9.x86_64 providing openssl is already installed" ] } lsrpackages: openssl TASK [Create a tempfile for a certificate on hosts] **************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/tests_tls.yml:11 Saturday 20 January 2024 01:41:31 +0000 (0:00:00.503) 0:00:01.605 ****** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.6TjEN1", "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-ciut4vvlix/tests/tasks/tests_tls.yml:17 Saturday 20 January 2024 01:41:31 +0000 (0:00:00.192) 0:00:01.797 ****** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.k0JDkB", "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-ciut4vvlix/tests/tasks/tests_tls.yml:23 Saturday 20 January 2024 01:41:31 +0000 (0:00:00.133) 0:00:01.931 ****** changed: [sut] => { "changed": true, "cmd": [ "openssl", "req", "-x509", "-nodes", "-newkey", "rsa:2048", "-subj", "/CN=10.31.41.206", "-out", "/tmp/ansible.6TjEN1", "-keyout", "/tmp/ansible.k0JDkB", "-days", "365" ], "delta": "0:00:00.115152", "end": "2024-01-20 01:41:31.970914", "rc": 0, "start": "2024-01-20 01:41:31.855762" } STDERR: Generating a 2048 bit RSA private key .....+++ ...................................+++ writing new private key to '/tmp/ansible.k0JDkB' ----- TASK [Copy certificate files to local tmp] ************************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/tests_tls.yml:32 Saturday 20 January 2024 01:41:32 +0000 (0:00:00.372) 0:00:02.303 ****** changed: [sut] => (item=/tmp/ansible.6TjEN1) => { "ansible_loop_var": "item", "changed": true, "checksum": "738444c7f2a43782e749fce33961b4ff031c48f0", "dest": "/tmp/ansible.6TjEN1", "item": "/tmp/ansible.6TjEN1", "md5sum": "4595b4d2955b8d694186fa660507ddd7", "remote_checksum": "738444c7f2a43782e749fce33961b4ff031c48f0", "remote_md5sum": null } changed: [sut] => (item=/tmp/ansible.k0JDkB) => { "ansible_loop_var": "item", "changed": true, "checksum": "6e211e5bb83c16a98b6c7e77741c35659bffa61f", "dest": "/tmp/ansible.k0JDkB", "item": "/tmp/ansible.k0JDkB", "md5sum": "c0bb808e06ea667e4bdfbd367e4b28df", "remote_checksum": "6e211e5bb83c16a98b6c7e77741c35659bffa61f", "remote_md5sum": null } TASK [Copy a private key to the playbook directory to test a relative path] **** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/tests_tls.yml:44 Saturday 20 January 2024 01:41:32 +0000 (0:00:00.521) 0:00:02.825 ****** changed: [sut -> localhost] => { "changed": true, "checksum": "6e211e5bb83c16a98b6c7e77741c35659bffa61f", "dest": "./ansible.k0JDkB", "gid": 1001, "group": "jenkins", "md5sum": "c0bb808e06ea667e4bdfbd367e4b28df", "mode": "0600", "owner": "jenkins", "size": 1704, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1705714892.5455608-21973-213085438092557/source", "state": "file", "uid": 1000090000 } TASK [Set mssql_tls_cert and mssql_tls_private_key for the following test] ***** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/tests_tls.yml:52 Saturday 20 January 2024 01:41:32 +0000 (0:00:00.307) 0:00:03.133 ****** ok: [sut] => { "ansible_facts": { "mssql_tls_cert": "/tmp/ansible.6TjEN1", "mssql_tls_private_key": "ansible.k0JDkB" }, "changed": false } TASK [Run role] **************************************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/tests_tls.yml:59 Saturday 20 January 2024 01:41:32 +0000 (0:00:00.010) 0:00:03.144 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 20 January 2024 01:41:32 +0000 (0:00:00.128) 0:00:03.272 ****** included: /WORKDIR/git-weekly-ciut4vvlix/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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 20 January 2024 01:41:32 +0000 (0:00:00.011) 0:00:03.284 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 20 January 2024 01:41:33 +0000 (0:00:00.011) 0:00:03.295 ****** 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-ciut4vvlix/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_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 20 January 2024 01:41:33 +0000 (0:00:00.037) 0:00:03.333 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 20 January 2024 01:41:33 +0000 (0:00:00.009) 0:00:03.342 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 20 January 2024 01:41:33 +0000 (0:00:00.014) 0:00:03.356 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 20 January 2024 01:41:33 +0000 (0:00:00.008) 0:00:03.365 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 20 January 2024 01:41:33 +0000 (0:00:00.009) 0:00:03.375 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 20 January 2024 01:41:33 +0000 (0:00:00.008) 0:00:03.384 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 20 January 2024 01:41:33 +0000 (0:00:00.008) 0:00:03.392 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 20 January 2024 01:41:33 +0000 (0:00:00.017) 0:00:03.410 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 20 January 2024 01:41:33 +0000 (0:00:00.008) 0:00:03.419 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 20 January 2024 01:41:33 +0000 (0:00:00.010) 0:00:03.429 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 20 January 2024 01:41:33 +0000 (0:00:00.015) 0:00:03.444 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 20 January 2024 01:41:33 +0000 (0:00:00.008) 0:00:03.453 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 20 January 2024 01:41:33 +0000 (0:00:00.009) 0:00:03.463 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 20 January 2024 01:41:33 +0000 (0:00:00.009) 0:00:03.472 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 20 January 2024 01:41:33 +0000 (0:00:00.009) 0:00:03.481 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 20 January 2024 01:41:33 +0000 (0:00:00.009) 0:00:03.491 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 20 January 2024 01:41:34 +0000 (0:00:01.223) 0:00:04.715 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 20 January 2024 01:41:34 +0000 (0:00:00.061) 0:00:04.776 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 20 January 2024 01:41:34 +0000 (0:00:00.024) 0:00:04.801 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 20 January 2024 01:41:34 +0000 (0:00:00.053) 0:00:04.854 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 20 January 2024 01:41:34 +0000 (0:00:00.059) 0:00:04.913 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 20 January 2024 01:41:35 +0000 (0:00:00.401) 0:00:05.315 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 20 January 2024 01:41:35 +0000 (0:00:00.019) 0:00:05.334 ****** 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 2019] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 20 January 2024 01:41:35 +0000 (0:00:00.022) 0:00:05.357 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 20 January 2024 01:41:35 +0000 (0:00:00.026) 0:00:05.383 ****** changed: [sut] => { "changed": true, "repo": "packages-microsoft-com-mssql-server-2019", "state": "present" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 20 January 2024 01:41:35 +0000 (0:00:00.260) 0:00:05.644 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 20 January 2024 01:41:35 +0000 (0:00:00.018) 0:00:05.662 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 20 January 2024 01:41:35 +0000 (0:00:00.017) 0:00:05.679 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 20 January 2024 01:41:35 +0000 (0:00:00.017) 0:00:05.697 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 20 January 2024 01:41:35 +0000 (0:00:00.025) 0:00:05.722 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 20 January 2024 01:41:35 +0000 (0:00:00.019) 0:00:05.742 ****** changed: [sut] => { "changed": true, "changes": { "installed": [ "mssql-server" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server.x86_64 0:15.0.4345.5-2 will be installed\n--> Processing Dependency: libatomic for package: mssql-server-15.0.4345.5-2.x86_64\n--> Processing Dependency: bzip2 for package: mssql-server-15.0.4345.5-2.x86_64\n--> Processing Dependency: gdb for package: mssql-server-15.0.4345.5-2.x86_64\n--> Processing Dependency: python3 for package: mssql-server-15.0.4345.5-2.x86_64\n--> Processing Dependency: libsss_nss_idmap for package: mssql-server-15.0.4345.5-2.x86_64\n--> Processing Dependency: cyrus-sasl for package: mssql-server-15.0.4345.5-2.x86_64\n--> Processing Dependency: cyrus-sasl-gssapi for package: mssql-server-15.0.4345.5-2.x86_64\n--> Processing Dependency: lsof for package: mssql-server-15.0.4345.5-2.x86_64\n--> Running transaction check\n---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed\n---> Package cyrus-sasl.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package gdb.x86_64 0:7.6.1-120.el7 will be installed\n---> Package libatomic.x86_64 0:4.8.5-44.el7 will be installed\n---> Package libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.15 will be installed\n---> Package lsof.x86_64 0:4.87-6.el7 will be installed\n---> Package python3.x86_64 0:3.6.8-21.el7_9 will be installed\n--> Processing Dependency: python3-libs(x86-64) = 3.6.8-21.el7_9 for package: python3-3.6.8-21.el7_9.x86_64\n--> Processing Dependency: python3-setuptools for package: python3-3.6.8-21.el7_9.x86_64\n--> Processing Dependency: python3-pip for package: python3-3.6.8-21.el7_9.x86_64\n--> Processing Dependency: libpython3.6m.so.1.0()(64bit) for package: python3-3.6.8-21.el7_9.x86_64\n--> Running transaction check\n---> Package python3-libs.x86_64 0:3.6.8-21.el7_9 will be installed\n---> Package python3-pip.noarch 0:9.0.3-8.el7 will be installed\n---> Package python3-setuptools.noarch 0:39.2.0-10.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n mssql-server x86_64 15.0.4345.5-2 packages-microsoft-com-mssql-server-2019\n 229 M\nInstalling for dependencies:\n bzip2 x86_64 1.0.6-13.el7 base 52 k\n cyrus-sasl x86_64 2.1.26-24.el7_9 updates 88 k\n cyrus-sasl-gssapi x86_64 2.1.26-24.el7_9 updates 41 k\n gdb x86_64 7.6.1-120.el7 base 2.4 M\n libatomic x86_64 4.8.5-44.el7 base 51 k\n libsss_nss_idmap x86_64 1.16.5-10.el7_9.15 updates 170 k\n lsof x86_64 4.87-6.el7 base 331 k\n python3 x86_64 3.6.8-21.el7_9 updates 71 k\n python3-libs x86_64 3.6.8-21.el7_9 updates 7.0 M\n python3-pip noarch 9.0.3-8.el7 base 1.6 M\n python3-setuptools noarch 39.2.0-10.el7 base 629 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+11 Dependent packages)\n\nTotal size: 241 M\nInstalled size: 1.2 G\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : python3-libs-3.6.8-21.el7_9.x86_64 1/12 \n Installing : python3-setuptools-39.2.0-10.el7.noarch 2/12 \n Installing : python3-pip-9.0.3-8.el7.noarch 3/12 \n Installing : python3-3.6.8-21.el7_9.x86_64 4/12 \n Installing : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 5/12 \n Installing : libatomic-4.8.5-44.el7.x86_64 6/12 \n Installing : cyrus-sasl-2.1.26-24.el7_9.x86_64 7/12 \n Installing : gdb-7.6.1-120.el7.x86_64 8/12 \n Installing : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 9/12 \n Installing : lsof-4.87-6.el7.x86_64 10/12 \n Installing : bzip2-1.0.6-13.el7.x86_64 11/12 \n Installing : mssql-server-15.0.4345.5-2.x86_64 12/12 \n\n+--------------------------------------------------------------+\nPlease run 'sudo /opt/mssql/bin/mssql-conf setup'\nto complete the setup of Microsoft SQL Server\n+--------------------------------------------------------------+\n\n Verifying : python3-3.6.8-21.el7_9.x86_64 1/12 \n Verifying : bzip2-1.0.6-13.el7.x86_64 2/12 \n Verifying : mssql-server-15.0.4345.5-2.x86_64 3/12 \n Verifying : lsof-4.87-6.el7.x86_64 4/12 \n Verifying : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 5/12 \n Verifying : gdb-7.6.1-120.el7.x86_64 6/12 \n Verifying : python3-libs-3.6.8-21.el7_9.x86_64 7/12 \n Verifying : python3-setuptools-39.2.0-10.el7.noarch 8/12 \n Verifying : python3-pip-9.0.3-8.el7.noarch 9/12 \n Verifying : cyrus-sasl-2.1.26-24.el7_9.x86_64 10/12 \n Verifying : libatomic-4.8.5-44.el7.x86_64 11/12 \n Verifying : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 12/12 \n\nInstalled:\n mssql-server.x86_64 0:15.0.4345.5-2 \n\nDependency Installed:\n bzip2.x86_64 0:1.0.6-13.el7 \n cyrus-sasl.x86_64 0:2.1.26-24.el7_9 \n cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 \n gdb.x86_64 0:7.6.1-120.el7 \n libatomic.x86_64 0:4.8.5-44.el7 \n libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.15 \n lsof.x86_64 0:4.87-6.el7 \n python3.x86_64 0:3.6.8-21.el7_9 \n python3-libs.x86_64 0:3.6.8-21.el7_9 \n python3-pip.noarch 0:9.0.3-8.el7 \n python3-setuptools.noarch 0:39.2.0-10.el7 \n\nComplete!\n" ] } lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 20 January 2024 01:42:18 +0000 (0:00:42.627) 0:00:48.369 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 20 January 2024 01:42:18 +0000 (0:00:00.020) 0:00:48.389 ****** 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.006518", "end": "2024-01-20 01:42:18.233393", "rc": 0, "start": "2024-01-20 01:42:18.226875" } TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 20 January 2024 01:42:18 +0000 (0:00:00.162) 0:00:48.552 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 20 January 2024 01:42:19 +0000 (0:00:00.911) 0:00:49.463 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 20 January 2024 01:42:19 +0000 (0:00:00.044) 0:00:49.508 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 20 January 2024 01:42:19 +0000 (0:00:00.038) 0:00:49.546 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 20 January 2024 01:42:24 +0000 (0:00:05.614) 0:00:55.160 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 20 January 2024 01:42:24 +0000 (0:00:00.026) 0:00:55.187 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 20 January 2024 01:42:24 +0000 (0:00:00.019) 0:00:55.206 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } lsrpackages: tuned-profiles-mssql TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 20 January 2024 01:42:25 +0000 (0:00:00.441) 0:00:55.648 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:10:03 UTC", "ActiveEnterTimestampMonotonic": "31795112", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket basic.target systemd-sysctl.service system.slice dbus.service network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:10:02 UTC", "AssertTimestampMonotonic": "30231175", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:10:02 UTC", "ConditionTimestampMonotonic": "30231174", "Conflicts": "cpupower.service shutdown.target", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "885", "ExecMainStartTimestamp": "Sat 2024-01-20 01:10:02 UTC", "ExecMainStartTimestampMonotonic": "30231773", "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", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-20 01:10:02 UTC", "InactiveExitTimestampMonotonic": "30231811", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "885", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target dbus.service polkit.service", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:10:03 UTC", "WatchdogTimestampMonotonic": "31795031", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 20 January 2024 01:42:25 +0000 (0:00:00.610) 0:00:56.259 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.116091", "end": "2024-01-20 01:42:26.272890", "rc": 0, "start": "2024-01-20 01:42:26.156799" } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 20 January 2024 01:42:26 +0000 (0:00:00.345) 0:00:56.604 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 20 January 2024 01:42:26 +0000 (0:00:00.029) 0:00:56.633 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 20 January 2024 01:42:26 +0000 (0:00:00.025) 0:00:56.659 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 20 January 2024 01:42:26 +0000 (0:00:00.024) 0:00:56.683 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 20 January 2024 01:42:26 +0000 (0:00:00.204) 0:00:56.888 ****** changed: [sut] => { "changed": true, "changes": { "installed": [ "mssql-tools", "unixODBC-devel" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-tools.x86_64 0:17.10.1.1-1 will be installed\n--> Processing Dependency: msodbcsql17 >= 17.3.0.0 for package: mssql-tools-17.10.1.1-1.x86_64\n---> Package unixODBC-devel.x86_64 0:2.3.11-1.rh will be installed\n--> Processing Dependency: unixODBC = 2.3.11 for package: unixODBC-devel-2.3.11-1.rh.x86_64\n--> Running transaction check\n---> Package msodbcsql17.x86_64 0:17.10.5.1-1 will be installed\n---> Package unixODBC.x86_64 0:2.3.11-1.rh will be installed\n--> Processing Dependency: libltdl.so.7()(64bit) for package: unixODBC-2.3.11-1.rh.x86_64\n--> Running transaction check\n---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n mssql-tools x86_64 17.10.1.1-1 packages-microsoft-com-prod 291 k\n unixODBC-devel x86_64 2.3.11-1.rh packages-microsoft-com-prod 53 k\nInstalling for dependencies:\n libtool-ltdl x86_64 2.4.2-22.el7_3 base 49 k\n msodbcsql17 x86_64 17.10.5.1-1 packages-microsoft-com-prod 913 k\n unixODBC x86_64 2.3.11-1.rh packages-microsoft-com-prod 274 k\n\nTransaction Summary\n================================================================================\nInstall 2 Packages (+3 Dependent packages)\n\nTotal size: 1.5 M\nInstalled size: 3.8 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libtool-ltdl-2.4.2-22.el7_3.x86_64 1/5 \n Installing : unixODBC-2.3.11-1.rh.x86_64 2/5 \n Installing : msodbcsql17-17.10.5.1-1.x86_64 3/5 \nodbcinst: Driver installed. Usage count increased to 1. \n Target directory is /etc\n Installing : mssql-tools-17.10.1.1-1.x86_64 4/5 \n Installing : unixODBC-devel-2.3.11-1.rh.x86_64 5/5 \n Verifying : mssql-tools-17.10.1.1-1.x86_64 1/5 \n Verifying : unixODBC-devel-2.3.11-1.rh.x86_64 2/5 \n Verifying : libtool-ltdl-2.4.2-22.el7_3.x86_64 3/5 \n Verifying : unixODBC-2.3.11-1.rh.x86_64 4/5 \n Verifying : msodbcsql17-17.10.5.1-1.x86_64 5/5 \n\nInstalled:\n mssql-tools.x86_64 0:17.10.1.1-1 unixODBC-devel.x86_64 0:2.3.11-1.rh \n\nDependency Installed:\n libtool-ltdl.x86_64 0:2.4.2-22.el7_3 msodbcsql17.x86_64 0:17.10.5.1-1 \n unixODBC.x86_64 0:2.3.11-1.rh \n\nComplete!\n" ] } lsrpackages: mssql-tools unixODBC-devel TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 20 January 2024 01:42:31 +0000 (0:00:05.361) 0:01:02.249 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 20 January 2024 01:42:31 +0000 (0:00:00.026) 0:01:02.276 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 20 January 2024 01:42:32 +0000 (0:00:00.048) 0:01:02.325 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 20 January 2024 01:42:32 +0000 (0:00:00.020) 0:01:02.345 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 20 January 2024 01:42:32 +0000 (0:00:00.018) 0:01:02.364 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 20 January 2024 01:42:32 +0000 (0:00:00.019) 0:01:02.384 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 20 January 2024 01:42:32 +0000 (0:00:00.017) 0:01:02.402 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 20 January 2024 01:42:32 +0000 (0:00:00.018) 0:01:02.420 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 20 January 2024 01:42:32 +0000 (0:00:00.020) 0:01:02.441 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 20 January 2024 01:42:32 +0000 (0:00:00.018) 0:01:02.460 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 20 January 2024 01:42:32 +0000 (0:00:00.024) 0:01:02.484 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 20 January 2024 01:42:32 +0000 (0:00:00.019) 0:01:02.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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 20 January 2024 01:42:32 +0000 (0:00:00.020) 0:01:02.524 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 20 January 2024 01:42:32 +0000 (0:00:00.017) 0:01:02.542 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 20 January 2024 01:42:32 +0000 (0:00:00.019) 0:01:02.561 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 20 January 2024 01:42:32 +0000 (0:00:00.018) 0:01:02.580 ****** included: /WORKDIR/git-weekly-ciut4vvlix/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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:42:32 +0000 (0:00:00.031) 0:01:02.611 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.005134", "end": "2024-01-20 01:42:33.443050", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:42:32.437916" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:42:33 +0000 (0:00:01.146) 0:01:03.758 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.146679", "end": "2024-01-20 01:42:33.737326", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:42:33.590647" } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:42:33 +0000 (0:00:00.301) 0:01:04.060 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 20 January 2024 01:42:33 +0000 (0:00:00.031) 0:01:04.092 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 20 January 2024 01:42:33 +0000 (0:00:00.023) 0:01:04.115 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 20 January 2024 01:42:33 +0000 (0:00:00.031) 0:01:04.147 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 20 January 2024 01:42:33 +0000 (0:00:00.023) 0:01:04.170 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 20 January 2024 01:42:33 +0000 (0:00:00.038) 0:01:04.209 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 20 January 2024 01:42:33 +0000 (0:00:00.040) 0:01:04.249 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 20 January 2024 01:42:34 +0000 (0:00:00.051) 0:01:04.301 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 20 January 2024 01:42:34 +0000 (0:00:00.021) 0:01:04.323 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 20 January 2024 01:42:34 +0000 (0:00:00.020) 0:01:04.343 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 20 January 2024 01:42:34 +0000 (0:00:00.020) 0:01:04.363 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 20 January 2024 01:42:34 +0000 (0:00:00.037) 0:01:04.400 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 20 January 2024 01:42:34 +0000 (0:00:00.043) 0:01:04.444 ****** changed: [sut] => (item=/tmp/ansible.6TjEN1) => { "ansible_loop_var": "item", "changed": true, "checksum": "738444c7f2a43782e749fce33961b4ff031c48f0", "dest": "/etc/pki/tls/certs/ansible.6TjEN1", "gid": 994, "group": "mssql", "item": "/tmp/ansible.6TjEN1", "md5sum": "4595b4d2955b8d694186fa660507ddd7", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1103, "src": "/root/.ansible/tmp/ansible-tmp-1705714954.1950521-23325-192619341912015/source", "state": "file", "uid": 996 } changed: [sut] => (item=ansible.k0JDkB) => { "ansible_loop_var": "item", "changed": true, "checksum": "6e211e5bb83c16a98b6c7e77741c35659bffa61f", "dest": "/etc/pki/tls/private/ansible.k0JDkB", "gid": 994, "group": "mssql", "item": "ansible.k0JDkB", "md5sum": "c0bb808e06ea667e4bdfbd367e4b28df", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1704, "src": "/root/.ansible/tmp/ansible-tmp-1705714954.6940763-23325-264681146664078/source", "state": "file", "uid": 996 } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 20 January 2024 01:42:35 +0000 (0:00:01.024) 0:01:05.469 ****** included: /WORKDIR/git-weekly-ciut4vvlix/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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:42:35 +0000 (0:00:00.052) 0:01:05.521 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003771", "end": "2024-01-20 01:42:35.360579", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:42:35.356808" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlscert] ******** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:42:35 +0000 (0:00:00.196) 0:01:05.718 ****** 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.6TjEN1" ], "delta": "0:00:00.211465", "end": "2024-01-20 01:42:35.793047", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:42:35.581582" } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:42:35 +0000 (0:00:00.396) 0:01:06.114 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 20 January 2024 01:42:35 +0000 (0:00:00.022) 0:01:06.137 ****** included: /WORKDIR/git-weekly-ciut4vvlix/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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:42:35 +0000 (0:00:00.040) 0:01:06.177 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003654", "end": "2024-01-20 01:42:36.012067", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:42:36.008413" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlskey] ********* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:42:36 +0000 (0:00:00.153) 0:01:06.331 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlskey", "/etc/pki/tls/private/ansible.k0JDkB" ], "delta": "0:00:01.920984", "end": "2024-01-20 01:42:38.110922", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:42:36.189938" } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:42:38 +0000 (0:00:02.143) 0:01:08.474 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 20 January 2024 01:42:38 +0000 (0:00:00.036) 0:01:08.511 ****** included: /WORKDIR/git-weekly-ciut4vvlix/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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:42:38 +0000 (0:00:00.072) 0:01:08.583 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003654", "end": "2024-01-20 01:42:38.417979", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:42:38.414325" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:42:38 +0000 (0:00:00.170) 0:01:08.754 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlsprotocols", "1.2" ], "delta": "0:00:00.142487", "end": "2024-01-20 01:42:38.796972", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:42:38.654485" } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:42:38 +0000 (0:00:00.365) 0:01:09.120 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 20 January 2024 01:42:38 +0000 (0:00:00.043) 0:01:09.163 ****** included: /WORKDIR/git-weekly-ciut4vvlix/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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:42:38 +0000 (0:00:00.082) 0:01:09.245 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003714", "end": "2024-01-20 01:42:39.110590", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:42:39.106876" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:42:39 +0000 (0:00:00.192) 0:01:09.437 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.forceencryption", "1" ], "delta": "0:00:00.142131", "end": "2024-01-20 01:42:39.415659", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:42:39.273528" } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:42:39 +0000 (0:00:00.301) 0:01:09.739 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 20 January 2024 01:42:39 +0000 (0:00:00.023) 0:01:09.762 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 20 January 2024 01:42:39 +0000 (0:00:00.022) 0:01:09.785 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 20 January 2024 01:42:39 +0000 (0:00:00.020) 0:01:09.806 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 20 January 2024 01:42:39 +0000 (0:00:00.040) 0:01:09.846 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 20 January 2024 01:42:39 +0000 (0:00:00.031) 0:01:09.878 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 20 January 2024 01:42:39 +0000 (0:00:00.028) 0:01:09.906 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 20 January 2024 01:42:39 +0000 (0:00:00.094) 0:01:10.001 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 20 January 2024 01:42:39 +0000 (0:00:00.080) 0:01:10.081 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 20 January 2024 01:42:39 +0000 (0:00:00.032) 0:01:10.114 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 20 January 2024 01:42:39 +0000 (0:00:00.034) 0:01:10.148 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 20 January 2024 01:42:39 +0000 (0:00:00.024) 0:01:10.172 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 20 January 2024 01:42:39 +0000 (0:00:00.022) 0:01:10.194 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 20 January 2024 01:42:39 +0000 (0:00:00.022) 0:01:10.217 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 20 January 2024 01:42:39 +0000 (0:00:00.029) 0:01:10.246 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 20 January 2024 01:42:39 +0000 (0:00:00.022) 0:01:10.269 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 20 January 2024 01:42:40 +0000 (0:00:00.044) 0:01:10.313 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 20 January 2024 01:42:40 +0000 (0:00:00.027) 0:01:10.341 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 20 January 2024 01:42:40 +0000 (0:00:00.044) 0:01:10.386 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 20 January 2024 01:42:40 +0000 (0:00:00.028) 0:01:10.414 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 20 January 2024 01:42:40 +0000 (0:00:00.043) 0:01:10.458 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 20 January 2024 01:42:40 +0000 (0:00:00.030) 0:01:10.488 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 20 January 2024 01:42:40 +0000 (0:00:00.028) 0:01:10.517 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 20 January 2024 01:42:40 +0000 (0:00:00.021) 0:01:10.538 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 20 January 2024 01:42:40 +0000 (0:00:00.019) 0:01:10.557 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 20 January 2024 01:42:40 +0000 (0:00:00.024) 0:01:10.582 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 20 January 2024 01:42:40 +0000 (0:00:00.060) 0:01:10.643 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 20 January 2024 01:42:40 +0000 (0:00:00.022) 0:01:10.666 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 20 January 2024 01:42:40 +0000 (0:00:00.040) 0:01:10.707 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 20 January 2024 01:42:40 +0000 (0:00:00.025) 0:01:10.732 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 20 January 2024 01:42:40 +0000 (0:00:00.020) 0:01:10.752 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 20 January 2024 01:42:40 +0000 (0:00:00.033) 0:01:10.786 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 20 January 2024 01:42:40 +0000 (0:00:00.023) 0:01:10.810 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 20 January 2024 01:42:40 +0000 (0:00:00.029) 0:01:10.840 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 20 January 2024 01:42:40 +0000 (0:00:00.032) 0:01:10.873 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 20 January 2024 01:42:40 +0000 (0:00:00.052) 0:01:10.926 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 20 January 2024 01:42:40 +0000 (0:00:00.025) 0:01:10.951 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 20 January 2024 01:42:40 +0000 (0:00:00.019) 0:01:10.971 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 20 January 2024 01:42:40 +0000 (0:00:00.021) 0:01:10.992 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 20 January 2024 01:42:40 +0000 (0:00:00.018) 0:01:11.011 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 20 January 2024 01:42:40 +0000 (0:00:00.021) 0:01:11.032 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 20 January 2024 01:42:40 +0000 (0:00:00.022) 0:01:11.054 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 20 January 2024 01:42:40 +0000 (0:00:00.024) 0:01:11.079 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 20 January 2024 01:42:40 +0000 (0:00:00.029) 0:01:11.109 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 20 January 2024 01:42:40 +0000 (0:00:00.027) 0:01:11.136 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 20 January 2024 01:42:40 +0000 (0:00:00.048) 0:01:11.185 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 20 January 2024 01:42:40 +0000 (0:00:00.020) 0:01:11.205 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 20 January 2024 01:42:40 +0000 (0:00:00.045) 0:01:11.251 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 20 January 2024 01:42:41 +0000 (0:00:00.040) 0:01:11.292 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 20 January 2024 01:42:41 +0000 (0:00:00.045) 0:01:11.338 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 20 January 2024 01:42:41 +0000 (0:00:00.033) 0:01:11.371 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 20 January 2024 01:42:41 +0000 (0:00:00.024) 0:01:11.396 ****** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 20 January 2024 01:42:41 +0000 (0:00:00.307) 0:01:11.703 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:42:24 UTC", "ActiveEnterTimestampMonotonic": "1972805408", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket -.mount basic.target system.slice auditd.service network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:42:24 UTC", "AssertTimestampMonotonic": "1972804459", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:42:24 UTC", "ConditionTimestampMonotonic": "1972804457", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "22424", "ExecMainStartTimestamp": "Sat 2024-01-20 01:42:24 UTC", "ExecMainStartTimestampMonotonic": "1972805347", "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", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-20 01:42:24 UTC", "InactiveExitTimestampMonotonic": "1972805408", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "22424", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "3", "StartLimitInterval": "120000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:42:24 UTC", "WatchdogTimestampMonotonic": "1972805388", "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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 20 January 2024 01:42:42 +0000 (0:00:01.166) 0:01:12.870 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 20 January 2024 01:42:42 +0000 (0:00:00.019) 0:01:12.889 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove a private key from the playbook directory] ************************ task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/tests_tls.yml:68 Saturday 20 January 2024 01:42:42 +0000 (0:00:00.019) 0:01:12.909 ****** changed: [sut -> localhost] => { "changed": true, "path": "ansible.k0JDkB", "state": "absent" } TASK [Configure the mssql-server service start limit interval and burst] ******* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/tests_tls.yml:75 Saturday 20 January 2024 01:42:42 +0000 (0:00:00.205) 0:01:13.114 ****** included: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql-sever-increase-start-limit.yml for sut TASK [Modify the mssql-server service start limit interval] ******************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql-sever-increase-start-limit.yml:3 Saturday 20 January 2024 01:42:42 +0000 (0:00:00.060) 0:01:13.175 ****** changed: [sut] => { "changed": true } MSG: 1 replacements made TASK [Modify the mssql-server service start limit burst] *********************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql-sever-increase-start-limit.yml:10 Saturday 20 January 2024 01:42:43 +0000 (0:00:00.225) 0:01:13.400 ****** changed: [sut] => { "changed": true } MSG: 1 replacements made TASK [Reload service daemon] *************************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql-sever-increase-start-limit.yml:17 Saturday 20 January 2024 01:42:43 +0000 (0:00:00.150) 0:01:13.550 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [Verify connectivity and settings] **************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/tests_tls.yml:78 Saturday 20 January 2024 01:42:43 +0000 (0:00:00.308) 0:01:13.859 ****** included: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:8 Saturday 20 January 2024 01:42:43 +0000 (0:00:00.059) 0:01:13.918 ****** 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-ciut4vvlix/tests/tasks/verify_settings.yml:23 Saturday 20 January 2024 01:42:43 +0000 (0:00:00.049) 0:01:13.967 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:35 Saturday 20 January 2024 01:42:43 +0000 (0:00:00.021) 0:01:13.989 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:39 Saturday 20 January 2024 01:42:43 +0000 (0:00:00.022) 0:01:14.012 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:55 Saturday 20 January 2024 01:42:43 +0000 (0:00:00.020) 0:01:14.032 ****** 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-ciut4vvlix/tests/tasks/verify_settings.yml:60 Saturday 20 January 2024 01:42:43 +0000 (0:00:00.020) 0:01:14.053 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:70 Saturday 20 January 2024 01:42:43 +0000 (0:00:00.019) 0:01:14.072 ****** 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-ciut4vvlix/tests/tasks/verify_settings.yml:75 Saturday 20 January 2024 01:42:43 +0000 (0:00:00.017) 0:01:14.090 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:85 Saturday 20 January 2024 01:42:43 +0000 (0:00:00.020) 0:01:14.110 ****** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 20 January 2024 01:42:43 +0000 (0:00:00.067) 0:01:14.178 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:42:42 UTC", "ActiveEnterTimestampMonotonic": "1990596736", "ActiveExitTimestamp": "Sat 2024-01-20 01:42:41 UTC", "ActiveExitTimestampMonotonic": "1989675396", "ActiveState": "active", "After": "-.mount network.target systemd-journald.socket auditd.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:42:42 UTC", "AssertTimestampMonotonic": "1990595873", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:42:42 UTC", "ConditionTimestampMonotonic": "1990595871", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "22981", "ExecMainStartTimestamp": "Sat 2024-01-20 01:42:42 UTC", "ExecMainStartTimestampMonotonic": "1990596648", "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", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-20 01:42:42 UTC", "InactiveEnterTimestampMonotonic": "1990594974", "InactiveExitTimestamp": "Sat 2024-01-20 01:42:42 UTC", "InactiveExitTimestampMonotonic": "1990596736", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "22981", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:42:42 UTC", "WatchdogTimestampMonotonic": "1990596702", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 20 January 2024 01:42:44 +0000 (0:00:00.265) 0:01:14.444 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004558", "end": "2024-01-20 01:42:44.341400", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:42:44.336842" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 20 January 2024 01:42:44 +0000 (0:00:00.256) 0:01:14.700 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004399", "end": "2024-01-20 01:42:44.550060", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:42:44.545661" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 20 January 2024 01:42:44 +0000 (0:00:00.191) 0:01:14.891 ****** 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-ciut4vvlix/tests/tasks/verify_settings.yml:93 Saturday 20 January 2024 01:42:44 +0000 (0:00:00.036) 0:01:14.928 ****** ok: [sut] => { "changed": false, "elapsed": 2, "gid": 994, "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": 6995, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:99 Saturday 20 January 2024 01:42:46 +0000 (0:00:02.234) 0:01:17.163 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.035175", "end": "2024-01-20 01:42:47.026522", "rc": 0, "start": "2024-01-20 01:42:46.991347" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2019 (RTM-CU24) (KB5031908) - 15.0.4345.5 (X64) Dec 4 2023 14:44:16 Copyright (C) 2019 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Linux 7 (Core)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:113 Saturday 20 January 2024 01:42:47 +0000 (0:00:00.191) 0:01:17.354 ****** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:117 Saturday 20 January 2024 01:42:47 +0000 (0:00:00.069) 0:01:17.424 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:124 Saturday 20 January 2024 01:42:47 +0000 (0:00:00.055) 0:01:17.479 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:135 Saturday 20 January 2024 01:42:47 +0000 (0:00:00.036) 0:01:17.516 ****** 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-ciut4vvlix/tests/tasks/verify_settings.yml:140 Saturday 20 January 2024 01:42:47 +0000 (0:00:00.030) 0:01:17.546 ****** 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-ciut4vvlix/tests/tasks/verify_settings.yml:145 Saturday 20 January 2024 01:42:47 +0000 (0:00:00.031) 0:01:17.577 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:151 Saturday 20 January 2024 01:42:47 +0000 (0:00:00.034) 0:01:17.612 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:157 Saturday 20 January 2024 01:42:47 +0000 (0:00:00.021) 0:01:17.634 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:167 Saturday 20 January 2024 01:42:47 +0000 (0:00:00.024) 0:01:17.658 ****** included: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlscert] ************************************ task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:42:47 +0000 (0:00:00.058) 0:01:17.717 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004986", "end": "2024-01-20 01:42:47.559848", "rc": 0, "start": "2024-01-20 01:42:47.554862" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.6TjEN1 TASK [Verify the setting when it is type str tlscert] ************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:42:47 +0000 (0:00:00.160) 0:01:17.878 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:42:47 +0000 (0:00:00.031) 0:01:17.909 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/certs/ansible.6TjEN1] ***************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:42:47 +0000 (0:00:00.025) 0:01:17.934 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:178 Saturday 20 January 2024 01:42:47 +0000 (0:00:00.021) 0:01:17.955 ****** included: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlskey] ************************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:42:47 +0000 (0:00:00.035) 0:01:17.991 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.005016", "end": "2024-01-20 01:42:47.826550", "rc": 0, "start": "2024-01-20 01:42:47.821534" } STDOUT: tlskey = /etc/pki/tls/private/ansible.k0JDkB TASK [Verify the setting when it is type str tlskey] *************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:42:47 +0000 (0:00:00.153) 0:01:18.145 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:42:47 +0000 (0:00:00.032) 0:01:18.177 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/private/ansible.k0JDkB] *************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:42:47 +0000 (0:00:00.063) 0:01:18.240 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:190 Saturday 20 January 2024 01:42:47 +0000 (0:00:00.021) 0:01:18.262 ****** included: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlsprotocols] ******************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:42:48 +0000 (0:00:00.040) 0:01:18.302 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.005006", "end": "2024-01-20 01:42:48.137133", "rc": 0, "start": "2024-01-20 01:42:48.132127" } STDOUT: tlsprotocols = 1.2 TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:42:48 +0000 (0:00:00.152) 0:01:18.454 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:42:48 +0000 (0:00:00.030) 0:01:18.485 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1.2] *********************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:42:48 +0000 (0:00:00.024) 0:01:18.509 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:198 Saturday 20 January 2024 01:42:48 +0000 (0:00:00.036) 0:01:18.545 ****** included: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting forceencryption] **************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:42:48 +0000 (0:00:00.039) 0:01:18.585 ****** ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004941", "end": "2024-01-20 01:42:48.419756", "rc": 0, "start": "2024-01-20 01:42:48.414815" } STDOUT: forceencryption = 1 TASK [Verify the setting when it is type str forceencryption] ****************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:42:48 +0000 (0:00:00.154) 0:01:18.739 ****** 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-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:42:48 +0000 (0:00:00.022) 0:01:18.761 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:42:48 +0000 (0:00:00.028) 0:01:18.790 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:208 Saturday 20 January 2024 01:42:48 +0000 (0:00:00.019) 0:01:18.809 ****** 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-ciut4vvlix/tests/tasks/verify_settings.yml:213 Saturday 20 January 2024 01:42:48 +0000 (0:00:00.020) 0:01:18.829 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:221 Saturday 20 January 2024 01:42:48 +0000 (0:00:00.019) 0:01:18.848 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Disable TLS encryption] ************************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/tests_tls.yml:85 Saturday 20 January 2024 01:42:48 +0000 (0:00:00.024) 0:01:18.872 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 20 January 2024 01:42:48 +0000 (0:00:00.147) 0:01:19.020 ****** included: /WORKDIR/git-weekly-ciut4vvlix/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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 20 January 2024 01:42:48 +0000 (0:00:00.037) 0:01:19.057 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 20 January 2024 01:42:48 +0000 (0:00:00.035) 0:01:19.093 ****** 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-ciut4vvlix/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_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 20 January 2024 01:42:48 +0000 (0:00:00.039) 0:01:19.133 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 20 January 2024 01:42:48 +0000 (0:00:00.026) 0:01:19.159 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 20 January 2024 01:42:48 +0000 (0:00:00.024) 0:01:19.184 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 20 January 2024 01:42:48 +0000 (0:00:00.021) 0:01:19.206 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 20 January 2024 01:42:48 +0000 (0:00:00.047) 0:01:19.253 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 20 January 2024 01:42:49 +0000 (0:00:00.040) 0:01:19.293 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 20 January 2024 01:42:49 +0000 (0:00:00.033) 0:01:19.327 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 20 January 2024 01:42:49 +0000 (0:00:00.037) 0:01:19.364 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 20 January 2024 01:42:49 +0000 (0:00:00.026) 0:01:19.391 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 20 January 2024 01:42:49 +0000 (0:00:00.039) 0:01:19.431 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 20 January 2024 01:42:49 +0000 (0:00:00.040) 0:01:19.471 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 20 January 2024 01:42:49 +0000 (0:00:00.053) 0:01:19.525 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 20 January 2024 01:42:49 +0000 (0:00:00.024) 0:01:19.549 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 20 January 2024 01:42:49 +0000 (0:00:00.022) 0:01:19.572 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 20 January 2024 01:42:49 +0000 (0:00:00.029) 0:01:19.602 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 20 January 2024 01:42:49 +0000 (0:00:00.022) 0:01:19.624 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 20 January 2024 01:42:50 +0000 (0:00:01.072) 0:01:20.697 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } ok: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_facts": { "__mssql_current_version": "2019" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 } } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 20 January 2024 01:42:50 +0000 (0:00:00.077) 0:01:20.774 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 20 January 2024 01:42:50 +0000 (0:00:00.028) 0:01:20.802 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 20 January 2024 01:42:50 +0000 (0:00:00.024) 0:01:20.827 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 20 January 2024 01:42:50 +0000 (0:00:00.055) 0:01:20.882 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2019] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 20 January 2024 01:42:50 +0000 (0:00:00.392) 0:01:21.275 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 20 January 2024 01:42:51 +0000 (0:00:00.052) 0:01:21.328 ****** 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 2019] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 20 January 2024 01:42:51 +0000 (0:00:00.027) 0:01:21.355 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 20 January 2024 01:42:51 +0000 (0:00:00.028) 0:01:21.383 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 20 January 2024 01:42:51 +0000 (0:00:00.038) 0:01:21.422 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 20 January 2024 01:42:51 +0000 (0:00:00.038) 0:01:21.461 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 20 January 2024 01:42:51 +0000 (0:00:00.033) 0:01:21.495 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 20 January 2024 01:42:51 +0000 (0:00:00.030) 0:01:21.525 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 20 January 2024 01:42:51 +0000 (0:00:00.022) 0:01:21.548 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 20 January 2024 01:42:51 +0000 (0:00:00.022) 0:01:21.570 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-15.0.4345.5-2.x86_64 providing mssql-server is already installed" ] } lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 20 January 2024 01:42:51 +0000 (0:00:00.383) 0:01:21.953 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 20 January 2024 01:42:51 +0000 (0:00:00.023) 0:01:21.976 ****** 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.005863", "end": "2024-01-20 01:42:51.815860", "rc": 0, "start": "2024-01-20 01:42:51.809997" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 20 January 2024 01:42:51 +0000 (0:00:00.171) 0:01:22.148 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 20 January 2024 01:42:52 +0000 (0:00:00.784) 0:01:22.933 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 20 January 2024 01:42:52 +0000 (0:00:00.054) 0:01:22.988 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 20 January 2024 01:42:52 +0000 (0:00:00.020) 0:01:23.009 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 20 January 2024 01:42:52 +0000 (0:00:00.027) 0:01:23.037 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 20 January 2024 01:42:52 +0000 (0:00:00.059) 0:01:23.096 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 20 January 2024 01:42:52 +0000 (0:00:00.065) 0:01:23.162 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } lsrpackages: tuned-profiles-mssql TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 20 January 2024 01:42:53 +0000 (0:00:00.371) 0:01:23.533 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:10:03 UTC", "ActiveEnterTimestampMonotonic": "31795112", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network.target systemd-journald.socket dbus.service systemd-sysctl.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:10:02 UTC", "AssertTimestampMonotonic": "30231175", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:10:02 UTC", "ConditionTimestampMonotonic": "30231174", "Conflicts": "cpupower.service shutdown.target", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "885", "ExecMainStartTimestamp": "Sat 2024-01-20 01:10:02 UTC", "ExecMainStartTimestampMonotonic": "30231773", "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", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-20 01:10:02 UTC", "InactiveExitTimestampMonotonic": "30231811", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "885", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "polkit.service system.slice basic.target dbus.service", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:10:03 UTC", "WatchdogTimestampMonotonic": "31795031", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 20 January 2024 01:42:53 +0000 (0:00:00.248) 0:01:23.782 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.104779", "end": "2024-01-20 01:42:53.714151", "rc": 0, "start": "2024-01-20 01:42:53.609372" } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 20 January 2024 01:42:53 +0000 (0:00:00.270) 0:01:24.053 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 20 January 2024 01:42:53 +0000 (0:00:00.033) 0:01:24.086 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 20 January 2024 01:42:53 +0000 (0:00:00.031) 0:01:24.118 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 20 January 2024 01:42:53 +0000 (0:00:00.024) 0:01:24.143 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 20 January 2024 01:42:54 +0000 (0:00:00.168) 0:01:24.312 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-tools-17.10.1.1-1.x86_64 providing mssql-tools is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } lsrpackages: mssql-tools unixODBC-devel TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 20 January 2024 01:42:54 +0000 (0:00:00.378) 0:01:24.690 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 20 January 2024 01:42:54 +0000 (0:00:00.021) 0:01:24.712 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 20 January 2024 01:42:54 +0000 (0:00:00.056) 0:01:24.768 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 20 January 2024 01:42:54 +0000 (0:00:00.031) 0:01:24.800 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 20 January 2024 01:42:54 +0000 (0:00:00.021) 0:01:24.821 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the password of sa user] *************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 20 January 2024 01:42:54 +0000 (0:00:00.021) 0:01:24.843 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 20 January 2024 01:42:54 +0000 (0:00:00.024) 0:01:24.867 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 20 January 2024 01:42:54 +0000 (0:00:00.019) 0:01:24.887 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 20 January 2024 01:42:54 +0000 (0:00:00.027) 0:01:24.914 ****** 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.005795", "end": "2024-01-20 01:42:54.748922", "rc": 0, "start": "2024-01-20 01:42:54.743127" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 20 January 2024 01:42:54 +0000 (0:00:00.151) 0:01:25.066 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 20 January 2024 01:42:54 +0000 (0:00:00.029) 0:01:25.095 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 20 January 2024 01:42:55 +0000 (0:00:01.012) 0:01:26.108 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 20 January 2024 01:42:55 +0000 (0:00:00.054) 0:01:26.162 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 20 January 2024 01:42:55 +0000 (0:00:00.034) 0:01:26.196 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 20 January 2024 01:42:55 +0000 (0:00:00.067) 0:01:26.264 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 20 January 2024 01:42:56 +0000 (0:00:00.049) 0:01:26.314 ****** included: /WORKDIR/git-weekly-ciut4vvlix/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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:42:56 +0000 (0:00:00.043) 0:01:26.357 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003841", "end": "2024-01-20 01:42:56.188043", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:42:56.184202" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:42:56 +0000 (0:00:00.147) 0:01:26.505 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.142017", "end": "2024-01-20 01:42:56.480579", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:42:56.338562" } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:42:56 +0000 (0:00:00.314) 0:01:26.819 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 20 January 2024 01:42:56 +0000 (0:00:00.026) 0:01:26.846 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 20 January 2024 01:42:56 +0000 (0:00:00.020) 0:01:26.867 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 20 January 2024 01:42:56 +0000 (0:00:00.021) 0:01:26.889 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 20 January 2024 01:42:56 +0000 (0:00:00.021) 0:01:26.910 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 20 January 2024 01:42:56 +0000 (0:00:00.020) 0:01:26.930 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 20 January 2024 01:42:56 +0000 (0:00:00.021) 0:01:26.952 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 20 January 2024 01:42:56 +0000 (0:00:00.019) 0:01:26.972 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 20 January 2024 01:42:56 +0000 (0:00:00.020) 0:01:26.993 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 20 January 2024 01:42:56 +0000 (0:00:00.025) 0:01:27.019 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 20 January 2024 01:42:56 +0000 (0:00:00.021) 0:01:27.040 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 20 January 2024 01:42:56 +0000 (0:00:00.024) 0:01:27.064 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 20 January 2024 01:42:56 +0000 (0:00:00.024) 0:01:27.088 ****** skipping: [sut] => (item=/tmp/ansible.6TjEN1) => { "ansible_loop_var": "item", "changed": false, "item": "/tmp/ansible.6TjEN1", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ansible.k0JDkB) => { "ansible_loop_var": "item", "changed": false, "item": "ansible.k0JDkB", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 20 January 2024 01:42:56 +0000 (0:00:00.072) 0:01:27.161 ****** included: /WORKDIR/git-weekly-ciut4vvlix/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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:42:56 +0000 (0:00:00.040) 0:01:27.202 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003607", "end": "2024-01-20 01:42:57.035661", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:42:57.032054" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.6TjEN1 TASK [linux-system-roles.mssql : Configure the setting network tlscert] ******** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:42:57 +0000 (0:00:00.152) 0:01:27.354 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:42:57 +0000 (0:00:00.026) 0:01:27.380 ****** 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.139132", "end": "2024-01-20 01:42:57.353270", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:42:57.214138" } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 20 January 2024 01:42:57 +0000 (0:00:00.309) 0:01:27.690 ****** included: /WORKDIR/git-weekly-ciut4vvlix/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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:42:57 +0000 (0:00:00.066) 0:01:27.757 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003823", "end": "2024-01-20 01:42:57.649143", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:42:57.645320" } STDOUT: tlskey = /etc/pki/tls/private/ansible.k0JDkB TASK [linux-system-roles.mssql : Configure the setting network tlskey] ********* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:42:57 +0000 (0:00:00.220) 0:01:27.978 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:42:57 +0000 (0:00:00.032) 0:01:28.011 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlskey" ], "delta": "0:00:00.140455", "end": "2024-01-20 01:42:57.985283", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:42:57.844828" } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 20 January 2024 01:42:58 +0000 (0:00:00.301) 0:01:28.312 ****** included: /WORKDIR/git-weekly-ciut4vvlix/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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:42:58 +0000 (0:00:00.062) 0:01:28.375 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003701", "end": "2024-01-20 01:42:58.262795", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:42:58.259094" } STDOUT: tlsprotocols = 1.2 TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:42:58 +0000 (0:00:00.225) 0:01:28.601 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:42:58 +0000 (0:00:00.026) 0:01:28.627 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlsprotocols" ], "delta": "0:00:00.140841", "end": "2024-01-20 01:42:58.651163", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:42:58.510322" } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 20 January 2024 01:42:58 +0000 (0:00:00.362) 0:01:28.990 ****** included: /WORKDIR/git-weekly-ciut4vvlix/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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:42:58 +0000 (0:00:00.068) 0:01:29.058 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003689", "end": "2024-01-20 01:42:58.895913", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:42:58.892224" } STDOUT: forceencryption = 1 TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:42:58 +0000 (0:00:00.170) 0:01:29.229 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:42:58 +0000 (0:00:00.041) 0:01:29.270 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.forceencryption" ], "delta": "0:00:00.139401", "end": "2024-01-20 01:42:59.247158", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:42:59.107757" } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 20 January 2024 01:42:59 +0000 (0:00:00.298) 0:01:29.568 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 20 January 2024 01:42:59 +0000 (0:00:00.022) 0:01:29.591 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 20 January 2024 01:42:59 +0000 (0:00:00.020) 0:01:29.611 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 20 January 2024 01:42:59 +0000 (0:00:00.023) 0:01:29.635 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 20 January 2024 01:42:59 +0000 (0:00:00.024) 0:01:29.659 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 20 January 2024 01:42:59 +0000 (0:00:00.025) 0:01:29.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 : Check if AD user exists] ********************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 20 January 2024 01:42:59 +0000 (0:00:00.022) 0:01:29.708 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 20 January 2024 01:42:59 +0000 (0:00:00.024) 0:01:29.733 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 20 January 2024 01:42:59 +0000 (0:00:00.028) 0:01:29.761 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 20 January 2024 01:42:59 +0000 (0:00:00.038) 0:01:29.800 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 20 January 2024 01:42:59 +0000 (0:00:00.023) 0:01:29.824 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 20 January 2024 01:42:59 +0000 (0:00:00.028) 0:01:29.853 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 20 January 2024 01:42:59 +0000 (0:00:00.075) 0:01:29.928 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 20 January 2024 01:42:59 +0000 (0:00:00.022) 0:01:29.951 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 20 January 2024 01:42:59 +0000 (0:00:00.037) 0:01:29.988 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 20 January 2024 01:42:59 +0000 (0:00:00.030) 0:01:30.019 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 20 January 2024 01:42:59 +0000 (0:00:00.030) 0:01:30.049 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 20 January 2024 01:42:59 +0000 (0:00:00.037) 0:01:30.087 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 20 January 2024 01:42:59 +0000 (0:00:00.034) 0:01:30.121 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 20 January 2024 01:42:59 +0000 (0:00:00.033) 0:01:30.155 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 20 January 2024 01:42:59 +0000 (0:00:00.049) 0:01:30.205 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 20 January 2024 01:42:59 +0000 (0:00:00.029) 0:01:30.235 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 20 January 2024 01:42:59 +0000 (0:00:00.041) 0:01:30.276 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 20 January 2024 01:43:00 +0000 (0:00:00.021) 0:01:30.298 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 20 January 2024 01:43:00 +0000 (0:00:00.023) 0:01:30.322 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 20 January 2024 01:43:00 +0000 (0:00:00.022) 0:01:30.345 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 20 January 2024 01:43:00 +0000 (0:00:00.028) 0:01:30.373 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 20 January 2024 01:43:00 +0000 (0:00:00.032) 0:01:30.405 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 20 January 2024 01:43:00 +0000 (0:00:00.029) 0:01:30.435 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 20 January 2024 01:43:00 +0000 (0:00:00.021) 0:01:30.456 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 20 January 2024 01:43:00 +0000 (0:00:00.030) 0:01:30.487 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 20 January 2024 01:43:00 +0000 (0:00:00.048) 0:01:30.535 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 20 January 2024 01:43:00 +0000 (0:00:00.021) 0:01:30.556 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 20 January 2024 01:43:00 +0000 (0:00:00.019) 0:01:30.575 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 20 January 2024 01:43:00 +0000 (0:00:00.020) 0:01:30.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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 20 January 2024 01:43:00 +0000 (0:00:00.018) 0:01:30.615 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 20 January 2024 01:43:00 +0000 (0:00:00.020) 0:01:30.635 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 20 January 2024 01:43:00 +0000 (0:00:00.032) 0:01:30.667 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 20 January 2024 01:43:00 +0000 (0:00:00.023) 0:01:30.691 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 20 January 2024 01:43:00 +0000 (0:00:00.022) 0:01:30.713 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 20 January 2024 01:43:00 +0000 (0:00:00.020) 0:01:30.734 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 20 January 2024 01:43:00 +0000 (0:00:00.022) 0:01:30.756 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 20 January 2024 01:43:00 +0000 (0:00:00.026) 0:01:30.782 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 20 January 2024 01:43:00 +0000 (0:00:00.020) 0:01:30.803 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 20 January 2024 01:43:00 +0000 (0:00:00.026) 0:01:30.829 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 20 January 2024 01:43:00 +0000 (0:00:00.020) 0:01:30.850 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 20 January 2024 01:43:00 +0000 (0:00:00.022) 0:01:30.872 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 20 January 2024 01:43:00 +0000 (0:00:00.026) 0:01:30.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 [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 20 January 2024 01:43:00 +0000 (0:00:00.019) 0:01:30.918 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 20 January 2024 01:43:00 +0000 (0:00:00.022) 0:01:30.941 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 20 January 2024 01:43:00 +0000 (0:00:00.055) 0:01:30.996 ****** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 20 January 2024 01:43:00 +0000 (0:00:00.172) 0:01:31.169 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:42:42 UTC", "ActiveEnterTimestampMonotonic": "1990596736", "ActiveExitTimestamp": "Sat 2024-01-20 01:42:41 UTC", "ActiveExitTimestampMonotonic": "1989675396", "ActiveState": "active", "After": "-.mount network.target systemd-journald.socket auditd.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:42:42 UTC", "AssertTimestampMonotonic": "1990595873", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:42:42 UTC", "ConditionTimestampMonotonic": "1990595871", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "22981", "ExecMainStartTimestamp": "Sat 2024-01-20 01:42:42 UTC", "ExecMainStartTimestampMonotonic": "1990596648", "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", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-20 01:42:42 UTC", "InactiveEnterTimestampMonotonic": "1990594974", "InactiveExitTimestamp": "Sat 2024-01-20 01:42:42 UTC", "InactiveExitTimestampMonotonic": "1990596736", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "22981", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:42:42 UTC", "WatchdogTimestampMonotonic": "1990596702", "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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 20 January 2024 01:43:02 +0000 (0:00:01.290) 0:01:32.460 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 20 January 2024 01:43:02 +0000 (0:00:00.031) 0:01:32.492 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify connectivity and settings] **************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/tests_tls.yml:92 Saturday 20 January 2024 01:43:02 +0000 (0:00:00.040) 0:01:32.532 ****** included: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:8 Saturday 20 January 2024 01:43:02 +0000 (0:00:00.091) 0:01:32.623 ****** 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-ciut4vvlix/tests/tasks/verify_settings.yml:23 Saturday 20 January 2024 01:43:02 +0000 (0:00:00.032) 0:01:32.656 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:35 Saturday 20 January 2024 01:43:02 +0000 (0:00:00.029) 0:01:32.686 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:39 Saturday 20 January 2024 01:43:02 +0000 (0:00:00.031) 0:01:32.717 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:55 Saturday 20 January 2024 01:43:02 +0000 (0:00:00.030) 0:01:32.747 ****** 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-ciut4vvlix/tests/tasks/verify_settings.yml:60 Saturday 20 January 2024 01:43:02 +0000 (0:00:00.067) 0:01:32.815 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:70 Saturday 20 January 2024 01:43:02 +0000 (0:00:00.077) 0:01:32.892 ****** 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-ciut4vvlix/tests/tasks/verify_settings.yml:75 Saturday 20 January 2024 01:43:02 +0000 (0:00:00.022) 0:01:32.915 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:85 Saturday 20 January 2024 01:43:02 +0000 (0:00:00.022) 0:01:32.937 ****** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 20 January 2024 01:43:02 +0000 (0:00:00.036) 0:01:32.974 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:43:02 UTC", "ActiveEnterTimestampMonotonic": "2010169501", "ActiveExitTimestamp": "Sat 2024-01-20 01:43:01 UTC", "ActiveExitTimestampMonotonic": "2009147421", "ActiveState": "active", "After": "-.mount network.target systemd-journald.socket auditd.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:43:02 UTC", "AssertTimestampMonotonic": "2010168703", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:43:02 UTC", "ConditionTimestampMonotonic": "2010168701", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "23718", "ExecMainStartTimestamp": "Sat 2024-01-20 01:43:02 UTC", "ExecMainStartTimestampMonotonic": "2010169437", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-20 01:43:02 UTC] ; stop_time=[n/a] ; pid=23718 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-20 01:43:02 UTC", "InactiveEnterTimestampMonotonic": "2010167393", "InactiveExitTimestamp": "Sat 2024-01-20 01:43:02 UTC", "InactiveExitTimestampMonotonic": "2010169501", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "23718", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:43:02 UTC", "WatchdogTimestampMonotonic": "2010169481", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 20 January 2024 01:43:02 +0000 (0:00:00.231) 0:01:33.205 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003858", "end": "2024-01-20 01:43:03.043307", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:43:03.039449" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 20 January 2024 01:43:03 +0000 (0:00:00.155) 0:01:33.361 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004017", "end": "2024-01-20 01:43:03.196404", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:43:03.192387" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 20 January 2024 01:43:03 +0000 (0:00:00.158) 0:01:33.519 ****** 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-ciut4vvlix/tests/tasks/verify_settings.yml:93 Saturday 20 January 2024 01:43:03 +0000 (0:00:00.047) 0:01:33.567 ****** ok: [sut] => { "changed": false, "elapsed": 2, "gid": 994, "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": 6115, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:99 Saturday 20 January 2024 01:43:05 +0000 (0:00:02.212) 0:01:35.779 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.042292", "end": "2024-01-20 01:43:05.713200", "rc": 0, "start": "2024-01-20 01:43:05.670908" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2019 (RTM-CU24) (KB5031908) - 15.0.4345.5 (X64) Dec 4 2023 14:44:16 Copyright (C) 2019 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Linux 7 (Core)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:113 Saturday 20 January 2024 01:43:05 +0000 (0:00:00.263) 0:01:36.043 ****** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:117 Saturday 20 January 2024 01:43:05 +0000 (0:00:00.027) 0:01:36.070 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:124 Saturday 20 January 2024 01:43:05 +0000 (0:00:00.022) 0:01:36.093 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:135 Saturday 20 January 2024 01:43:05 +0000 (0:00:00.020) 0:01:36.114 ****** 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-ciut4vvlix/tests/tasks/verify_settings.yml:140 Saturday 20 January 2024 01:43:05 +0000 (0:00:00.021) 0:01:36.135 ****** 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-ciut4vvlix/tests/tasks/verify_settings.yml:145 Saturday 20 January 2024 01:43:05 +0000 (0:00:00.031) 0:01:36.166 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:151 Saturday 20 January 2024 01:43:05 +0000 (0:00:00.033) 0:01:36.199 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:157 Saturday 20 January 2024 01:43:05 +0000 (0:00:00.025) 0:01:36.225 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:167 Saturday 20 January 2024 01:43:05 +0000 (0:00:00.025) 0:01:36.251 ****** included: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlscert] ************************************ task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:43:06 +0000 (0:00:00.048) 0:01:36.299 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004937", "end": "2024-01-20 01:43:06.204722", "rc": 0, "start": "2024-01-20 01:43:06.199785" } TASK [Verify the setting when it is type str tlscert] ************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:43:06 +0000 (0:00:00.226) 0:01:36.525 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:43:06 +0000 (0:00:00.031) 0:01:36.557 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:43:06 +0000 (0:00:00.032) 0:01:36.589 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:178 Saturday 20 January 2024 01:43:06 +0000 (0:00:00.028) 0:01:36.617 ****** included: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlskey] ************************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:43:06 +0000 (0:00:00.074) 0:01:36.692 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004909", "end": "2024-01-20 01:43:06.524095", "rc": 0, "start": "2024-01-20 01:43:06.519186" } TASK [Verify the setting when it is type str tlskey] *************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:43:06 +0000 (0:00:00.151) 0:01:36.844 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:43:06 +0000 (0:00:00.034) 0:01:36.878 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:43:06 +0000 (0:00:00.025) 0:01:36.903 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:190 Saturday 20 January 2024 01:43:06 +0000 (0:00:00.035) 0:01:36.939 ****** included: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlsprotocols] ******************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:43:06 +0000 (0:00:00.039) 0:01:36.978 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004953", "end": "2024-01-20 01:43:06.811243", "rc": 0, "start": "2024-01-20 01:43:06.806290" } TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:43:06 +0000 (0:00:00.151) 0:01:37.130 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:43:06 +0000 (0:00:00.028) 0:01:37.158 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:43:06 +0000 (0:00:00.022) 0:01:37.180 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:198 Saturday 20 January 2024 01:43:06 +0000 (0:00:00.025) 0:01:37.206 ****** included: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting forceencryption] **************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:43:06 +0000 (0:00:00.050) 0:01:37.256 ****** ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004861", "end": "2024-01-20 01:43:07.091369", "rc": 0, "start": "2024-01-20 01:43:07.086508" } TASK [Verify the setting when it is type str forceencryption] ****************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:43:07 +0000 (0:00:00.152) 0:01:37.408 ****** 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-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:43:07 +0000 (0:00:00.023) 0:01:37.432 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:43:07 +0000 (0:00:00.028) 0:01:37.461 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:208 Saturday 20 January 2024 01:43:07 +0000 (0:00:00.054) 0:01:37.515 ****** 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-ciut4vvlix/tests/tasks/verify_settings.yml:213 Saturday 20 January 2024 01:43:07 +0000 (0:00:00.022) 0:01:37.537 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:221 Saturday 20 January 2024 01:43:07 +0000 (0:00:00.021) 0:01:37.558 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove certificates from hosts] ****************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/tests_tls.yml:99 Saturday 20 January 2024 01:43:07 +0000 (0:00:00.021) 0:01:37.580 ****** changed: [sut] => (item=/etc/pki/tls/certs/ansible.6TjEN1) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/certs/ansible.6TjEN1", "path": "/etc/pki/tls/certs/ansible.6TjEN1", "state": "absent" } changed: [sut] => (item=/etc/pki/tls/private/ansible.k0JDkB) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/private/ansible.k0JDkB", "path": "/etc/pki/tls/private/ansible.k0JDkB", "state": "absent" } TASK [Copy certificates to hosts] ********************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/tests_tls.yml:107 Saturday 20 January 2024 01:43:07 +0000 (0:00:00.284) 0:01:37.864 ****** ok: [sut] => (item=/tmp/ansible.6TjEN1) => { "ansible_loop_var": "item", "changed": false, "checksum": "738444c7f2a43782e749fce33961b4ff031c48f0", "dest": "/tmp/ansible.6TjEN1", "gid": 0, "group": "root", "item": "/tmp/ansible.6TjEN1", "mode": "0600", "owner": "root", "path": "/tmp/ansible.6TjEN1", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1103, "state": "file", "uid": 0 } ok: [sut] => (item=/tmp/ansible.k0JDkB) => { "ansible_loop_var": "item", "changed": false, "checksum": "6e211e5bb83c16a98b6c7e77741c35659bffa61f", "dest": "/tmp/ansible.k0JDkB", "gid": 0, "group": "root", "item": "/tmp/ansible.k0JDkB", "mode": "0600", "owner": "root", "path": "/tmp/ansible.k0JDkB", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1704, "state": "file", "uid": 0 } TASK [Set mssql_tls_cert and mssql_tls_private_key for the following test] ***** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/tests_tls.yml:116 Saturday 20 January 2024 01:43:08 +0000 (0:00:00.831) 0:01:38.696 ****** ok: [sut] => { "ansible_facts": { "mssql_tls_cert": "/tmp/ansible.6TjEN1", "mssql_tls_private_key": "ansible.k0JDkB" }, "changed": false } TASK [Test with certs on managed nodes] **************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/tests_tls.yml:121 Saturday 20 January 2024 01:43:08 +0000 (0:00:00.036) 0:01:38.732 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 20 January 2024 01:43:08 +0000 (0:00:00.328) 0:01:39.061 ****** included: /WORKDIR/git-weekly-ciut4vvlix/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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 20 January 2024 01:43:08 +0000 (0:00:00.036) 0:01:39.098 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 20 January 2024 01:43:08 +0000 (0:00:00.038) 0:01:39.137 ****** 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-ciut4vvlix/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_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 20 January 2024 01:43:08 +0000 (0:00:00.048) 0:01:39.185 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 20 January 2024 01:43:08 +0000 (0:00:00.021) 0:01:39.207 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 20 January 2024 01:43:08 +0000 (0:00:00.023) 0:01:39.230 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 20 January 2024 01:43:08 +0000 (0:00:00.022) 0:01:39.253 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 20 January 2024 01:43:08 +0000 (0:00:00.021) 0:01:39.275 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 20 January 2024 01:43:09 +0000 (0:00:00.033) 0:01:39.308 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 20 January 2024 01:43:09 +0000 (0:00:00.032) 0:01:39.341 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 20 January 2024 01:43:09 +0000 (0:00:00.038) 0:01:39.379 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 20 January 2024 01:43:09 +0000 (0:00:00.049) 0:01:39.429 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 20 January 2024 01:43:09 +0000 (0:00:00.045) 0:01:39.475 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 20 January 2024 01:43:09 +0000 (0:00:00.069) 0:01:39.544 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 20 January 2024 01:43:09 +0000 (0:00:00.035) 0:01:39.579 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 20 January 2024 01:43:09 +0000 (0:00:00.035) 0:01:39.615 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 20 January 2024 01:43:09 +0000 (0:00:00.046) 0:01:39.662 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 20 January 2024 01:43:09 +0000 (0:00:00.036) 0:01:39.698 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 20 January 2024 01:43:09 +0000 (0:00:00.092) 0:01:39.790 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 20 January 2024 01:43:10 +0000 (0:00:01.017) 0:01:40.807 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } ok: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_facts": { "__mssql_current_version": "2019" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 } } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 20 January 2024 01:43:10 +0000 (0:00:00.069) 0:01:40.877 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 20 January 2024 01:43:10 +0000 (0:00:00.039) 0:01:40.917 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 20 January 2024 01:43:10 +0000 (0:00:00.029) 0:01:40.946 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 20 January 2024 01:43:10 +0000 (0:00:00.049) 0:01:40.996 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2019] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 20 January 2024 01:43:11 +0000 (0:00:00.392) 0:01:41.388 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 20 January 2024 01:43:11 +0000 (0:00:00.076) 0:01:41.465 ****** 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 2019] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 20 January 2024 01:43:11 +0000 (0:00:00.026) 0:01:41.491 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 20 January 2024 01:43:11 +0000 (0:00:00.071) 0:01:41.562 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 20 January 2024 01:43:11 +0000 (0:00:00.055) 0:01:41.618 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 20 January 2024 01:43:11 +0000 (0:00:00.079) 0:01:41.698 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 20 January 2024 01:43:11 +0000 (0:00:00.022) 0:01:41.721 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 20 January 2024 01:43:11 +0000 (0:00:00.024) 0:01:41.745 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 20 January 2024 01:43:11 +0000 (0:00:00.030) 0:01:41.775 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 20 January 2024 01:43:11 +0000 (0:00:00.028) 0:01:41.804 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-15.0.4345.5-2.x86_64 providing mssql-server is already installed" ] } lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 20 January 2024 01:43:11 +0000 (0:00:00.396) 0:01:42.201 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 20 January 2024 01:43:11 +0000 (0:00:00.020) 0:01:42.221 ****** 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.005876", "end": "2024-01-20 01:43:12.054306", "rc": 0, "start": "2024-01-20 01:43:12.048430" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 20 January 2024 01:43:12 +0000 (0:00:00.149) 0:01:42.371 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 20 January 2024 01:43:12 +0000 (0:00:00.773) 0:01:43.144 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 20 January 2024 01:43:12 +0000 (0:00:00.040) 0:01:43.184 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 20 January 2024 01:43:12 +0000 (0:00:00.033) 0:01:43.217 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 20 January 2024 01:43:12 +0000 (0:00:00.028) 0:01:43.246 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 20 January 2024 01:43:12 +0000 (0:00:00.036) 0:01:43.282 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 20 January 2024 01:43:13 +0000 (0:00:00.020) 0:01:43.303 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } lsrpackages: tuned-profiles-mssql TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 20 January 2024 01:43:13 +0000 (0:00:00.413) 0:01:43.716 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:10:03 UTC", "ActiveEnterTimestampMonotonic": "31795112", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network.target systemd-journald.socket dbus.service systemd-sysctl.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:10:02 UTC", "AssertTimestampMonotonic": "30231175", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:10:02 UTC", "ConditionTimestampMonotonic": "30231174", "Conflicts": "cpupower.service shutdown.target", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "885", "ExecMainStartTimestamp": "Sat 2024-01-20 01:10:02 UTC", "ExecMainStartTimestampMonotonic": "30231773", "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", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-20 01:10:02 UTC", "InactiveExitTimestampMonotonic": "30231811", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "885", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "polkit.service system.slice basic.target dbus.service", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:10:03 UTC", "WatchdogTimestampMonotonic": "31795031", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 20 January 2024 01:43:13 +0000 (0:00:00.227) 0:01:43.944 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.100517", "end": "2024-01-20 01:43:13.870520", "rc": 0, "start": "2024-01-20 01:43:13.770003" } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 20 January 2024 01:43:13 +0000 (0:00:00.244) 0:01:44.188 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 20 January 2024 01:43:13 +0000 (0:00:00.027) 0:01:44.216 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 20 January 2024 01:43:13 +0000 (0:00:00.037) 0:01:44.254 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 20 January 2024 01:43:13 +0000 (0:00:00.033) 0:01:44.287 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 20 January 2024 01:43:14 +0000 (0:00:00.159) 0:01:44.446 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-tools-17.10.1.1-1.x86_64 providing mssql-tools is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } lsrpackages: mssql-tools unixODBC-devel TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 20 January 2024 01:43:14 +0000 (0:00:00.381) 0:01:44.828 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 20 January 2024 01:43:14 +0000 (0:00:00.070) 0:01:44.898 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 20 January 2024 01:43:14 +0000 (0:00:00.027) 0:01:44.926 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 20 January 2024 01:43:14 +0000 (0:00:00.059) 0:01:44.985 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 20 January 2024 01:43:14 +0000 (0:00:00.052) 0:01:45.037 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 20 January 2024 01:43:14 +0000 (0:00:00.041) 0:01:45.079 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 20 January 2024 01:43:14 +0000 (0:00:00.036) 0:01:45.115 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 20 January 2024 01:43:14 +0000 (0:00:00.081) 0:01:45.197 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 20 January 2024 01:43:14 +0000 (0:00:00.027) 0:01:45.224 ****** 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.005990", "end": "2024-01-20 01:43:15.075839", "rc": 0, "start": "2024-01-20 01:43:15.069849" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 20 January 2024 01:43:15 +0000 (0:00:00.172) 0:01:45.397 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 20 January 2024 01:43:15 +0000 (0:00:00.042) 0:01:45.440 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 20 January 2024 01:43:16 +0000 (0:00:01.041) 0:01:46.482 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 20 January 2024 01:43:16 +0000 (0:00:00.042) 0:01:46.524 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 20 January 2024 01:43:16 +0000 (0:00:00.039) 0:01:46.564 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 20 January 2024 01:43:16 +0000 (0:00:00.038) 0:01:46.602 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 20 January 2024 01:43:16 +0000 (0:00:00.032) 0:01:46.635 ****** included: /WORKDIR/git-weekly-ciut4vvlix/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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:43:16 +0000 (0:00:00.070) 0:01:46.705 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003576", "end": "2024-01-20 01:43:16.547337", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:43:16.543761" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:43:16 +0000 (0:00:00.171) 0:01:46.876 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.141880", "end": "2024-01-20 01:43:16.850247", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:43:16.708367" } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:43:16 +0000 (0:00:00.386) 0:01:47.263 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 20 January 2024 01:43:17 +0000 (0:00:00.047) 0:01:47.310 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 20 January 2024 01:43:17 +0000 (0:00:00.025) 0:01:47.335 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 20 January 2024 01:43:17 +0000 (0:00:00.031) 0:01:47.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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 20 January 2024 01:43:17 +0000 (0:00:00.022) 0:01:47.389 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 20 January 2024 01:43:17 +0000 (0:00:00.026) 0:01:47.416 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 20 January 2024 01:43:17 +0000 (0:00:00.022) 0:01:47.438 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 20 January 2024 01:43:17 +0000 (0:00:00.023) 0:01:47.461 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 20 January 2024 01:43:17 +0000 (0:00:00.046) 0:01:47.507 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 20 January 2024 01:43:17 +0000 (0:00:00.049) 0:01:47.557 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 20 January 2024 01:43:17 +0000 (0:00:00.038) 0:01:47.595 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 20 January 2024 01:43:17 +0000 (0:00:00.034) 0:01:47.630 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 20 January 2024 01:43:17 +0000 (0:00:00.038) 0:01:47.668 ****** changed: [sut] => (item=/tmp/ansible.6TjEN1) => { "ansible_loop_var": "item", "changed": true, "checksum": "738444c7f2a43782e749fce33961b4ff031c48f0", "dest": "/etc/pki/tls/certs/ansible.6TjEN1", "gid": 994, "group": "mssql", "item": "/tmp/ansible.6TjEN1", "md5sum": "4595b4d2955b8d694186fa660507ddd7", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1103, "src": "/tmp/ansible.6TjEN1", "state": "file", "uid": 996 } changed: [sut] => (item=/tmp/ansible.k0JDkB) => { "ansible_loop_var": "item", "changed": true, "checksum": "6e211e5bb83c16a98b6c7e77741c35659bffa61f", "dest": "/etc/pki/tls/private/ansible.k0JDkB", "gid": 994, "group": "mssql", "item": "/tmp/ansible.k0JDkB", "md5sum": "c0bb808e06ea667e4bdfbd367e4b28df", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1704, "src": "/tmp/ansible.k0JDkB", "state": "file", "uid": 996 } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 20 January 2024 01:43:18 +0000 (0:00:00.630) 0:01:48.299 ****** included: /WORKDIR/git-weekly-ciut4vvlix/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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:43:18 +0000 (0:00:00.056) 0:01:48.355 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003559", "end": "2024-01-20 01:43:18.195997", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:43:18.192438" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlscert] ******** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:43:18 +0000 (0:00:00.184) 0:01:48.539 ****** 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.6TjEN1" ], "delta": "0:00:00.145363", "end": "2024-01-20 01:43:18.642952", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:43:18.497589" } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:43:18 +0000 (0:00:00.449) 0:01:48.989 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 20 January 2024 01:43:18 +0000 (0:00:00.049) 0:01:49.038 ****** included: /WORKDIR/git-weekly-ciut4vvlix/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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:43:18 +0000 (0:00:00.058) 0:01:49.097 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003647", "end": "2024-01-20 01:43:18.930978", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:43:18.927331" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlskey] ********* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:43:18 +0000 (0:00:00.154) 0:01:49.252 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlskey", "/etc/pki/tls/private/ansible.k0JDkB" ], "delta": "0:00:00.141975", "end": "2024-01-20 01:43:19.243815", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:43:19.101840" } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:43:19 +0000 (0:00:00.319) 0:01:49.572 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 20 January 2024 01:43:19 +0000 (0:00:00.044) 0:01:49.616 ****** included: /WORKDIR/git-weekly-ciut4vvlix/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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:43:19 +0000 (0:00:00.043) 0:01:49.659 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003761", "end": "2024-01-20 01:43:19.542893", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:43:19.539132" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:43:19 +0000 (0:00:00.247) 0:01:49.906 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlsprotocols", "1.2" ], "delta": "0:00:00.143990", "end": "2024-01-20 01:43:19.919148", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:43:19.775158" } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:43:19 +0000 (0:00:00.350) 0:01:50.256 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 20 January 2024 01:43:19 +0000 (0:00:00.024) 0:01:50.280 ****** included: /WORKDIR/git-weekly-ciut4vvlix/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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:43:20 +0000 (0:00:00.049) 0:01:50.330 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003630", "end": "2024-01-20 01:43:20.167202", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:43:20.163572" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:43:20 +0000 (0:00:00.156) 0:01:50.486 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.forceencryption", "1" ], "delta": "0:00:00.142153", "end": "2024-01-20 01:43:20.510966", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:43:20.368813" } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:43:20 +0000 (0:00:00.355) 0:01:50.842 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 20 January 2024 01:43:20 +0000 (0:00:00.037) 0:01:50.879 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 20 January 2024 01:43:20 +0000 (0:00:00.034) 0:01:50.914 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 20 January 2024 01:43:20 +0000 (0:00:00.035) 0:01:50.949 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 20 January 2024 01:43:20 +0000 (0:00:00.047) 0:01:50.997 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 20 January 2024 01:43:20 +0000 (0:00:00.033) 0:01:51.030 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 20 January 2024 01:43:20 +0000 (0:00:00.036) 0:01:51.067 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 20 January 2024 01:43:20 +0000 (0:00:00.025) 0:01:51.092 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 20 January 2024 01:43:20 +0000 (0:00:00.040) 0:01:51.133 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 20 January 2024 01:43:20 +0000 (0:00:00.025) 0:01:51.159 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 20 January 2024 01:43:20 +0000 (0:00:00.036) 0:01:51.196 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 20 January 2024 01:43:20 +0000 (0:00:00.024) 0:01:51.220 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 20 January 2024 01:43:20 +0000 (0:00:00.064) 0:01:51.285 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 20 January 2024 01:43:21 +0000 (0:00:00.030) 0:01:51.316 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 20 January 2024 01:43:21 +0000 (0:00:00.053) 0:01:51.369 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 20 January 2024 01:43:21 +0000 (0:00:00.034) 0:01:51.403 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 20 January 2024 01:43:21 +0000 (0:00:00.046) 0:01:51.449 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 20 January 2024 01:43:21 +0000 (0:00:00.065) 0:01:51.515 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 20 January 2024 01:43:21 +0000 (0:00:00.152) 0:01:51.667 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 20 January 2024 01:43:21 +0000 (0:00:00.046) 0:01:51.714 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 20 January 2024 01:43:21 +0000 (0:00:00.031) 0:01:51.746 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 20 January 2024 01:43:21 +0000 (0:00:00.035) 0:01:51.781 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 20 January 2024 01:43:21 +0000 (0:00:00.025) 0:01:51.807 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 20 January 2024 01:43:21 +0000 (0:00:00.024) 0:01:51.832 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 20 January 2024 01:43:21 +0000 (0:00:00.022) 0:01:51.854 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 20 January 2024 01:43:21 +0000 (0:00:00.022) 0:01:51.877 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 20 January 2024 01:43:21 +0000 (0:00:00.022) 0:01:51.900 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 20 January 2024 01:43:21 +0000 (0:00:00.021) 0:01:51.922 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 20 January 2024 01:43:21 +0000 (0:00:00.028) 0:01:51.950 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 20 January 2024 01:43:21 +0000 (0:00:00.028) 0:01:51.979 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 20 January 2024 01:43:21 +0000 (0:00:00.024) 0:01:52.003 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 20 January 2024 01:43:21 +0000 (0:00:00.029) 0:01:52.033 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 20 January 2024 01:43:21 +0000 (0:00:00.020) 0:01:52.053 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 20 January 2024 01:43:21 +0000 (0:00:00.020) 0:01:52.074 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 20 January 2024 01:43:21 +0000 (0:00:00.020) 0:01:52.094 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 20 January 2024 01:43:21 +0000 (0:00:00.021) 0:01:52.115 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 20 January 2024 01:43:21 +0000 (0:00:00.020) 0:01:52.136 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 20 January 2024 01:43:21 +0000 (0:00:00.058) 0:01:52.194 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 20 January 2024 01:43:21 +0000 (0:00:00.022) 0:01:52.216 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 20 January 2024 01:43:21 +0000 (0:00:00.019) 0:01:52.235 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 20 January 2024 01:43:21 +0000 (0:00:00.019) 0:01:52.255 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 20 January 2024 01:43:21 +0000 (0:00:00.019) 0:01:52.274 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 20 January 2024 01:43:22 +0000 (0:00:00.021) 0:01:52.296 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 20 January 2024 01:43:22 +0000 (0:00:00.028) 0:01:52.324 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 20 January 2024 01:43:22 +0000 (0:00:00.022) 0:01:52.347 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 20 January 2024 01:43:22 +0000 (0:00:00.024) 0:01:52.371 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 20 January 2024 01:43:22 +0000 (0:00:00.024) 0:01:52.396 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 20 January 2024 01:43:22 +0000 (0:00:00.033) 0:01:52.429 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 20 January 2024 01:43:22 +0000 (0:00:00.026) 0:01:52.455 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 20 January 2024 01:43:22 +0000 (0:00:00.021) 0:01:52.477 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 20 January 2024 01:43:22 +0000 (0:00:00.022) 0:01:52.500 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 20 January 2024 01:43:22 +0000 (0:00:00.021) 0:01:52.521 ****** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 20 January 2024 01:43:22 +0000 (0:00:00.200) 0:01:52.721 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:43:02 UTC", "ActiveEnterTimestampMonotonic": "2010169501", "ActiveExitTimestamp": "Sat 2024-01-20 01:43:01 UTC", "ActiveExitTimestampMonotonic": "2009147421", "ActiveState": "active", "After": "-.mount network.target systemd-journald.socket auditd.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:43:02 UTC", "AssertTimestampMonotonic": "2010168703", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:43:02 UTC", "ConditionTimestampMonotonic": "2010168701", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "23718", "ExecMainStartTimestamp": "Sat 2024-01-20 01:43:02 UTC", "ExecMainStartTimestampMonotonic": "2010169437", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-20 01:43:02 UTC] ; stop_time=[n/a] ; pid=23718 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-20 01:43:02 UTC", "InactiveEnterTimestampMonotonic": "2010167393", "InactiveExitTimestamp": "Sat 2024-01-20 01:43:02 UTC", "InactiveExitTimestampMonotonic": "2010169501", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "23718", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:43:02 UTC", "WatchdogTimestampMonotonic": "2010169481", "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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 20 January 2024 01:43:23 +0000 (0:00:01.235) 0:01:53.957 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 20 January 2024 01:43:23 +0000 (0:00:00.041) 0:01:53.998 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify connectivity and settings] **************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/tests_tls.yml:131 Saturday 20 January 2024 01:43:23 +0000 (0:00:00.063) 0:01:54.062 ****** included: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:8 Saturday 20 January 2024 01:43:23 +0000 (0:00:00.158) 0:01:54.221 ****** 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-ciut4vvlix/tests/tasks/verify_settings.yml:23 Saturday 20 January 2024 01:43:23 +0000 (0:00:00.031) 0:01:54.252 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:35 Saturday 20 January 2024 01:43:23 +0000 (0:00:00.031) 0:01:54.284 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:39 Saturday 20 January 2024 01:43:24 +0000 (0:00:00.022) 0:01:54.307 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:55 Saturday 20 January 2024 01:43:24 +0000 (0:00:00.027) 0:01:54.335 ****** 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-ciut4vvlix/tests/tasks/verify_settings.yml:60 Saturday 20 January 2024 01:43:24 +0000 (0:00:00.049) 0:01:54.384 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:70 Saturday 20 January 2024 01:43:24 +0000 (0:00:00.045) 0:01:54.430 ****** 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-ciut4vvlix/tests/tasks/verify_settings.yml:75 Saturday 20 January 2024 01:43:24 +0000 (0:00:00.036) 0:01:54.467 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:85 Saturday 20 January 2024 01:43:24 +0000 (0:00:00.031) 0:01:54.499 ****** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 20 January 2024 01:43:24 +0000 (0:00:00.114) 0:01:54.613 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:43:23 UTC", "ActiveEnterTimestampMonotonic": "2031670383", "ActiveExitTimestamp": "Sat 2024-01-20 01:43:22 UTC", "ActiveExitTimestampMonotonic": "2030705144", "ActiveState": "active", "After": "-.mount network.target systemd-journald.socket auditd.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:43:23 UTC", "AssertTimestampMonotonic": "2031669709", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:43:23 UTC", "ConditionTimestampMonotonic": "2031669707", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "24608", "ExecMainStartTimestamp": "Sat 2024-01-20 01:43:23 UTC", "ExecMainStartTimestampMonotonic": "2031670321", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-20 01:43:23 UTC] ; stop_time=[n/a] ; pid=24608 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-20 01:43:23 UTC", "InactiveEnterTimestampMonotonic": "2031668204", "InactiveExitTimestamp": "Sat 2024-01-20 01:43:23 UTC", "InactiveExitTimestampMonotonic": "2031670383", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "24608", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:43:23 UTC", "WatchdogTimestampMonotonic": "2031670363", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 20 January 2024 01:43:24 +0000 (0:00:00.249) 0:01:54.862 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004015", "end": "2024-01-20 01:43:24.721434", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:43:24.717419" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 20 January 2024 01:43:24 +0000 (0:00:00.176) 0:01:55.039 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004938", "end": "2024-01-20 01:43:24.895222", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:43:24.890284" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 20 January 2024 01:43:24 +0000 (0:00:00.176) 0:01:55.215 ****** 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-ciut4vvlix/tests/tasks/verify_settings.yml:93 Saturday 20 January 2024 01:43:24 +0000 (0:00:00.032) 0:01:55.247 ****** ok: [sut] => { "changed": false, "elapsed": 2, "gid": 994, "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": 6360, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:99 Saturday 20 January 2024 01:43:27 +0000 (0:00:02.185) 0:01:57.433 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.036379", "end": "2024-01-20 01:43:27.333565", "rc": 0, "start": "2024-01-20 01:43:27.297186" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2019 (RTM-CU24) (KB5031908) - 15.0.4345.5 (X64) Dec 4 2023 14:44:16 Copyright (C) 2019 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Linux 7 (Core)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:113 Saturday 20 January 2024 01:43:27 +0000 (0:00:00.222) 0:01:57.655 ****** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:117 Saturday 20 January 2024 01:43:27 +0000 (0:00:00.023) 0:01:57.678 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:124 Saturday 20 January 2024 01:43:27 +0000 (0:00:00.021) 0:01:57.700 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:135 Saturday 20 January 2024 01:43:27 +0000 (0:00:00.064) 0:01:57.765 ****** 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-ciut4vvlix/tests/tasks/verify_settings.yml:140 Saturday 20 January 2024 01:43:27 +0000 (0:00:00.023) 0:01:57.788 ****** 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-ciut4vvlix/tests/tasks/verify_settings.yml:145 Saturday 20 January 2024 01:43:27 +0000 (0:00:00.021) 0:01:57.810 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:151 Saturday 20 January 2024 01:43:27 +0000 (0:00:00.022) 0:01:57.832 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:157 Saturday 20 January 2024 01:43:27 +0000 (0:00:00.020) 0:01:57.852 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:167 Saturday 20 January 2024 01:43:27 +0000 (0:00:00.020) 0:01:57.873 ****** included: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlscert] ************************************ task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:43:27 +0000 (0:00:00.034) 0:01:57.907 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.005053", "end": "2024-01-20 01:43:27.764969", "rc": 0, "start": "2024-01-20 01:43:27.759916" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.6TjEN1 TASK [Verify the setting when it is type str tlscert] ************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:43:27 +0000 (0:00:00.174) 0:01:58.082 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:43:27 +0000 (0:00:00.029) 0:01:58.111 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/certs/ansible.6TjEN1] ***************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:43:27 +0000 (0:00:00.025) 0:01:58.137 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:178 Saturday 20 January 2024 01:43:27 +0000 (0:00:00.027) 0:01:58.165 ****** included: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlskey] ************************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:43:27 +0000 (0:00:00.039) 0:01:58.204 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004690", "end": "2024-01-20 01:43:28.037812", "rc": 0, "start": "2024-01-20 01:43:28.033122" } STDOUT: tlskey = /etc/pki/tls/private/ansible.k0JDkB TASK [Verify the setting when it is type str tlskey] *************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:43:28 +0000 (0:00:00.162) 0:01:58.367 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:43:28 +0000 (0:00:00.054) 0:01:58.422 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/private/ansible.k0JDkB] *************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:43:28 +0000 (0:00:00.045) 0:01:58.467 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:190 Saturday 20 January 2024 01:43:28 +0000 (0:00:00.107) 0:01:58.575 ****** included: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlsprotocols] ******************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:43:28 +0000 (0:00:00.045) 0:01:58.620 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004776", "end": "2024-01-20 01:43:28.451784", "rc": 0, "start": "2024-01-20 01:43:28.447008" } STDOUT: tlsprotocols = 1.2 TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:43:28 +0000 (0:00:00.149) 0:01:58.770 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:43:28 +0000 (0:00:00.028) 0:01:58.799 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1.2] *********************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:43:28 +0000 (0:00:00.025) 0:01:58.824 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:198 Saturday 20 January 2024 01:43:28 +0000 (0:00:00.022) 0:01:58.847 ****** included: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting forceencryption] **************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:43:28 +0000 (0:00:00.040) 0:01:58.887 ****** ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004934", "end": "2024-01-20 01:43:28.719618", "rc": 0, "start": "2024-01-20 01:43:28.714684" } STDOUT: forceencryption = 1 TASK [Verify the setting when it is type str forceencryption] ****************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:43:28 +0000 (0:00:00.154) 0:01:59.042 ****** 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-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:43:28 +0000 (0:00:00.027) 0:01:59.069 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:43:28 +0000 (0:00:00.039) 0:01:59.108 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:208 Saturday 20 January 2024 01:43:28 +0000 (0:00:00.045) 0:01:59.154 ****** 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-ciut4vvlix/tests/tasks/verify_settings.yml:213 Saturday 20 January 2024 01:43:28 +0000 (0:00:00.043) 0:01:59.197 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:221 Saturday 20 January 2024 01:43:28 +0000 (0:00:00.049) 0:01:59.247 ****** 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-ciut4vvlix/tests/tasks/tests_tls.yml:137 Saturday 20 January 2024 01:43:29 +0000 (0:00:00.057) 0:01:59.304 ****** included: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/check_header.yml for sut TASK [Grep the ansible_managed header in /var/opt/mssql/mssql.conf] ************ task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/check_header.yml:4 Saturday 20 January 2024 01:43:29 +0000 (0:00:00.232) 0:01:59.537 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "Ansible managed\n", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003650", "end": "2024-01-20 01:43:29.413758", "rc": 0, "start": "2024-01-20 01:43:29.410108" } 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.6TjEN1 tlskey = /etc/pki/tls/private/ansible.k0JDkB tlsprotocols = 1.2 forceencryption = 1 TASK [Disable TLS encryption] ************************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/tests_tls.yml:141 Saturday 20 January 2024 01:43:29 +0000 (0:00:00.193) 0:01:59.730 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 20 January 2024 01:43:29 +0000 (0:00:00.273) 0:02:00.004 ****** included: /WORKDIR/git-weekly-ciut4vvlix/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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 20 January 2024 01:43:29 +0000 (0:00:00.034) 0:02:00.038 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 20 January 2024 01:43:29 +0000 (0:00:00.026) 0:02:00.065 ****** 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-ciut4vvlix/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_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 20 January 2024 01:43:29 +0000 (0:00:00.038) 0:02:00.103 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 20 January 2024 01:43:29 +0000 (0:00:00.074) 0:02:00.178 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 20 January 2024 01:43:29 +0000 (0:00:00.021) 0:02:00.199 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 20 January 2024 01:43:29 +0000 (0:00:00.020) 0:02:00.220 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 20 January 2024 01:43:29 +0000 (0:00:00.021) 0:02:00.242 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 20 January 2024 01:43:29 +0000 (0:00:00.021) 0:02:00.264 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 20 January 2024 01:43:29 +0000 (0:00:00.022) 0:02:00.287 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 20 January 2024 01:43:30 +0000 (0:00:00.024) 0:02:00.311 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 20 January 2024 01:43:30 +0000 (0:00:00.046) 0:02:00.357 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 20 January 2024 01:43:30 +0000 (0:00:00.023) 0:02:00.380 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 20 January 2024 01:43:30 +0000 (0:00:00.038) 0:02:00.419 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 20 January 2024 01:43:30 +0000 (0:00:00.039) 0:02:00.458 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 20 January 2024 01:43:30 +0000 (0:00:00.030) 0:02:00.489 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 20 January 2024 01:43:30 +0000 (0:00:00.024) 0:02:00.513 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 20 January 2024 01:43:30 +0000 (0:00:00.022) 0:02:00.536 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 20 January 2024 01:43:30 +0000 (0:00:00.024) 0:02:00.560 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 20 January 2024 01:43:31 +0000 (0:00:01.115) 0:02:01.676 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } ok: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_facts": { "__mssql_current_version": "2019" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 } } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 20 January 2024 01:43:31 +0000 (0:00:00.059) 0:02:01.735 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 20 January 2024 01:43:31 +0000 (0:00:00.026) 0:02:01.762 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 20 January 2024 01:43:31 +0000 (0:00:00.030) 0:02:01.793 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 20 January 2024 01:43:31 +0000 (0:00:00.049) 0:02:01.842 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2019] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 20 January 2024 01:43:31 +0000 (0:00:00.364) 0:02:02.207 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 20 January 2024 01:43:31 +0000 (0:00:00.022) 0:02:02.229 ****** 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 2019] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 20 January 2024 01:43:31 +0000 (0:00:00.028) 0:02:02.258 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 20 January 2024 01:43:31 +0000 (0:00:00.026) 0:02:02.285 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 20 January 2024 01:43:32 +0000 (0:00:00.029) 0:02:02.315 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 20 January 2024 01:43:32 +0000 (0:00:00.034) 0:02:02.349 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 20 January 2024 01:43:32 +0000 (0:00:00.023) 0:02:02.373 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 20 January 2024 01:43:32 +0000 (0:00:00.035) 0:02:02.409 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 20 January 2024 01:43:32 +0000 (0:00:00.053) 0:02:02.462 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 20 January 2024 01:43:32 +0000 (0:00:00.023) 0:02:02.486 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-15.0.4345.5-2.x86_64 providing mssql-server is already installed" ] } lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 20 January 2024 01:43:32 +0000 (0:00:00.527) 0:02:03.013 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 20 January 2024 01:43:32 +0000 (0:00:00.050) 0:02:03.064 ****** 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.005896", "end": "2024-01-20 01:43:32.899132", "rc": 0, "start": "2024-01-20 01:43:32.893236" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 20 January 2024 01:43:32 +0000 (0:00:00.163) 0:02:03.227 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 20 January 2024 01:43:33 +0000 (0:00:00.758) 0:02:03.985 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 20 January 2024 01:43:33 +0000 (0:00:00.034) 0:02:04.020 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 20 January 2024 01:43:33 +0000 (0:00:00.025) 0:02:04.046 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 20 January 2024 01:43:33 +0000 (0:00:00.027) 0:02:04.073 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 20 January 2024 01:43:33 +0000 (0:00:00.030) 0:02:04.104 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 20 January 2024 01:43:33 +0000 (0:00:00.023) 0:02:04.128 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } lsrpackages: tuned-profiles-mssql TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 20 January 2024 01:43:34 +0000 (0:00:00.389) 0:02:04.517 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:10:03 UTC", "ActiveEnterTimestampMonotonic": "31795112", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network.target systemd-journald.socket dbus.service systemd-sysctl.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:10:02 UTC", "AssertTimestampMonotonic": "30231175", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:10:02 UTC", "ConditionTimestampMonotonic": "30231174", "Conflicts": "cpupower.service shutdown.target", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "885", "ExecMainStartTimestamp": "Sat 2024-01-20 01:10:02 UTC", "ExecMainStartTimestampMonotonic": "30231773", "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", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-20 01:10:02 UTC", "InactiveExitTimestampMonotonic": "30231811", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "885", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "polkit.service system.slice basic.target dbus.service", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:10:03 UTC", "WatchdogTimestampMonotonic": "31795031", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 20 January 2024 01:43:34 +0000 (0:00:00.267) 0:02:04.784 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.100203", "end": "2024-01-20 01:43:34.736303", "rc": 0, "start": "2024-01-20 01:43:34.636100" } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 20 January 2024 01:43:34 +0000 (0:00:00.304) 0:02:05.088 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 20 January 2024 01:43:34 +0000 (0:00:00.064) 0:02:05.153 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 20 January 2024 01:43:34 +0000 (0:00:00.049) 0:02:05.202 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 20 January 2024 01:43:35 +0000 (0:00:00.128) 0:02:05.331 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 20 January 2024 01:43:35 +0000 (0:00:00.191) 0:02:05.523 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-tools-17.10.1.1-1.x86_64 providing mssql-tools is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } lsrpackages: mssql-tools unixODBC-devel TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 20 January 2024 01:43:35 +0000 (0:00:00.469) 0:02:05.992 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 20 January 2024 01:43:35 +0000 (0:00:00.035) 0:02:06.028 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 20 January 2024 01:43:35 +0000 (0:00:00.036) 0:02:06.064 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 20 January 2024 01:43:35 +0000 (0:00:00.026) 0:02:06.091 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 20 January 2024 01:43:35 +0000 (0:00:00.031) 0:02:06.122 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 20 January 2024 01:43:35 +0000 (0:00:00.032) 0:02:06.155 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 20 January 2024 01:43:35 +0000 (0:00:00.027) 0:02:06.182 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 20 January 2024 01:43:35 +0000 (0:00:00.034) 0:02:06.216 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 20 January 2024 01:43:35 +0000 (0:00:00.024) 0:02:06.240 ****** 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.006139", "end": "2024-01-20 01:43:36.097809", "rc": 0, "start": "2024-01-20 01:43:36.091670" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 20 January 2024 01:43:36 +0000 (0:00:00.174) 0:02:06.415 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 20 January 2024 01:43:36 +0000 (0:00:00.024) 0:02:06.439 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 20 January 2024 01:43:37 +0000 (0:00:01.128) 0:02:07.567 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 20 January 2024 01:43:37 +0000 (0:00:00.030) 0:02:07.597 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 20 January 2024 01:43:37 +0000 (0:00:00.023) 0:02:07.620 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 20 January 2024 01:43:37 +0000 (0:00:00.038) 0:02:07.659 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 20 January 2024 01:43:37 +0000 (0:00:00.046) 0:02:07.705 ****** included: /WORKDIR/git-weekly-ciut4vvlix/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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:43:37 +0000 (0:00:00.055) 0:02:07.761 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003649", "end": "2024-01-20 01:43:37.606855", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:43:37.603206" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:43:37 +0000 (0:00:00.170) 0:02:07.932 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.139799", "end": "2024-01-20 01:43:37.940043", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:43:37.800244" } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:43:37 +0000 (0:00:00.355) 0:02:08.287 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 20 January 2024 01:43:38 +0000 (0:00:00.028) 0:02:08.315 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 20 January 2024 01:43:38 +0000 (0:00:00.043) 0:02:08.359 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 20 January 2024 01:43:38 +0000 (0:00:00.024) 0:02:08.383 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 20 January 2024 01:43:38 +0000 (0:00:00.033) 0:02:08.417 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 20 January 2024 01:43:38 +0000 (0:00:00.020) 0:02:08.437 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 20 January 2024 01:43:38 +0000 (0:00:00.020) 0:02:08.458 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 20 January 2024 01:43:38 +0000 (0:00:00.023) 0:02:08.482 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 20 January 2024 01:43:38 +0000 (0:00:00.077) 0:02:08.560 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 20 January 2024 01:43:38 +0000 (0:00:00.022) 0:02:08.582 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 20 January 2024 01:43:38 +0000 (0:00:00.023) 0:02:08.606 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 20 January 2024 01:43:38 +0000 (0:00:00.040) 0:02:08.646 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 20 January 2024 01:43:38 +0000 (0:00:00.027) 0:02:08.674 ****** skipping: [sut] => (item=/tmp/ansible.6TjEN1) => { "ansible_loop_var": "item", "changed": false, "item": "/tmp/ansible.6TjEN1", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ansible.k0JDkB) => { "ansible_loop_var": "item", "changed": false, "item": "ansible.k0JDkB", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 20 January 2024 01:43:38 +0000 (0:00:00.030) 0:02:08.705 ****** included: /WORKDIR/git-weekly-ciut4vvlix/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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:43:38 +0000 (0:00:00.046) 0:02:08.751 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003661", "end": "2024-01-20 01:43:38.590966", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:43:38.587305" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.6TjEN1 TASK [linux-system-roles.mssql : Configure the setting network tlscert] ******** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:43:38 +0000 (0:00:00.165) 0:02:08.916 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:43:38 +0000 (0:00:00.028) 0:02:08.945 ****** 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.136728", "end": "2024-01-20 01:43:38.923353", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:43:38.786625" } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 20 January 2024 01:43:38 +0000 (0:00:00.303) 0:02:09.249 ****** included: /WORKDIR/git-weekly-ciut4vvlix/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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:43:39 +0000 (0:00:00.042) 0:02:09.292 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003601", "end": "2024-01-20 01:43:39.126646", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:43:39.123045" } STDOUT: tlskey = /etc/pki/tls/private/ansible.k0JDkB TASK [linux-system-roles.mssql : Configure the setting network tlskey] ********* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:43:39 +0000 (0:00:00.166) 0:02:09.458 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:43:39 +0000 (0:00:00.041) 0:02:09.500 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlskey" ], "delta": "0:00:00.139243", "end": "2024-01-20 01:43:39.470598", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:43:39.331355" } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 20 January 2024 01:43:39 +0000 (0:00:00.378) 0:02:09.879 ****** included: /WORKDIR/git-weekly-ciut4vvlix/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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:43:39 +0000 (0:00:00.051) 0:02:09.930 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003672", "end": "2024-01-20 01:43:39.771723", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:43:39.768051" } STDOUT: tlsprotocols = 1.2 TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:43:39 +0000 (0:00:00.164) 0:02:10.094 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:43:39 +0000 (0:00:00.028) 0:02:10.123 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlsprotocols" ], "delta": "0:00:00.138723", "end": "2024-01-20 01:43:40.102606", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:43:39.963883" } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 20 January 2024 01:43:40 +0000 (0:00:00.316) 0:02:10.440 ****** included: /WORKDIR/git-weekly-ciut4vvlix/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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:43:40 +0000 (0:00:00.080) 0:02:10.520 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003866", "end": "2024-01-20 01:43:40.389821", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:43:40.385955" } STDOUT: forceencryption = 1 TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:43:40 +0000 (0:00:00.216) 0:02:10.736 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:43:40 +0000 (0:00:00.036) 0:02:10.773 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.forceencryption" ], "delta": "0:00:00.140772", "end": "2024-01-20 01:43:40.771648", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:43:40.630876" } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 20 January 2024 01:43:40 +0000 (0:00:00.321) 0:02:11.094 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 20 January 2024 01:43:40 +0000 (0:00:00.028) 0:02:11.123 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 20 January 2024 01:43:40 +0000 (0:00:00.022) 0:02:11.146 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 20 January 2024 01:43:40 +0000 (0:00:00.021) 0:02:11.168 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 20 January 2024 01:43:40 +0000 (0:00:00.025) 0:02:11.193 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 20 January 2024 01:43:40 +0000 (0:00:00.031) 0:02:11.225 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 20 January 2024 01:43:41 +0000 (0:00:00.145) 0:02:11.370 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 20 January 2024 01:43:41 +0000 (0:00:00.033) 0:02:11.404 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 20 January 2024 01:43:41 +0000 (0:00:00.026) 0:02:11.430 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 20 January 2024 01:43:41 +0000 (0:00:00.024) 0:02:11.455 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 20 January 2024 01:43:41 +0000 (0:00:00.022) 0:02:11.477 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 20 January 2024 01:43:41 +0000 (0:00:00.030) 0:02:11.507 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 20 January 2024 01:43:41 +0000 (0:00:00.022) 0:02:11.530 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 20 January 2024 01:43:41 +0000 (0:00:00.035) 0:02:11.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 : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 20 January 2024 01:43:41 +0000 (0:00:00.021) 0:02:11.587 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure correct permissions and ownership on the keytab] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 20 January 2024 01:43:41 +0000 (0:00:00.021) 0:02:11.608 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 20 January 2024 01:43:41 +0000 (0:00:00.021) 0:02:11.630 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 20 January 2024 01:43:41 +0000 (0:00:00.026) 0:02:11.657 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 20 January 2024 01:43:41 +0000 (0:00:00.020) 0:02:11.678 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 20 January 2024 01:43:41 +0000 (0:00:00.033) 0:02:11.711 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 20 January 2024 01:43:41 +0000 (0:00:00.030) 0:02:11.741 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 20 January 2024 01:43:41 +0000 (0:00:00.022) 0:02:11.763 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 20 January 2024 01:43:41 +0000 (0:00:00.023) 0:02:11.786 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 20 January 2024 01:43:41 +0000 (0:00:00.022) 0:02:11.808 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 20 January 2024 01:43:41 +0000 (0:00:00.089) 0:02:11.898 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 20 January 2024 01:43:41 +0000 (0:00:00.021) 0:02:11.920 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 20 January 2024 01:43:41 +0000 (0:00:00.023) 0:02:11.943 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 20 January 2024 01:43:41 +0000 (0:00:00.027) 0:02:11.970 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 20 January 2024 01:43:41 +0000 (0:00:00.021) 0:02:11.992 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 20 January 2024 01:43:41 +0000 (0:00:00.020) 0:02:12.012 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 20 January 2024 01:43:41 +0000 (0:00:00.031) 0:02:12.043 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 20 January 2024 01:43:41 +0000 (0:00:00.024) 0:02:12.068 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 20 January 2024 01:43:41 +0000 (0:00:00.021) 0:02:12.090 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 20 January 2024 01:43:41 +0000 (0:00:00.021) 0:02:12.112 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 20 January 2024 01:43:41 +0000 (0:00:00.026) 0:02:12.138 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 20 January 2024 01:43:41 +0000 (0:00:00.022) 0:02:12.161 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 20 January 2024 01:43:41 +0000 (0:00:00.021) 0:02:12.183 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 20 January 2024 01:43:41 +0000 (0:00:00.021) 0:02:12.205 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 20 January 2024 01:43:41 +0000 (0:00:00.021) 0:02:12.227 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 20 January 2024 01:43:41 +0000 (0:00:00.029) 0:02:12.256 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 20 January 2024 01:43:42 +0000 (0:00:00.045) 0:02:12.301 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 20 January 2024 01:43:42 +0000 (0:00:00.036) 0:02:12.337 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 20 January 2024 01:43:42 +0000 (0:00:00.037) 0:02:12.374 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 20 January 2024 01:43:42 +0000 (0:00:00.084) 0:02:12.459 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 20 January 2024 01:43:42 +0000 (0:00:00.029) 0:02:12.489 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 20 January 2024 01:43:42 +0000 (0:00:00.022) 0:02:12.512 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 20 January 2024 01:43:42 +0000 (0:00:00.023) 0:02:12.535 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 20 January 2024 01:43:42 +0000 (0:00:00.034) 0:02:12.569 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 20 January 2024 01:43:42 +0000 (0:00:00.031) 0:02:12.601 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 20 January 2024 01:43:42 +0000 (0:00:00.028) 0:02:12.630 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 20 January 2024 01:43:42 +0000 (0:00:00.023) 0:02:12.653 ****** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 20 January 2024 01:43:42 +0000 (0:00:00.171) 0:02:12.825 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:43:23 UTC", "ActiveEnterTimestampMonotonic": "2031670383", "ActiveExitTimestamp": "Sat 2024-01-20 01:43:22 UTC", "ActiveExitTimestampMonotonic": "2030705144", "ActiveState": "active", "After": "-.mount network.target systemd-journald.socket auditd.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:43:23 UTC", "AssertTimestampMonotonic": "2031669709", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:43:23 UTC", "ConditionTimestampMonotonic": "2031669707", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "24608", "ExecMainStartTimestamp": "Sat 2024-01-20 01:43:23 UTC", "ExecMainStartTimestampMonotonic": "2031670321", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-20 01:43:23 UTC] ; stop_time=[n/a] ; pid=24608 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-20 01:43:23 UTC", "InactiveEnterTimestampMonotonic": "2031668204", "InactiveExitTimestamp": "Sat 2024-01-20 01:43:23 UTC", "InactiveExitTimestampMonotonic": "2031670383", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "24608", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:43:23 UTC", "WatchdogTimestampMonotonic": "2031670363", "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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 20 January 2024 01:43:43 +0000 (0:00:00.604) 0:02:13.430 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 20 January 2024 01:43:43 +0000 (0:00:00.031) 0:02:13.462 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify connectivity and settings] **************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/tests_tls.yml:147 Saturday 20 January 2024 01:43:43 +0000 (0:00:00.022) 0:02:13.484 ****** included: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:8 Saturday 20 January 2024 01:43:43 +0000 (0:00:00.295) 0:02:13.780 ****** 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-ciut4vvlix/tests/tasks/verify_settings.yml:23 Saturday 20 January 2024 01:43:43 +0000 (0:00:00.025) 0:02:13.806 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:35 Saturday 20 January 2024 01:43:43 +0000 (0:00:00.021) 0:02:13.827 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:39 Saturday 20 January 2024 01:43:43 +0000 (0:00:00.022) 0:02:13.850 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:55 Saturday 20 January 2024 01:43:43 +0000 (0:00:00.039) 0:02:13.890 ****** 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-ciut4vvlix/tests/tasks/verify_settings.yml:60 Saturday 20 January 2024 01:43:43 +0000 (0:00:00.025) 0:02:13.915 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:70 Saturday 20 January 2024 01:43:43 +0000 (0:00:00.021) 0:02:13.937 ****** 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-ciut4vvlix/tests/tasks/verify_settings.yml:75 Saturday 20 January 2024 01:43:43 +0000 (0:00:00.035) 0:02:13.973 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:85 Saturday 20 January 2024 01:43:43 +0000 (0:00:00.032) 0:02:14.005 ****** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 20 January 2024 01:43:43 +0000 (0:00:00.044) 0:02:14.050 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:43:43 UTC", "ActiveEnterTimestampMonotonic": "2051139711", "ActiveExitTimestamp": "Sat 2024-01-20 01:43:42 UTC", "ActiveExitTimestampMonotonic": "2050803421", "ActiveState": "active", "After": "-.mount network.target systemd-journald.socket auditd.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:43:43 UTC", "AssertTimestampMonotonic": "2051138896", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:43:43 UTC", "ConditionTimestampMonotonic": "2051138894", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "25315", "ExecMainStartTimestamp": "Sat 2024-01-20 01:43:43 UTC", "ExecMainStartTimestampMonotonic": "2051139633", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-20 01:43:43 UTC] ; stop_time=[n/a] ; pid=25315 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-20 01:43:43 UTC", "InactiveEnterTimestampMonotonic": "2051138262", "InactiveExitTimestamp": "Sat 2024-01-20 01:43:43 UTC", "InactiveExitTimestampMonotonic": "2051139711", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "25315", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:43:43 UTC", "WatchdogTimestampMonotonic": "2051139685", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 20 January 2024 01:43:43 +0000 (0:00:00.238) 0:02:14.288 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003694", "end": "2024-01-20 01:43:44.121257", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:43:44.117563" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 20 January 2024 01:43:44 +0000 (0:00:00.149) 0:02:14.438 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004061", "end": "2024-01-20 01:43:44.274627", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:43:44.270566" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 20 January 2024 01:43:44 +0000 (0:00:00.153) 0:02:14.591 ****** 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-ciut4vvlix/tests/tasks/verify_settings.yml:93 Saturday 20 January 2024 01:43:44 +0000 (0:00:00.026) 0:02:14.618 ****** ok: [sut] => { "changed": false, "elapsed": 2, "gid": 994, "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": 6208, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:99 Saturday 20 January 2024 01:43:46 +0000 (0:00:02.226) 0:02:16.844 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.044203", "end": "2024-01-20 01:43:46.737609", "rc": 0, "start": "2024-01-20 01:43:46.693406" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2019 (RTM-CU24) (KB5031908) - 15.0.4345.5 (X64) Dec 4 2023 14:44:16 Copyright (C) 2019 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Linux 7 (Core)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:113 Saturday 20 January 2024 01:43:46 +0000 (0:00:00.226) 0:02:17.071 ****** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:117 Saturday 20 January 2024 01:43:46 +0000 (0:00:00.030) 0:02:17.102 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:124 Saturday 20 January 2024 01:43:46 +0000 (0:00:00.032) 0:02:17.134 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:135 Saturday 20 January 2024 01:43:46 +0000 (0:00:00.023) 0:02:17.157 ****** 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-ciut4vvlix/tests/tasks/verify_settings.yml:140 Saturday 20 January 2024 01:43:46 +0000 (0:00:00.030) 0:02:17.188 ****** 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-ciut4vvlix/tests/tasks/verify_settings.yml:145 Saturday 20 January 2024 01:43:46 +0000 (0:00:00.030) 0:02:17.218 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:151 Saturday 20 January 2024 01:43:46 +0000 (0:00:00.024) 0:02:17.243 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:157 Saturday 20 January 2024 01:43:46 +0000 (0:00:00.024) 0:02:17.268 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:167 Saturday 20 January 2024 01:43:47 +0000 (0:00:00.024) 0:02:17.292 ****** included: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlscert] ************************************ task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:43:47 +0000 (0:00:00.100) 0:02:17.392 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004928", "end": "2024-01-20 01:43:47.248752", "rc": 0, "start": "2024-01-20 01:43:47.243824" } TASK [Verify the setting when it is type str tlscert] ************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:43:47 +0000 (0:00:00.176) 0:02:17.569 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:43:47 +0000 (0:00:00.051) 0:02:17.620 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:43:47 +0000 (0:00:00.033) 0:02:17.654 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:178 Saturday 20 January 2024 01:43:47 +0000 (0:00:00.030) 0:02:17.684 ****** included: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlskey] ************************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:43:47 +0000 (0:00:00.072) 0:02:17.756 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004881", "end": "2024-01-20 01:43:47.600082", "rc": 0, "start": "2024-01-20 01:43:47.595201" } TASK [Verify the setting when it is type str tlskey] *************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:43:47 +0000 (0:00:00.195) 0:02:17.951 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:43:47 +0000 (0:00:00.058) 0:02:18.010 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:43:47 +0000 (0:00:00.030) 0:02:18.040 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:190 Saturday 20 January 2024 01:43:47 +0000 (0:00:00.024) 0:02:18.065 ****** included: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlsprotocols] ******************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:43:47 +0000 (0:00:00.040) 0:02:18.105 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.005002", "end": "2024-01-20 01:43:47.938841", "rc": 0, "start": "2024-01-20 01:43:47.933839" } TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:43:47 +0000 (0:00:00.163) 0:02:18.269 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:43:48 +0000 (0:00:00.042) 0:02:18.311 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:43:48 +0000 (0:00:00.026) 0:02:18.338 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:198 Saturday 20 January 2024 01:43:48 +0000 (0:00:00.114) 0:02:18.452 ****** included: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting forceencryption] **************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:43:48 +0000 (0:00:00.045) 0:02:18.498 ****** ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.005027", "end": "2024-01-20 01:43:48.334506", "rc": 0, "start": "2024-01-20 01:43:48.329479" } TASK [Verify the setting when it is type str forceencryption] ****************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:43:48 +0000 (0:00:00.155) 0:02:18.653 ****** 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-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:43:48 +0000 (0:00:00.024) 0:02:18.677 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:43:48 +0000 (0:00:00.030) 0:02:18.708 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:208 Saturday 20 January 2024 01:43:48 +0000 (0:00:00.021) 0:02:18.730 ****** 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-ciut4vvlix/tests/tasks/verify_settings.yml:213 Saturday 20 January 2024 01:43:48 +0000 (0:00:00.022) 0:02:18.752 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:221 Saturday 20 January 2024 01:43:48 +0000 (0:00:00.024) 0:02:18.777 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test with certs created by the certificate role] ************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/tests_tls.yml:154 Saturday 20 January 2024 01:43:48 +0000 (0:00:00.026) 0:02:18.804 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 20 January 2024 01:43:49 +0000 (0:00:00.532) 0:02:19.336 ****** included: /WORKDIR/git-weekly-ciut4vvlix/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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 20 January 2024 01:43:49 +0000 (0:00:00.036) 0:02:19.373 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 20 January 2024 01:43:49 +0000 (0:00:00.026) 0:02:19.399 ****** 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-ciut4vvlix/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_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 20 January 2024 01:43:49 +0000 (0:00:00.038) 0:02:19.438 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 20 January 2024 01:43:49 +0000 (0:00:00.026) 0:02:19.464 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 20 January 2024 01:43:49 +0000 (0:00:00.021) 0:02:19.486 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 20 January 2024 01:43:49 +0000 (0:00:00.022) 0:02:19.508 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 20 January 2024 01:43:49 +0000 (0:00:00.020) 0:02:19.528 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 20 January 2024 01:43:49 +0000 (0:00:00.024) 0:02:19.552 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 20 January 2024 01:43:49 +0000 (0:00:00.020) 0:02:19.573 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 20 January 2024 01:43:49 +0000 (0:00:00.022) 0:02:19.596 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 20 January 2024 01:43:49 +0000 (0:00:00.020) 0:02:19.617 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 20 January 2024 01:43:49 +0000 (0:00:00.020) 0:02:19.638 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 20 January 2024 01:43:49 +0000 (0:00:00.114) 0:02:19.752 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 20 January 2024 01:43:49 +0000 (0:00:00.021) 0:02:19.774 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 20 January 2024 01:43:49 +0000 (0:00:00.021) 0:02:19.796 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 20 January 2024 01:43:49 +0000 (0:00:00.022) 0:02:19.818 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 20 January 2024 01:43:49 +0000 (0:00:00.020) 0:02:19.839 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 20 January 2024 01:43:49 +0000 (0:00:00.022) 0:02:19.861 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 20 January 2024 01:43:50 +0000 (0:00:01.018) 0:02:20.879 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } ok: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_facts": { "__mssql_current_version": "2019" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 } } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 20 January 2024 01:43:50 +0000 (0:00:00.061) 0:02:20.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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 20 January 2024 01:43:50 +0000 (0:00:00.021) 0:02:20.963 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 20 January 2024 01:43:50 +0000 (0:00:00.022) 0:02:20.986 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 20 January 2024 01:43:50 +0000 (0:00:00.041) 0:02:21.027 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2019] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 20 January 2024 01:43:51 +0000 (0:00:00.393) 0:02:21.421 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 20 January 2024 01:43:51 +0000 (0:00:00.022) 0:02:21.443 ****** 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 2019] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 20 January 2024 01:43:51 +0000 (0:00:00.021) 0:02:21.465 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 20 January 2024 01:43:51 +0000 (0:00:00.022) 0:02:21.487 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 20 January 2024 01:43:51 +0000 (0:00:00.024) 0:02:21.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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 20 January 2024 01:43:51 +0000 (0:00:00.021) 0:02:21.533 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 20 January 2024 01:43:51 +0000 (0:00:00.021) 0:02:21.555 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 20 January 2024 01:43:51 +0000 (0:00:00.020) 0:02:21.576 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 20 January 2024 01:43:51 +0000 (0:00:00.022) 0:02:21.598 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 20 January 2024 01:43:51 +0000 (0:00:00.022) 0:02:21.620 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-15.0.4345.5-2.x86_64 providing mssql-server is already installed" ] } lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 20 January 2024 01:43:51 +0000 (0:00:00.377) 0:02:21.998 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 20 January 2024 01:43:51 +0000 (0:00:00.021) 0:02:22.019 ****** 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.005996", "end": "2024-01-20 01:43:51.853867", "rc": 0, "start": "2024-01-20 01:43:51.847871" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 20 January 2024 01:43:51 +0000 (0:00:00.151) 0:02:22.171 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 20 January 2024 01:43:52 +0000 (0:00:00.776) 0:02:22.947 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 20 January 2024 01:43:52 +0000 (0:00:00.099) 0:02:23.047 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 20 January 2024 01:43:52 +0000 (0:00:00.021) 0:02:23.068 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 20 January 2024 01:43:52 +0000 (0:00:00.020) 0:02:23.089 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 20 January 2024 01:43:52 +0000 (0:00:00.025) 0:02:23.114 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 20 January 2024 01:43:52 +0000 (0:00:00.020) 0:02:23.134 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } lsrpackages: tuned-profiles-mssql TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 20 January 2024 01:43:53 +0000 (0:00:00.381) 0:02:23.516 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:10:03 UTC", "ActiveEnterTimestampMonotonic": "31795112", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network.target systemd-journald.socket dbus.service systemd-sysctl.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:10:02 UTC", "AssertTimestampMonotonic": "30231175", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:10:02 UTC", "ConditionTimestampMonotonic": "30231174", "Conflicts": "cpupower.service shutdown.target", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "885", "ExecMainStartTimestamp": "Sat 2024-01-20 01:10:02 UTC", "ExecMainStartTimestampMonotonic": "30231773", "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", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-20 01:10:02 UTC", "InactiveExitTimestampMonotonic": "30231811", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "885", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "polkit.service system.slice basic.target dbus.service", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:10:03 UTC", "WatchdogTimestampMonotonic": "31795031", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 20 January 2024 01:43:53 +0000 (0:00:00.233) 0:02:23.750 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.101354", "end": "2024-01-20 01:43:53.675629", "rc": 0, "start": "2024-01-20 01:43:53.574275" } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 20 January 2024 01:43:53 +0000 (0:00:00.243) 0:02:23.993 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 20 January 2024 01:43:53 +0000 (0:00:00.021) 0:02:24.015 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 20 January 2024 01:43:53 +0000 (0:00:00.020) 0:02:24.035 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 20 January 2024 01:43:53 +0000 (0:00:00.021) 0:02:24.057 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 20 January 2024 01:43:53 +0000 (0:00:00.149) 0:02:24.206 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-tools-17.10.1.1-1.x86_64 providing mssql-tools is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } lsrpackages: mssql-tools unixODBC-devel TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 20 January 2024 01:43:54 +0000 (0:00:00.381) 0:02:24.588 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 20 January 2024 01:43:54 +0000 (0:00:00.153) 0:02:24.741 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 20 January 2024 01:43:54 +0000 (0:00:00.023) 0:02:24.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 : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 20 January 2024 01:43:54 +0000 (0:00:00.025) 0:02:24.790 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 20 January 2024 01:43:54 +0000 (0:00:00.022) 0:02:24.812 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 20 January 2024 01:43:54 +0000 (0:00:00.022) 0:02:24.835 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 20 January 2024 01:43:54 +0000 (0:00:00.022) 0:02:24.857 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 20 January 2024 01:43:54 +0000 (0:00:00.021) 0:02:24.878 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 20 January 2024 01:43:54 +0000 (0:00:00.040) 0:02:24.919 ****** 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.005931", "end": "2024-01-20 01:43:54.753655", "rc": 0, "start": "2024-01-20 01:43:54.747724" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 20 January 2024 01:43:54 +0000 (0:00:00.153) 0:02:25.072 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 20 January 2024 01:43:54 +0000 (0:00:00.023) 0:02:25.095 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 20 January 2024 01:43:55 +0000 (0:00:01.007) 0:02:26.103 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Configure the IP address setting] ************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 20 January 2024 01:43:55 +0000 (0:00:00.025) 0:02:26.129 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 20 January 2024 01:43:55 +0000 (0:00:00.099) 0:02:26.229 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 20 January 2024 01:43:55 +0000 (0:00:00.023) 0:02:26.253 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 20 January 2024 01:43:55 +0000 (0:00:00.023) 0:02:26.276 ****** included: /WORKDIR/git-weekly-ciut4vvlix/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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:43:56 +0000 (0:00:00.034) 0:02:26.311 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004746", "end": "2024-01-20 01:43:57.143430", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:43:56.138684" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:43:57 +0000 (0:00:01.149) 0:02:27.460 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.146187", "end": "2024-01-20 01:43:57.438588", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:43:57.292401" } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:43:57 +0000 (0:00:00.300) 0:02:27.761 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 20 January 2024 01:43:57 +0000 (0:00:00.022) 0:02:27.783 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 20 January 2024 01:43:57 +0000 (0:00:00.020) 0:02:27.804 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 20 January 2024 01:43:57 +0000 (0:00:00.022) 0:02:27.826 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 20 January 2024 01:43:57 +0000 (0:00:00.021) 0:02:27.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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 20 January 2024 01:43:57 +0000 (0:00:00.020) 0:02:27.868 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 20 January 2024 01:43:57 +0000 (0:00:00.080) 0:02:27.949 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 20 January 2024 01:43:57 +0000 (0:00:00.021) 0:02:27.970 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 20 January 2024 01:43:57 +0000 (0:00:00.021) 0:02:27.992 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 20 January 2024 01:43:57 +0000 (0:00:00.021) 0:02:28.013 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 20 January 2024 01:43:57 +0000 (0:00:00.020) 0:02:28.034 ****** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/git-weekly-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 20 January 2024 01:43:57 +0000 (0:00:00.061) 0:02:28.096 ****** included: /WORKDIR/git-weekly-ciut4vvlix/.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-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 20 January 2024 01:43:57 +0000 (0:00:00.043) 0:02:28.140 ****** 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-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 20 January 2024 01:43:57 +0000 (0:00:00.031) 0:02:28.171 ****** 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-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 20 January 2024 01:43:58 +0000 (0:00:00.153) 0:02:28.324 ****** 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-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Saturday 20 January 2024 01:43:58 +0000 (0:00:00.028) 0:02:28.353 ****** 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" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__certificate_default_directory": "/etc/pki/tls", "__certificate_packages": [ "python-pyasn1", "python-cryptography", "python-dbus" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /WORKDIR/git-weekly-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 20 January 2024 01:43:58 +0000 (0:00:00.074) 0:02:28.428 ****** changed: [sut] => { "changed": true, "changes": { "installed": [ "python-pyasn1", "python-cryptography" ] }, "rc": 0, "results": [ "dbus-python-1.1.1-9.el7.x86_64 providing python-dbus is already installed", "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\nResolving Dependencies\n--> Running transaction check\n---> Package python2-cryptography.x86_64 0:1.7.2-2.el7 will be installed\n--> Processing Dependency: python-idna >= 2.0 for package: python2-cryptography-1.7.2-2.el7.x86_64\n--> Processing Dependency: python-cffi >= 1.4.1 for package: python2-cryptography-1.7.2-2.el7.x86_64\n---> Package python2-pyasn1.noarch 0:0.1.9-7.el7 will be installed\n--> Running transaction check\n---> Package python-cffi.x86_64 0:1.6.0-5.el7 will be installed\n--> Processing Dependency: python-pycparser for package: python-cffi-1.6.0-5.el7.x86_64\n---> Package python-idna.noarch 0:2.4-1.el7 will be installed\n--> Running transaction check\n---> Package python-pycparser.noarch 0:2.14-1.el7 will be installed\n--> Processing Dependency: python-ply for package: python-pycparser-2.14-1.el7.noarch\n--> Running transaction check\n---> Package python-ply.noarch 0:3.4-11.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n python2-cryptography x86_64 1.7.2-2.el7 base 502 k\n python2-pyasn1 noarch 0.1.9-7.el7 base 100 k\nInstalling for dependencies:\n python-cffi x86_64 1.6.0-5.el7 base 218 k\n python-idna noarch 2.4-1.el7 base 94 k\n python-ply noarch 3.4-11.el7 base 123 k\n python-pycparser noarch 2.14-1.el7 base 104 k\n\nTransaction Summary\n================================================================================\nInstall 2 Packages (+4 Dependent packages)\n\nTotal download size: 1.1 M\nInstalled size: 5.8 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 3.9 MB/s | 1.1 MB 00:00 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : python2-pyasn1-0.1.9-7.el7.noarch 1/6 \n Installing : python-ply-3.4-11.el7.noarch 2/6 \n Installing : python-pycparser-2.14-1.el7.noarch 3/6 \n Installing : python-cffi-1.6.0-5.el7.x86_64 4/6 \n Installing : python-idna-2.4-1.el7.noarch 5/6 \n Installing : python2-cryptography-1.7.2-2.el7.x86_64 6/6 \n Verifying : python-idna-2.4-1.el7.noarch 1/6 \n Verifying : python-pycparser-2.14-1.el7.noarch 2/6 \n Verifying : python-ply-3.4-11.el7.noarch 3/6 \n Verifying : python-cffi-1.6.0-5.el7.x86_64 4/6 \n Verifying : python2-pyasn1-0.1.9-7.el7.noarch 5/6 \n Verifying : python2-cryptography-1.7.2-2.el7.x86_64 6/6 \n\nInstalled:\n python2-cryptography.x86_64 0:1.7.2-2.el7 python2-pyasn1.noarch 0:0.1.9-7.el7\n\nDependency Installed:\n python-cffi.x86_64 0:1.6.0-5.el7 python-idna.noarch 0:2.4-1.el7 \n python-ply.noarch 0:3.4-11.el7 python-pycparser.noarch 0:2.14-1.el7 \n\nComplete!\n" ] } lsrpackages: python-cryptography python-dbus python-pyasn1 TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /WORKDIR/git-weekly-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Saturday 20 January 2024 01:44:01 +0000 (0:00:03.551) 0:02:31.979 ****** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "changes": { "installed": [ "certmonger" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\nResolving Dependencies\n--> Running transaction check\n---> Package certmonger.x86_64 0:0.78.4-17.el7_9 will be installed\n--> Processing Dependency: libtevent.so.0(TEVENT_0.9.9)(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libtalloc.so.2(TALLOC_2.0.2)(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libxmlrpc_util.so.3()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libxmlrpc_client.so.3()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libxmlrpc.so.3()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libtevent.so.0()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libtalloc.so.2()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Running transaction check\n---> Package libtalloc.x86_64 0:2.1.16-1.el7 will be installed\n---> Package libtevent.x86_64 0:0.9.39-1.el7 will be installed\n---> Package xmlrpc-c.x86_64 0:1.32.5-1905.svn2451.el7 will be installed\n---> Package xmlrpc-c-client.x86_64 0:1.32.5-1905.svn2451.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n certmonger x86_64 0.78.4-17.el7_9 updates 608 k\nInstalling for dependencies:\n libtalloc x86_64 2.1.16-1.el7 base 33 k\n libtevent x86_64 0.9.39-1.el7 base 41 k\n xmlrpc-c x86_64 1.32.5-1905.svn2451.el7 base 130 k\n xmlrpc-c-client x86_64 1.32.5-1905.svn2451.el7 base 32 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+4 Dependent packages)\n\nTotal download size: 843 k\nInstalled size: 3.3 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 2.4 MB/s | 843 kB 00:00 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libtalloc-2.1.16-1.el7.x86_64 1/5 \n Installing : xmlrpc-c-1.32.5-1905.svn2451.el7.x86_64 2/5 \n Installing : xmlrpc-c-client-1.32.5-1905.svn2451.el7.x86_64 3/5 \n Installing : libtevent-0.9.39-1.el7.x86_64 4/5 \n Installing : certmonger-0.78.4-17.el7_9.x86_64 5/5 \n Verifying : xmlrpc-c-1.32.5-1905.svn2451.el7.x86_64 1/5 \n Verifying : libtalloc-2.1.16-1.el7.x86_64 2/5 \n Verifying : certmonger-0.78.4-17.el7_9.x86_64 3/5 \n Verifying : xmlrpc-c-client-1.32.5-1905.svn2451.el7.x86_64 4/5 \n Verifying : libtevent-0.9.39-1.el7.x86_64 5/5 \n\nInstalled:\n certmonger.x86_64 0:0.78.4-17.el7_9 \n\nDependency Installed:\n libtalloc.x86_64 0:2.1.16-1.el7 \n libtevent.x86_64 0:0.9.39-1.el7 \n xmlrpc-c.x86_64 0:1.32.5-1905.svn2451.el7 \n xmlrpc-c-client.x86_64 0:1.32.5-1905.svn2451.el7 \n\nComplete!\n" ] } lsrpackages: certmonger TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Saturday 20 January 2024 01:44:04 +0000 (0:00:03.208) 0:02:35.188 ****** 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": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Saturday 20 January 2024 01:44:05 +0000 (0:00:00.181) 0:02:35.369 ****** 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": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] *** task path: /WORKDIR/git-weekly-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Saturday 20 January 2024 01:44:05 +0000 (0:00:00.174) 0:02:35.544 ****** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "enabled": true, "name": "certmonger", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket dbus.service syslog.target network.target basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedorahosted.certmonger", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "EnvironmentFile": "/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 /var/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", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "certmonger.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/var/run/certmonger.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /WORKDIR/git-weekly-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Saturday 20 January 2024 01:44:05 +0000 (0:00:00.337) 0:02:35.882 ****** changed: [sut] => (item={'name': 'mssql_2019_cert', 'common_name': '10.31.41.206', 'ca': 'self-sign', 'owner': 'mssql', 'group': 'mssql', 'mode': '0600'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "self-sign", "common_name": "10.31.41.206", "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-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Saturday 20 January 2024 01:44:06 +0000 (0:00:01.100) 0:02:36.982 ****** skipping: [sut] => (item=['cert', {'name': 'mssql_2019_cert', 'common_name': '10.31.41.206', 'ca': 'self-sign', 'owner': 'mssql', 'group': 'mssql', 'mode': '0600'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "cert", { "ca": "self-sign", "common_name": "10.31.41.206", "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.41.206', 'ca': 'self-sign', 'owner': 'mssql', 'group': 'mssql', 'mode': '0600'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "key", { "ca": "self-sign", "common_name": "10.31.41.206", "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.41.206', 'ca': 'self-sign', 'owner': 'mssql', 'group': 'mssql', 'mode': '0600'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "ca", { "ca": "self-sign", "common_name": "10.31.41.206", "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-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Saturday 20 January 2024 01:44:06 +0000 (0:00:00.043) 0:02:37.025 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /WORKDIR/git-weekly-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Saturday 20 January 2024 01:44:06 +0000 (0:00:00.026) 0:02:37.052 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /WORKDIR/git-weekly-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Saturday 20 January 2024 01:44:06 +0000 (0:00:00.026) 0:02:37.079 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 20 January 2024 01:44:06 +0000 (0:00:00.034) 0:02:37.113 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 20 January 2024 01:44:06 +0000 (0:00:00.026) 0:02:37.140 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 20 January 2024 01:44:06 +0000 (0:00:00.030) 0:02:37.170 ****** included: /WORKDIR/git-weekly-ciut4vvlix/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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:44:06 +0000 (0:00:00.097) 0:02:37.267 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003795", "end": "2024-01-20 01:44:07.101436", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:44:07.097641" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlscert] ******** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:44:07 +0000 (0:00:00.151) 0:02:37.419 ****** 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.139079", "end": "2024-01-20 01:44:07.394380", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:44:07.255301" } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:44:07 +0000 (0:00:00.297) 0:02:37.716 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 20 January 2024 01:44:07 +0000 (0:00:00.023) 0:02:37.739 ****** included: /WORKDIR/git-weekly-ciut4vvlix/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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:44:07 +0000 (0:00:00.038) 0:02:37.778 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003546", "end": "2024-01-20 01:44:07.611106", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:44:07.607560" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlskey] ********* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:44:07 +0000 (0:00:00.151) 0:02:37.929 ****** 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.144281", "end": "2024-01-20 01:44:07.907955", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:44:07.763674" } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:44:07 +0000 (0:00:00.299) 0:02:38.228 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 20 January 2024 01:44:07 +0000 (0:00:00.022) 0:02:38.251 ****** included: /WORKDIR/git-weekly-ciut4vvlix/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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:44:07 +0000 (0:00:00.038) 0:02:38.290 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003618", "end": "2024-01-20 01:44:08.125026", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:44:08.121408" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:44:08 +0000 (0:00:00.152) 0:02:38.443 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlsprotocols", "1.2" ], "delta": "0:00:00.144572", "end": "2024-01-20 01:44:08.425604", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:44:08.281032" } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:44:08 +0000 (0:00:00.303) 0:02:38.747 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 20 January 2024 01:44:08 +0000 (0:00:00.023) 0:02:38.770 ****** included: /WORKDIR/git-weekly-ciut4vvlix/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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:44:08 +0000 (0:00:00.116) 0:02:38.886 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003594", "end": "2024-01-20 01:44:08.721700", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:44:08.718106" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:44:08 +0000 (0:00:00.152) 0:02:39.039 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.forceencryption", "1" ], "delta": "0:00:00.141911", "end": "2024-01-20 01:44:09.016033", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:44:08.874122" } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:44:09 +0000 (0:00:00.299) 0:02:39.338 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 20 January 2024 01:44:09 +0000 (0:00:00.022) 0:02:39.361 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 20 January 2024 01:44:09 +0000 (0:00:00.025) 0:02:39.386 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 20 January 2024 01:44:09 +0000 (0:00:00.020) 0:02:39.407 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 20 January 2024 01:44:09 +0000 (0:00:00.021) 0:02:39.429 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 20 January 2024 01:44:09 +0000 (0:00:00.023) 0:02:39.452 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 20 January 2024 01:44:09 +0000 (0:00:00.023) 0:02:39.475 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 20 January 2024 01:44:09 +0000 (0:00:00.021) 0:02:39.497 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 20 January 2024 01:44:09 +0000 (0:00:00.020) 0:02:39.517 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 20 January 2024 01:44:09 +0000 (0:00:00.020) 0:02:39.538 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 20 January 2024 01:44:09 +0000 (0:00:00.020) 0:02:39.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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 20 January 2024 01:44:09 +0000 (0:00:00.021) 0:02:39.579 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 20 January 2024 01:44:09 +0000 (0:00:00.021) 0:02:39.600 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 20 January 2024 01:44:09 +0000 (0:00:00.020) 0:02:39.621 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 20 January 2024 01:44:09 +0000 (0:00:00.084) 0:02:39.705 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 20 January 2024 01:44:09 +0000 (0:00:00.021) 0:02:39.727 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 20 January 2024 01:44:09 +0000 (0:00:00.021) 0:02:39.748 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 20 January 2024 01:44:09 +0000 (0:00:00.020) 0:02:39.768 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 20 January 2024 01:44:09 +0000 (0:00:00.020) 0:02:39.789 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 20 January 2024 01:44:09 +0000 (0:00:00.020) 0:02:39.810 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 20 January 2024 01:44:09 +0000 (0:00:00.020) 0:02:39.830 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 20 January 2024 01:44:09 +0000 (0:00:00.020) 0:02:39.851 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 20 January 2024 01:44:09 +0000 (0:00:00.020) 0:02:39.871 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 20 January 2024 01:44:09 +0000 (0:00:00.021) 0:02:39.893 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 20 January 2024 01:44:09 +0000 (0:00:00.019) 0:02:39.912 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 20 January 2024 01:44:09 +0000 (0:00:00.019) 0:02:39.932 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 20 January 2024 01:44:09 +0000 (0:00:00.019) 0:02:39.951 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 20 January 2024 01:44:09 +0000 (0:00:00.019) 0:02:39.970 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 20 January 2024 01:44:09 +0000 (0:00:00.025) 0:02:39.996 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 20 January 2024 01:44:09 +0000 (0:00:00.019) 0:02:40.015 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 20 January 2024 01:44:09 +0000 (0:00:00.019) 0:02:40.034 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 20 January 2024 01:44:09 +0000 (0:00:00.026) 0:02:40.061 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 20 January 2024 01:44:09 +0000 (0:00:00.018) 0:02:40.080 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 20 January 2024 01:44:09 +0000 (0:00:00.083) 0:02:40.163 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 20 January 2024 01:44:09 +0000 (0:00:00.021) 0:02:40.185 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 20 January 2024 01:44:09 +0000 (0:00:00.020) 0:02:40.205 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 20 January 2024 01:44:09 +0000 (0:00:00.020) 0:02:40.225 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 20 January 2024 01:44:09 +0000 (0:00:00.021) 0:02:40.247 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 20 January 2024 01:44:09 +0000 (0:00:00.023) 0:02:40.270 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 20 January 2024 01:44:10 +0000 (0:00:00.021) 0:02:40.291 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 20 January 2024 01:44:10 +0000 (0:00:00.022) 0:02:40.314 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 20 January 2024 01:44:10 +0000 (0:00:00.021) 0:02:40.335 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 20 January 2024 01:44:10 +0000 (0:00:00.021) 0:02:40.357 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 20 January 2024 01:44:10 +0000 (0:00:00.027) 0:02:40.384 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 20 January 2024 01:44:10 +0000 (0:00:00.021) 0:02:40.406 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 20 January 2024 01:44:10 +0000 (0:00:00.020) 0:02:40.427 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 20 January 2024 01:44:10 +0000 (0:00:00.020) 0:02:40.447 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 20 January 2024 01:44:10 +0000 (0:00:00.021) 0:02:40.469 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 20 January 2024 01:44:10 +0000 (0:00:00.023) 0:02:40.493 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 20 January 2024 01:44:10 +0000 (0:00:00.019) 0:02:40.512 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 20 January 2024 01:44:10 +0000 (0:00:00.022) 0:02:40.535 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 20 January 2024 01:44:10 +0000 (0:00:00.021) 0:02:40.556 ****** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 20 January 2024 01:44:10 +0000 (0:00:00.291) 0:02:40.848 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:43:43 UTC", "ActiveEnterTimestampMonotonic": "2051139711", "ActiveExitTimestamp": "Sat 2024-01-20 01:43:42 UTC", "ActiveExitTimestampMonotonic": "2050803421", "ActiveState": "active", "After": "basic.target system.slice systemd-journald.socket -.mount network.target auditd.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:43:43 UTC", "AssertTimestampMonotonic": "2051138896", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:43:43 UTC", "ConditionTimestampMonotonic": "2051138894", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "25315", "ExecMainStartTimestamp": "Sat 2024-01-20 01:43:43 UTC", "ExecMainStartTimestampMonotonic": "2051139633", "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", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-20 01:43:43 UTC", "InactiveEnterTimestampMonotonic": "2051138262", "InactiveExitTimestamp": "Sat 2024-01-20 01:43:43 UTC", "InactiveExitTimestampMonotonic": "2051139711", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "25315", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:43:43 UTC", "WatchdogTimestampMonotonic": "2051139685", "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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 20 January 2024 01:44:11 +0000 (0:00:00.480) 0:02:41.329 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 20 January 2024 01:44:11 +0000 (0:00:00.021) 0:02:41.350 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers TASK [Verify connectivity and settings] **************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/tests_tls.yml:168 Saturday 20 January 2024 01:44:11 +0000 (0:00:00.020) 0:02:41.371 ****** included: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:8 Saturday 20 January 2024 01:44:11 +0000 (0:00:00.214) 0:02:41.585 ****** 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-ciut4vvlix/tests/tasks/verify_settings.yml:23 Saturday 20 January 2024 01:44:11 +0000 (0:00:00.020) 0:02:41.605 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:35 Saturday 20 January 2024 01:44:11 +0000 (0:00:00.019) 0:02:41.625 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:39 Saturday 20 January 2024 01:44:11 +0000 (0:00:00.020) 0:02:41.646 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:55 Saturday 20 January 2024 01:44:11 +0000 (0:00:00.019) 0:02:41.666 ****** 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-ciut4vvlix/tests/tasks/verify_settings.yml:60 Saturday 20 January 2024 01:44:11 +0000 (0:00:00.088) 0:02:41.755 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:70 Saturday 20 January 2024 01:44:11 +0000 (0:00:00.027) 0:02:41.782 ****** 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-ciut4vvlix/tests/tasks/verify_settings.yml:75 Saturday 20 January 2024 01:44:11 +0000 (0:00:00.022) 0:02:41.805 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:85 Saturday 20 January 2024 01:44:11 +0000 (0:00:00.030) 0:02:41.835 ****** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 20 January 2024 01:44:11 +0000 (0:00:00.036) 0:02:41.872 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:44:11 UTC", "ActiveEnterTimestampMonotonic": "2079051952", "ActiveExitTimestamp": "Sat 2024-01-20 01:44:10 UTC", "ActiveExitTimestampMonotonic": "2078823606", "ActiveState": "active", "After": "basic.target system.slice systemd-journald.socket -.mount network.target auditd.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:44:11 UTC", "AssertTimestampMonotonic": "2079051339", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:44:11 UTC", "ConditionTimestampMonotonic": "2079051337", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "26181", "ExecMainStartTimestamp": "Sat 2024-01-20 01:44:11 UTC", "ExecMainStartTimestampMonotonic": "2079051895", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-20 01:44:11 UTC] ; stop_time=[n/a] ; pid=26181 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-20 01:44:11 UTC", "InactiveEnterTimestampMonotonic": "2079050473", "InactiveExitTimestamp": "Sat 2024-01-20 01:44:11 UTC", "InactiveExitTimestampMonotonic": "2079051952", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "26181", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:44:11 UTC", "WatchdogTimestampMonotonic": "2079051933", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 20 January 2024 01:44:11 +0000 (0:00:00.236) 0:02:42.109 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003864", "end": "2024-01-20 01:44:11.989543", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:44:11.985679" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 20 January 2024 01:44:12 +0000 (0:00:00.199) 0:02:42.308 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003739", "end": "2024-01-20 01:44:12.143436", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:44:12.139697" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 20 January 2024 01:44:12 +0000 (0:00:00.151) 0:02:42.459 ****** 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-ciut4vvlix/tests/tasks/verify_settings.yml:93 Saturday 20 January 2024 01:44:12 +0000 (0:00:00.027) 0:02:42.487 ****** ok: [sut] => { "changed": false, "elapsed": 3, "gid": 994, "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": 7005, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:99 Saturday 20 January 2024 01:44:15 +0000 (0:00:03.186) 0:02:45.674 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.038344", "end": "2024-01-20 01:44:15.541252", "rc": 0, "start": "2024-01-20 01:44:15.502908" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2019 (RTM-CU24) (KB5031908) - 15.0.4345.5 (X64) Dec 4 2023 14:44:16 Copyright (C) 2019 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Linux 7 (Core)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:113 Saturday 20 January 2024 01:44:15 +0000 (0:00:00.188) 0:02:45.862 ****** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:117 Saturday 20 January 2024 01:44:15 +0000 (0:00:00.031) 0:02:45.894 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:124 Saturday 20 January 2024 01:44:15 +0000 (0:00:00.036) 0:02:45.931 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:135 Saturday 20 January 2024 01:44:15 +0000 (0:00:00.021) 0:02:45.953 ****** 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-ciut4vvlix/tests/tasks/verify_settings.yml:140 Saturday 20 January 2024 01:44:15 +0000 (0:00:00.096) 0:02:46.049 ****** 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-ciut4vvlix/tests/tasks/verify_settings.yml:145 Saturday 20 January 2024 01:44:15 +0000 (0:00:00.021) 0:02:46.071 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:151 Saturday 20 January 2024 01:44:15 +0000 (0:00:00.020) 0:02:46.092 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:157 Saturday 20 January 2024 01:44:15 +0000 (0:00:00.019) 0:02:46.111 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:167 Saturday 20 January 2024 01:44:15 +0000 (0:00:00.019) 0:02:46.131 ****** included: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlscert] ************************************ task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:44:15 +0000 (0:00:00.035) 0:02:46.166 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004763", "end": "2024-01-20 01:44:15.998976", "rc": 0, "start": "2024-01-20 01:44:15.994213" } 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-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:44:16 +0000 (0:00:00.149) 0:02:46.316 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:44:16 +0000 (0:00:00.032) 0:02:46.348 ****** 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-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:44:16 +0000 (0:00:00.025) 0:02:46.373 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:178 Saturday 20 January 2024 01:44:16 +0000 (0:00:00.020) 0:02:46.394 ****** included: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlskey] ************************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:44:16 +0000 (0:00:00.036) 0:02:46.430 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.005076", "end": "2024-01-20 01:44:16.263052", "rc": 0, "start": "2024-01-20 01:44:16.257976" } 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-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:44:16 +0000 (0:00:00.151) 0:02:46.581 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:44:16 +0000 (0:00:00.028) 0:02:46.610 ****** 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-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:44:16 +0000 (0:00:00.024) 0:02:46.635 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:190 Saturday 20 January 2024 01:44:16 +0000 (0:00:00.020) 0:02:46.655 ****** included: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlsprotocols] ******************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:44:16 +0000 (0:00:00.107) 0:02:46.763 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004892", "end": "2024-01-20 01:44:16.597716", "rc": 0, "start": "2024-01-20 01:44:16.592824" } STDOUT: tlsprotocols = 1.2 TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:44:16 +0000 (0:00:00.154) 0:02:46.917 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:44:16 +0000 (0:00:00.036) 0:02:46.954 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1.2] *********************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:44:16 +0000 (0:00:00.025) 0:02:46.979 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:198 Saturday 20 January 2024 01:44:16 +0000 (0:00:00.022) 0:02:47.001 ****** included: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting forceencryption] **************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:44:16 +0000 (0:00:00.038) 0:02:47.040 ****** ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004892", "end": "2024-01-20 01:44:16.873443", "rc": 0, "start": "2024-01-20 01:44:16.868551" } STDOUT: forceencryption = 1 TASK [Verify the setting when it is type str forceencryption] ****************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:44:16 +0000 (0:00:00.151) 0:02:47.191 ****** 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-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:44:16 +0000 (0:00:00.027) 0:02:47.218 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:44:16 +0000 (0:00:00.030) 0:02:47.249 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:208 Saturday 20 January 2024 01:44:16 +0000 (0:00:00.022) 0:02:47.272 ****** 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-ciut4vvlix/tests/tasks/verify_settings.yml:213 Saturday 20 January 2024 01:44:17 +0000 (0:00:00.020) 0:02:47.292 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:221 Saturday 20 January 2024 01:44:17 +0000 (0:00:00.019) 0:02:47.312 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Disable TLS encryption] ************************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/tests_tls.yml:175 Saturday 20 January 2024 01:44:17 +0000 (0:00:00.019) 0:02:47.331 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 20 January 2024 01:44:17 +0000 (0:00:00.517) 0:02:47.849 ****** included: /WORKDIR/git-weekly-ciut4vvlix/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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 20 January 2024 01:44:17 +0000 (0:00:00.033) 0:02:47.883 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 20 January 2024 01:44:17 +0000 (0:00:00.024) 0:02:47.907 ****** 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-ciut4vvlix/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_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 20 January 2024 01:44:17 +0000 (0:00:00.034) 0:02:47.942 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 20 January 2024 01:44:17 +0000 (0:00:00.018) 0:02:47.961 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 20 January 2024 01:44:17 +0000 (0:00:00.021) 0:02:47.982 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 20 January 2024 01:44:17 +0000 (0:00:00.110) 0:02:48.092 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 20 January 2024 01:44:17 +0000 (0:00:00.021) 0:02:48.113 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 20 January 2024 01:44:17 +0000 (0:00:00.021) 0:02:48.135 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 20 January 2024 01:44:17 +0000 (0:00:00.022) 0:02:48.158 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 20 January 2024 01:44:17 +0000 (0:00:00.021) 0:02:48.180 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 20 January 2024 01:44:17 +0000 (0:00:00.020) 0:02:48.200 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 20 January 2024 01:44:17 +0000 (0:00:00.021) 0:02:48.222 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 20 January 2024 01:44:17 +0000 (0:00:00.027) 0:02:48.250 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 20 January 2024 01:44:17 +0000 (0:00:00.028) 0:02:48.278 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 20 January 2024 01:44:18 +0000 (0:00:00.031) 0:02:48.310 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 20 January 2024 01:44:18 +0000 (0:00:00.020) 0:02:48.331 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 20 January 2024 01:44:18 +0000 (0:00:00.020) 0:02:48.351 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 20 January 2024 01:44:18 +0000 (0:00:00.022) 0:02:48.374 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 20 January 2024 01:44:19 +0000 (0:00:01.036) 0:02:49.410 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } ok: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_facts": { "__mssql_current_version": "2019" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 } } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 20 January 2024 01:44:19 +0000 (0:00:00.058) 0:02:49.469 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 20 January 2024 01:44:19 +0000 (0:00:00.117) 0:02:49.587 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 20 January 2024 01:44:19 +0000 (0:00:00.024) 0:02:49.612 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 20 January 2024 01:44:19 +0000 (0:00:00.042) 0:02:49.654 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2019] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 20 January 2024 01:44:19 +0000 (0:00:00.353) 0:02:50.007 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 20 January 2024 01:44:19 +0000 (0:00:00.022) 0:02:50.030 ****** 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 2019] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 20 January 2024 01:44:19 +0000 (0:00:00.023) 0:02:50.054 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 20 January 2024 01:44:19 +0000 (0:00:00.023) 0:02:50.077 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 20 January 2024 01:44:19 +0000 (0:00:00.026) 0:02:50.104 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 20 January 2024 01:44:19 +0000 (0:00:00.020) 0:02:50.124 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 20 January 2024 01:44:19 +0000 (0:00:00.021) 0:02:50.146 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 20 January 2024 01:44:19 +0000 (0:00:00.026) 0:02:50.172 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 20 January 2024 01:44:19 +0000 (0:00:00.026) 0:02:50.199 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 20 January 2024 01:44:19 +0000 (0:00:00.024) 0:02:50.224 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-15.0.4345.5-2.x86_64 providing mssql-server is already installed" ] } lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 20 January 2024 01:44:20 +0000 (0:00:00.369) 0:02:50.593 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 20 January 2024 01:44:20 +0000 (0:00:00.021) 0:02:50.615 ****** 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.006183", "end": "2024-01-20 01:44:20.449220", "rc": 0, "start": "2024-01-20 01:44:20.443037" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 20 January 2024 01:44:20 +0000 (0:00:00.236) 0:02:50.851 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 20 January 2024 01:44:21 +0000 (0:00:00.811) 0:02:51.662 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 20 January 2024 01:44:21 +0000 (0:00:00.038) 0:02:51.701 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 20 January 2024 01:44:21 +0000 (0:00:00.024) 0:02:51.726 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 20 January 2024 01:44:21 +0000 (0:00:00.021) 0:02:51.747 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 20 January 2024 01:44:21 +0000 (0:00:00.027) 0:02:51.775 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 20 January 2024 01:44:21 +0000 (0:00:00.026) 0:02:51.801 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } lsrpackages: tuned-profiles-mssql TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 20 January 2024 01:44:21 +0000 (0:00:00.366) 0:02:52.168 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:10:03 UTC", "ActiveEnterTimestampMonotonic": "31795112", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice systemd-journald.socket dbus.service systemd-sysctl.service network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:10:02 UTC", "AssertTimestampMonotonic": "30231175", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:10:02 UTC", "ConditionTimestampMonotonic": "30231174", "Conflicts": "shutdown.target cpupower.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "885", "ExecMainStartTimestamp": "Sat 2024-01-20 01:10:02 UTC", "ExecMainStartTimestampMonotonic": "30231773", "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", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-20 01:10:02 UTC", "InactiveExitTimestampMonotonic": "30231811", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "885", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice dbus.service polkit.service basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:10:03 UTC", "WatchdogTimestampMonotonic": "31795031", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 20 January 2024 01:44:22 +0000 (0:00:00.229) 0:02:52.397 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.101465", "end": "2024-01-20 01:44:22.325313", "rc": 0, "start": "2024-01-20 01:44:22.223848" } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 20 January 2024 01:44:22 +0000 (0:00:00.246) 0:02:52.644 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 20 January 2024 01:44:22 +0000 (0:00:00.022) 0:02:52.666 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 20 January 2024 01:44:22 +0000 (0:00:00.020) 0:02:52.687 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 20 January 2024 01:44:22 +0000 (0:00:00.023) 0:02:52.711 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 20 January 2024 01:44:22 +0000 (0:00:00.152) 0:02:52.864 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-tools-17.10.1.1-1.x86_64 providing mssql-tools is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } lsrpackages: mssql-tools unixODBC-devel TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 20 January 2024 01:44:22 +0000 (0:00:00.370) 0:02:53.235 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 20 January 2024 01:44:22 +0000 (0:00:00.022) 0:02:53.257 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 20 January 2024 01:44:23 +0000 (0:00:00.122) 0:02:53.380 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 20 January 2024 01:44:23 +0000 (0:00:00.022) 0:02:53.403 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 20 January 2024 01:44:23 +0000 (0:00:00.022) 0:02:53.426 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 20 January 2024 01:44:23 +0000 (0:00:00.023) 0:02:53.449 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 20 January 2024 01:44:23 +0000 (0:00:00.023) 0:02:53.472 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 20 January 2024 01:44:23 +0000 (0:00:00.020) 0:02:53.493 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 20 January 2024 01:44:23 +0000 (0:00:00.022) 0:02:53.516 ****** 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.006097", "end": "2024-01-20 01:44:23.350408", "rc": 0, "start": "2024-01-20 01:44:23.344311" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 20 January 2024 01:44:23 +0000 (0:00:00.152) 0:02:53.668 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 20 January 2024 01:44:23 +0000 (0:00:00.024) 0:02:53.693 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 20 January 2024 01:44:24 +0000 (0:00:01.026) 0:02:54.719 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 20 January 2024 01:44:24 +0000 (0:00:00.023) 0:02:54.742 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 20 January 2024 01:44:24 +0000 (0:00:00.020) 0:02:54.763 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 20 January 2024 01:44:24 +0000 (0:00:00.021) 0:02:54.784 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 20 January 2024 01:44:24 +0000 (0:00:00.101) 0:02:54.886 ****** included: /WORKDIR/git-weekly-ciut4vvlix/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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:44:24 +0000 (0:00:00.035) 0:02:54.922 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003605", "end": "2024-01-20 01:44:24.751262", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:44:24.747657" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:44:24 +0000 (0:00:00.146) 0:02:55.069 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.140768", "end": "2024-01-20 01:44:25.041389", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:44:24.900621" } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:44:25 +0000 (0:00:00.294) 0:02:55.364 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 20 January 2024 01:44:25 +0000 (0:00:00.025) 0:02:55.389 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 20 January 2024 01:44:25 +0000 (0:00:00.024) 0:02:55.414 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 20 January 2024 01:44:25 +0000 (0:00:00.024) 0:02:55.438 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 20 January 2024 01:44:25 +0000 (0:00:00.021) 0:02:55.460 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 20 January 2024 01:44:25 +0000 (0:00:00.024) 0:02:55.485 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 20 January 2024 01:44:25 +0000 (0:00:00.021) 0:02:55.507 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 20 January 2024 01:44:25 +0000 (0:00:00.021) 0:02:55.528 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 20 January 2024 01:44:25 +0000 (0:00:00.021) 0:02:55.550 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 20 January 2024 01:44:25 +0000 (0:00:00.022) 0:02:55.572 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 20 January 2024 01:44:25 +0000 (0:00:00.021) 0:02:55.594 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 20 January 2024 01:44:25 +0000 (0:00:00.029) 0:02:55.623 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 20 January 2024 01:44:25 +0000 (0:00:00.024) 0:02:55.648 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 20 January 2024 01:44:25 +0000 (0:00:00.126) 0:02:55.774 ****** included: /WORKDIR/git-weekly-ciut4vvlix/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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:44:25 +0000 (0:00:00.039) 0:02:55.814 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003682", "end": "2024-01-20 01:44:25.659665", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:44:25.655983" } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:44:25 +0000 (0:00:00.169) 0:02:55.983 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:44:25 +0000 (0:00:00.026) 0:02:56.010 ****** 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.140705", "end": "2024-01-20 01:44:25.984128", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:44:25.843423" } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 20 January 2024 01:44:26 +0000 (0:00:00.293) 0:02:56.303 ****** included: /WORKDIR/git-weekly-ciut4vvlix/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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:44:26 +0000 (0:00:00.039) 0:02:56.343 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003707", "end": "2024-01-20 01:44:26.176284", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:44:26.172577" } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:44:26 +0000 (0:00:00.153) 0:02:56.496 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:44:26 +0000 (0:00:00.026) 0:02:56.522 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlskey" ], "delta": "0:00:00.141978", "end": "2024-01-20 01:44:26.498143", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:44:26.356165" } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 20 January 2024 01:44:26 +0000 (0:00:00.298) 0:02:56.820 ****** included: /WORKDIR/git-weekly-ciut4vvlix/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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:44:26 +0000 (0:00:00.041) 0:02:56.862 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003736", "end": "2024-01-20 01:44:26.695032", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:44:26.691296" } STDOUT: tlsprotocols = 1.2 TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:44:26 +0000 (0:00:00.152) 0:02:57.014 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:44:26 +0000 (0:00:00.026) 0:02:57.041 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlsprotocols" ], "delta": "0:00:00.137971", "end": "2024-01-20 01:44:27.012099", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:44:26.874128" } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 20 January 2024 01:44:27 +0000 (0:00:00.289) 0:02:57.331 ****** included: /WORKDIR/git-weekly-ciut4vvlix/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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:44:27 +0000 (0:00:00.122) 0:02:57.454 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003839", "end": "2024-01-20 01:44:27.291839", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:44:27.288000" } STDOUT: forceencryption = 1 TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:44:27 +0000 (0:00:00.156) 0:02:57.610 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:44:27 +0000 (0:00:00.027) 0:02:57.637 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.forceencryption" ], "delta": "0:00:00.140943", "end": "2024-01-20 01:44:27.611890", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:44:27.470947" } 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 20 January 2024 01:44:27 +0000 (0:00:00.293) 0:02:57.931 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 20 January 2024 01:44:27 +0000 (0:00:00.022) 0:02:57.954 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 20 January 2024 01:44:27 +0000 (0:00:00.020) 0:02:57.974 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 20 January 2024 01:44:27 +0000 (0:00:00.021) 0:02:57.996 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 20 January 2024 01:44:27 +0000 (0:00:00.022) 0:02:58.018 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 20 January 2024 01:44:27 +0000 (0:00:00.022) 0:02:58.040 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 20 January 2024 01:44:27 +0000 (0:00:00.022) 0:02:58.063 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 20 January 2024 01:44:27 +0000 (0:00:00.020) 0:02:58.083 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 20 January 2024 01:44:27 +0000 (0:00:00.022) 0:02:58.105 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 20 January 2024 01:44:27 +0000 (0:00:00.021) 0:02:58.127 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 20 January 2024 01:44:27 +0000 (0:00:00.022) 0:02:58.149 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 20 January 2024 01:44:27 +0000 (0:00:00.023) 0:02:58.172 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 20 January 2024 01:44:27 +0000 (0:00:00.021) 0:02:58.194 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 20 January 2024 01:44:28 +0000 (0:00:00.117) 0:02:58.311 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 20 January 2024 01:44:28 +0000 (0:00:00.021) 0:02:58.332 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 20 January 2024 01:44:28 +0000 (0:00:00.022) 0:02:58.355 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 20 January 2024 01:44:28 +0000 (0:00:00.021) 0:02:58.376 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 20 January 2024 01:44:28 +0000 (0:00:00.021) 0:02:58.398 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 20 January 2024 01:44:28 +0000 (0:00:00.022) 0:02:58.421 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 20 January 2024 01:44:28 +0000 (0:00:00.020) 0:02:58.441 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 20 January 2024 01:44:28 +0000 (0:00:00.022) 0:02:58.464 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 20 January 2024 01:44:28 +0000 (0:00:00.020) 0:02:58.485 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 20 January 2024 01:44:28 +0000 (0:00:00.021) 0:02:58.506 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 20 January 2024 01:44:28 +0000 (0:00:00.021) 0:02:58.527 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 20 January 2024 01:44:28 +0000 (0:00:00.021) 0:02:58.549 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 20 January 2024 01:44:28 +0000 (0:00:00.021) 0:02:58.570 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 20 January 2024 01:44:28 +0000 (0:00:00.024) 0:02:58.594 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 20 January 2024 01:44:28 +0000 (0:00:00.027) 0:02:58.622 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 20 January 2024 01:44:28 +0000 (0:00:00.021) 0:02:58.643 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 20 January 2024 01:44:28 +0000 (0:00:00.021) 0:02:58.665 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 20 January 2024 01:44:28 +0000 (0:00:00.028) 0:02:58.694 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 20 January 2024 01:44:28 +0000 (0:00:00.020) 0:02:58.714 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 20 January 2024 01:44:28 +0000 (0:00:00.111) 0:02:58.825 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 20 January 2024 01:44:28 +0000 (0:00:00.021) 0:02:58.847 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 20 January 2024 01:44:28 +0000 (0:00:00.022) 0:02:58.870 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 20 January 2024 01:44:28 +0000 (0:00:00.020) 0:02:58.890 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 20 January 2024 01:44:28 +0000 (0:00:00.021) 0:02:58.912 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 20 January 2024 01:44:28 +0000 (0:00:00.022) 0:02:58.934 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 20 January 2024 01:44:28 +0000 (0:00:00.020) 0:02:58.954 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 20 January 2024 01:44:28 +0000 (0:00:00.020) 0:02:58.974 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 20 January 2024 01:44:28 +0000 (0:00:00.020) 0:02:58.995 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 20 January 2024 01:44:28 +0000 (0:00:00.020) 0:02:59.015 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 20 January 2024 01:44:28 +0000 (0:00:00.027) 0:02:59.043 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 20 January 2024 01:44:28 +0000 (0:00:00.020) 0:02:59.063 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 20 January 2024 01:44:28 +0000 (0:00:00.020) 0:02:59.084 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 20 January 2024 01:44:28 +0000 (0:00:00.019) 0:02:59.104 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 20 January 2024 01:44:28 +0000 (0:00:00.021) 0:02:59.125 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 20 January 2024 01:44:28 +0000 (0:00:00.026) 0:02:59.151 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 20 January 2024 01:44:28 +0000 (0:00:00.021) 0:02:59.173 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 20 January 2024 01:44:28 +0000 (0:00:00.021) 0:02:59.195 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 20 January 2024 01:44:28 +0000 (0:00:00.020) 0:02:59.215 ****** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 20 January 2024 01:44:29 +0000 (0:00:00.249) 0:02:59.465 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:44:11 UTC", "ActiveEnterTimestampMonotonic": "2079051952", "ActiveExitTimestamp": "Sat 2024-01-20 01:44:10 UTC", "ActiveExitTimestampMonotonic": "2078823606", "ActiveState": "active", "After": "basic.target system.slice systemd-journald.socket -.mount network.target auditd.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:44:11 UTC", "AssertTimestampMonotonic": "2079051339", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:44:11 UTC", "ConditionTimestampMonotonic": "2079051337", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "26181", "ExecMainStartTimestamp": "Sat 2024-01-20 01:44:11 UTC", "ExecMainStartTimestampMonotonic": "2079051895", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-20 01:44:11 UTC] ; stop_time=[n/a] ; pid=26181 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-20 01:44:11 UTC", "InactiveEnterTimestampMonotonic": "2079050473", "InactiveExitTimestamp": "Sat 2024-01-20 01:44:11 UTC", "InactiveExitTimestampMonotonic": "2079051952", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "26181", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:44:11 UTC", "WatchdogTimestampMonotonic": "2079051933", "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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 20 January 2024 01:44:30 +0000 (0:00:01.386) 0:03:00.851 ****** 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-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 20 January 2024 01:44:30 +0000 (0:00:00.021) 0:03:00.873 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up after the role invocation] ************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tests_tls_2019.yml:26 Saturday 20 January 2024 01:44:30 +0000 (0:00:00.025) 0:03:00.898 ****** included: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/cleanup.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/cleanup.yml:2 Saturday 20 January 2024 01:44:30 +0000 (0:00:00.038) 0:03:00.936 ****** 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-ciut4vvlix/tests/tasks/cleanup.yml:6 Saturday 20 January 2024 01:44:31 +0000 (0:00:01.071) 0:03:02.008 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Debug ansible_python_version] ******************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/cleanup.yml:14 Saturday 20 January 2024 01:44:31 +0000 (0:00:00.026) 0:03:02.034 ****** ok: [sut] => { "ansible_python_version": "2.7.5" } TASK [Purge firewall configuration] ******************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/cleanup.yml:18 Saturday 20 January 2024 01:44:31 +0000 (0:00:00.023) 0:03:02.058 ****** TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-weekly-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 20 January 2024 01:44:31 +0000 (0:00:00.056) 0:03:02.114 ****** included: /WORKDIR/git-weekly-ciut4vvlix/.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-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 20 January 2024 01:44:31 +0000 (0:00:00.122) 0:03:02.237 ****** 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-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 20 January 2024 01:44:31 +0000 (0:00:00.027) 0:03:02.264 ****** 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-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 20 January 2024 01:44:32 +0000 (0:00:00.147) 0:03:02.412 ****** ok: [sut] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /WORKDIR/git-weekly-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 Saturday 20 January 2024 01:44:32 +0000 (0:00:00.023) 0:03:02.436 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed" ] } lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /WORKDIR/git-weekly-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:26 Saturday 20 January 2024 01:44:32 +0000 (0:00:00.452) 0:03:02.888 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /WORKDIR/git-weekly-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 20 January 2024 01:44:32 +0000 (0:00:00.030) 0:03:02.918 ****** 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-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 20 January 2024 01:44:32 +0000 (0:00:00.040) 0:03:02.959 ****** 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-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 20 January 2024 01:44:32 +0000 (0:00:00.047) 0:03:03.007 ****** ok: [sut] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:34:13 UTC", "ActiveEnterTimestampMonotonic": "1481063750", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service polkit.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:34:12 UTC", "AssertTimestampMonotonic": "1480567146", "Before": "multi-user.target shutdown.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:34:12 UTC", "ConditionTimestampMonotonic": "1480567145", "Conflicts": "ebtables.service ip6tables.service shutdown.target ipset.service iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "13698", "ExecMainStartTimestamp": "Sat 2024-01-20 01:34:12 UTC", "ExecMainStartTimestampMonotonic": "1480568596", "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", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-20 01:34:12 UTC", "InactiveExitTimestampMonotonic": "1480568636", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "13698", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "dbus-org.fedoraproject.FirewallD1.service firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Sat 2024-01-20 01:34:13 UTC", "WatchdogTimestampMonotonic": "1481063533", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/git-weekly-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 20 January 2024 01:44:32 +0000 (0:00:00.249) 0:03:03.256 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:34:13 UTC", "ActiveEnterTimestampMonotonic": "1481063750", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service polkit.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:34:12 UTC", "AssertTimestampMonotonic": "1480567146", "Before": "multi-user.target shutdown.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:34:12 UTC", "ConditionTimestampMonotonic": "1480567145", "Conflicts": "ebtables.service ip6tables.service shutdown.target ipset.service iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "13698", "ExecMainStartTimestamp": "Sat 2024-01-20 01:34:12 UTC", "ExecMainStartTimestampMonotonic": "1480568596", "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", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-20 01:34:12 UTC", "InactiveExitTimestampMonotonic": "1480568636", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "13698", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "dbus-org.fedoraproject.FirewallD1.service firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Sat 2024-01-20 01:34:13 UTC", "WatchdogTimestampMonotonic": "1481063533", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/git-weekly-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 20 January 2024 01:44:33 +0000 (0:00:00.257) 0:03:03.513 ****** ok: [sut] => { "ansible_facts": { "__firewall_previous_replaced": true, "__firewall_python_cmd": "/usr/bin/python2", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /WORKDIR/git-weekly-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 20 January 2024 01:44:33 +0000 (0:00:00.028) 0:03:03.541 ****** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.41.206 closed. TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /WORKDIR/git-weekly-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 20 January 2024 01:44:33 +0000 (0:00:00.421) 0:03:03.963 ****** ok: [sut] => { "ansible_facts": { "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-weekly-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 20 January 2024 01:44:33 +0000 (0:00:00.026) 0:03:03.990 ****** TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /WORKDIR/git-weekly-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Saturday 20 January 2024 01:44:33 +0000 (0:00:00.023) 0:03:04.013 ****** TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 20 January 2024 01:44:33 +0000 (0:00:00.102) 0:03:04.116 ****** 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-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Saturday 20 January 2024 01:44:33 +0000 (0:00:00.037) 0:03:04.153 ****** 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-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Saturday 20 January 2024 01:44:33 +0000 (0:00:00.023) 0:03:04.176 ****** 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-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 20 January 2024 01:44:33 +0000 (0:00:00.031) 0:03:04.208 ****** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.41.206 closed. TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/git-weekly-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Saturday 20 January 2024 01:44:34 +0000 (0:00:00.379) 0:03:04.588 ****** ok: [sut] => { "ansible_facts": { "firewall_lib_result": { "changed": false } }, "changed": false } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/git-weekly-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Saturday 20 January 2024 01:44:34 +0000 (0:00:00.028) 0:03:04.616 ****** skipping: [sut] => {} TASK [Leave realm] ************************************************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/cleanup.yml:27 Saturday 20 January 2024 01:44:34 +0000 (0:00:00.028) 0:03:04.645 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Destroy Kerberos tickets] ************************************************ task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/cleanup.yml:35 Saturday 20 January 2024 01:44:34 +0000 (0:00:00.030) 0:03:04.675 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that yum and dnf caching is enabled] ****************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/cleanup.yml:39 Saturday 20 January 2024 01:44:34 +0000 (0:00:00.027) 0:03:04.702 ****** ok: [sut] => { "backup": "", "changed": false } TASK [Remove related packages] ************************************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/cleanup.yml:45 Saturday 20 January 2024 01:44:34 +0000 (0:00:00.375) 0:03:05.078 ****** changed: [sut] => { "changed": true, "changes": { "removed": [ "mssql-server", "mssql-tools", "unixODBC-devel" ] }, "rc": 0, "results": [ "adutil is not installed", "mssql-server-fts is not installed", "mssql-server-ha is not installed", "powershell is not installed", "Loaded plugins: fastestmirror\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server.x86_64 0:15.0.4345.5-2 will be erased\n---> Package mssql-tools.x86_64 0:17.10.1.1-1 will be erased\n---> Package unixODBC-devel.x86_64 0:2.3.11-1.rh will be erased\n--> Finished Dependency Resolution\n--> Finding unneeded leftover dependencies\n---> Marking msodbcsql17 to be removed - no longer needed by mssql-tools\n---> Marking unixODBC to be removed - no longer needed by unixODBC-devel\n---> Marking python3 to be removed - no longer needed by mssql-server\n---> Marking cyrus-sasl to be removed - no longer needed by mssql-server\n---> Marking gdb to be removed - no longer needed by mssql-server\n---> Marking lsof to be removed - no longer needed by mssql-server\n---> Marking libsss_nss_idmap to be removed - no longer needed by mssql-server\n---> Marking cyrus-sasl-gssapi to be removed - no longer needed by mssql-server\n---> Marking libatomic to be removed - no longer needed by mssql-server\n---> Marking bzip2 to be removed - no longer needed by mssql-server\n---> Marking libtool-ltdl to be removed - no longer needed by unixODBC\n---> Marking python3-libs to be removed - no longer needed by python3\n---> Marking python3-setuptools to be removed - no longer needed by python3\n---> Marking python3-pip to be removed - no longer needed by python3\nFound and removing 14 unneeded dependencies\n--> Running transaction check\n---> Package bzip2.x86_64 0:1.0.6-13.el7 will be erased\n---> Package cyrus-sasl.x86_64 0:2.1.26-24.el7_9 will be erased\n---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 will be erased\n---> Package gdb.x86_64 0:7.6.1-120.el7 will be erased\n---> Package libatomic.x86_64 0:4.8.5-44.el7 will be erased\n---> Package libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.15 will be erased\n---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be erased\n---> Package lsof.x86_64 0:4.87-6.el7 will be erased\n---> Package msodbcsql17.x86_64 0:17.10.5.1-1 will be erased\n---> Package python3.x86_64 0:3.6.8-21.el7_9 will be erased\n---> Package python3-libs.x86_64 0:3.6.8-21.el7_9 will be erased\n---> Package python3-pip.noarch 0:9.0.3-8.el7 will be erased\n---> Package python3-setuptools.noarch 0:39.2.0-10.el7 will be erased\n---> Package unixODBC.x86_64 0:2.3.11-1.rh will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nRemoving:\n mssql-server x86_64 15.0.4345.5-2 @packages-microsoft-com-mssql-server-2019\n 1.1 G\n mssql-tools x86_64 17.10.1.1-1 @packages-microsoft-com-prod 714 k\n unixODBC-devel x86_64 2.3.11-1.rh @packages-microsoft-com-prod 223 k\nRemoving for dependencies:\n bzip2 x86_64 1.0.6-13.el7 @base 82 k\n cyrus-sasl x86_64 2.1.26-24.el7_9 @updates 141 k\n cyrus-sasl-gssapi x86_64 2.1.26-24.el7_9 @updates 36 k\n gdb x86_64 7.6.1-120.el7 @base 7.0 M\n libatomic x86_64 4.8.5-44.el7 @base 26 k\n libsss_nss_idmap x86_64 1.16.5-10.el7_9.15 @updates 82 k\n libtool-ltdl x86_64 2.4.2-22.el7_3 @base 66 k\n lsof x86_64 4.87-6.el7 @base 927 k\n msodbcsql17 x86_64 17.10.5.1-1 @packages-microsoft-com-prod 2.2 M\n python3 x86_64 3.6.8-21.el7_9 @updates 39 k\n python3-libs x86_64 3.6.8-21.el7_9 @updates 35 M\n python3-pip noarch 9.0.3-8.el7 @base 9.1 M\n python3-setuptools\n noarch 39.2.0-10.el7 @base 3.6 M\n unixODBC x86_64 2.3.11-1.rh @packages-microsoft-com-prod 648 k\n\nTransaction Summary\n================================================================================\nRemove 3 Packages (+14 Dependent packages)\n\nInstalled size: 1.2 G\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Erasing : mssql-server-15.0.4345.5-2.x86_64 1/17 \n Erasing : unixODBC-devel-2.3.11-1.rh.x86_64 2/17 \n Erasing : mssql-tools-17.10.1.1-1.x86_64 3/17 \n Erasing : python3-libs-3.6.8-21.el7_9.x86_64 4/17 \n Erasing : python3-pip-9.0.3-8.el7.noarch 5/17 \n Erasing : python3-setuptools-39.2.0-10.el7.noarch 6/17 \n Erasing : python3-3.6.8-21.el7_9.x86_64 7/17 \n Erasing : msodbcsql17-17.10.5.1-1.x86_64 8/17 \nODBC Driver 17 for SQL Server has been deleted (if it existed at all) because its usage count became zero\n Erasing : unixODBC-2.3.11-1.rh.x86_64 9/17 \nwarning: /etc/odbcinst.ini saved as /etc/odbcinst.ini.rpmsave\n Erasing : libtool-ltdl-2.4.2-22.el7_3.x86_64 10/17 \n Erasing : libatomic-4.8.5-44.el7.x86_64 11/17 \n Erasing : bzip2-1.0.6-13.el7.x86_64 12/17 \n Erasing : gdb-7.6.1-120.el7.x86_64 13/17 \n Erasing : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 14/17 \n Erasing : cyrus-sasl-2.1.26-24.el7_9.x86_64 15/17 \n Erasing : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 16/17 \n Erasing : lsof-4.87-6.el7.x86_64 17/17 \n Verifying : mssql-tools-17.10.1.1-1.x86_64 1/17 \n Verifying : python3-3.6.8-21.el7_9.x86_64 2/17 \n Verifying : python3-setuptools-39.2.0-10.el7.noarch 3/17 \n Verifying : bzip2-1.0.6-13.el7.x86_64 4/17 \n Verifying : mssql-server-15.0.4345.5-2.x86_64 5/17 \n Verifying : libtool-ltdl-2.4.2-22.el7_3.x86_64 6/17 \n Verifying : lsof-4.87-6.el7.x86_64 7/17 \n Verifying : unixODBC-devel-2.3.11-1.rh.x86_64 8/17 \n Verifying : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 9/17 \n Verifying : gdb-7.6.1-120.el7.x86_64 10/17 \n Verifying : unixODBC-2.3.11-1.rh.x86_64 11/17 \n Verifying : python3-libs-3.6.8-21.el7_9.x86_64 12/17 \n Verifying : msodbcsql17-17.10.5.1-1.x86_64 13/17 \n Verifying : python3-pip-9.0.3-8.el7.noarch 14/17 \n Verifying : cyrus-sasl-2.1.26-24.el7_9.x86_64 15/17 \n Verifying : libatomic-4.8.5-44.el7.x86_64 16/17 \n Verifying : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 17/17 \n\nRemoved:\n mssql-server.x86_64 0:15.0.4345.5-2 mssql-tools.x86_64 0:17.10.1.1-1 \n unixODBC-devel.x86_64 0:2.3.11-1.rh \n\nDependency Removed:\n bzip2.x86_64 0:1.0.6-13.el7 \n cyrus-sasl.x86_64 0:2.1.26-24.el7_9 \n cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 \n gdb.x86_64 0:7.6.1-120.el7 \n libatomic.x86_64 0:4.8.5-44.el7 \n libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.15 \n libtool-ltdl.x86_64 0:2.4.2-22.el7_3 \n lsof.x86_64 0:4.87-6.el7 \n msodbcsql17.x86_64 0:17.10.5.1-1 \n python3.x86_64 0:3.6.8-21.el7_9 \n python3-libs.x86_64 0:3.6.8-21.el7_9 \n python3-pip.noarch 0:9.0.3-8.el7 \n python3-setuptools.noarch 0:39.2.0-10.el7 \n unixODBC.x86_64 0:2.3.11-1.rh \n\nComplete!\n" ] } TASK [Remove related files] **************************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/cleanup.yml:58 Saturday 20 January 2024 01:44:38 +0000 (0:00:03.945) 0:03:09.024 ****** 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.011608", "end": "2024-01-20 01:44:38.870243", "rc": 0, "start": "2024-01-20 01:44:38.858635" } STDOUT: removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133501885848110000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133501885657730000.xel’ removed ‘/var/opt/mssql/log/errorlog.6’ removed ‘/var/opt/mssql/log/sqlagentstartup.log’ removed ‘/var/opt/mssql/log/errorlog.7’ removed ‘/var/opt/mssql/log/log_5.trc’ removed ‘/var/opt/mssql/log/system_health_0_133501886737460000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133501886537750000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133501886261890000.xel’ removed ‘/var/opt/mssql/log/log_3.trc’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133501885475870000.xel’ removed ‘/var/opt/mssql/log/log_7.trc’ removed ‘/var/opt/mssql/log/system_health_0_133501885481590000.xel’ removed ‘/var/opt/mssql/log/errorlog.8’ removed ‘/var/opt/mssql/log/log_4.trc’ removed ‘/var/opt/mssql/log/system_health_0_133501886067570000.xel’ removed ‘/var/opt/mssql/log/errorlog.5’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133501885652870000.xel’ removed ‘/var/opt/mssql/log/log_6.trc’ removed ‘/var/opt/mssql/log/mssql-conf/mssql-conf.log’ removed directory: ‘/var/opt/mssql/log/mssql-conf’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133501885428330000.xel’ removed ‘/var/opt/mssql/log/errorlog.3’ removed ‘/var/opt/mssql/log/errorlog.4’ removed ‘/var/opt/mssql/log/system_health_0_133501885435000000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133501886257640000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133501886063440000.xel’ removed ‘/var/opt/mssql/log/errorlog.1’ removed ‘/var/opt/mssql/log/system_health_0_133501886542200000.xel’ removed ‘/var/opt/mssql/log/errorlog’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133501886732980000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133501885851870000.xel’ removed ‘/var/opt/mssql/log/errorlog.2’ removed directory: ‘/var/opt/mssql/log’ removed ‘/var/opt/mssql/secrets/machine-key’ removed directory: ‘/var/opt/mssql/secrets’ removed ‘/var/opt/mssql/data/model_msdbdata.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/model_replicatedmaster.ldf’ removed ‘/var/opt/mssql/data/model_replicatedmaster.mdf’ removed ‘/var/opt/mssql/data/tempdb3.ndf’ removed ‘/var/opt/mssql/data/tempdb4.ndf’ removed ‘/var/opt/mssql/data/msdbdata.mdf’ removed ‘/var/opt/mssql/data/tempdb2.ndf’ removed ‘/var/opt/mssql/data/tempdb.mdf’ removed ‘/var/opt/mssql/data/master.mdf’ removed ‘/var/opt/mssql/data/templog.ldf’ removed ‘/var/opt/mssql/data/Entropy.bin’ removed ‘/var/opt/mssql/data/model_msdblog.ldf’ removed ‘/var/opt/mssql/data/msdblog.ldf’ removed directory: ‘/var/opt/mssql/data’ removed ‘/var/opt/mssql/.system/instance_id’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/Temp’ 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/AppData/LocalLow’ 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/Certificates’ 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/CTLs’ 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/Local/Microsoft/Windows/Temporary Internet Files’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Local’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData’ removed directory: ‘/var/opt/mssql/.system/profiles/Client’ removed directory: ‘/var/opt/mssql/.system/profiles’ removed directory: ‘/var/opt/mssql/.system/system/Temp’ 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/Preferred’ removed ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/3db272c4-4e08-4b1a-96a8-c7da57281eb1’ 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/lsa.hiv’ removed ‘/var/opt/mssql/.system/system/lsasetup.log’ removed ‘/var/opt/mssql/.system/system/security.hiv’ removed directory: ‘/var/opt/mssql/.system/system’ 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 directory: ‘/var/opt/mssql/.system’ removed ‘/var/opt/mssql/mssql.conf’ removed directory: ‘/var/opt/mssql’ removed directory: ‘/opt/mssql’ removed directory: ‘/opt/mssql-tools’ removed ‘/etc/yum.repos.d/packages-microsoft-com-mssql-server-2019.repo’ removed ‘/etc/yum.repos.d/packages-microsoft-com-prod.repo’ removed ‘/etc/systemd/system/multi-user.target.wants/mssql-server.service’ TASK [Stop the mssql-server service] ******************************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/cleanup.yml:72 Saturday 20 January 2024 01:44:38 +0000 (0:00:00.183) 0:03:09.207 ****** ok: [sut] => { "changed": false, "cmd": "systemctl stop mssql-server || true", "delta": "0:00:05.926812", "end": "2024-01-20 01:44:44.960690", "rc": 0, "start": "2024-01-20 01:44:39.033878" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=369 changed=60 unreachable=0 failed=0 skipped=836 rescued=0 ignored=0 Saturday 20 January 2024 01:44:44 +0000 (0:00:06.058) 0:03:15.266 ****** =============================================================================== linux-system-roles.mssql : Ensure the package mssql-server ------------- 42.63s /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Stop the mssql-server service ------------------------------------------- 6.06s /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/cleanup.yml:72 --------------------- linux-system-roles.mssql : Set up MSSQL --------------------------------- 5.61s /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 linux-system-roles.mssql : Ensure that SQL Server client tools are installed --- 5.36s /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Remove related packages ------------------------------------------------- 3.95s /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/cleanup.yml:45 --------------------- fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 3.55s /WORKDIR/git-weekly-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 linux-system-roles.mssql : Restart the mssql-server service ------------- 3.28s /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 linux-system-roles.mssql : Gather package facts ------------------------- 3.23s /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 3.21s /WORKDIR/git-weekly-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Wait for mssql-server to prepare for client connections ----------------- 3.19s /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:93 ------------- linux-system-roles.mssql : Gather package facts ------------------------- 3.17s /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 linux-system-roles.mssql : Gather system services facts ----------------- 2.35s /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Wait for mssql-server to prepare for client connections ----------------- 2.23s /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:93 ------------- Wait for mssql-server to prepare for client connections ----------------- 2.23s /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:93 ------------- Wait for mssql-server to prepare for client connections ----------------- 2.21s /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:93 ------------- Wait for mssql-server to prepare for client connections ----------------- 2.19s /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:93 ------------- linux-system-roles.mssql : Configure the setting network tlskey --------- 2.14s /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 linux-system-roles.mssql : Ensure the package mssql-server -------------- 1.28s /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 linux-system-roles.mssql : Restart the mssql-server service ------------- 1.24s /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 linux-system-roles.mssql : Gather package facts ------------------------- 1.22s /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---