# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_tls_2017.yml *************************************************** 2 plays in /WORKDIR/git-weekly-ciut4vvlix/tests/tests_tls_2017.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tests_tls_2017.yml:4 Saturday 20 January 2024 01:41:01 +0000 (0:00:00.023) 0:00:00.023 ****** 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_2017.yml:9 Saturday 20 January 2024 01:41:01 +0000 (0:00:00.041) 0:00:00.065 ****** ok: [sut] META: ran handlers TASK [Run tests_tls with SQL Server 2017] ************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tests_tls_2017.yml:23 Saturday 20 January 2024 01:41:02 +0000 (0:00:00.616) 0:00:00.682 ****** 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:02 +0000 (0:00:00.026) 0:00:00.708 ****** 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:02 +0000 (0:00:00.025) 0:00:00.733 ****** 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:02 +0000 (0:00:00.213) 0:00:00.947 ****** 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:02 +0000 (0:00:00.011) 0:00:00.959 ****** 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:02 +0000 (0:00:00.033) 0:00:00.992 ****** 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:03 +0000 (0:00:00.492) 0:00:01.485 ****** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.Y3lRiE", "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:03 +0000 (0:00:00.187) 0:00:01.673 ****** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.RggeII", "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:03 +0000 (0:00:00.151) 0:00:01.824 ****** changed: [sut] => { "changed": true, "cmd": [ "openssl", "req", "-x509", "-nodes", "-newkey", "rsa:2048", "-subj", "/CN=10.31.11.21", "-out", "/tmp/ansible.Y3lRiE", "-keyout", "/tmp/ansible.RggeII", "-days", "365" ], "delta": "0:00:00.119088", "end": "2024-01-20 01:41:03.756224", "rc": 0, "start": "2024-01-20 01:41:03.637136" } STDERR: Generating a 2048 bit RSA private key ..........................................................................+++ ..........+++ writing new private key to '/tmp/ansible.RggeII' ----- 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:03 +0000 (0:00:00.429) 0:00:02.253 ****** changed: [sut] => (item=/tmp/ansible.Y3lRiE) => { "ansible_loop_var": "item", "changed": true, "checksum": "e90e27e76cde1e9810999e52949b91d065b826a2", "dest": "/tmp/ansible.Y3lRiE", "item": "/tmp/ansible.Y3lRiE", "md5sum": "650d5c3483a889f37cc7a89143b42c79", "remote_checksum": "e90e27e76cde1e9810999e52949b91d065b826a2", "remote_md5sum": null } changed: [sut] => (item=/tmp/ansible.RggeII) => { "ansible_loop_var": "item", "changed": true, "checksum": "2ea54c1eee112c92b964d68408c71ccef23e75c3", "dest": "/tmp/ansible.RggeII", "item": "/tmp/ansible.RggeII", "md5sum": "7fef9ec40bb02f1059fb7e84d54a8025", "remote_checksum": "2ea54c1eee112c92b964d68408c71ccef23e75c3", "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:04 +0000 (0:00:00.610) 0:00:02.864 ****** changed: [sut -> localhost] => { "changed": true, "checksum": "2ea54c1eee112c92b964d68408c71ccef23e75c3", "dest": "./ansible.RggeII", "gid": 1001, "group": "jenkins", "md5sum": "7fef9ec40bb02f1059fb7e84d54a8025", "mode": "0600", "owner": "jenkins", "size": 1704, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1705714864.4190745-21012-100106243963343/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:04 +0000 (0:00:00.387) 0:00:03.251 ****** ok: [sut] => { "ansible_facts": { "mssql_tls_cert": "/tmp/ansible.Y3lRiE", "mssql_tls_private_key": "ansible.RggeII" }, "changed": false } TASK [Run role] **************************************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/tests_tls.yml:59 Saturday 20 January 2024 01:41:04 +0000 (0:00:00.011) 0:00:03.263 ****** 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:04 +0000 (0:00:00.141) 0:00:03.405 ****** 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:04 +0000 (0:00:00.013) 0:00:03.418 ****** 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:04 +0000 (0:00:00.011) 0:00:03.430 ****** 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:04 +0000 (0:00:00.038) 0:00:03.468 ****** 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:05 +0000 (0:00:00.017) 0:00:03.485 ****** 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:05 +0000 (0:00:00.009) 0:00:03.494 ****** 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:05 +0000 (0:00:00.013) 0:00:03.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:41:05 +0000 (0:00:00.009) 0:00:03.517 ****** 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:05 +0000 (0:00:00.025) 0:00:03.543 ****** 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:05 +0000 (0:00:00.024) 0:00:03.567 ****** 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:05 +0000 (0:00:00.013) 0:00:03.581 ****** 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:05 +0000 (0:00:00.018) 0:00:03.599 ****** 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:05 +0000 (0:00:00.014) 0:00:03.614 ****** 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:05 +0000 (0:00:00.014) 0:00:03.628 ****** 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:05 +0000 (0:00:00.010) 0:00:03.639 ****** 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:05 +0000 (0:00:00.009) 0:00:03.648 ****** 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:05 +0000 (0:00:00.009) 0:00:03.658 ****** 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:05 +0000 (0:00:00.008) 0:00:03.666 ****** 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:05 +0000 (0:00:00.012) 0:00:03.678 ****** 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:06 +0000 (0:00:01.094) 0:00:04.773 ****** 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:06 +0000 (0:00:00.052) 0:00:04.826 ****** 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:06 +0000 (0:00:00.032) 0:00:04.859 ****** 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:06 +0000 (0:00:00.046) 0:00:04.905 ****** 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:06 +0000 (0:00:00.033) 0:00:04.939 ****** 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:06 +0000 (0:00:00.465) 0:00:05.404 ****** 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:06 +0000 (0:00:00.060) 0:00:05.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 2017] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 20 January 2024 01:41:07 +0000 (0:00:00.022) 0:00:05.487 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 20 January 2024 01:41:07 +0000 (0:00:00.038) 0:00:05.526 ****** changed: [sut] => { "changed": true, "repo": "packages-microsoft-com-mssql-server-2017", "state": "present" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 20 January 2024 01:41:07 +0000 (0:00:00.249) 0:00:05.775 ****** 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:07 +0000 (0:00:00.018) 0:00:05.794 ****** 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:07 +0000 (0:00:00.017) 0:00:05.812 ****** 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:07 +0000 (0:00:00.032) 0:00:05.845 ****** 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:07 +0000 (0:00:00.021) 0:00:05.866 ****** 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:07 +0000 (0:00:00.026) 0:00:05.893 ****** 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:14.0.3465.1-1 will be installed\n--> Processing Dependency: libatomic for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: bzip2 for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: gdb for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: libsss_nss_idmap for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: cyrus-sasl for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: cyrus-sasl-gssapi for package: mssql-server-14.0.3465.1-1.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--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n mssql-server x86_64 14.0.3465.1-1 packages-microsoft-com-mssql-server-2017\n 200 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\nTransaction Summary\n================================================================================\nInstall 1 Package (+6 Dependent packages)\n\nTotal size: 203 M\nInstalled size: 1.0 G\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 1/7 \n Installing : cyrus-sasl-2.1.26-24.el7_9.x86_64 2/7 \n Installing : gdb-7.6.1-120.el7.x86_64 3/7 \n Installing : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 4/7 \n Installing : bzip2-1.0.6-13.el7.x86_64 5/7 \n Installing : libatomic-4.8.5-44.el7.x86_64 6/7 \n Installing : mssql-server-14.0.3465.1-1.x86_64 7/7 \n\n+--------------------------------------------------------------+\nPlease run 'sudo /opt/mssql/bin/mssql-conf setup'\nto complete the setup of Microsoft SQL Server\n+--------------------------------------------------------------+\n\nSQL Server needs to be restarted in order to apply this setting. Please run\n'systemctl restart mssql-server.service'.\n Verifying : libatomic-4.8.5-44.el7.x86_64 1/7 \n Verifying : bzip2-1.0.6-13.el7.x86_64 2/7 \n Verifying : mssql-server-14.0.3465.1-1.x86_64 3/7 \n Verifying : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 4/7 \n Verifying : gdb-7.6.1-120.el7.x86_64 5/7 \n Verifying : cyrus-sasl-2.1.26-24.el7_9.x86_64 6/7 \n Verifying : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 7/7 \n\nInstalled:\n mssql-server.x86_64 0:14.0.3465.1-1 \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\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:41:41 +0000 (0:00:34.163) 0:00:40.056 ****** 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:41:41 +0000 (0:00:00.017) 0:00:40.074 ****** 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.005478", "end": "2024-01-20 01:41:41.711728", "rc": 0, "start": "2024-01-20 01:41:41.706250" } 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:41:41 +0000 (0:00:00.132) 0:00:40.206 ****** 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:41:42 +0000 (0:00:00.771) 0:00:40.977 ****** 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:41:42 +0000 (0:00:00.025) 0:00:41.003 ****** 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:41:42 +0000 (0:00:00.054) 0:00:41.057 ****** 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:41:47 +0000 (0:00:05.225) 0:00:46.283 ****** 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:41:47 +0000 (0:00:00.025) 0:00:46.309 ****** 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:41:47 +0000 (0:00:00.022) 0:00:46.331 ****** 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:41:48 +0000 (0:00:00.372) 0:00:46.703 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:10:04 UTC", "ActiveEnterTimestampMonotonic": "15797790", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-sysctl.service dbus.service network.target system.slice systemd-journald.socket basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:10:03 UTC", "AssertTimestampMonotonic": "14165897", "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:03 UTC", "ConditionTimestampMonotonic": "14165895", "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": "876", "ExecMainStartTimestamp": "Sat 2024-01-20 01:10:03 UTC", "ExecMainStartTimestampMonotonic": "14166495", "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:03 UTC", "InactiveExitTimestampMonotonic": "14166535", "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": "876", "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:04 UTC", "WatchdogTimestampMonotonic": "15797497", "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:41:48 +0000 (0:00:00.374) 0:00:47.077 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.111551", "end": "2024-01-20 01:41:48.820702", "rc": 0, "start": "2024-01-20 01:41:48.709151" } 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:41:48 +0000 (0:00:00.263) 0:00:47.340 ****** 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:41:48 +0000 (0:00:00.028) 0:00:47.368 ****** 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:41:48 +0000 (0:00:00.026) 0:00:47.395 ****** 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:41:48 +0000 (0:00:00.019) 0:00:47.415 ****** 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:41:49 +0000 (0:00:00.163) 0:00:47.578 ****** 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:41:54 +0000 (0:00:04.929) 0:00:52.508 ****** 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:41:54 +0000 (0:00:00.038) 0:00:52.546 ****** 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:41:54 +0000 (0:00:00.022) 0:00:52.568 ****** 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:41:54 +0000 (0:00:00.051) 0:00:52.620 ****** 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:41:54 +0000 (0:00:00.031) 0:00:52.652 ****** 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:41:54 +0000 (0:00:00.028) 0:00:52.681 ****** 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:41:54 +0000 (0:00:00.027) 0:00:52.708 ****** 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:41:54 +0000 (0:00:00.034) 0:00:52.743 ****** 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:41:54 +0000 (0:00:00.031) 0:00:52.774 ****** 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:41:54 +0000 (0:00:00.023) 0:00:52.798 ****** 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:41:54 +0000 (0:00:00.020) 0:00:52.818 ****** 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:41:54 +0000 (0:00:00.021) 0:00:52.840 ****** 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:41:54 +0000 (0:00:00.019) 0:00:52.859 ****** 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:41:54 +0000 (0:00:00.021) 0:00:52.881 ****** 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:41:54 +0000 (0:00:00.021) 0:00:52.902 ****** 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:41:54 +0000 (0:00:00.021) 0:00:52.924 ****** 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:41:54 +0000 (0:00:00.040) 0:00:52.964 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003495", "end": "2024-01-20 01:41:54.609104", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:41:54.605609" } 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:41:54 +0000 (0:00:00.147) 0:00:53.112 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.049852", "end": "2024-01-20 01:41:54.827318", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:41:54.777466" } 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:41:54 +0000 (0:00:00.218) 0:00:53.331 ****** 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:41:54 +0000 (0:00:00.021) 0:00:53.352 ****** 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:41:54 +0000 (0:00:00.054) 0:00:53.406 ****** 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:41:54 +0000 (0:00:00.027) 0:00:53.434 ****** 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:41:54 +0000 (0:00:00.024) 0:00:53.458 ****** 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:41:55 +0000 (0:00:00.039) 0:00:53.497 ****** 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:41:55 +0000 (0:00:00.030) 0:00:53.528 ****** 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:41:55 +0000 (0:00:00.032) 0:00:53.560 ****** 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:41:55 +0000 (0:00:00.036) 0:00:53.597 ****** 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:41:55 +0000 (0:00:00.027) 0:00:53.624 ****** 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:41:55 +0000 (0:00:00.031) 0:00:53.656 ****** 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:41:55 +0000 (0:00:00.021) 0:00:53.678 ****** 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:41:55 +0000 (0:00:00.025) 0:00:53.703 ****** changed: [sut] => (item=/tmp/ansible.Y3lRiE) => { "ansible_loop_var": "item", "changed": true, "checksum": "e90e27e76cde1e9810999e52949b91d065b826a2", "dest": "/etc/pki/tls/certs/ansible.Y3lRiE", "gid": 994, "group": "mssql", "item": "/tmp/ansible.Y3lRiE", "md5sum": "650d5c3483a889f37cc7a89143b42c79", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1099, "src": "/root/.ansible/tmp/ansible-tmp-1705714915.288552-22337-234732234264910/source", "state": "file", "uid": 996 } changed: [sut] => (item=ansible.RggeII) => { "ansible_loop_var": "item", "changed": true, "checksum": "2ea54c1eee112c92b964d68408c71ccef23e75c3", "dest": "/etc/pki/tls/private/ansible.RggeII", "gid": 994, "group": "mssql", "item": "ansible.RggeII", "md5sum": "7fef9ec40bb02f1059fb7e84d54a8025", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1704, "src": "/root/.ansible/tmp/ansible-tmp-1705714915.7032535-22337-162208149376912/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:41:56 +0000 (0:00:00.877) 0:00:54.581 ****** 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:41:56 +0000 (0:00:00.039) 0:00:54.620 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.005031", "end": "2024-01-20 01:41:56.261418", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:41:56.256387" } 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:41:56 +0000 (0:00:00.140) 0:00:54.761 ****** 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.Y3lRiE" ], "delta": "0:00:00.050060", "end": "2024-01-20 01:41:56.453149", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:41:56.403089" } 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:41:56 +0000 (0:00:00.234) 0:00:54.995 ****** 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:41:56 +0000 (0:00:00.024) 0:00:55.019 ****** 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:41:56 +0000 (0:00:00.037) 0:00:55.057 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003211", "end": "2024-01-20 01:41:56.693775", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:41:56.690564" } 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:41:56 +0000 (0:00:00.138) 0:00:55.195 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlskey", "/etc/pki/tls/private/ansible.RggeII" ], "delta": "0:00:00.049421", "end": "2024-01-20 01:41:56.886072", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:41:56.836651" } 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:41:56 +0000 (0:00:00.191) 0:00:55.386 ****** 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:41:56 +0000 (0:00:00.022) 0:00:55.409 ****** 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:41:56 +0000 (0:00:00.037) 0:00:55.446 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003182", "end": "2024-01-20 01:41:57.083799", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:41:57.080617" } 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:41:57 +0000 (0:00:00.142) 0:00:55.589 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlsprotocols", "1.2" ], "delta": "0:00:00.049475", "end": "2024-01-20 01:41:57.279986", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:41:57.230511" } 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:41:57 +0000 (0:00:00.246) 0:00:55.835 ****** 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:41:57 +0000 (0:00:00.058) 0:00:55.894 ****** 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:41:57 +0000 (0:00:00.061) 0:00:55.955 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003118", "end": "2024-01-20 01:41:57.620959", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:41:57.617841" } 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:41:57 +0000 (0:00:00.183) 0:00:56.139 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.forceencryption", "1" ], "delta": "0:00:00.050914", "end": "2024-01-20 01:41:57.845850", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:41:57.794936" } 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:41:57 +0000 (0:00:00.231) 0:00:56.370 ****** 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:41:57 +0000 (0:00:00.062) 0:00:56.432 ****** 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:41:58 +0000 (0:00:00.057) 0:00:56.489 ****** 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:41:58 +0000 (0:00:00.023) 0:00:56.513 ****** 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:41:58 +0000 (0:00:00.027) 0:00:56.540 ****** 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:41:58 +0000 (0:00:00.028) 0:00:56.568 ****** 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:41:58 +0000 (0:00:00.023) 0:00:56.592 ****** 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:41:58 +0000 (0:00:00.037) 0:00:56.629 ****** 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:41:58 +0000 (0:00:00.029) 0:00:56.659 ****** 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:41:58 +0000 (0:00:00.025) 0:00:56.684 ****** 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:41:58 +0000 (0:00:00.036) 0:00:56.721 ****** 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:41:58 +0000 (0:00:00.026) 0:00:56.748 ****** 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:41:58 +0000 (0:00:00.029) 0:00:56.777 ****** 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:41:58 +0000 (0:00:00.034) 0:00:56.812 ****** 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:41:58 +0000 (0:00:00.021) 0:00:56.833 ****** 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:41:58 +0000 (0:00:00.029) 0:00:56.863 ****** 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:41:58 +0000 (0:00:00.024) 0:00:56.888 ****** 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:41:58 +0000 (0:00:00.041) 0:00:56.929 ****** 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:41:58 +0000 (0:00:00.039) 0:00:56.969 ****** 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:41:58 +0000 (0:00:00.037) 0:00:57.006 ****** 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:41:58 +0000 (0:00:00.087) 0:00:57.094 ****** 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:41:58 +0000 (0:00:00.030) 0:00:57.124 ****** 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:41:58 +0000 (0:00:00.040) 0:00:57.164 ****** 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:41:58 +0000 (0:00:00.021) 0:00:57.186 ****** 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:41:58 +0000 (0:00:00.019) 0:00:57.206 ****** 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:41:58 +0000 (0:00:00.020) 0:00:57.226 ****** 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:41:58 +0000 (0:00:00.020) 0:00:57.247 ****** 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:41:58 +0000 (0:00:00.021) 0:00:57.268 ****** 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:41:58 +0000 (0:00:00.051) 0:00:57.320 ****** 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:41:58 +0000 (0:00:00.025) 0:00:57.345 ****** 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:41:58 +0000 (0:00:00.036) 0:00:57.382 ****** 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:41:58 +0000 (0:00:00.026) 0:00:57.409 ****** 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:41:58 +0000 (0:00:00.037) 0:00:57.447 ****** 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:41:59 +0000 (0:00:00.035) 0:00:57.482 ****** 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:41:59 +0000 (0:00:00.023) 0:00:57.505 ****** 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:41:59 +0000 (0:00:00.021) 0:00:57.527 ****** 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:41:59 +0000 (0:00:00.035) 0:00:57.562 ****** 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:41:59 +0000 (0:00:00.036) 0:00:57.599 ****** 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:41:59 +0000 (0:00:00.023) 0:00:57.622 ****** 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:41:59 +0000 (0:00:00.060) 0:00:57.683 ****** 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:41:59 +0000 (0:00:00.023) 0:00:57.707 ****** 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:41:59 +0000 (0:00:00.026) 0:00:57.733 ****** 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:41:59 +0000 (0:00:00.023) 0:00:57.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:41:59 +0000 (0:00:00.034) 0:00:57.791 ****** 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:41:59 +0000 (0:00:00.028) 0:00:57.819 ****** 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:41:59 +0000 (0:00:00.037) 0:00:57.857 ****** 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:41:59 +0000 (0:00:00.022) 0:00:57.879 ****** 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:41:59 +0000 (0:00:00.025) 0:00:57.904 ****** 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:41:59 +0000 (0:00:00.027) 0:00:57.932 ****** 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:41:59 +0000 (0:00:00.021) 0:00:57.954 ****** 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:41:59 +0000 (0:00:00.032) 0:00:57.987 ****** 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:41:59 +0000 (0:00:00.025) 0:00:58.013 ****** 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:41:59 +0000 (0:00:00.249) 0:00:58.262 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:41:47 UTC", "ActiveEnterTimestampMonotonic": "1918742708", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "-.mount auditd.service network.target system.slice systemd-journald.socket basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:41:47 UTC", "AssertTimestampMonotonic": "1918742088", "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:41:47 UTC", "ConditionTimestampMonotonic": "1918742086", "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": "27503", "ExecMainStartTimestamp": "Sat 2024-01-20 01:41:47 UTC", "ExecMainStartTimestampMonotonic": "1918742647", "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:41:47 UTC", "InactiveExitTimestampMonotonic": "1918742708", "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": "27503", "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": "system.slice -.mount basic.target", "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:41:47 UTC", "WatchdogTimestampMonotonic": "1918742686", "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:01 +0000 (0:00:01.651) 0:00:59.914 ****** 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:01 +0000 (0:00:00.020) 0:00:59.934 ****** 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:01 +0000 (0:00:00.021) 0:00:59.956 ****** changed: [sut -> localhost] => { "changed": true, "path": "ansible.RggeII", "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:01 +0000 (0:00:00.173) 0:01:00.129 ****** 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:01 +0000 (0:00:00.037) 0:01:00.166 ****** 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:01 +0000 (0:00:00.267) 0:01:00.433 ****** 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:02 +0000 (0:00:00.149) 0:01:00.583 ****** 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:02 +0000 (0:00:00.274) 0:01:00.858 ****** 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:02 +0000 (0:00:00.053) 0:01:00.911 ****** 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:02 +0000 (0:00:00.020) 0:01:00.932 ****** 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:02 +0000 (0:00:00.020) 0:01:00.952 ****** 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:02 +0000 (0:00:00.033) 0:01:00.986 ****** 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:02 +0000 (0:00:00.073) 0:01:01.059 ****** 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:02 +0000 (0:00:00.029) 0:01:01.089 ****** 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:02 +0000 (0:00:00.027) 0:01:01.117 ****** 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:02 +0000 (0:00:00.043) 0:01:01.160 ****** 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:02 +0000 (0:00:00.038) 0:01:01.198 ****** 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:02 +0000 (0:00:00.053) 0:01:01.251 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:42:01 UTC", "ActiveEnterTimestampMonotonic": "1932451350", "ActiveExitTimestamp": "Sat 2024-01-20 01:41:59 UTC", "ActiveExitTimestampMonotonic": "1931025316", "ActiveState": "active", "After": "system.slice -.mount network.target basic.target auditd.service systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:42:01 UTC", "AssertTimestampMonotonic": "1932450224", "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:01 UTC", "ConditionTimestampMonotonic": "1932450223", "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": "28009", "ExecMainStartTimestamp": "Sat 2024-01-20 01:42:01 UTC", "ExecMainStartTimestampMonotonic": "1932451271", "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:01 UTC", "InactiveEnterTimestampMonotonic": "1932448846", "InactiveExitTimestamp": "Sat 2024-01-20 01:42:01 UTC", "InactiveExitTimestampMonotonic": "1932451350", "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": "28009", "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": "system.slice basic.target -.mount", "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:01 UTC", "WatchdogTimestampMonotonic": "1932451321", "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:03 +0000 (0:00:00.228) 0:01:01.480 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003809", "end": "2024-01-20 01:42:03.171780", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:42:03.167971" } 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:03 +0000 (0:00:00.208) 0:01:01.689 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003657", "end": "2024-01-20 01:42:03.356341", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:42:03.352684" } 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:03 +0000 (0:00:00.202) 0:01:01.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:03 +0000 (0:00:00.059) 0:01:01.950 ****** ok: [sut] => { "changed": false, "elapsed": 1, "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": 5883, "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:04 +0000 (0:00:01.293) 0:01:03.244 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.042438", "end": "2024-01-20 01:42:04.962392", "rc": 0, "start": "2024-01-20 01:42:04.919954" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5029376) - 14.0.3465.1 (X64) Jul 30 2023 15:31:58 Copyright (C) 2017 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS 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:05 +0000 (0:00:00.239) 0:01:03.484 ****** 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:05 +0000 (0:00:00.056) 0:01:03.540 ****** 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:05 +0000 (0:00:00.032) 0:01:03.573 ****** 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:05 +0000 (0:00:00.042) 0:01:03.615 ****** 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:05 +0000 (0:00:00.033) 0:01:03.648 ****** 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:05 +0000 (0:00:00.032) 0:01:03.681 ****** 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:05 +0000 (0:00:00.051) 0:01:03.733 ****** 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:05 +0000 (0:00:00.045) 0:01:03.778 ****** 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:05 +0000 (0:00:00.039) 0:01:03.817 ****** 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:05 +0000 (0:00:00.057) 0:01:03.874 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004224", "end": "2024-01-20 01:42:05.546976", "rc": 0, "start": "2024-01-20 01:42:05.542752" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.Y3lRiE 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:05 +0000 (0:00:00.180) 0:01:04.055 ****** 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:05 +0000 (0:00:00.049) 0:01:04.105 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/certs/ansible.Y3lRiE] ***************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:42:05 +0000 (0:00:00.055) 0:01:04.160 ****** 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:05 +0000 (0:00:00.069) 0:01:04.230 ****** 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:05 +0000 (0:00:00.053) 0:01:04.284 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004372", "end": "2024-01-20 01:42:05.967346", "rc": 0, "start": "2024-01-20 01:42:05.962974" } STDOUT: tlskey = /etc/pki/tls/private/ansible.RggeII 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:06 +0000 (0:00:00.211) 0:01:04.495 ****** 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:06 +0000 (0:00:00.062) 0:01:04.558 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/private/ansible.RggeII] *************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:42:06 +0000 (0:00:00.154) 0:01:04.712 ****** 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:06 +0000 (0:00:00.041) 0:01:04.754 ****** 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:06 +0000 (0:00:00.095) 0:01:04.850 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004263", "end": "2024-01-20 01:42:06.504046", "rc": 0, "start": "2024-01-20 01:42:06.499783" } 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:06 +0000 (0:00:00.173) 0:01:05.023 ****** 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:06 +0000 (0:00:00.054) 0:01:05.077 ****** 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:06 +0000 (0:00:00.067) 0:01:05.145 ****** 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:06 +0000 (0:00:00.067) 0:01:05.213 ****** 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:06 +0000 (0:00:00.045) 0:01:05.258 ****** ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004439", "end": "2024-01-20 01:42:06.923313", "rc": 0, "start": "2024-01-20 01:42:06.918874" } 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:06 +0000 (0:00:00.191) 0:01:05.449 ****** 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:07 +0000 (0:00:00.042) 0:01:05.492 ****** 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:07 +0000 (0:00:00.056) 0:01:05.549 ****** 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:07 +0000 (0:00:00.059) 0:01:05.609 ****** 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:07 +0000 (0:00:00.059) 0:01:05.668 ****** 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:07 +0000 (0:00:00.048) 0:01:05.716 ****** 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:07 +0000 (0:00:00.041) 0:01:05.758 ****** 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:07 +0000 (0:00:00.278) 0:01:06.037 ****** 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:07 +0000 (0:00:00.048) 0:01:06.085 ****** 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:07 +0000 (0:00:00.056) 0:01:06.142 ****** 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:07 +0000 (0:00:00.077) 0:01:06.219 ****** 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:07 +0000 (0:00:00.038) 0:01:06.258 ****** 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:07 +0000 (0:00:00.051) 0:01:06.310 ****** 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:07 +0000 (0:00:00.074) 0:01:06.384 ****** 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:07 +0000 (0:00:00.032) 0:01:06.416 ****** 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:07 +0000 (0:00:00.051) 0:01:06.467 ****** 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:08 +0000 (0:00:00.047) 0:01:06.515 ****** 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:08 +0000 (0:00:00.041) 0:01:06.556 ****** 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:08 +0000 (0:00:00.026) 0:01:06.582 ****** 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:08 +0000 (0:00:00.037) 0:01:06.620 ****** 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:08 +0000 (0:00:00.046) 0:01:06.666 ****** 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:08 +0000 (0:00:00.027) 0:01:06.694 ****** 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:08 +0000 (0:00:00.081) 0:01:06.776 ****** 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:08 +0000 (0:00:00.028) 0:01:06.805 ****** 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:08 +0000 (0:00:00.041) 0:01:06.846 ****** 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:08 +0000 (0:00:00.059) 0:01:06.906 ****** 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:09 +0000 (0:00:01.064) 0:01:07.970 ****** ok: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 20 January 2024 01:42:09 +0000 (0:00:00.103) 0:01:08.074 ****** 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:09 +0000 (0:00:00.031) 0:01:08.105 ****** 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:09 +0000 (0:00:00.031) 0:01:08.137 ****** 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:09 +0000 (0:00:00.057) 0:01:08.194 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 20 January 2024 01:42:10 +0000 (0:00:00.401) 0:01:08.596 ****** 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:10 +0000 (0:00:00.043) 0:01:08.639 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 20 January 2024 01:42:10 +0000 (0:00:00.083) 0:01:08.723 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 20 January 2024 01:42:10 +0000 (0:00:00.044) 0:01:08.768 ****** 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:10 +0000 (0:00:00.101) 0:01:08.869 ****** 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:10 +0000 (0:00:00.029) 0:01:08.899 ****** 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:10 +0000 (0:00:00.031) 0:01:08.931 ****** 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:10 +0000 (0:00:00.022) 0:01:08.954 ****** 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:10 +0000 (0:00:00.024) 0:01:08.978 ****** 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:10 +0000 (0:00:00.030) 0:01:09.009 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.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:10 +0000 (0:00:00.380) 0:01:09.389 ****** 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:10 +0000 (0:00:00.025) 0:01:09.415 ****** 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.005191", "end": "2024-01-20 01:42:11.114454", "rc": 0, "start": "2024-01-20 01:42:11.109263" } 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:11 +0000 (0:00:00.222) 0:01:09.637 ****** 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:11 +0000 (0:00:00.831) 0:01:10.468 ****** 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:12 +0000 (0:00:00.049) 0:01:10.518 ****** 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:12 +0000 (0:00:00.049) 0:01:10.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 : 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:12 +0000 (0:00:00.041) 0:01:10.609 ****** 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:12 +0000 (0:00:00.042) 0:01:10.651 ****** 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:12 +0000 (0:00:00.026) 0:01:10.678 ****** 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:12 +0000 (0:00:00.367) 0:01:11.045 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:10:04 UTC", "ActiveEnterTimestampMonotonic": "15797790", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice systemd-sysctl.service network.target basic.target dbus.service systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:10:03 UTC", "AssertTimestampMonotonic": "14165897", "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:03 UTC", "ConditionTimestampMonotonic": "14165895", "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": "876", "ExecMainStartTimestamp": "Sat 2024-01-20 01:10:03 UTC", "ExecMainStartTimestampMonotonic": "14166495", "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:03 UTC", "InactiveExitTimestampMonotonic": "14166535", "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": "876", "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 basic.target 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:04 UTC", "WatchdogTimestampMonotonic": "15797497", "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:12 +0000 (0:00:00.283) 0:01:11.328 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.095732", "end": "2024-01-20 01:42:13.067476", "rc": 0, "start": "2024-01-20 01:42:12.971744" } 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:13 +0000 (0:00:00.243) 0:01:11.572 ****** 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:13 +0000 (0:00:00.022) 0:01:11.594 ****** 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:13 +0000 (0:00:00.019) 0:01:11.614 ****** 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:13 +0000 (0:00:00.032) 0:01:11.647 ****** 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:13 +0000 (0:00:00.142) 0:01:11.789 ****** 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:13 +0000 (0:00:00.353) 0:01:12.142 ****** 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:13 +0000 (0:00:00.025) 0:01:12.168 ****** 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:13 +0000 (0:00:00.024) 0:01:12.192 ****** 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:13 +0000 (0:00:00.032) 0:01:12.225 ****** 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:13 +0000 (0:00:00.028) 0:01:12.253 ****** 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:13 +0000 (0:00:00.056) 0:01:12.310 ****** 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:13 +0000 (0:00:00.040) 0:01:12.350 ****** 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:13 +0000 (0:00:00.053) 0:01:12.404 ****** 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:13 +0000 (0:00:00.027) 0:01:12.431 ****** 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.005126", "end": "2024-01-20 01:42:14.088318", "rc": 0, "start": "2024-01-20 01:42:14.083192" } 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:14 +0000 (0:00:00.174) 0:01:12.606 ****** 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:14 +0000 (0:00:00.085) 0:01:12.691 ****** 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:15 +0000 (0:00:00.953) 0:01:13.644 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : 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:15 +0000 (0:00:00.028) 0:01:13.673 ****** 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:15 +0000 (0:00:00.020) 0:01:13.694 ****** 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:15 +0000 (0:00:00.023) 0:01:13.717 ****** 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:15 +0000 (0:00:00.020) 0:01:13.738 ****** 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:15 +0000 (0:00:00.037) 0:01:13.776 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003163", "end": "2024-01-20 01:42:15.413806", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:42:15.410643" } 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:15 +0000 (0:00:00.135) 0:01:13.912 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.049654", "end": "2024-01-20 01:42:15.596968", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:42:15.547314" } 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:15 +0000 (0:00:00.197) 0:01:14.109 ****** 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:15 +0000 (0:00:00.027) 0:01:14.136 ****** 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:15 +0000 (0:00:00.030) 0:01:14.167 ****** 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:15 +0000 (0:00:00.063) 0:01:14.230 ****** 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:15 +0000 (0:00:00.022) 0:01:14.252 ****** 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:15 +0000 (0:00:00.022) 0:01:14.275 ****** 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:15 +0000 (0:00:00.022) 0:01:14.298 ****** 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:15 +0000 (0:00:00.023) 0:01:14.321 ****** 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:15 +0000 (0:00:00.024) 0:01:14.346 ****** 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:15 +0000 (0:00:00.039) 0:01:14.385 ****** 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:15 +0000 (0:00:00.041) 0:01:14.427 ****** 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:15 +0000 (0:00:00.030) 0:01:14.457 ****** 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:16 +0000 (0:00:00.032) 0:01:14.490 ****** skipping: [sut] => (item=/tmp/ansible.Y3lRiE) => { "ansible_loop_var": "item", "changed": false, "item": "/tmp/ansible.Y3lRiE", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ansible.RggeII) => { "ansible_loop_var": "item", "changed": false, "item": "ansible.RggeII", "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:16 +0000 (0:00:00.030) 0:01:14.520 ****** 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:16 +0000 (0:00:00.043) 0:01:14.563 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003256", "end": "2024-01-20 01:42:16.211454", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:42:16.208198" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.Y3lRiE 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:16 +0000 (0:00:00.146) 0:01:14.710 ****** 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:16 +0000 (0:00:00.026) 0:01:14.736 ****** NOTIFIED HANDLER linux-system-roles.mssql : Restart the mssql-server service for sut changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlscert" ], "delta": "0:00:00.049761", "end": "2024-01-20 01:42:16.424354", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:42:16.374593" } 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:16 +0000 (0:00:00.188) 0:01:14.924 ****** 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:16 +0000 (0:00:00.075) 0:01:15.000 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003298", "end": "2024-01-20 01:42:16.642565", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:42:16.639267" } STDOUT: tlskey = /etc/pki/tls/private/ansible.RggeII 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:16 +0000 (0:00:00.149) 0:01:15.149 ****** 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:16 +0000 (0:00:00.052) 0:01:15.202 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlskey" ], "delta": "0:00:00.049394", "end": "2024-01-20 01:42:16.906443", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:42:16.857049" } 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:16 +0000 (0:00:00.218) 0:01:15.420 ****** 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:16 +0000 (0:00:00.041) 0:01:15.462 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003302", "end": "2024-01-20 01:42:17.116801", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:42:17.113499" } 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:17 +0000 (0:00:00.160) 0:01:15.622 ****** 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:17 +0000 (0:00:00.027) 0:01:15.650 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlsprotocols" ], "delta": "0:00:00.049839", "end": "2024-01-20 01:42:17.346909", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:42:17.297070" } 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:17 +0000 (0:00:00.197) 0:01:15.848 ****** 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:17 +0000 (0:00:00.039) 0:01:15.887 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003255", "end": "2024-01-20 01:42:17.525447", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:42:17.522192" } 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:17 +0000 (0:00:00.136) 0:01:16.024 ****** 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:17 +0000 (0:00:00.034) 0:01:16.059 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.forceencryption" ], "delta": "0:00:00.049091", "end": "2024-01-20 01:42:17.761908", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:42:17.712817" } 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:17 +0000 (0:00:00.203) 0:01:16.262 ****** 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:17 +0000 (0:00:00.023) 0:01:16.286 ****** 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:17 +0000 (0:00:00.072) 0:01:16.358 ****** 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:17 +0000 (0:00:00.038) 0:01:16.397 ****** 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:17 +0000 (0:00:00.030) 0:01:16.428 ****** 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:17 +0000 (0:00:00.024) 0:01:16.452 ****** 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:18 +0000 (0:00:00.023) 0:01:16.476 ****** 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:18 +0000 (0:00:00.021) 0:01:16.498 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : 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:18 +0000 (0:00:00.028) 0:01:16.526 ****** 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:18 +0000 (0:00:00.039) 0:01:16.565 ****** 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:18 +0000 (0:00:00.027) 0:01:16.593 ****** 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:18 +0000 (0:00:00.037) 0:01:16.631 ****** 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:18 +0000 (0:00:00.024) 0:01:16.656 ****** 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:18 +0000 (0:00:00.029) 0:01:16.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 : 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:18 +0000 (0:00:00.029) 0:01:16.715 ****** 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:18 +0000 (0:00:00.029) 0:01:16.744 ****** 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:18 +0000 (0:00:00.022) 0:01:16.766 ****** 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:18 +0000 (0:00:00.021) 0:01:16.788 ****** 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:18 +0000 (0:00:00.022) 0:01:16.811 ****** 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:18 +0000 (0:00:00.020) 0:01:16.832 ****** 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:18 +0000 (0:00:00.021) 0:01:16.853 ****** 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:18 +0000 (0:00:00.087) 0:01:16.941 ****** 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:18 +0000 (0:00:00.028) 0:01:16.969 ****** 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:18 +0000 (0:00:00.021) 0:01:16.990 ****** 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:18 +0000 (0:00:00.020) 0:01:17.011 ****** 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:18 +0000 (0:00:00.019) 0:01:17.030 ****** 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:18 +0000 (0:00:00.018) 0:01:17.049 ****** 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:18 +0000 (0:00:00.026) 0:01:17.075 ****** 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:18 +0000 (0:00:00.020) 0:01:17.096 ****** 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:18 +0000 (0:00:00.020) 0:01:17.117 ****** 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:18 +0000 (0:00:00.032) 0:01:17.149 ****** 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:18 +0000 (0:00:00.020) 0:01:17.170 ****** 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:18 +0000 (0:00:00.023) 0:01:17.193 ****** 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:18 +0000 (0:00:00.025) 0:01:17.218 ****** 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:18 +0000 (0:00:00.022) 0:01:17.240 ****** 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:18 +0000 (0:00:00.022) 0:01:17.262 ****** 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:18 +0000 (0:00:00.038) 0:01:17.301 ****** 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:18 +0000 (0:00:00.032) 0:01:17.333 ****** 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:18 +0000 (0:00:00.049) 0:01:17.383 ****** 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:18 +0000 (0:00:00.035) 0:01:17.418 ****** 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:19 +0000 (0:00:00.132) 0:01:17.551 ****** 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:19 +0000 (0:00:00.025) 0:01:17.576 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on not primary replicas] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 20 January 2024 01:42:19 +0000 (0:00:00.041) 0:01:17.617 ****** 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:19 +0000 (0:00:00.036) 0:01:17.654 ****** 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:19 +0000 (0:00:00.034) 0:01:17.688 ****** 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:19 +0000 (0:00:00.026) 0:01:17.715 ****** 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:19 +0000 (0:00:00.083) 0:01:17.798 ****** 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:19 +0000 (0:00:00.038) 0:01:17.837 ****** 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:19 +0000 (0:00:00.022) 0:01:17.859 ****** 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:19 +0000 (0:00:00.024) 0:01:17.883 ****** 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:19 +0000 (0:00:00.037) 0:01:17.921 ****** 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:19 +0000 (0:00:00.251) 0:01:18.172 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:42:01 UTC", "ActiveEnterTimestampMonotonic": "1932451350", "ActiveExitTimestamp": "Sat 2024-01-20 01:41:59 UTC", "ActiveExitTimestampMonotonic": "1931025316", "ActiveState": "active", "After": "system.slice -.mount network.target basic.target auditd.service systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:42:01 UTC", "AssertTimestampMonotonic": "1932450224", "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:01 UTC", "ConditionTimestampMonotonic": "1932450223", "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": "28009", "ExecMainStartTimestamp": "Sat 2024-01-20 01:42:01 UTC", "ExecMainStartTimestampMonotonic": "1932451271", "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:01 UTC", "InactiveEnterTimestampMonotonic": "1932448846", "InactiveExitTimestamp": "Sat 2024-01-20 01:42:01 UTC", "InactiveExitTimestampMonotonic": "1932451350", "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": "28009", "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": "system.slice basic.target -.mount", "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:01 UTC", "WatchdogTimestampMonotonic": "1932451321", "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:20 +0000 (0:00:00.581) 0:01:18.754 ****** 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:20 +0000 (0:00:00.024) 0:01:18.779 ****** 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:42:20 +0000 (0:00:00.020) 0:01:18.800 ****** 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:20 +0000 (0:00:00.123) 0:01:18.923 ****** 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:20 +0000 (0:00:00.025) 0:01:18.949 ****** 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:20 +0000 (0:00:00.028) 0:01:18.978 ****** 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:20 +0000 (0:00:00.022) 0:01:19.000 ****** 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:20 +0000 (0:00:00.029) 0:01:19.030 ****** 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:20 +0000 (0:00:00.021) 0:01:19.051 ****** 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:20 +0000 (0:00:00.020) 0:01:19.071 ****** 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:20 +0000 (0:00:00.021) 0:01:19.093 ****** 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:20 +0000 (0:00:00.021) 0:01:19.114 ****** 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:20 +0000 (0:00:00.044) 0:01:19.158 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:42:20 UTC", "ActiveEnterTimestampMonotonic": "1951290555", "ActiveExitTimestamp": "Sat 2024-01-20 01:42:19 UTC", "ActiveExitTimestampMonotonic": "1950950287", "ActiveState": "active", "After": "system.slice -.mount network.target basic.target auditd.service systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:42:20 UTC", "AssertTimestampMonotonic": "1951289806", "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:20 UTC", "ConditionTimestampMonotonic": "1951289805", "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": "28724", "ExecMainStartTimestamp": "Sat 2024-01-20 01:42:20 UTC", "ExecMainStartTimestampMonotonic": "1951290496", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-20 01:42:20 UTC] ; stop_time=[n/a] ; pid=28724 ; 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:20 UTC", "InactiveEnterTimestampMonotonic": "1951288542", "InactiveExitTimestamp": "Sat 2024-01-20 01:42:20 UTC", "InactiveExitTimestampMonotonic": "1951290555", "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": "28724", "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": "system.slice basic.target -.mount", "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:20 UTC", "WatchdogTimestampMonotonic": "1951290533", "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:20 +0000 (0:00:00.292) 0:01:19.451 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003756", "end": "2024-01-20 01:42:21.133704", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:42:21.129948" } 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:21 +0000 (0:00:00.192) 0:01:19.643 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003593", "end": "2024-01-20 01:42:21.291444", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:42:21.287851" } 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:21 +0000 (0:00:00.168) 0:01:19.812 ****** 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:21 +0000 (0:00:00.053) 0:01:19.865 ****** 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": 5793, "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:23 +0000 (0:00:02.192) 0:01:22.058 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.033107", "end": "2024-01-20 01:42:23.757261", "rc": 0, "start": "2024-01-20 01:42:23.724154" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5029376) - 14.0.3465.1 (X64) Jul 30 2023 15:31:58 Copyright (C) 2017 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS 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:23 +0000 (0:00:00.200) 0:01:22.258 ****** 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:23 +0000 (0:00:00.024) 0:01:22.283 ****** 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:23 +0000 (0:00:00.022) 0:01:22.306 ****** 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:23 +0000 (0:00:00.034) 0:01:22.340 ****** 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:23 +0000 (0:00:00.026) 0:01:22.366 ****** 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:23 +0000 (0:00:00.025) 0:01:22.391 ****** 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:23 +0000 (0:00:00.023) 0:01:22.415 ****** 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:23 +0000 (0:00:00.025) 0:01:22.441 ****** 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:23 +0000 (0:00:00.022) 0:01:22.463 ****** 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:24 +0000 (0:00:00.040) 0:01:22.504 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004321", "end": "2024-01-20 01:42:24.162250", "rc": 0, "start": "2024-01-20 01:42:24.157929" } 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:24 +0000 (0:00:00.220) 0:01:22.724 ****** 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:24 +0000 (0:00:00.039) 0:01:22.764 ****** 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:42:24 +0000 (0:00:00.027) 0:01:22.792 ****** 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:24 +0000 (0:00:00.022) 0:01:22.815 ****** 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:24 +0000 (0:00:00.038) 0:01:22.854 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004234", "end": "2024-01-20 01:42:24.495211", "rc": 0, "start": "2024-01-20 01:42:24.490977" } 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:24 +0000 (0:00:00.152) 0:01:23.006 ****** 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:24 +0000 (0:00:00.032) 0:01:23.039 ****** 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:42:24 +0000 (0:00:00.025) 0:01:23.065 ****** 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:24 +0000 (0:00:00.030) 0:01:23.096 ****** 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:24 +0000 (0:00:00.044) 0:01:23.140 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004363", "end": "2024-01-20 01:42:24.779410", "rc": 0, "start": "2024-01-20 01:42:24.775047" } 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:24 +0000 (0:00:00.148) 0:01:23.288 ****** 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:24 +0000 (0:00:00.028) 0:01:23.317 ****** 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:42:24 +0000 (0:00:00.022) 0:01:23.339 ****** 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:24 +0000 (0:00:00.022) 0:01:23.362 ****** 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:24 +0000 (0:00:00.044) 0:01:23.407 ****** ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004275", "end": "2024-01-20 01:42:25.084418", "rc": 0, "start": "2024-01-20 01:42:25.080143" } 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:25 +0000 (0:00:00.277) 0:01:23.685 ****** 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:25 +0000 (0:00:00.060) 0:01:23.745 ****** 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:42:25 +0000 (0:00:00.048) 0:01:23.793 ****** 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:25 +0000 (0:00:00.036) 0:01:23.830 ****** 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:25 +0000 (0:00:00.024) 0:01:23.854 ****** 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:25 +0000 (0:00:00.035) 0:01:23.890 ****** 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:42:25 +0000 (0:00:00.037) 0:01:23.927 ****** changed: [sut] => (item=/etc/pki/tls/certs/ansible.Y3lRiE) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/certs/ansible.Y3lRiE", "path": "/etc/pki/tls/certs/ansible.Y3lRiE", "state": "absent" } changed: [sut] => (item=/etc/pki/tls/private/ansible.RggeII) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/private/ansible.RggeII", "path": "/etc/pki/tls/private/ansible.RggeII", "state": "absent" } TASK [Copy certificates to hosts] ********************************************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/tests_tls.yml:107 Saturday 20 January 2024 01:42:25 +0000 (0:00:00.361) 0:01:24.289 ****** ok: [sut] => (item=/tmp/ansible.Y3lRiE) => { "ansible_loop_var": "item", "changed": false, "checksum": "e90e27e76cde1e9810999e52949b91d065b826a2", "dest": "/tmp/ansible.Y3lRiE", "gid": 0, "group": "root", "item": "/tmp/ansible.Y3lRiE", "mode": "0600", "owner": "root", "path": "/tmp/ansible.Y3lRiE", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1099, "state": "file", "uid": 0 } ok: [sut] => (item=/tmp/ansible.RggeII) => { "ansible_loop_var": "item", "changed": false, "checksum": "2ea54c1eee112c92b964d68408c71ccef23e75c3", "dest": "/tmp/ansible.RggeII", "gid": 0, "group": "root", "item": "/tmp/ansible.RggeII", "mode": "0600", "owner": "root", "path": "/tmp/ansible.RggeII", "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:42:26 +0000 (0:00:00.883) 0:01:25.173 ****** ok: [sut] => { "ansible_facts": { "mssql_tls_cert": "/tmp/ansible.Y3lRiE", "mssql_tls_private_key": "ansible.RggeII" }, "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:42:26 +0000 (0:00:00.050) 0:01:25.223 ****** 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:27 +0000 (0:00:00.330) 0:01:25.554 ****** 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:27 +0000 (0:00:00.116) 0:01:25.671 ****** 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:27 +0000 (0:00:00.076) 0:01:25.748 ****** 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:27 +0000 (0:00:00.051) 0:01:25.800 ****** 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:27 +0000 (0:00:00.064) 0:01:25.865 ****** 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:27 +0000 (0:00:00.037) 0:01:25.902 ****** 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:27 +0000 (0:00:00.029) 0:01:25.932 ****** 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:27 +0000 (0:00:00.027) 0:01:25.959 ****** 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:27 +0000 (0:00:00.037) 0:01:25.997 ****** 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:27 +0000 (0:00:00.027) 0:01:26.024 ****** 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:27 +0000 (0:00:00.023) 0:01:26.048 ****** 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:27 +0000 (0:00:00.035) 0:01:26.084 ****** 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:27 +0000 (0:00:00.022) 0:01:26.107 ****** 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:27 +0000 (0:00:00.026) 0:01:26.133 ****** 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:27 +0000 (0:00:00.038) 0:01:26.172 ****** 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:27 +0000 (0:00:00.024) 0:01:26.196 ****** 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:27 +0000 (0:00:00.050) 0:01:26.247 ****** 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:27 +0000 (0:00:00.102) 0:01:26.349 ****** 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:27 +0000 (0:00:00.030) 0:01:26.380 ****** 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:28 +0000 (0:00:00.988) 0:01:27.368 ****** ok: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 20 January 2024 01:42:28 +0000 (0:00:00.063) 0:01:27.432 ****** 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:28 +0000 (0:00:00.027) 0:01:27.460 ****** 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:29 +0000 (0:00:00.027) 0:01:27.487 ****** 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:29 +0000 (0:00:00.052) 0:01:27.540 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 20 January 2024 01:42:29 +0000 (0:00:00.349) 0:01:27.889 ****** 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:29 +0000 (0:00:00.025) 0:01:27.914 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 20 January 2024 01:42:29 +0000 (0:00:00.036) 0:01:27.951 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 20 January 2024 01:42:29 +0000 (0:00:00.038) 0:01:27.990 ****** 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:29 +0000 (0:00:00.042) 0:01:28.033 ****** 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:29 +0000 (0:00:00.085) 0:01:28.118 ****** 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:29 +0000 (0:00:00.035) 0:01:28.154 ****** 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:29 +0000 (0:00:00.027) 0:01:28.182 ****** 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:29 +0000 (0:00:00.021) 0:01:28.204 ****** 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:29 +0000 (0:00:00.023) 0:01:28.227 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.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:30 +0000 (0:00:00.345) 0:01:28.573 ****** 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:30 +0000 (0:00:00.022) 0:01:28.595 ****** 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.005179", "end": "2024-01-20 01:42:30.233216", "rc": 0, "start": "2024-01-20 01:42:30.228037" } 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:30 +0000 (0:00:00.146) 0:01:28.742 ****** 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:30 +0000 (0:00:00.708) 0:01:29.450 ****** 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:31 +0000 (0:00:00.038) 0:01:29.488 ****** 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:31 +0000 (0:00:00.023) 0:01:29.511 ****** 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:31 +0000 (0:00:00.025) 0:01:29.537 ****** 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:31 +0000 (0:00:00.028) 0:01:29.565 ****** 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:31 +0000 (0:00:00.030) 0:01:29.596 ****** 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:31 +0000 (0:00:00.363) 0:01:29.960 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:10:04 UTC", "ActiveEnterTimestampMonotonic": "15797790", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice systemd-sysctl.service network.target basic.target dbus.service systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:10:03 UTC", "AssertTimestampMonotonic": "14165897", "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:03 UTC", "ConditionTimestampMonotonic": "14165895", "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": "876", "ExecMainStartTimestamp": "Sat 2024-01-20 01:10:03 UTC", "ExecMainStartTimestampMonotonic": "14166495", "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:03 UTC", "InactiveExitTimestampMonotonic": "14166535", "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": "876", "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 basic.target 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:04 UTC", "WatchdogTimestampMonotonic": "15797497", "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:31 +0000 (0:00:00.214) 0:01:30.174 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.093365", "end": "2024-01-20 01:42:31.899650", "rc": 0, "start": "2024-01-20 01:42:31.806285" } 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:31 +0000 (0:00:00.228) 0:01:30.402 ****** 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:31 +0000 (0:00:00.023) 0:01:30.426 ****** 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:31 +0000 (0:00:00.032) 0:01:30.458 ****** 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:32 +0000 (0:00:00.022) 0:01:30.480 ****** 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:32 +0000 (0:00:00.140) 0:01:30.620 ****** 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:32 +0000 (0:00:00.335) 0:01:30.956 ****** 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:32 +0000 (0:00:00.022) 0:01:30.978 ****** 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.021) 0:01:30.999 ****** 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.022) 0:01:31.021 ****** 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.021) 0:01:31.043 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : 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.021) 0:01:31.065 ****** 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.023) 0:01:31.088 ****** 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.023) 0:01:31.112 ****** 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.068) 0:01:31.181 ****** 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.005065", "end": "2024-01-20 01:42:32.821073", "rc": 0, "start": "2024-01-20 01:42:32.816008" } 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:32 +0000 (0:00:00.142) 0:01:31.323 ****** 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.023) 0:01:31.347 ****** 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:33 +0000 (0:00:00.952) 0:01:32.299 ****** 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:33 +0000 (0:00:00.024) 0:01:32.323 ****** 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:33 +0000 (0:00:00.028) 0:01:32.352 ****** 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:33 +0000 (0:00:00.026) 0:01:32.378 ****** 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:33 +0000 (0:00:00.028) 0:01:32.407 ****** 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:33 +0000 (0:00:00.039) 0:01:32.446 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003150", "end": "2024-01-20 01:42:34.115555", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:42:34.112405" } 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:34 +0000 (0:00:00.176) 0:01:32.623 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.050257", "end": "2024-01-20 01:42:34.312340", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:42:34.262083" } 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:34 +0000 (0:00:00.224) 0:01:32.848 ****** 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:34 +0000 (0:00:00.028) 0:01:32.877 ****** 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:34 +0000 (0:00:00.030) 0:01:32.907 ****** 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:34 +0000 (0:00:00.023) 0:01:32.931 ****** 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:34 +0000 (0:00:00.021) 0:01:32.953 ****** 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:34 +0000 (0:00:00.019) 0:01:32.972 ****** 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:34 +0000 (0:00:00.019) 0:01:32.992 ****** 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.018) 0:01:33.011 ****** 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.019) 0:01:33.031 ****** 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.021) 0:01:33.053 ****** 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.024) 0:01:33.077 ****** 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.031) 0:01:33.109 ****** 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.045) 0:01:33.155 ****** changed: [sut] => (item=/tmp/ansible.Y3lRiE) => { "ansible_loop_var": "item", "changed": true, "checksum": "e90e27e76cde1e9810999e52949b91d065b826a2", "dest": "/etc/pki/tls/certs/ansible.Y3lRiE", "gid": 994, "group": "mssql", "item": "/tmp/ansible.Y3lRiE", "md5sum": "650d5c3483a889f37cc7a89143b42c79", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1099, "src": "/tmp/ansible.Y3lRiE", "state": "file", "uid": 996 } changed: [sut] => (item=/tmp/ansible.RggeII) => { "ansible_loop_var": "item", "changed": true, "checksum": "2ea54c1eee112c92b964d68408c71ccef23e75c3", "dest": "/etc/pki/tls/private/ansible.RggeII", "gid": 994, "group": "mssql", "item": "/tmp/ansible.RggeII", "md5sum": "7fef9ec40bb02f1059fb7e84d54a8025", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1704, "src": "/tmp/ansible.RggeII", "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:00.449) 0:01:33.605 ****** 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.056) 0:01:33.661 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003161", "end": "2024-01-20 01:42:35.325632", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:42:35.322471" } 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.245) 0:01:33.907 ****** 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.Y3lRiE" ], "delta": "0:00:00.049468", "end": "2024-01-20 01:42:35.610110", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:42:35.560642" } 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.205) 0:01:34.113 ****** 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.023) 0:01:34.136 ****** 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:34.176 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003152", "end": "2024-01-20 01:42:35.812806", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:42:35.809654" } 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:35 +0000 (0:00:00.135) 0:01:34.312 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlskey", "/etc/pki/tls/private/ansible.RggeII" ], "delta": "0:00:00.049896", "end": "2024-01-20 01:42:36.003566", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:42:35.953670" } 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:36 +0000 (0:00:00.196) 0:01:34.508 ****** 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:36 +0000 (0:00:00.031) 0:01:34.540 ****** 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:36 +0000 (0:00:00.054) 0:01:34.594 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003078", "end": "2024-01-20 01:42:36.232447", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:42:36.229369" } 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:36 +0000 (0:00:00.139) 0:01:34.734 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlsprotocols", "1.2" ], "delta": "0:00:00.051335", "end": "2024-01-20 01:42:36.441816", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:42:36.390481" } 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:36 +0000 (0:00:00.229) 0:01:34.963 ****** 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:36 +0000 (0:00:00.064) 0:01:35.028 ****** 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:36 +0000 (0:00:00.067) 0:01:35.095 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003251", "end": "2024-01-20 01:42:36.751815", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:42:36.748564" } 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:36 +0000 (0:00:00.245) 0:01:35.341 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.forceencryption", "1" ], "delta": "0:00:00.049910", "end": "2024-01-20 01:42:37.032142", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:42:36.982232" } 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:37 +0000 (0:00:00.216) 0:01:35.558 ****** 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:37 +0000 (0:00:00.031) 0:01:35.589 ****** 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:37 +0000 (0:00:00.034) 0:01:35.624 ****** 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:37 +0000 (0:00:00.024) 0:01:35.648 ****** 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:37 +0000 (0:00:00.036) 0:01:35.685 ****** 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:37 +0000 (0:00:00.035) 0:01:35.721 ****** 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:37 +0000 (0:00:00.026) 0:01:35.747 ****** 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:37 +0000 (0:00:00.030) 0:01:35.778 ****** 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:37 +0000 (0:00:00.023) 0:01:35.801 ****** 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:37 +0000 (0:00:00.030) 0:01:35.831 ****** 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:37 +0000 (0:00:00.028) 0:01:35.859 ****** 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:37 +0000 (0:00:00.022) 0:01:35.881 ****** 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:37 +0000 (0:00:00.030) 0:01:35.911 ****** 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:37 +0000 (0:00:00.032) 0:01:35.944 ****** 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:37 +0000 (0:00:00.029) 0:01:35.974 ****** 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:37 +0000 (0:00:00.032) 0:01:36.006 ****** 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:37 +0000 (0:00:00.021) 0:01:36.027 ****** 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:37 +0000 (0:00:00.051) 0:01:36.079 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 20 January 2024 01:42:37 +0000 (0:00:00.093) 0:01:36.173 ****** 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:37 +0000 (0:00:00.034) 0:01:36.207 ****** 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:37 +0000 (0:00:00.044) 0:01:36.252 ****** 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:37 +0000 (0:00:00.025) 0:01:36.277 ****** 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:37 +0000 (0:00:00.023) 0:01:36.301 ****** 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:37 +0000 (0:00:00.030) 0:01:36.331 ****** 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:37 +0000 (0:00:00.028) 0:01:36.359 ****** 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:37 +0000 (0:00:00.033) 0:01:36.393 ****** 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:37 +0000 (0:00:00.022) 0:01:36.415 ****** 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:37 +0000 (0:00:00.033) 0:01:36.449 ****** 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:38 +0000 (0:00:00.028) 0:01:36.477 ****** 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:38 +0000 (0:00:00.038) 0:01:36.515 ****** 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:38 +0000 (0:00:00.028) 0:01:36.543 ****** 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:38 +0000 (0:00:00.055) 0:01:36.599 ****** 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:38 +0000 (0:00:00.059) 0:01:36.659 ****** 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:38 +0000 (0:00:00.056) 0:01:36.715 ****** 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:38 +0000 (0:00:00.029) 0:01:36.745 ****** 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:38 +0000 (0:00:00.075) 0:01:36.820 ****** 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:38 +0000 (0:00:00.036) 0:01:36.856 ****** 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:38 +0000 (0:00:00.129) 0:01:36.986 ****** 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:38 +0000 (0:00:00.024) 0:01:37.010 ****** 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:38 +0000 (0:00:00.032) 0:01:37.043 ****** 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:38 +0000 (0:00:00.032) 0:01:37.075 ****** 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:38 +0000 (0:00:00.020) 0:01:37.096 ****** 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:38 +0000 (0:00:00.022) 0:01:37.118 ****** 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:38 +0000 (0:00:00.037) 0:01:37.155 ****** 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:38 +0000 (0:00:00.034) 0:01:37.190 ****** 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:38 +0000 (0:00:00.047) 0:01:37.237 ****** 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:38 +0000 (0:00:00.071) 0:01:37.309 ****** 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:38 +0000 (0:00:00.039) 0:01:37.349 ****** 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:38 +0000 (0:00:00.038) 0:01:37.388 ****** 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:38 +0000 (0:00:00.052) 0:01:37.441 ****** 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:39 +0000 (0:00:00.066) 0:01:37.507 ****** 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:39 +0000 (0:00:00.032) 0:01:37.540 ****** 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:39 +0000 (0:00:00.171) 0:01:37.712 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:42:20 UTC", "ActiveEnterTimestampMonotonic": "1951290555", "ActiveExitTimestamp": "Sat 2024-01-20 01:42:19 UTC", "ActiveExitTimestampMonotonic": "1950950287", "ActiveState": "active", "After": "system.slice -.mount network.target basic.target auditd.service systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:42:20 UTC", "AssertTimestampMonotonic": "1951289806", "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:20 UTC", "ConditionTimestampMonotonic": "1951289805", "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": "28724", "ExecMainStartTimestamp": "Sat 2024-01-20 01:42:20 UTC", "ExecMainStartTimestampMonotonic": "1951290496", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-20 01:42:20 UTC] ; stop_time=[n/a] ; pid=28724 ; 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:20 UTC", "InactiveEnterTimestampMonotonic": "1951288542", "InactiveExitTimestamp": "Sat 2024-01-20 01:42:20 UTC", "InactiveExitTimestampMonotonic": "1951290555", "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": "28724", "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": "system.slice basic.target -.mount", "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:20 UTC", "WatchdogTimestampMonotonic": "1951290533", "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:39 +0000 (0:00:00.560) 0:01:38.272 ****** 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:39 +0000 (0:00:00.034) 0:01:38.306 ****** 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:42:39 +0000 (0:00:00.034) 0:01:38.341 ****** 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:40 +0000 (0:00:00.149) 0:01:38.490 ****** 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:40 +0000 (0:00:00.029) 0:01:38.520 ****** 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:40 +0000 (0:00:00.045) 0:01:38.565 ****** 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:40 +0000 (0:00:00.032) 0:01:38.597 ****** 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:40 +0000 (0:00:00.021) 0:01:38.619 ****** 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:40 +0000 (0:00:00.023) 0:01:38.642 ****** 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:40 +0000 (0:00:00.027) 0:01:38.670 ****** 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:40 +0000 (0:00:00.027) 0:01:38.697 ****** 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:40 +0000 (0:00:00.038) 0:01:38.736 ****** 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:40 +0000 (0:00:00.035) 0:01:38.771 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:42:39 UTC", "ActiveEnterTimestampMonotonic": "1970717701", "ActiveExitTimestamp": "Sat 2024-01-20 01:42:39 UTC", "ActiveExitTimestampMonotonic": "1970479512", "ActiveState": "active", "After": "system.slice -.mount network.target basic.target auditd.service systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:42:39 UTC", "AssertTimestampMonotonic": "1970717068", "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:39 UTC", "ConditionTimestampMonotonic": "1970717066", "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": "29591", "ExecMainStartTimestamp": "Sat 2024-01-20 01:42:39 UTC", "ExecMainStartTimestampMonotonic": "1970717633", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-20 01:42:39 UTC] ; stop_time=[n/a] ; pid=29591 ; 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:39 UTC", "InactiveEnterTimestampMonotonic": "1970716401", "InactiveExitTimestamp": "Sat 2024-01-20 01:42:39 UTC", "InactiveExitTimestampMonotonic": "1970717701", "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": "29591", "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": "system.slice basic.target -.mount", "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:39 UTC", "WatchdogTimestampMonotonic": "1970717680", "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:40 +0000 (0:00:00.336) 0:01:39.107 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003386", "end": "2024-01-20 01:42:40.752425", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:42:40.749039" } 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:40 +0000 (0:00:00.154) 0:01:39.262 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004371", "end": "2024-01-20 01:42:40.966344", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:42:40.961973" } 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:41 +0000 (0:00:00.229) 0:01:39.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 [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:41 +0000 (0:00:00.041) 0:01:39.532 ****** 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": 6354, "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:43 +0000 (0:00:02.169) 0:01:41.702 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.028283", "end": "2024-01-20 01:42:43.364453", "rc": 0, "start": "2024-01-20 01:42:43.336170" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5029376) - 14.0.3465.1 (X64) Jul 30 2023 15:31:58 Copyright (C) 2017 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS 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:43 +0000 (0:00:00.164) 0:01:41.867 ****** 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:43 +0000 (0:00:00.050) 0:01:41.918 ****** 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:43 +0000 (0:00:00.024) 0:01:41.942 ****** 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:43 +0000 (0:00:00.025) 0:01:41.968 ****** 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:43 +0000 (0:00:00.101) 0:01:42.070 ****** 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:43 +0000 (0:00:00.028) 0:01:42.099 ****** 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:43 +0000 (0:00:00.028) 0:01:42.127 ****** 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:43 +0000 (0:00:00.023) 0:01:42.150 ****** 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:43 +0000 (0:00:00.021) 0:01:42.172 ****** 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:43 +0000 (0:00:00.039) 0:01:42.212 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004229", "end": "2024-01-20 01:42:43.849224", "rc": 0, "start": "2024-01-20 01:42:43.844995" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.Y3lRiE 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:43 +0000 (0:00:00.141) 0:01:42.353 ****** 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:43 +0000 (0:00:00.032) 0:01:42.386 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/certs/ansible.Y3lRiE] ***************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:42:43 +0000 (0:00:00.025) 0:01:42.412 ****** 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:43 +0000 (0:00:00.020) 0:01:42.433 ****** 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:43 +0000 (0:00:00.036) 0:01:42.469 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004363", "end": "2024-01-20 01:42:44.107129", "rc": 0, "start": "2024-01-20 01:42:44.102766" } STDOUT: tlskey = /etc/pki/tls/private/ansible.RggeII 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:44 +0000 (0:00:00.163) 0:01:42.633 ****** 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:44 +0000 (0:00:00.049) 0:01:42.683 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/private/ansible.RggeII] *************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:42:44 +0000 (0:00:00.026) 0:01:42.709 ****** 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:44 +0000 (0:00:00.025) 0:01:42.734 ****** 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:44 +0000 (0:00:00.109) 0:01:42.844 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004328", "end": "2024-01-20 01:42:44.513688", "rc": 0, "start": "2024-01-20 01:42:44.509360" } 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:44 +0000 (0:00:00.171) 0:01:43.015 ****** 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:44 +0000 (0:00:00.034) 0:01:43.049 ****** 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:44 +0000 (0:00:00.043) 0:01:43.093 ****** 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:44 +0000 (0:00:00.045) 0:01:43.138 ****** 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:44 +0000 (0:00:00.068) 0:01:43.207 ****** ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004468", "end": "2024-01-20 01:42:44.849776", "rc": 0, "start": "2024-01-20 01:42:44.845308" } 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:44 +0000 (0:00:00.146) 0:01:43.353 ****** 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:44 +0000 (0:00:00.024) 0:01:43.378 ****** 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:44 +0000 (0:00:00.030) 0:01:43.409 ****** 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:44 +0000 (0:00:00.024) 0:01:43.433 ****** 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:44 +0000 (0:00:00.021) 0:01:43.455 ****** 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:45 +0000 (0:00:00.022) 0:01:43.477 ****** 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:42:45 +0000 (0:00:00.022) 0:01:43.499 ****** 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:42:45 +0000 (0:00:00.195) 0:01:43.695 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "Ansible managed\n", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003142", "end": "2024-01-20 01:42:45.364199", "rc": 0, "start": "2024-01-20 01:42:45.361057" } 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.Y3lRiE tlskey = /etc/pki/tls/private/ansible.RggeII 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:42:45 +0000 (0:00:00.167) 0:01:43.863 ****** 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:45 +0000 (0:00:00.273) 0:01:44.136 ****** 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:45 +0000 (0:00:00.030) 0:01:44.167 ****** 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:45 +0000 (0:00:00.024) 0:01:44.192 ****** 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:45 +0000 (0:00:00.033) 0:01:44.226 ****** 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:45 +0000 (0:00:00.019) 0:01:44.245 ****** 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:45 +0000 (0:00:00.018) 0:01:44.263 ****** 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:45 +0000 (0:00:00.084) 0:01:44.348 ****** 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:45 +0000 (0:00:00.020) 0:01:44.369 ****** 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:45 +0000 (0:00:00.019) 0:01:44.389 ****** 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:45 +0000 (0:00:00.019) 0:01:44.408 ****** 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:45 +0000 (0:00:00.019) 0:01:44.427 ****** 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:45 +0000 (0:00:00.019) 0:01:44.447 ****** 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:45 +0000 (0:00:00.019) 0:01:44.467 ****** 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:46 +0000 (0:00:00.024) 0:01:44.491 ****** 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:46 +0000 (0:00:00.021) 0:01:44.513 ****** 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:46 +0000 (0:00:00.020) 0:01:44.534 ****** 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:46 +0000 (0:00:00.021) 0:01:44.555 ****** 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:46 +0000 (0:00:00.019) 0:01:44.574 ****** 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:46 +0000 (0:00:00.020) 0:01:44.595 ****** 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:47 +0000 (0:00:01.058) 0:01:45.653 ****** ok: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 20 January 2024 01:42:47 +0000 (0:00:00.075) 0:01:45.729 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 20 January 2024 01:42:47 +0000 (0:00:00.035) 0:01:45.765 ****** 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:47 +0000 (0:00:00.036) 0:01:45.801 ****** 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:47 +0000 (0:00:00.077) 0:01:45.879 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 20 January 2024 01:42:47 +0000 (0:00:00.336) 0:01:46.216 ****** 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:47 +0000 (0:00:00.021) 0:01:46.238 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 20 January 2024 01:42:47 +0000 (0:00:00.023) 0:01:46.262 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 20 January 2024 01:42:47 +0000 (0:00:00.022) 0:01:46.284 ****** 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:47 +0000 (0:00:00.026) 0:01:46.310 ****** 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:47 +0000 (0:00:00.023) 0:01:46.333 ****** 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:47 +0000 (0:00:00.047) 0:01:46.381 ****** 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:47 +0000 (0:00:00.022) 0:01:46.404 ****** 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:47 +0000 (0:00:00.036) 0:01:46.440 ****** 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:47 +0000 (0:00:00.025) 0:01:46.466 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.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:48 +0000 (0:00:00.409) 0:01:46.875 ****** 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:48 +0000 (0:00:00.020) 0:01:46.895 ****** 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.005062", "end": "2024-01-20 01:42:48.531412", "rc": 0, "start": "2024-01-20 01:42:48.526350" } 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:48 +0000 (0:00:00.140) 0:01:47.036 ****** 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:49 +0000 (0:00:00.714) 0:01:47.751 ****** 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:49 +0000 (0:00:00.043) 0:01:47.795 ****** 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:49 +0000 (0:00:00.038) 0:01:47.833 ****** 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:49 +0000 (0:00:00.023) 0:01:47.857 ****** 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:49 +0000 (0:00:00.026) 0:01:47.883 ****** 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:49 +0000 (0:00:00.021) 0:01:47.905 ****** 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:49 +0000 (0:00:00.346) 0:01:48.251 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:10:04 UTC", "ActiveEnterTimestampMonotonic": "15797790", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice systemd-sysctl.service network.target basic.target dbus.service systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:10:03 UTC", "AssertTimestampMonotonic": "14165897", "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:03 UTC", "ConditionTimestampMonotonic": "14165895", "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": "876", "ExecMainStartTimestamp": "Sat 2024-01-20 01:10:03 UTC", "ExecMainStartTimestampMonotonic": "14166495", "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:03 UTC", "InactiveExitTimestampMonotonic": "14166535", "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": "876", "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 basic.target 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:04 UTC", "WatchdogTimestampMonotonic": "15797497", "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:50 +0000 (0:00:00.220) 0:01:48.472 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.091273", "end": "2024-01-20 01:42:50.194507", "rc": 0, "start": "2024-01-20 01:42:50.103234" } 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:50 +0000 (0:00:00.240) 0:01:48.713 ****** 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:50 +0000 (0:00:00.031) 0:01:48.744 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 20 January 2024 01:42:50 +0000 (0:00:00.030) 0:01:48.775 ****** 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:50 +0000 (0:00:00.109) 0:01:48.884 ****** 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:50 +0000 (0:00:00.152) 0:01:49.036 ****** 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:50 +0000 (0:00:00.367) 0:01:49.404 ****** 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:50 +0000 (0:00:00.028) 0:01:49.433 ****** 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:50 +0000 (0:00:00.023) 0:01:49.457 ****** 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:51 +0000 (0:00:00.045) 0:01:49.502 ****** 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:51 +0000 (0:00:00.047) 0:01:49.550 ****** 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:51 +0000 (0:00:00.056) 0:01:49.606 ****** 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:51 +0000 (0:00:00.023) 0:01:49.629 ****** 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:51 +0000 (0:00:00.026) 0:01:49.656 ****** 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:51 +0000 (0:00:00.024) 0:01:49.680 ****** 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.005015", "end": "2024-01-20 01:42:51.320873", "rc": 0, "start": "2024-01-20 01:42:51.315858" } 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:51 +0000 (0:00:00.141) 0:01:49.821 ****** 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:51 +0000 (0:00:00.025) 0:01:49.846 ****** 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:52 +0000 (0:00:00.989) 0:01:50.836 ****** 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:52 +0000 (0:00:00.024) 0:01:50.861 ****** 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:52 +0000 (0:00:00.021) 0:01:50.883 ****** 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:52 +0000 (0:00:00.024) 0:01:50.907 ****** 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:52 +0000 (0:00:00.030) 0:01:50.937 ****** 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:52 +0000 (0:00:00.036) 0:01:50.974 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003060", "end": "2024-01-20 01:42:52.612274", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:42:52.609214" } 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:52 +0000 (0:00:00.136) 0:01:51.110 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.050769", "end": "2024-01-20 01:42:52.799647", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:42:52.748878" } 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:52 +0000 (0:00:00.200) 0:01:51.310 ****** 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:52 +0000 (0:00:00.031) 0:01:51.342 ****** 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:52 +0000 (0:00:00.024) 0:01:51.367 ****** 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:52 +0000 (0:00:00.021) 0:01:51.388 ****** 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:52 +0000 (0:00:00.021) 0:01:51.410 ****** 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:52 +0000 (0:00:00.019) 0:01:51.429 ****** 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:52 +0000 (0:00:00.019) 0:01:51.449 ****** 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:53 +0000 (0:00:00.025) 0:01:51.475 ****** 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:53 +0000 (0:00:00.104) 0:01:51.579 ****** 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:53 +0000 (0:00:00.043) 0:01:51.623 ****** 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:53 +0000 (0:00:00.024) 0:01:51.647 ****** 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:53 +0000 (0:00:00.023) 0:01:51.670 ****** 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:53 +0000 (0:00:00.026) 0:01:51.697 ****** skipping: [sut] => (item=/tmp/ansible.Y3lRiE) => { "ansible_loop_var": "item", "changed": false, "item": "/tmp/ansible.Y3lRiE", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ansible.RggeII) => { "ansible_loop_var": "item", "changed": false, "item": "ansible.RggeII", "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:53 +0000 (0:00:00.034) 0:01:51.732 ****** 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:53 +0000 (0:00:00.059) 0:01:51.791 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003227", "end": "2024-01-20 01:42:53.439779", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:42:53.436552" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.Y3lRiE 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:53 +0000 (0:00:00.155) 0:01:51.947 ****** 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:53 +0000 (0:00:00.047) 0:01:51.995 ****** 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.049609", "end": "2024-01-20 01:42:53.682469", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:42:53.632860" } 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:53 +0000 (0:00:00.205) 0:01:52.200 ****** 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:53 +0000 (0:00:00.063) 0:01:52.263 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003342", "end": "2024-01-20 01:42:53.907643", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:42:53.904301" } STDOUT: tlskey = /etc/pki/tls/private/ansible.RggeII 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:53 +0000 (0:00:00.146) 0:01:52.409 ****** 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:53 +0000 (0:00:00.028) 0:01:52.438 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlskey" ], "delta": "0:00:00.050817", "end": "2024-01-20 01:42:54.130156", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:42:54.079339" } 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:54 +0000 (0:00:00.193) 0:01:52.631 ****** 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:54 +0000 (0:00:00.093) 0:01:52.724 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003176", "end": "2024-01-20 01:42:54.362807", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:42:54.359631" } 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:54 +0000 (0:00:00.138) 0:01:52.863 ****** 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:54 +0000 (0:00:00.039) 0:01:52.902 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlsprotocols" ], "delta": "0:00:00.049449", "end": "2024-01-20 01:42:54.588582", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:42:54.539133" } 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:54 +0000 (0:00:00.189) 0:01:53.092 ****** 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:54 +0000 (0:00:00.043) 0:01:53.135 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003210", "end": "2024-01-20 01:42:54.773723", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:42:54.770513" } 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:54 +0000 (0:00:00.156) 0:01:53.291 ****** 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:54 +0000 (0:00:00.037) 0:01:53.329 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.forceencryption" ], "delta": "0:00:00.049919", "end": "2024-01-20 01:42:55.017265", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:42:54.967346" } 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:55 +0000 (0:00:00.188) 0:01:53.518 ****** 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:55 +0000 (0:00:00.024) 0:01:53.543 ****** 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:55 +0000 (0:00:00.022) 0:01:53.565 ****** 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:55 +0000 (0:00:00.021) 0:01:53.586 ****** 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:55 +0000 (0:00:00.021) 0:01:53.608 ****** 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:55 +0000 (0:00:00.022) 0:01:53.630 ****** 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:55 +0000 (0:00:00.021) 0:01:53.652 ****** 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:55 +0000 (0:00:00.073) 0:01:53.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 : 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:55 +0000 (0:00:00.021) 0:01:53.747 ****** 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:55 +0000 (0:00:00.022) 0:01:53.770 ****** 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:55 +0000 (0:00:00.021) 0:01:53.792 ****** 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:55 +0000 (0:00:00.021) 0:01:53.813 ****** 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:55 +0000 (0:00:00.021) 0:01:53.835 ****** 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:55 +0000 (0:00:00.023) 0:01:53.858 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : 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:55 +0000 (0:00:00.021) 0:01:53.880 ****** 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:55 +0000 (0:00:00.021) 0:01:53.902 ****** 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:55 +0000 (0:00:00.030) 0:01:53.933 ****** 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:55 +0000 (0:00:00.021) 0:01:53.954 ****** 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:55 +0000 (0:00:00.020) 0:01:53.975 ****** 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:55 +0000 (0:00:00.021) 0:01:53.996 ****** 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:55 +0000 (0:00:00.021) 0:01:54.017 ****** 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:55 +0000 (0:00:00.019) 0:01:54.037 ****** 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:55 +0000 (0:00:00.020) 0:01:54.057 ****** 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:55 +0000 (0:00:00.018) 0:01:54.076 ****** 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:55 +0000 (0:00:00.019) 0:01:54.095 ****** 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:55 +0000 (0:00:00.022) 0:01:54.117 ****** 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:55 +0000 (0:00:00.095) 0:01:54.213 ****** 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:55 +0000 (0:00:00.026) 0:01:54.240 ****** 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:55 +0000 (0:00:00.026) 0:01:54.266 ****** 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:55 +0000 (0:00:00.024) 0:01:54.290 ****** 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:55 +0000 (0:00:00.041) 0:01:54.332 ****** 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:55 +0000 (0:00:00.039) 0:01:54.371 ****** 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:55 +0000 (0:00:00.050) 0:01:54.422 ****** 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:55 +0000 (0:00:00.025) 0:01:54.448 ****** 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:56 +0000 (0:00:00.032) 0:01:54.481 ****** 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:56 +0000 (0:00:00.035) 0:01:54.516 ****** 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:56 +0000 (0:00:00.024) 0:01:54.540 ****** 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:56 +0000 (0:00:00.024) 0:01:54.565 ****** 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:56 +0000 (0:00:00.022) 0:01:54.587 ****** 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:56 +0000 (0:00:00.027) 0:01:54.614 ****** 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:56 +0000 (0:00:00.023) 0:01:54.638 ****** 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:56 +0000 (0:00:00.020) 0:01:54.658 ****** 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:56 +0000 (0:00:00.031) 0:01:54.690 ****** 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:56 +0000 (0:00:00.030) 0:01:54.721 ****** 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:56 +0000 (0:00:00.020) 0:01:54.742 ****** 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:56 +0000 (0:00:00.119) 0:01:54.861 ****** 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:56 +0000 (0:00:00.029) 0:01:54.890 ****** 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:56 +0000 (0:00:00.041) 0:01:54.932 ****** 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:56 +0000 (0:00:00.023) 0:01:54.956 ****** 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:56 +0000 (0:00:00.042) 0:01:54.998 ****** 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:56 +0000 (0:00:00.023) 0:01:55.021 ****** 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:56 +0000 (0:00:00.162) 0:01:55.184 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:42:39 UTC", "ActiveEnterTimestampMonotonic": "1970717701", "ActiveExitTimestamp": "Sat 2024-01-20 01:42:39 UTC", "ActiveExitTimestampMonotonic": "1970479512", "ActiveState": "active", "After": "system.slice -.mount network.target basic.target auditd.service systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:42:39 UTC", "AssertTimestampMonotonic": "1970717068", "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:39 UTC", "ConditionTimestampMonotonic": "1970717066", "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": "29591", "ExecMainStartTimestamp": "Sat 2024-01-20 01:42:39 UTC", "ExecMainStartTimestampMonotonic": "1970717633", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-20 01:42:39 UTC] ; stop_time=[n/a] ; pid=29591 ; 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:39 UTC", "InactiveEnterTimestampMonotonic": "1970716401", "InactiveExitTimestamp": "Sat 2024-01-20 01:42:39 UTC", "InactiveExitTimestampMonotonic": "1970717701", "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": "29591", "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": "system.slice basic.target -.mount", "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:39 UTC", "WatchdogTimestampMonotonic": "1970717680", "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:57 +0000 (0:00:00.576) 0:01:55.760 ****** 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:57 +0000 (0:00:00.021) 0:01:55.782 ****** 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:42:57 +0000 (0:00:00.026) 0:01:55.808 ****** 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:57 +0000 (0:00:00.272) 0:01:56.080 ****** 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:57 +0000 (0:00:00.020) 0:01:56.101 ****** 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:57 +0000 (0:00:00.020) 0:01:56.121 ****** 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:57 +0000 (0:00:00.023) 0:01:56.144 ****** 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:57 +0000 (0:00:00.024) 0:01:56.169 ****** 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:57 +0000 (0:00:00.025) 0:01:56.194 ****** 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:57 +0000 (0:00:00.029) 0:01:56.224 ****** 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:57 +0000 (0:00:00.021) 0:01:56.245 ****** 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:57 +0000 (0:00:00.024) 0:01:56.270 ****** 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:57 +0000 (0:00:00.045) 0:01:56.315 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:42:57 UTC", "ActiveEnterTimestampMonotonic": "1988295421", "ActiveExitTimestamp": "Sat 2024-01-20 01:42:56 UTC", "ActiveExitTimestampMonotonic": "1987942789", "ActiveState": "active", "After": "system.slice -.mount network.target basic.target auditd.service systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:42:57 UTC", "AssertTimestampMonotonic": "1988294788", "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:57 UTC", "ConditionTimestampMonotonic": "1988294787", "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": "30273", "ExecMainStartTimestamp": "Sat 2024-01-20 01:42:57 UTC", "ExecMainStartTimestampMonotonic": "1988295365", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-20 01:42:57 UTC] ; stop_time=[n/a] ; pid=30273 ; 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:57 UTC", "InactiveEnterTimestampMonotonic": "1988293760", "InactiveExitTimestamp": "Sat 2024-01-20 01:42:57 UTC", "InactiveExitTimestampMonotonic": "1988295421", "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": "30273", "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": "system.slice basic.target -.mount", "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:57 UTC", "WatchdogTimestampMonotonic": "1988295400", "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:58 +0000 (0:00:00.243) 0:01:56.559 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003557", "end": "2024-01-20 01:42:58.228719", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:42:58.225162" } 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:58 +0000 (0:00:00.182) 0:01:56.741 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004406", "end": "2024-01-20 01:42:58.457128", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:42:58.452722" } 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:58 +0000 (0:00:00.226) 0:01:56.968 ****** 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:58 +0000 (0:00:00.029) 0:01:56.997 ****** 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": 5793, "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:00 +0000 (0:00:02.179) 0:01:59.177 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.031922", "end": "2024-01-20 01:43:00.876547", "rc": 0, "start": "2024-01-20 01:43:00.844625" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5029376) - 14.0.3465.1 (X64) Jul 30 2023 15:31:58 Copyright (C) 2017 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS 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:00 +0000 (0:00:00.205) 0:01:59.382 ****** 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:00 +0000 (0:00:00.042) 0:01:59.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:43:00 +0000 (0:00:00.025) 0:01:59.450 ****** 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:01 +0000 (0:00:00.023) 0:01:59.473 ****** 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:01 +0000 (0:00:00.029) 0:01:59.503 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:145 Saturday 20 January 2024 01:43:01 +0000 (0:00:00.023) 0:01:59.526 ****** 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:01 +0000 (0:00:00.037) 0:01:59.564 ****** 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:01 +0000 (0:00:00.027) 0:01:59.591 ****** 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:01 +0000 (0:00:00.030) 0:01:59.621 ****** 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:01 +0000 (0:00:00.046) 0:01:59.668 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004224", "end": "2024-01-20 01:43:01.313322", "rc": 0, "start": "2024-01-20 01:43:01.309098" } 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:01 +0000 (0:00:00.144) 0:01:59.812 ****** 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:01 +0000 (0:00:00.037) 0:01:59.850 ****** 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:01 +0000 (0:00:00.101) 0:01:59.951 ****** 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:01 +0000 (0:00:00.025) 0:01:59.977 ****** 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:01 +0000 (0:00:00.041) 0:02:00.019 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004379", "end": "2024-01-20 01:43:01.677179", "rc": 0, "start": "2024-01-20 01:43:01.672800" } 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:01 +0000 (0:00:00.161) 0:02:00.181 ****** 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:01 +0000 (0:00:00.038) 0:02:00.219 ****** 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:01 +0000 (0:00:00.030) 0:02:00.249 ****** 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:01 +0000 (0:00:00.029) 0:02:00.279 ****** 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:01 +0000 (0:00:00.056) 0:02:00.335 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004250", "end": "2024-01-20 01:43:01.973996", "rc": 0, "start": "2024-01-20 01:43:01.969746" } 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:02 +0000 (0:00:00.170) 0:02:00.505 ****** 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:02 +0000 (0:00:00.063) 0:02:00.569 ****** 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:02 +0000 (0:00:00.040) 0:02:00.610 ****** 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:02 +0000 (0:00:00.035) 0:02:00.646 ****** 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:02 +0000 (0:00:00.064) 0:02:00.710 ****** ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004231", "end": "2024-01-20 01:43:02.387964", "rc": 0, "start": "2024-01-20 01:43:02.383733" } 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:02 +0000 (0:00:00.193) 0:02:00.903 ****** 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:02 +0000 (0:00:00.102) 0:02:01.006 ****** 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:02 +0000 (0:00:00.042) 0:02:01.049 ****** 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:02 +0000 (0:00:00.023) 0:02:01.073 ****** 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:02 +0000 (0:00:00.022) 0:02:01.095 ****** 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:02 +0000 (0:00:00.024) 0:02:01.120 ****** 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:02 +0000 (0:00:00.027) 0:02:01.148 ****** 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:03 +0000 (0:00:00.446) 0:02:01.594 ****** 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:03 +0000 (0:00:00.033) 0:02:01.627 ****** 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:03 +0000 (0:00:00.026) 0:02:01.653 ****** 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:03 +0000 (0:00:00.037) 0:02:01.691 ****** 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:03 +0000 (0:00:00.031) 0:02:01.723 ****** 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:03 +0000 (0:00:00.025) 0:02:01.749 ****** 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:03 +0000 (0:00:00.027) 0:02:01.777 ****** 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:03 +0000 (0:00:00.024) 0:02:01.801 ****** 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:03 +0000 (0:00:00.021) 0:02:01.823 ****** 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:03 +0000 (0:00:00.022) 0:02:01.845 ****** 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:03 +0000 (0:00:00.021) 0:02:01.866 ****** 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:03 +0000 (0:00:00.020) 0:02:01.887 ****** 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:03 +0000 (0:00:00.020) 0:02:01.908 ****** 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:03 +0000 (0:00:00.024) 0:02:01.932 ****** 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:03 +0000 (0:00:00.022) 0:02:01.955 ****** 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:03 +0000 (0:00:00.020) 0:02:01.975 ****** 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:03 +0000 (0:00:00.020) 0:02:01.996 ****** 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:03 +0000 (0:00:00.094) 0:02:02.090 ****** 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:03 +0000 (0:00:00.022) 0:02:02.112 ****** 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:04 +0000 (0:00:00.921) 0:02:03.034 ****** ok: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 20 January 2024 01:43:04 +0000 (0:00:00.056) 0:02:03.090 ****** 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:04 +0000 (0:00:00.020) 0:02:03.111 ****** 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:04 +0000 (0:00:00.022) 0:02:03.134 ****** 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:04 +0000 (0:00:00.040) 0:02:03.174 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 20 January 2024 01:43:05 +0000 (0:00:00.307) 0:02:03.482 ****** 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:05 +0000 (0:00:00.023) 0:02:03.505 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 20 January 2024 01:43:05 +0000 (0:00:00.024) 0:02:03.529 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 20 January 2024 01:43:05 +0000 (0:00:00.023) 0:02:03.553 ****** 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:05 +0000 (0:00:00.106) 0:02:03.659 ****** 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:05 +0000 (0:00:00.036) 0:02:03.696 ****** 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:05 +0000 (0:00:00.045) 0:02:03.742 ****** 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:05 +0000 (0:00:00.023) 0:02:03.765 ****** 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:05 +0000 (0:00:00.033) 0:02:03.799 ****** 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:05 +0000 (0:00:00.030) 0:02:03.829 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.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:05 +0000 (0:00:00.342) 0:02:04.172 ****** 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:05 +0000 (0:00:00.021) 0:02:04.193 ****** 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.005111", "end": "2024-01-20 01:43:05.833553", "rc": 0, "start": "2024-01-20 01:43:05.828442" } 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:05 +0000 (0:00:00.154) 0:02:04.347 ****** 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:06 +0000 (0:00:00.710) 0:02:05.057 ****** 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:06 +0000 (0:00:00.043) 0:02:05.101 ****** 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:06 +0000 (0:00:00.023) 0:02:05.125 ****** 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:06 +0000 (0:00:00.022) 0:02:05.147 ****** 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:06 +0000 (0:00:00.036) 0:02:05.183 ****** 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:06 +0000 (0:00:00.097) 0:02:05.281 ****** 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:07 +0000 (0:00:00.339) 0:02:05.620 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:10:04 UTC", "ActiveEnterTimestampMonotonic": "15797790", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice systemd-sysctl.service network.target basic.target dbus.service systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:10:03 UTC", "AssertTimestampMonotonic": "14165897", "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:03 UTC", "ConditionTimestampMonotonic": "14165895", "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": "876", "ExecMainStartTimestamp": "Sat 2024-01-20 01:10:03 UTC", "ExecMainStartTimestampMonotonic": "14166495", "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:03 UTC", "InactiveExitTimestampMonotonic": "14166535", "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": "876", "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 basic.target 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:04 UTC", "WatchdogTimestampMonotonic": "15797497", "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:07 +0000 (0:00:00.210) 0:02:05.830 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.091028", "end": "2024-01-20 01:43:07.553060", "rc": 0, "start": "2024-01-20 01:43:07.462032" } 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:07 +0000 (0:00:00.235) 0:02:06.066 ****** 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:07 +0000 (0:00:00.024) 0:02:06.090 ****** 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:07 +0000 (0:00:00.022) 0:02:06.113 ****** 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:07 +0000 (0:00:00.027) 0:02:06.141 ****** 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:07 +0000 (0:00:00.140) 0:02:06.281 ****** 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:08 +0000 (0:00:00.350) 0:02:06.632 ****** 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:08 +0000 (0:00:00.037) 0:02:06.669 ****** 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:08 +0000 (0:00:00.039) 0:02:06.708 ****** 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:08 +0000 (0:00:00.028) 0:02:06.736 ****** 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:08 +0000 (0:00:00.041) 0:02:06.778 ****** 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:08 +0000 (0:00:00.029) 0:02:06.807 ****** 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:08 +0000 (0:00:00.027) 0:02:06.834 ****** 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:08 +0000 (0:00:00.165) 0:02:07.000 ****** 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:08 +0000 (0:00:00.067) 0:02:07.068 ****** 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.005157", "end": "2024-01-20 01:43:08.761780", "rc": 0, "start": "2024-01-20 01:43:08.756623" } 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:08 +0000 (0:00:00.197) 0:02:07.266 ****** 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:08 +0000 (0:00:00.031) 0:02:07.297 ****** 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:09 +0000 (0:00:00.962) 0:02:08.259 ****** 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:09 +0000 (0:00:00.025) 0:02:08.284 ****** 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:09 +0000 (0:00:00.026) 0:02:08.311 ****** 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:09 +0000 (0:00:00.025) 0:02:08.337 ****** 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:09 +0000 (0:00:00.025) 0:02:08.363 ****** 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:09 +0000 (0:00:00.046) 0:02:08.409 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003486", "end": "2024-01-20 01:43:10.054098", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:43:10.050612" } 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:10 +0000 (0:00:00.149) 0:02:08.559 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.049864", "end": "2024-01-20 01:43:10.248964", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:43:10.199100" } 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:10 +0000 (0:00:00.277) 0:02:08.836 ****** 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:10 +0000 (0:00:00.031) 0:02:08.868 ****** 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:10 +0000 (0:00:00.021) 0:02:08.889 ****** 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:10 +0000 (0:00:00.021) 0:02:08.911 ****** 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:10 +0000 (0:00:00.022) 0:02:08.933 ****** 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:10 +0000 (0:00:00.027) 0:02:08.961 ****** 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:10 +0000 (0:00:00.038) 0:02:08.999 ****** 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:10 +0000 (0:00:00.043) 0:02:09.042 ****** 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:10 +0000 (0:00:00.022) 0:02:09.064 ****** 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:10 +0000 (0:00:00.022) 0:02:09.087 ****** 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:10 +0000 (0:00:00.022) 0:02:09.110 ****** 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:10 +0000 (0:00:00.071) 0:02:09.181 ****** 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:10 +0000 (0:00:00.052) 0:02:09.234 ****** 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:10 +0000 (0:00:00.058) 0:02:09.293 ****** 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:10 +0000 (0:00:00.145) 0:02:09.438 ****** 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:11 +0000 (0:00:00.179) 0:02:09.618 ****** 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:11 +0000 (0:00:00.133) 0:02:09.751 ****** 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 4.6 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:43:14 +0000 (0:00:03.289) 0:02:13.040 ****** 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.6 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:43:17 +0000 (0:00:03.146) 0:02:16.187 ****** 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:43:17 +0000 (0:00:00.195) 0:02:16.382 ****** 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:43:18 +0000 (0:00:00.168) 0:02:16.550 ****** 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": "syslog.target basic.target system.slice network.target dbus.service systemd-journald.socket", "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": "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": "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:43:18 +0000 (0:00:00.370) 0:02:16.920 ****** changed: [sut] => (item={'name': 'mssql_2019_cert', 'common_name': '10.31.11.21', 'ca': 'self-sign', 'owner': 'mssql', 'group': 'mssql', 'mode': '0600'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "self-sign", "common_name": "10.31.11.21", "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:43:19 +0000 (0:00:00.872) 0:02:17.793 ****** skipping: [sut] => (item=['cert', {'name': 'mssql_2019_cert', 'common_name': '10.31.11.21', 'ca': 'self-sign', 'owner': 'mssql', 'group': 'mssql', 'mode': '0600'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "cert", { "ca": "self-sign", "common_name": "10.31.11.21", "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.11.21', 'ca': 'self-sign', 'owner': 'mssql', 'group': 'mssql', 'mode': '0600'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "key", { "ca": "self-sign", "common_name": "10.31.11.21", "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.11.21', 'ca': 'self-sign', 'owner': 'mssql', 'group': 'mssql', 'mode': '0600'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "ca", { "ca": "self-sign", "common_name": "10.31.11.21", "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:43:19 +0000 (0:00:00.087) 0:02:17.880 ****** 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:43:19 +0000 (0:00:00.041) 0:02:17.922 ****** 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:43:19 +0000 (0:00:00.046) 0:02:17.968 ****** 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:19 +0000 (0:00:00.035) 0:02:18.004 ****** 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:43:19 +0000 (0:00:00.034) 0:02:18.038 ****** 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:43:19 +0000 (0:00:00.266) 0:02:18.305 ****** 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:19 +0000 (0:00:00.055) 0:02:18.360 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003963", "end": "2024-01-20 01:43:20.039435", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:43:20.035472" } 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:20 +0000 (0:00:00.198) 0:02:18.558 ****** 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.051431", "end": "2024-01-20 01:43:20.284621", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:43:20.233190" } 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:20 +0000 (0:00:00.243) 0:02:18.801 ****** 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:20 +0000 (0:00:00.048) 0:02:18.849 ****** 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:20 +0000 (0:00:00.057) 0:02:18.907 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003207", "end": "2024-01-20 01:43:20.554468", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:43:20.551261" } 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:20 +0000 (0:00:00.189) 0:02:19.097 ****** 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.050941", "end": "2024-01-20 01:43:20.813965", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:43:20.763024" } 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:20 +0000 (0:00:00.247) 0:02:19.344 ****** 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:20 +0000 (0:00:00.024) 0:02:19.369 ****** 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:20 +0000 (0:00:00.043) 0:02:19.412 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003238", "end": "2024-01-20 01:43:21.091863", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:43:21.088625" } 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:21 +0000 (0:00:00.207) 0:02:19.620 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlsprotocols", "1.2" ], "delta": "0:00:00.051048", "end": "2024-01-20 01:43:21.437499", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:43:21.386451" } 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:21 +0000 (0:00:00.350) 0:02:19.970 ****** 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:21 +0000 (0:00:00.029) 0:02:19.999 ****** 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:21 +0000 (0:00:00.121) 0:02:20.121 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003130", "end": "2024-01-20 01:43:21.767855", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:43:21.764725" } 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:21 +0000 (0:00:00.145) 0:02:20.266 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.forceencryption", "1" ], "delta": "0:00:00.050510", "end": "2024-01-20 01:43:21.958335", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:43:21.907825" } 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:21 +0000 (0:00:00.193) 0:02:20.460 ****** 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:22 +0000 (0:00:00.022) 0:02:20.483 ****** 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:22 +0000 (0:00:00.028) 0:02:20.512 ****** 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:22 +0000 (0:00:00.031) 0:02:20.544 ****** 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:22 +0000 (0:00:00.027) 0:02:20.571 ****** 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:22 +0000 (0:00:00.026) 0:02:20.598 ****** 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:22 +0000 (0:00:00.026) 0:02:20.624 ****** 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:22 +0000 (0:00:00.026) 0:02:20.650 ****** 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:22 +0000 (0:00:00.024) 0:02:20.675 ****** 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:22 +0000 (0:00:00.023) 0:02:20.698 ****** 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:22 +0000 (0:00:00.022) 0:02:20.721 ****** 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:22 +0000 (0:00:00.020) 0:02:20.742 ****** 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:22 +0000 (0:00:00.021) 0:02:20.764 ****** 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:22 +0000 (0:00:00.019) 0:02:20.784 ****** 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:22 +0000 (0:00:00.120) 0:02:20.905 ****** 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:22 +0000 (0:00:00.023) 0:02:20.928 ****** 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:22 +0000 (0:00:00.023) 0:02:20.951 ****** 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:22 +0000 (0:00:00.026) 0:02:20.977 ****** 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:22 +0000 (0:00:00.023) 0:02:21.001 ****** 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:22 +0000 (0:00:00.027) 0:02:21.028 ****** 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:22 +0000 (0:00:00.024) 0:02:21.053 ****** 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:22 +0000 (0:00:00.031) 0:02:21.085 ****** 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:22 +0000 (0:00:00.023) 0:02:21.108 ****** 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:22 +0000 (0:00:00.023) 0:02:21.132 ****** 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:22 +0000 (0:00:00.020) 0:02:21.152 ****** 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:22 +0000 (0:00:00.021) 0:02:21.174 ****** 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:22 +0000 (0:00:00.020) 0:02:21.194 ****** 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:22 +0000 (0:00:00.019) 0:02:21.213 ****** 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:22 +0000 (0:00:00.025) 0:02:21.239 ****** 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:22 +0000 (0:00:00.019) 0:02:21.259 ****** 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:22 +0000 (0:00:00.019) 0:02:21.278 ****** 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:22 +0000 (0:00:00.026) 0:02:21.305 ****** 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:22 +0000 (0:00:00.019) 0:02:21.324 ****** 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:22 +0000 (0:00:00.099) 0:02:21.424 ****** 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:22 +0000 (0:00:00.029) 0:02:21.453 ****** 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:23 +0000 (0:00:00.031) 0:02:21.485 ****** 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:23 +0000 (0:00:00.032) 0:02:21.517 ****** 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:23 +0000 (0:00:00.027) 0:02:21.545 ****** 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:23 +0000 (0:00:00.027) 0:02:21.572 ****** 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:23 +0000 (0:00:00.052) 0:02:21.624 ****** 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:23 +0000 (0:00:00.024) 0:02:21.649 ****** 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:23 +0000 (0:00:00.051) 0:02:21.701 ****** 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:23 +0000 (0:00:00.028) 0:02:21.729 ****** 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:23 +0000 (0:00:00.060) 0:02:21.789 ****** 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:23 +0000 (0:00:00.027) 0:02:21.816 ****** 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:23 +0000 (0:00:00.033) 0:02:21.850 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 20 January 2024 01:43:23 +0000 (0:00:00.084) 0:02:21.934 ****** 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:23 +0000 (0:00:00.037) 0:02:21.972 ****** 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:23 +0000 (0:00:00.039) 0:02:22.012 ****** 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:23 +0000 (0:00:00.035) 0:02:22.047 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure listener for the availability group] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 20 January 2024 01:43:23 +0000 (0:00:00.027) 0:02:22.075 ****** 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:23 +0000 (0:00:00.045) 0:02:22.120 ****** 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:24 +0000 (0:00:00.366) 0:02:22.487 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:42:57 UTC", "ActiveEnterTimestampMonotonic": "1988295421", "ActiveExitTimestamp": "Sat 2024-01-20 01:42:56 UTC", "ActiveExitTimestampMonotonic": "1987942789", "ActiveState": "active", "After": "auditd.service -.mount system.slice network.target systemd-journald.socket basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:42:57 UTC", "AssertTimestampMonotonic": "1988294788", "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:57 UTC", "ConditionTimestampMonotonic": "1988294787", "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": "30273", "ExecMainStartTimestamp": "Sat 2024-01-20 01:42:57 UTC", "ExecMainStartTimestampMonotonic": "1988295365", "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:57 UTC", "InactiveEnterTimestampMonotonic": "1988293760", "InactiveExitTimestamp": "Sat 2024-01-20 01:42:57 UTC", "InactiveExitTimestampMonotonic": "1988295421", "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": "30273", "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": "system.slice -.mount basic.target", "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:57 UTC", "WatchdogTimestampMonotonic": "1988295400", "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:24 +0000 (0:00:00.490) 0:02:22.978 ****** 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:24 +0000 (0:00:00.022) 0:02:23.000 ****** 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:43:24 +0000 (0:00:00.021) 0:02:23.021 ****** 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:24 +0000 (0:00:00.225) 0:02:23.246 ****** 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:24 +0000 (0:00:00.021) 0:02:23.268 ****** 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:24 +0000 (0:00:00.020) 0:02:23.288 ****** 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.026) 0:02:23.314 ****** 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.022) 0:02:23.337 ****** 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.025) 0:02:23.362 ****** 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:25 +0000 (0:00:00.139) 0:02:23.502 ****** 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:25 +0000 (0:00:00.024) 0:02:23.526 ****** 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:25 +0000 (0:00:00.026) 0:02:23.552 ****** 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:25 +0000 (0:00:00.043) 0:02:23.596 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:43:24 UTC", "ActiveEnterTimestampMonotonic": "2015514765", "ActiveExitTimestamp": "Sat 2024-01-20 01:43:24 UTC", "ActiveExitTimestampMonotonic": "2015278588", "ActiveState": "active", "After": "auditd.service -.mount system.slice network.target systemd-journald.socket basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:43:24 UTC", "AssertTimestampMonotonic": "2015513814", "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:24 UTC", "ConditionTimestampMonotonic": "2015513813", "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": "31087", "ExecMainStartTimestamp": "Sat 2024-01-20 01:43:24 UTC", "ExecMainStartTimestampMonotonic": "2015514672", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-20 01:43:24 UTC] ; stop_time=[n/a] ; pid=31087 ; 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:24 UTC", "InactiveEnterTimestampMonotonic": "2015513024", "InactiveExitTimestamp": "Sat 2024-01-20 01:43:24 UTC", "InactiveExitTimestampMonotonic": "2015514765", "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": "31087", "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": "system.slice -.mount basic.target", "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:24 UTC", "WatchdogTimestampMonotonic": "2015514729", "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:25 +0000 (0:00:00.230) 0:02:23.826 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003826", "end": "2024-01-20 01:43:25.469441", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:43:25.465615" } 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:25 +0000 (0:00:00.141) 0:02:23.968 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.005381", "end": "2024-01-20 01:43:25.622380", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:43:25.616999" } 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:25 +0000 (0:00:00.155) 0:02:24.123 ****** 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:25 +0000 (0:00:00.033) 0:02:24.157 ****** 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": 6167, "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.158) 0:02:26.315 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.032443", "end": "2024-01-20 01:43:27.992376", "rc": 0, "start": "2024-01-20 01:43:27.959933" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5029376) - 14.0.3465.1 (X64) Jul 30 2023 15:31:58 Copyright (C) 2017 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS 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:28 +0000 (0:00:00.192) 0:02:26.507 ****** 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:28 +0000 (0:00:00.027) 0:02:26.535 ****** 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:28 +0000 (0:00:00.044) 0:02:26.579 ****** 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:28 +0000 (0:00:00.027) 0:02:26.606 ****** 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:28 +0000 (0:00:00.023) 0:02:26.630 ****** 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:28 +0000 (0:00:00.032) 0:02:26.662 ****** 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:28 +0000 (0:00:00.021) 0:02:26.684 ****** 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:28 +0000 (0:00:00.135) 0:02:26.819 ****** 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:28 +0000 (0:00:00.021) 0:02:26.841 ****** 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:28 +0000 (0:00:00.035) 0:02:26.877 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004372", "end": "2024-01-20 01:43:28.517006", "rc": 0, "start": "2024-01-20 01:43:28.512634" } 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:43:28 +0000 (0:00:00.140) 0:02:27.017 ****** 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:28 +0000 (0:00:00.032) 0:02:27.050 ****** 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:43:28 +0000 (0:00:00.033) 0:02:27.084 ****** 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:28 +0000 (0:00:00.026) 0:02:27.110 ****** 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:28 +0000 (0:00:00.038) 0:02:27.149 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004387", "end": "2024-01-20 01:43:28.789269", "rc": 0, "start": "2024-01-20 01:43:28.784882" } 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:43:28 +0000 (0:00:00.158) 0:02:27.307 ****** 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.053) 0:02:27.361 ****** 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:43:28 +0000 (0:00:00.034) 0:02:27.395 ****** 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.049) 0:02:27.445 ****** 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:29 +0000 (0:00:00.049) 0:02:27.495 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004491", "end": "2024-01-20 01:43:29.155686", "rc": 0, "start": "2024-01-20 01:43:29.151195" } 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:29 +0000 (0:00:00.174) 0:02:27.669 ****** 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:29 +0000 (0:00:00.147) 0:02:27.816 ****** 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:29 +0000 (0:00:00.027) 0:02:27.844 ****** 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:29 +0000 (0:00:00.026) 0:02:27.870 ****** 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:29 +0000 (0:00:00.040) 0:02:27.911 ****** ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004378", "end": "2024-01-20 01:43:29.553308", "rc": 0, "start": "2024-01-20 01:43:29.548930" } 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:29 +0000 (0:00:00.166) 0:02:28.077 ****** 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:29 +0000 (0:00:00.027) 0:02:28.105 ****** 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:29 +0000 (0:00:00.030) 0:02:28.136 ****** 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:29 +0000 (0:00:00.025) 0:02:28.162 ****** 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:29 +0000 (0:00:00.043) 0:02:28.205 ****** 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:29 +0000 (0:00:00.040) 0:02:28.245 ****** 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:43:29 +0000 (0:00:00.024) 0:02:28.270 ****** 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:30 +0000 (0:00:00.626) 0:02:28.897 ****** 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:30 +0000 (0:00:00.051) 0:02:28.948 ****** 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:30 +0000 (0:00:00.029) 0:02:28.978 ****** 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:30 +0000 (0:00:00.037) 0:02:29.016 ****** 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:30 +0000 (0:00:00.024) 0:02:29.040 ****** 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:30 +0000 (0:00:00.021) 0:02:29.061 ****** 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:30 +0000 (0:00:00.031) 0:02:29.093 ****** 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:30 +0000 (0:00:00.021) 0:02:29.115 ****** 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:30 +0000 (0:00:00.021) 0:02:29.136 ****** 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:30 +0000 (0:00:00.022) 0:02:29.159 ****** 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.147) 0:02:29.306 ****** 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.061) 0:02:29.368 ****** 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.043) 0:02:29.411 ****** 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.027) 0:02:29.438 ****** 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.028) 0:02:29.467 ****** 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:31 +0000 (0:00:00.035) 0:02:29.503 ****** 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:31 +0000 (0:00:00.029) 0:02:29.532 ****** 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:31 +0000 (0:00:00.038) 0:02:29.571 ****** 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:31 +0000 (0:00:00.030) 0:02:29.601 ****** 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:32 +0000 (0:00:01.031) 0:02:30.633 ****** ok: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 20 January 2024 01:43:32 +0000 (0:00:00.099) 0:02:30.732 ****** 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:32 +0000 (0:00:00.023) 0:02:30.756 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 20 January 2024 01:43:32 +0000 (0:00:00.027) 0:02:30.783 ****** 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:32 +0000 (0:00:00.054) 0:02:30.838 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 20 January 2024 01:43:32 +0000 (0:00:00.466) 0:02:31.304 ****** 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:32 +0000 (0:00:00.023) 0:02:31.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 2017] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 20 January 2024 01:43:32 +0000 (0:00:00.023) 0:02:31.351 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 20 January 2024 01:43:32 +0000 (0:00:00.030) 0:02:31.382 ****** 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.034) 0:02:31.417 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current mode of SELinux] ************** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 20 January 2024 01:43:32 +0000 (0:00:00.027) 0:02:31.444 ****** 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:33 +0000 (0:00:00.029) 0:02:31.473 ****** 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:33 +0000 (0:00:00.023) 0:02:31.496 ****** 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:33 +0000 (0:00:00.050) 0:02:31.547 ****** 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:33 +0000 (0:00:00.031) 0:02:31.579 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.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:33 +0000 (0:00:00.349) 0:02:31.929 ****** 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:33 +0000 (0:00:00.029) 0:02:31.958 ****** 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.005243", "end": "2024-01-20 01:43:33.598459", "rc": 0, "start": "2024-01-20 01:43:33.593216" } 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:33 +0000 (0:00:00.148) 0:02:32.107 ****** 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:34 +0000 (0:00:00.748) 0:02:32.855 ****** 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:34 +0000 (0:00:00.039) 0:02:32.895 ****** 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:34 +0000 (0:00:00.043) 0:02:32.938 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : 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:34 +0000 (0:00:00.144) 0:02:33.082 ****** 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:34 +0000 (0:00:00.038) 0:02:33.121 ****** 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:34 +0000 (0:00:00.032) 0:02:33.153 ****** 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:35 +0000 (0:00:00.377) 0:02:33.531 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:10:04 UTC", "ActiveEnterTimestampMonotonic": "15797790", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-sysctl.service system.slice network.target systemd-journald.socket dbus.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:10:03 UTC", "AssertTimestampMonotonic": "14165897", "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:03 UTC", "ConditionTimestampMonotonic": "14165895", "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": "876", "ExecMainStartTimestamp": "Sat 2024-01-20 01:10:03 UTC", "ExecMainStartTimestampMonotonic": "14166495", "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:03 UTC", "InactiveExitTimestampMonotonic": "14166535", "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": "876", "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 dbus.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:04 UTC", "WatchdogTimestampMonotonic": "15797497", "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:35 +0000 (0:00:00.263) 0:02:33.795 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.093595", "end": "2024-01-20 01:43:35.562148", "rc": 0, "start": "2024-01-20 01:43:35.468553" } 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:35 +0000 (0:00:00.280) 0:02:34.076 ****** 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:35 +0000 (0:00:00.026) 0:02:34.102 ****** 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:35 +0000 (0:00:00.028) 0:02:34.130 ****** 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.045) 0:02:34.176 ****** 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.173) 0:02:34.350 ****** 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:36 +0000 (0:00:00.339) 0:02:34.689 ****** 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:36 +0000 (0:00:00.021) 0:02:34.711 ****** 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:36 +0000 (0:00:00.020) 0:02:34.731 ****** 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:36 +0000 (0:00:00.021) 0:02:34.753 ****** 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:36 +0000 (0:00:00.045) 0:02:34.799 ****** 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:36 +0000 (0:00:00.130) 0:02:34.929 ****** 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:36 +0000 (0:00:00.023) 0:02:34.953 ****** 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:36 +0000 (0:00:00.021) 0:02:34.974 ****** 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:36 +0000 (0:00:00.021) 0:02:34.995 ****** 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.005030", "end": "2024-01-20 01:43:36.636853", "rc": 0, "start": "2024-01-20 01:43:36.631823" } 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.139) 0:02:35.135 ****** 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.023) 0:02:35.159 ****** 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:00.986) 0:02:36.145 ****** 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.059) 0:02:36.204 ****** 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.041) 0:02:36.245 ****** 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.065) 0:02:36.311 ****** 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.043) 0:02:36.354 ****** 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.052) 0:02:36.406 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003185", "end": "2024-01-20 01:43:38.047161", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:43:38.043976" } 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:38 +0000 (0:00:00.167) 0:02:36.573 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.051340", "end": "2024-01-20 01:43:38.264292", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:43:38.212952" } 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:38 +0000 (0:00:00.300) 0:02:36.874 ****** 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.033) 0:02:36.908 ****** 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.030) 0:02:36.938 ****** 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.032) 0:02:36.971 ****** 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.025) 0:02:36.996 ****** 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.023) 0:02:37.020 ****** 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.022) 0:02:37.042 ****** 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.025) 0:02:37.067 ****** 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.024) 0:02:37.092 ****** 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.045) 0:02:37.138 ****** 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.025) 0:02:37.163 ****** 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.023) 0:02:37.187 ****** 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.023) 0:02:37.211 ****** 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:43:38 +0000 (0:00:00.033) 0:02:37.244 ****** 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.038) 0:02:37.283 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003316", "end": "2024-01-20 01:43:38.924016", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:43:38.920700" } 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:43:38 +0000 (0:00:00.142) 0:02:37.426 ****** 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.030) 0:02:37.456 ****** 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.049256", "end": "2024-01-20 01:43:39.149171", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:43:39.099915" } 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:39 +0000 (0:00:00.253) 0:02:37.709 ****** 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.047) 0:02:37.757 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003258", "end": "2024-01-20 01:43:39.398742", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:43:39.395484" } 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:43:39 +0000 (0:00:00.152) 0:02:37.910 ****** 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.034) 0:02:37.944 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlskey" ], "delta": "0:00:00.049160", "end": "2024-01-20 01:43:39.642917", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:43:39.593757" } 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.213) 0:02:38.158 ****** 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.048) 0:02:38.207 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003231", "end": "2024-01-20 01:43:39.849083", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:43:39.845852" } 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.161) 0:02:38.368 ****** 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.041) 0:02:38.410 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlsprotocols" ], "delta": "0:00:00.049779", "end": "2024-01-20 01:43:40.097056", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:43:40.047277" } 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.226) 0:02:38.637 ****** 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.082) 0:02:38.719 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003282", "end": "2024-01-20 01:43:40.387838", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:43:40.384556" } 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.180) 0:02:38.900 ****** 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.089) 0:02:38.989 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.forceencryption" ], "delta": "0:00:00.048941", "end": "2024-01-20 01:43:40.675672", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:43:40.626731" } 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.286) 0:02:39.276 ****** 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.025) 0:02:39.301 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 20 January 2024 01:43:40 +0000 (0:00:00.031) 0:02:39.333 ****** 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.030) 0:02:39.363 ****** 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.036) 0:02:39.400 ****** 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.036) 0:02:39.437 ****** 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:40 +0000 (0:00:00.024) 0:02:39.462 ****** 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.043) 0:02:39.505 ****** 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.025) 0:02:39.531 ****** 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.025) 0:02:39.556 ****** 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.030) 0:02:39.587 ****** 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.022) 0:02:39.609 ****** 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.027) 0:02:39.637 ****** 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.024) 0:02:39.661 ****** 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.022) 0:02:39.683 ****** 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.025) 0:02:39.709 ****** 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.025) 0:02:39.734 ****** 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.021) 0:02:39.755 ****** 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.136) 0:02:39.892 ****** 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.032) 0:02:39.924 ****** 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.036) 0:02:39.961 ****** 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.027) 0:02:39.988 ****** 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.034) 0:02:40.022 ****** 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.025) 0:02:40.048 ****** 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.024) 0:02:40.072 ****** 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.022) 0:02:40.095 ****** 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.025) 0:02:40.120 ****** 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.026) 0:02:40.147 ****** 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.022) 0:02:40.169 ****** 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.023) 0:02:40.193 ****** 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.028) 0:02:40.221 ****** 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.020) 0:02:40.242 ****** 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.022) 0:02:40.265 ****** 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.026) 0:02:40.291 ****** 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.021) 0:02:40.312 ****** 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:40.335 ****** 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.020) 0:02:40.356 ****** 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:42 +0000 (0:00:00.123) 0:02:40.479 ****** 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:42 +0000 (0:00:00.031) 0:02:40.511 ****** 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:42 +0000 (0:00:00.024) 0:02:40.535 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 20 January 2024 01:43:42 +0000 (0:00:00.025) 0:02:40.560 ****** 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.023) 0:02:40.584 ****** 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.040) 0:02:40.625 ****** 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.025) 0:02:40.650 ****** 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.023) 0:02:40.674 ****** 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.042) 0:02:40.716 ****** 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.032) 0:02:40.749 ****** 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.028) 0:02:40.777 ****** 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.022) 0:02:40.799 ****** 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.023) 0:02:40.822 ****** 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:40.846 ****** 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.167) 0:02:41.013 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:43:24 UTC", "ActiveEnterTimestampMonotonic": "2015514765", "ActiveExitTimestamp": "Sat 2024-01-20 01:43:24 UTC", "ActiveExitTimestampMonotonic": "2015278588", "ActiveState": "active", "After": "auditd.service -.mount system.slice network.target systemd-journald.socket basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:43:24 UTC", "AssertTimestampMonotonic": "2015513814", "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:24 UTC", "ConditionTimestampMonotonic": "2015513813", "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": "31087", "ExecMainStartTimestamp": "Sat 2024-01-20 01:43:24 UTC", "ExecMainStartTimestampMonotonic": "2015514672", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-20 01:43:24 UTC] ; stop_time=[n/a] ; pid=31087 ; 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:24 UTC", "InactiveEnterTimestampMonotonic": "2015513024", "InactiveExitTimestamp": "Sat 2024-01-20 01:43:24 UTC", "InactiveExitTimestampMonotonic": "2015514765", "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": "31087", "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": "system.slice -.mount basic.target", "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:24 UTC", "WatchdogTimestampMonotonic": "2015514729", "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.915) 0:02:41.929 ****** 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.025) 0:02:41.954 ****** 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_2017.yml:26 Saturday 20 January 2024 01:43:43 +0000 (0:00:00.023) 0:02:41.977 ****** 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:43:43 +0000 (0:00:00.045) 0:02:42.023 ****** 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:43:44 +0000 (0:00:01.164) 0:02:43.187 ****** 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:43:44 +0000 (0:00:00.029) 0:02:43.216 ****** 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:43:44 +0000 (0:00:00.021) 0:02:43.238 ****** 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:43:44 +0000 (0:00:00.060) 0:02:43.299 ****** 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:43:44 +0000 (0:00:00.038) 0:02:43.337 ****** 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:43:44 +0000 (0:00:00.027) 0:02:43.365 ****** 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:43:45 +0000 (0:00:00.189) 0:02:43.554 ****** 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:43:45 +0000 (0:00:00.022) 0:02:43.577 ****** 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:43:45 +0000 (0:00:00.386) 0:02:43.964 ****** 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:43:45 +0000 (0:00:00.021) 0:02:43.985 ****** 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:43:45 +0000 (0:00:00.022) 0:02:44.008 ****** 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:43:45 +0000 (0:00:00.028) 0:02:44.036 ****** ok: [sut] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:30:02 UTC", "ActiveEnterTimestampMonotonic": "1213599611", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service system.slice dbus.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:30:01 UTC", "AssertTimestampMonotonic": "1212594155", "Before": "shutdown.target multi-user.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:30:01 UTC", "ConditionTimestampMonotonic": "1212594153", "Conflicts": "ipset.service shutdown.target ebtables.service iptables.service ip6tables.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": "12066", "ExecMainStartTimestamp": "Sat 2024-01-20 01:30:01 UTC", "ExecMainStartTimestampMonotonic": "1212597948", "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:30:01 UTC", "InactiveExitTimestampMonotonic": "1212597980", "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": "12066", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.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": "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": "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:30:02 UTC", "WatchdogTimestampMonotonic": "1213599551", "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:43:45 +0000 (0:00:00.297) 0:02:44.334 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:30:02 UTC", "ActiveEnterTimestampMonotonic": "1213599611", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service system.slice dbus.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:30:01 UTC", "AssertTimestampMonotonic": "1212594155", "Before": "shutdown.target multi-user.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:30:01 UTC", "ConditionTimestampMonotonic": "1212594153", "Conflicts": "ipset.service shutdown.target ebtables.service iptables.service ip6tables.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": "12066", "ExecMainStartTimestamp": "Sat 2024-01-20 01:30:01 UTC", "ExecMainStartTimestampMonotonic": "1212597948", "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:30:01 UTC", "InactiveExitTimestampMonotonic": "1212597980", "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": "12066", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.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": "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": "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:30:02 UTC", "WatchdogTimestampMonotonic": "1213599551", "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:43:46 +0000 (0:00:00.235) 0:02:44.569 ****** 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:43:46 +0000 (0:00:00.025) 0:02:44.595 ****** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.11.21 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:43:46 +0000 (0:00:00.409) 0:02:45.004 ****** 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:43:46 +0000 (0:00:00.028) 0:02:45.033 ****** 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:43:46 +0000 (0:00:00.033) 0:02:45.066 ****** 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:43:46 +0000 (0:00:00.031) 0:02:45.098 ****** 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:43:46 +0000 (0:00:00.036) 0:02:45.135 ****** 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:43:46 +0000 (0:00:00.022) 0:02:45.157 ****** 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:43:46 +0000 (0:00:00.172) 0:02:45.330 ****** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.11.21 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:43:47 +0000 (0:00:00.378) 0:02:45.708 ****** 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:43:47 +0000 (0:00:00.028) 0:02:45.737 ****** skipping: [sut] => {} TASK [Leave realm] ************************************************************* task path: /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/cleanup.yml:27 Saturday 20 January 2024 01:43:47 +0000 (0:00:00.037) 0:02:45.774 ****** 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:43:47 +0000 (0:00:00.027) 0:02:45.802 ****** 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:43:47 +0000 (0:00:00.037) 0:02:45.840 ****** 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:43:47 +0000 (0:00:00.226) 0:02:46.066 ****** 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:14.0.3465.1-1 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 libsss_nss_idmap 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 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\nFound and removing 9 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 msodbcsql17.x86_64 0:17.10.5.1-1 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 14.0.3465.1-1 @packages-microsoft-com-mssql-server-2017\n 1.0 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 msodbcsql17 x86_64 17.10.5.1-1 @packages-microsoft-com-prod 2.2 M\n unixODBC x86_64 2.3.11-1.rh @packages-microsoft-com-prod 648 k\n\nTransaction Summary\n================================================================================\nRemove 3 Packages (+9 Dependent packages)\n\nInstalled size: 1.0 G\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Erasing : mssql-server-14.0.3465.1-1.x86_64 1/12 \n Erasing : unixODBC-devel-2.3.11-1.rh.x86_64 2/12 \n Erasing : mssql-tools-17.10.1.1-1.x86_64 3/12 \n Erasing : msodbcsql17-17.10.5.1-1.x86_64 4/12 \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 5/12 \nwarning: /etc/odbcinst.ini saved as /etc/odbcinst.ini.rpmsave\n Erasing : libtool-ltdl-2.4.2-22.el7_3.x86_64 6/12 \n Erasing : libatomic-4.8.5-44.el7.x86_64 7/12 \n Erasing : bzip2-1.0.6-13.el7.x86_64 8/12 \n Erasing : gdb-7.6.1-120.el7.x86_64 9/12 \n Erasing : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 10/12 \n Erasing : cyrus-sasl-2.1.26-24.el7_9.x86_64 11/12 \n Erasing : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 12/12 \n Verifying : mssql-tools-17.10.1.1-1.x86_64 1/12 \n Verifying : libatomic-4.8.5-44.el7.x86_64 2/12 \n Verifying : bzip2-1.0.6-13.el7.x86_64 3/12 \n Verifying : libtool-ltdl-2.4.2-22.el7_3.x86_64 4/12 \n Verifying : mssql-server-14.0.3465.1-1.x86_64 5/12 \n Verifying : unixODBC-devel-2.3.11-1.rh.x86_64 6/12 \n Verifying : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 7/12 \n Verifying : gdb-7.6.1-120.el7.x86_64 8/12 \n Verifying : unixODBC-2.3.11-1.rh.x86_64 9/12 \n Verifying : msodbcsql17-17.10.5.1-1.x86_64 10/12 \n Verifying : cyrus-sasl-2.1.26-24.el7_9.x86_64 11/12 \n Verifying : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 12/12 \n\nRemoved:\n mssql-server.x86_64 0:14.0.3465.1-1 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 msodbcsql17.x86_64 0:17.10.5.1-1 \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:43:50 +0000 (0:00:03.014) 0:02:49.081 ****** 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.007817", "end": "2024-01-20 01:43:50.723519", "rc": 0, "start": "2024-01-20 01:43:50.715702" } STDOUT: removed ‘/var/opt/mssql/log/errorlog.6’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133501886068950000.xel’ removed ‘/var/opt/mssql/log/sqlagentstartup.log’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133501885797250000.xel’ removed ‘/var/opt/mssql/log/errorlog.7’ removed ‘/var/opt/mssql/log/log_5.trc’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133501885102560000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133501886259440000.xel’ removed ‘/var/opt/mssql/log/log_3.trc’ removed ‘/var/opt/mssql/log/system_health_0_133501885429790000.xel’ removed ‘/var/opt/mssql/log/log_7.trc’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133501885620970000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133501885066710000.xel’ removed ‘/var/opt/mssql/log/errorlog.8’ removed ‘/var/opt/mssql/log/log_4.trc’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133501885239460000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133501885241990000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133501885427250000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133501885801090000.xel’ removed ‘/var/opt/mssql/log/errorlog.5’ removed ‘/var/opt/mssql/log/log_6.trc’ removed ‘/var/opt/mssql/log/system_health_0_133501886071490000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133501886262350000.xel’ removed ‘/var/opt/mssql/log/errorlog.3’ removed ‘/var/opt/mssql/log/system_health_0_133501885623670000.xel’ removed ‘/var/opt/mssql/log/errorlog.4’ removed ‘/var/opt/mssql/log/errorlog.1’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133501885057480000.xel’ removed ‘/var/opt/mssql/log/errorlog’ removed ‘/var/opt/mssql/log/system_health_0_133501885105760000.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/mastlog.ldf’ removed ‘/var/opt/mssql/data/model.mdf’ removed ‘/var/opt/mssql/data/modellog.ldf’ removed ‘/var/opt/mssql/data/msdbdata.mdf’ removed ‘/var/opt/mssql/data/tempdb.mdf’ removed ‘/var/opt/mssql/data/master.mdf’ removed ‘/var/opt/mssql/data/templog.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 ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA/S-1-5-21-3372482371-302664885-4252130754-500/42e7704ae40b0d75de00736cc66b813a_e169b922-e056-4342-aa0a-62a5541edabb’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA/S-1-5-21-3372482371-302664885-4252130754-500’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto’ removed 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 ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-3372482371-302664885-4252130754-500/Preferred’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-3372482371-302664885-4252130754-500/0c5475bf-3d8b-49db-bdf6-1e59a3573ac2’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-3372482371-302664885-4252130754-500’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/CREDHIST’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/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/23c37beb-2b88-4e95-bb79-246088f88a34’ 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-2017.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:43:50 +0000 (0:00:00.146) 0:02:49.227 ****** ok: [sut] => { "changed": false, "cmd": "systemctl stop mssql-server || true", "delta": "0:00:06.340594", "end": "2024-01-20 01:43:57.198851", "rc": 0, "start": "2024-01-20 01:43:50.858257" } 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:43:57 +0000 (0:00:06.458) 0:02:55.685 ****** =============================================================================== linux-system-roles.mssql : Ensure the package mssql-server ------------- 34.16s /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Stop the mssql-server service ------------------------------------------- 6.46s /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/cleanup.yml:72 --------------------- linux-system-roles.mssql : Set up MSSQL --------------------------------- 5.23s /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 --- 4.93s /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 3.29s /WORKDIR/git-weekly-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 linux-system-roles.mssql : Gather package facts ------------------------- 3.15s /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.15s /WORKDIR/git-weekly-ciut4vvlix/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Remove related packages ------------------------------------------------- 3.01s /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/cleanup.yml:45 --------------------- linux-system-roles.mssql : Gather package facts ------------------------- 2.93s /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 linux-system-roles.mssql : Gather system services facts ----------------- 2.29s /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Wait for mssql-server to prepare for client connections ----------------- 2.19s /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:93 ------------- Wait for mssql-server to prepare for client connections ----------------- 2.18s /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:93 ------------- Wait for mssql-server to prepare for client connections ----------------- 2.17s /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:93 ------------- Wait for mssql-server to prepare for client connections ----------------- 2.16s /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:93 ------------- linux-system-roles.mssql : Restart the mssql-server service ------------- 2.07s /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 linux-system-roles.mssql : Restart the mssql-server service ------------- 1.65s /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 linux-system-roles.mssql : Ensure that the mssql-server service is started --- 1.33s /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Wait for mssql-server to prepare for client connections ----------------- 1.29s /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/verify_settings.yml:93 ------------- linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories --- 1.21s /WORKDIR/git-weekly-ciut4vvlix/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Gather package facts ---------------------------------------------------- 1.16s /WORKDIR/git-weekly-ciut4vvlix/tests/tasks/cleanup.yml:2 ---------------------- ---^---^---^---^---^--- # 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. ---^---^---^---^---^---