# 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_2022_upgrade.yml *********************************************** 2 plays in /WORKDIR/git-weekly-cit20ebdfa/tests/tests_2022_upgrade.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tests_2022_upgrade.yml:4 Saturday 13 January 2024 01:15:34 +0000 (0:00:00.012) 0:00:00.013 ****** ok: [sut] => { "ansible_facts": { "mssql_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n66336361663164656232326461653662643537386337346563613939356466313835383235313234\n3634333565616161316639666662613564353237653663610a616639306439653033386664303839\n30663030636161326137656235636230356162373234386461363632353863393161353035316162\n3664353366373231360a343334326337353861366233656330363634353164316434616561333161\n3234\n" } }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit20ebdfa/tests/vars/vault-variables.yml" ], "changed": false } META: ran handlers META: ran handlers PLAY [Ensure that the role installs version 2017 and upgrades to 2019] ********* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tests_2022_upgrade.yml:9 Saturday 13 January 2024 01:15:34 +0000 (0:00:00.010) 0:00:00.023 ****** ok: [sut] META: ran handlers TASK [Assert fail on EL 7 with version=2022 and EL 9 with version!=2022] ******* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tests_2022_upgrade.yml:17 Saturday 13 January 2024 01:15:34 +0000 (0:00:00.679) 0:00:00.702 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/assert_fail_on_unsupported_ver.yml for sut TASK [Ensure ansible_facts to get ansible_distribution] ************************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/assert_fail_on_unsupported_ver.yml:2 Saturday 13 January 2024 01:15:34 +0000 (0:00:00.021) 0:00:00.723 ****** ok: [sut] TASK [Run the role] ************************************************************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/assert_fail_on_unsupported_ver.yml:15 Saturday 13 January 2024 01:15:35 +0000 (0:00:00.322) 0:00:01.046 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unreachable task] ******************************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/assert_fail_on_unsupported_ver.yml:22 Saturday 13 January 2024 01:15:35 +0000 (0:00:00.018) 0:00:01.064 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role with incorrect mssql_version] ******************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tests_2022_upgrade.yml:26 Saturday 13 January 2024 01:15:35 +0000 (0:00:00.018) 0:00:01.082 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 13 January 2024 01:15:35 +0000 (0:00:00.133) 0:00:01.216 ****** included: /WORKDIR/git-weekly-cit20ebdfa/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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 13 January 2024 01:15:35 +0000 (0:00:00.010) 0:00:01.227 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 13 January 2024 01:15:35 +0000 (0:00:00.018) 0:00:01.245 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 13 January 2024 01:15:35 +0000 (0:00:00.037) 0:00:01.282 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 13 January 2024 01:15:35 +0000 (0:00:00.008) 0:00:01.291 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 13 January 2024 01:15:35 +0000 (0:00:00.016) 0:00:01.308 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 13 January 2024 01:15:35 +0000 (0:00:00.017) 0:00:01.325 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 13 January 2024 01:15:35 +0000 (0:00:00.016) 0:00:01.341 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 13 January 2024 01:15:35 +0000 (0:00:00.017) 0:00:01.358 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 13 January 2024 01:15:35 +0000 (0:00:00.015) 0:00:01.374 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 13 January 2024 01:15:35 +0000 (0:00:00.016) 0:00:01.390 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 13 January 2024 01:15:35 +0000 (0:00:00.016) 0:00:01.406 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 13 January 2024 01:15:35 +0000 (0:00:00.016) 0:00:01.423 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 13 January 2024 01:15:35 +0000 (0:00:00.019) 0:00:01.442 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 13 January 2024 01:15:35 +0000 (0:00:00.017) 0:00:01.459 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 13 January 2024 01:15:35 +0000 (0:00:00.017) 0:00:01.476 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 13 January 2024 01:15:35 +0000 (0:00:00.017) 0:00:01.494 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 13 January 2024 01:15:35 +0000 (0:00:00.017) 0:00:01.511 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 13 January 2024 01:15:35 +0000 (0:00:00.017) 0:00:01.528 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 13 January 2024 01:15:36 +0000 (0:00:01.431) 0:00:02.960 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 13 January 2024 01:15:37 +0000 (0:00:00.043) 0:00:03.004 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 13 January 2024 01:15:37 +0000 (0:00:00.041) 0:00:03.045 ****** fatal: [sut]: FAILED! => { "assertion": "mssql_version | int in __mssql_supported_versions", "changed": false, "evaluated_to": false } MSG: You must set the mssql_version variable to one of 2017, 2019, 2022 TASK [Assert that the role failed with the correct message] ******************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tests_2022_upgrade.yml:38 Saturday 13 January 2024 01:15:37 +0000 (0:00:00.029) 0:00:03.074 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Run the role with incorrect mssql_version] ******************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tests_2022_upgrade.yml:47 Saturday 13 January 2024 01:15:37 +0000 (0:00:00.030) 0:00:03.104 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 13 January 2024 01:15:37 +0000 (0:00:00.078) 0:00:03.183 ****** included: /WORKDIR/git-weekly-cit20ebdfa/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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 13 January 2024 01:15:37 +0000 (0:00:00.028) 0:00:03.211 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 13 January 2024 01:15:37 +0000 (0:00:00.030) 0:00:03.242 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 13 January 2024 01:15:37 +0000 (0:00:00.041) 0:00:03.284 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 13 January 2024 01:15:37 +0000 (0:00:00.017) 0:00:03.301 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 13 January 2024 01:15:37 +0000 (0:00:00.026) 0:00:03.328 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 13 January 2024 01:15:37 +0000 (0:00:00.026) 0:00:03.354 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 13 January 2024 01:15:37 +0000 (0:00:00.026) 0:00:03.381 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 13 January 2024 01:15:37 +0000 (0:00:00.026) 0:00:03.407 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 13 January 2024 01:15:37 +0000 (0:00:00.026) 0:00:03.433 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 13 January 2024 01:15:37 +0000 (0:00:00.026) 0:00:03.460 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 13 January 2024 01:15:37 +0000 (0:00:00.050) 0:00:03.510 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 13 January 2024 01:15:37 +0000 (0:00:00.027) 0:00:03.538 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 13 January 2024 01:15:37 +0000 (0:00:00.030) 0:00:03.568 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 13 January 2024 01:15:37 +0000 (0:00:00.027) 0:00:03.595 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 13 January 2024 01:15:37 +0000 (0:00:00.026) 0:00:03.621 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 13 January 2024 01:15:37 +0000 (0:00:00.026) 0:00:03.648 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 13 January 2024 01:15:37 +0000 (0:00:00.026) 0:00:03.675 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 13 January 2024 01:15:37 +0000 (0:00:00.029) 0:00:03.704 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 13 January 2024 01:15:39 +0000 (0:00:01.308) 0:00:05.013 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 13 January 2024 01:15:39 +0000 (0:00:00.045) 0:00:05.058 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 13 January 2024 01:15:39 +0000 (0:00:00.078) 0:00:05.137 ****** fatal: [sut]: FAILED! => { "assertion": "mssql_version | int in __mssql_supported_versions", "changed": false, "evaluated_to": false } MSG: You must set the mssql_version variable to one of 2017, 2019, 2022 TASK [Assert that the role failed with the correct message] ******************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tests_2022_upgrade.yml:57 Saturday 13 January 2024 01:15:39 +0000 (0:00:00.031) 0:00:05.168 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set up MSSQL 2019] ******************************************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tests_2022_upgrade.yml:64 Saturday 13 January 2024 01:15:39 +0000 (0:00:00.028) 0:00:05.197 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 13 January 2024 01:15:39 +0000 (0:00:00.079) 0:00:05.276 ****** included: /WORKDIR/git-weekly-cit20ebdfa/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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 13 January 2024 01:15:39 +0000 (0:00:00.028) 0:00:05.305 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 13 January 2024 01:15:39 +0000 (0:00:00.030) 0:00:05.336 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 13 January 2024 01:15:39 +0000 (0:00:00.043) 0:00:05.379 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 13 January 2024 01:15:39 +0000 (0:00:00.017) 0:00:05.397 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 13 January 2024 01:15:39 +0000 (0:00:00.026) 0:00:05.424 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 13 January 2024 01:15:39 +0000 (0:00:00.026) 0:00:05.450 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 13 January 2024 01:15:39 +0000 (0:00:00.026) 0:00:05.477 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 13 January 2024 01:15:39 +0000 (0:00:00.026) 0:00:05.503 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 13 January 2024 01:15:39 +0000 (0:00:00.027) 0:00:05.531 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 13 January 2024 01:15:39 +0000 (0:00:00.052) 0:00:05.584 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 13 January 2024 01:15:39 +0000 (0:00:00.028) 0:00:05.612 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 13 January 2024 01:15:39 +0000 (0:00:00.027) 0:00:05.640 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 13 January 2024 01:15:39 +0000 (0:00:00.030) 0:00:05.670 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 13 January 2024 01:15:39 +0000 (0:00:00.027) 0:00:05.697 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 13 January 2024 01:15:39 +0000 (0:00:00.026) 0:00:05.724 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 13 January 2024 01:15:39 +0000 (0:00:00.028) 0:00:05.752 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 13 January 2024 01:15:39 +0000 (0:00:00.026) 0:00:05.779 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 13 January 2024 01:15:39 +0000 (0:00:00.027) 0:00:05.806 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 13 January 2024 01:15:41 +0000 (0:00:01.307) 0:00:07.114 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 13 January 2024 01:15:41 +0000 (0:00:00.046) 0:00:07.161 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 13 January 2024 01:15:41 +0000 (0:00:00.081) 0:00:07.242 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 13 January 2024 01:15:41 +0000 (0:00:00.031) 0:00:07.273 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 13 January 2024 01:15:41 +0000 (0:00:00.041) 0:00:07.315 ****** changed: [sut] => { "attempts": 1, "changed": true } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version {{ __mssql_current_version }}] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 13 January 2024 01:15:41 +0000 (0:00:00.559) 0:00:07.874 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 13 January 2024 01:15:41 +0000 (0:00:00.019) 0:00:07.894 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2019] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 13 January 2024 01:15:41 +0000 (0:00:00.019) 0:00:07.913 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 13 January 2024 01:15:41 +0000 (0:00:00.018) 0:00:07.932 ****** changed: [sut] => { "changed": true, "repo": "packages-microsoft-com-mssql-server-2019", "state": "present" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 13 January 2024 01:15:42 +0000 (0:00:00.285) 0:00:08.218 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 13 January 2024 01:15:42 +0000 (0:00:00.019) 0:00:08.237 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 13 January 2024 01:15:42 +0000 (0:00:00.018) 0:00:08.256 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 13 January 2024 01:15:42 +0000 (0:00:00.017) 0:00:08.274 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 13 January 2024 01:15:42 +0000 (0:00:00.019) 0:00:08.294 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 13 January 2024 01:15:42 +0000 (0:00:00.018) 0:00:08.313 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: gdb-headless-8.2-20.el8.x86_64", "Installed: bzip2-1.0.6-26.el8.x86_64", "Installed: libbabeltrace-1.5.4-4.el8.x86_64", "Installed: cyrus-sasl-2.1.27-6.el8_5.x86_64", "Installed: lsof-4.93.2-1.el8.x86_64", "Installed: libatomic-8.5.0-21.el8.x86_64", "Installed: gdb-8.2-20.el8.x86_64", "Installed: mssql-server-15.0.4345.5-2.x86_64", "Installed: libtool-ltdl-2.4.6-25.el8.x86_64", "Installed: cyrus-sasl-gssapi-2.1.27-6.el8_5.x86_64", "Installed: gcc-gdb-plugin-8.5.0-21.el8.x86_64", "Installed: libipt-1.6.1-8.el8.x86_64", "Installed: libatomic_ops-7.6.2-3.el8.x86_64", "Installed: gc-7.6.4-3.el8.x86_64", "Installed: guile-5:2.0.14-7.el8.x86_64" ] } lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 13 January 2024 01:16:30 +0000 (0:00:47.994) 0:00:56.308 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 13 January 2024 01:16:30 +0000 (0:00:00.018) 0:00:56.327 ****** 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.005541", "end": "2024-01-13 01:16:30.582558", "rc": 0, "start": "2024-01-13 01:16:30.577017" } TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 13 January 2024 01:16:30 +0000 (0:00:00.273) 0:00:56.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 the __mssql_is_setup variable] ************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 13 January 2024 01:16:32 +0000 (0:00:01.523) 0:00:58.124 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 13 January 2024 01:16:32 +0000 (0:00:00.051) 0:00:58.176 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 13 January 2024 01:16:32 +0000 (0:00:00.024) 0:00:58.200 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 13 January 2024 01:16:38 +0000 (0:00:06.032) 0:01:04.232 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 13 January 2024 01:16:38 +0000 (0:00:00.026) 0:01:04.259 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 13 January 2024 01:16:38 +0000 (0:00:00.020) 0:01:04.279 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: tuned-profiles-mssql-2.21.0-1.el8.noarch" ] } lsrpackages: tuned-profiles-mssql TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 13 January 2024 01:16:42 +0000 (0:00:04.389) 0:01:08.668 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 00:59:01 UTC", "ActiveEnterTimestampMonotonic": "35368973", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-sysctl.service dbus.service basic.target sysinit.target polkit.service network.target systemd-journald.socket dbus.socket system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 00:58:59 UTC", "AssertTimestampMonotonic": "33846263", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-13 00:58:59 UTC", "ConditionTimestampMonotonic": "33846261", "ConfigurationDirectoryMode": "0755", "Conflicts": "auto-cpufreq.service tlp.service power-profiles-daemon.service cpupower.service shutdown.target", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "700", "ExecMainStartTimestamp": "Sat 2024-01-13 00:58:59 UTC", "ExecMainStartTimestampMonotonic": "33847276", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-13 00:58:59 UTC", "InactiveExitTimestampMonotonic": "33847330", "InvocationID": "7b99ffd559604657a7f77e31fd198a7f", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28609", "LimitNPROCSoft": "28609", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "700", "MemoryAccounting": "yes", "MemoryCurrent": "19742720", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice dbus.socket sysinit.target dbus.service", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-13 00:59:01 UTC", "StateChangeTimestampMonotonic": "35368973", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "5", "TasksMax": "45774", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-13 00:59:01 UTC", "WatchdogTimestampMonotonic": "35368968", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 13 January 2024 01:16:43 +0000 (0:00:00.521) 0:01:09.190 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:01.134026", "end": "2024-01-13 01:16:44.499691", "rc": 0, "start": "2024-01-13 01:16:43.365665" } STDOUT: Current active profile: virtual-guest TASK [linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 13 January 2024 01:16:44 +0000 (0:00:01.332) 0:01:10.523 ****** changed: [sut] => { "changed": true, "cmd": [ "tuned-adm", "profile", "virtual-guest", "mssql" ], "delta": "0:00:02.200631", "end": "2024-01-13 01:16:46.904337", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:16:44.703706" } TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 13 January 2024 01:16:46 +0000 (0:00:02.406) 0:01:12.930 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 13 January 2024 01:16:46 +0000 (0:00:00.023) 0:01:12.953 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 13 January 2024 01:16:46 +0000 (0:00:00.021) 0:01:12.974 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 13 January 2024 01:16:47 +0000 (0:00:00.205) 0:01:13.180 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: unixODBC-devel-2.3.11-1.rh.x86_64", "Installed: msodbcsql17-17.10.5.1-1.x86_64", "Installed: mssql-tools-17.10.1.1-1.x86_64", "Installed: unixODBC-2.3.11-1.rh.x86_64" ] } lsrpackages: mssql-tools unixODBC-devel TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 13 January 2024 01:16:55 +0000 (0:00:08.146) 0:01:21.326 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 13 January 2024 01:16:55 +0000 (0:00:00.020) 0:01:21.347 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 13 January 2024 01:16:55 +0000 (0:00:00.044) 0:01:21.392 ****** skipping: [sut] => { "censored": "the 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 13 January 2024 01:16:55 +0000 (0:00:00.021) 0:01:21.413 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 13 January 2024 01:16:55 +0000 (0:00:00.020) 0:01:21.433 ****** skipping: [sut] => { "censored": "the 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 13 January 2024 01:16:55 +0000 (0:00:00.021) 0:01:21.454 ****** skipping: [sut] => { "censored": "the 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 13 January 2024 01:16:55 +0000 (0:00:00.019) 0:01:21.473 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 13 January 2024 01:16:55 +0000 (0:00:00.019) 0:01:21.493 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set edition matches the existing edition] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 13 January 2024 01:16:55 +0000 (0:00:00.021) 0:01:21.514 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 13 January 2024 01:16:55 +0000 (0:00:00.019) 0:01:21.533 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 13 January 2024 01:16:55 +0000 (0:00:00.020) 0:01:21.554 ****** skipping: [sut] => { "censored": "the 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 13 January 2024 01:16:55 +0000 (0:00:00.021) 0:01:21.575 ****** skipping: [sut] => { "censored": "the 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 13 January 2024 01:16:55 +0000 (0:00:00.019) 0:01:21.594 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 13 January 2024 01:16:55 +0000 (0:00:00.019) 0:01:21.613 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 13 January 2024 01:16:55 +0000 (0:00:00.020) 0:01:21.634 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 13 January 2024 01:16:55 +0000 (0:00:00.020) 0:01:21.654 ****** included: /WORKDIR/git-weekly-cit20ebdfa/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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:16:55 +0000 (0:00:00.034) 0:01:21.689 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003327", "end": "2024-01-13 01:16:55.869102", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:16:55.865775" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:16:55 +0000 (0:00:00.227) 0:01:21.916 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.117719", "end": "2024-01-13 01:16:56.216958", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:16:56.099239" } 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:16:56 +0000 (0:00:00.327) 0:01:22.244 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 13 January 2024 01:16:56 +0000 (0:00:00.020) 0:01:22.265 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 13 January 2024 01:16:56 +0000 (0:00:00.022) 0:01:22.287 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 13 January 2024 01:16:56 +0000 (0:00:00.022) 0:01:22.310 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 13 January 2024 01:16:56 +0000 (0:00:00.021) 0:01:22.331 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 13 January 2024 01:16:56 +0000 (0:00:00.020) 0:01:22.352 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 13 January 2024 01:16:56 +0000 (0:00:00.021) 0:01:22.373 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 13 January 2024 01:16:56 +0000 (0:00:00.021) 0:01:22.394 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 13 January 2024 01:16:56 +0000 (0:00:00.019) 0:01:22.414 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 13 January 2024 01:16:56 +0000 (0:00:00.019) 0:01:22.433 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 13 January 2024 01:16:56 +0000 (0:00:00.020) 0:01:22.454 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 13 January 2024 01:16:56 +0000 (0:00:00.021) 0:01:22.475 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 13 January 2024 01:16:56 +0000 (0:00:00.020) 0:01:22.496 ****** skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 13 January 2024 01:16:56 +0000 (0:00:00.023) 0:01:22.519 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 13 January 2024 01:16:56 +0000 (0:00:00.057) 0:01:22.576 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 13 January 2024 01:16:56 +0000 (0:00:00.021) 0:01:22.598 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 13 January 2024 01:16:56 +0000 (0:00:00.020) 0:01:22.618 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 13 January 2024 01:16:56 +0000 (0:00:00.020) 0:01:22.638 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 13 January 2024 01:16:56 +0000 (0:00:00.020) 0:01:22.659 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 13 January 2024 01:16:56 +0000 (0:00:00.020) 0:01:22.679 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 13 January 2024 01:16:56 +0000 (0:00:00.019) 0:01:22.698 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 13 January 2024 01:16:56 +0000 (0:00:00.021) 0:01:22.720 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 13 January 2024 01:16:56 +0000 (0:00:00.021) 0:01:22.742 ****** skipping: [sut] => { "censored": "the 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 13 January 2024 01:16:56 +0000 (0:00:00.020) 0:01:22.763 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 13 January 2024 01:16:56 +0000 (0:00:00.020) 0:01:22.783 ****** skipping: [sut] => { "censored": "the 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 13 January 2024 01:16:56 +0000 (0:00:00.020) 0:01:22.804 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 13 January 2024 01:16:56 +0000 (0:00:00.020) 0:01:22.824 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 13 January 2024 01:16:56 +0000 (0:00:00.019) 0:01:22.843 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 13 January 2024 01:16:56 +0000 (0:00:00.021) 0:01:22.865 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 13 January 2024 01:16:56 +0000 (0:00:00.020) 0:01:22.886 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 13 January 2024 01:16:56 +0000 (0:00:00.019) 0:01:22.906 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 13 January 2024 01:16:56 +0000 (0:00:00.049) 0:01:22.955 ****** skipping: [sut] => { "censored": "the 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 13 January 2024 01:16:56 +0000 (0:00:00.021) 0:01:22.977 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 13 January 2024 01:16:57 +0000 (0:00:00.020) 0:01:22.997 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 13 January 2024 01:16:57 +0000 (0:00:00.019) 0:01:23.017 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 13 January 2024 01:16:57 +0000 (0:00:00.019) 0:01:23.037 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 13 January 2024 01:16:57 +0000 (0:00:00.021) 0:01:23.058 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 13 January 2024 01:16:57 +0000 (0:00:00.022) 0:01:23.081 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 13 January 2024 01:16:57 +0000 (0:00:00.020) 0:01:23.101 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 13 January 2024 01:16:57 +0000 (0:00:00.022) 0:01:23.124 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 13 January 2024 01:16:57 +0000 (0:00:00.020) 0:01:23.144 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 13 January 2024 01:16:57 +0000 (0:00:00.020) 0:01:23.165 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 13 January 2024 01:16:57 +0000 (0:00:00.020) 0:01:23.185 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 13 January 2024 01:16:57 +0000 (0:00:00.019) 0:01:23.204 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 13 January 2024 01:16:57 +0000 (0:00:00.023) 0:01:23.228 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 13 January 2024 01:16:57 +0000 (0:00:00.020) 0:01:23.248 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 13 January 2024 01:16:57 +0000 (0:00:00.021) 0:01:23.270 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 13 January 2024 01:16:57 +0000 (0:00:00.026) 0:01:23.297 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 13 January 2024 01:16:57 +0000 (0:00:00.047) 0:01:23.345 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 13 January 2024 01:16:57 +0000 (0:00:00.021) 0:01:23.367 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 13 January 2024 01:16:57 +0000 (0:00:00.020) 0:01:23.387 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 13 January 2024 01:16:57 +0000 (0:00:00.020) 0:01:23.407 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 13 January 2024 01:16:57 +0000 (0:00:00.020) 0:01:23.428 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 13 January 2024 01:16:57 +0000 (0:00:00.019) 0:01:23.448 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 13 January 2024 01:16:57 +0000 (0:00:00.022) 0:01:23.470 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 13 January 2024 01:16:57 +0000 (0:00:00.020) 0:01:23.490 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 13 January 2024 01:16:57 +0000 (0:00:00.020) 0:01:23.511 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 13 January 2024 01:16:57 +0000 (0:00:00.020) 0:01:23.531 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 13 January 2024 01:16:57 +0000 (0:00:00.020) 0:01:23.551 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 13 January 2024 01:16:57 +0000 (0:00:00.027) 0:01:23.579 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 13 January 2024 01:16:57 +0000 (0:00:00.021) 0:01:23.600 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 13 January 2024 01:16:57 +0000 (0:00:00.019) 0:01:23.620 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 13 January 2024 01:16:57 +0000 (0:00:00.019) 0:01:23.639 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 13 January 2024 01:16:57 +0000 (0:00:00.020) 0:01:23.660 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 13 January 2024 01:16:57 +0000 (0:00:00.023) 0:01:23.684 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 13 January 2024 01:16:57 +0000 (0:00:00.048) 0:01:23.732 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 13 January 2024 01:16:57 +0000 (0:00:00.023) 0:01:23.755 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 13 January 2024 01:16:57 +0000 (0:00:00.021) 0:01:23.776 ****** changed: [sut] => { "changed": true } MSG: Block inserted META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 13 January 2024 01:16:58 +0000 (0:00:00.288) 0:01:24.065 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 13 January 2024 01:16:58 +0000 (0:00:00.019) 0:01:24.085 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Upgrade to 2022 and assert expected results] ***************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tests_2022_upgrade.yml:72 Saturday 13 January 2024 01:16:58 +0000 (0:00:00.020) 0:01:24.105 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/upgrade_and_assert.yml for sut TASK [Upgrade to 2022] ********************************************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/upgrade_and_assert.yml:9 Saturday 13 January 2024 01:16:58 +0000 (0:00:00.057) 0:01:24.162 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 13 January 2024 01:16:58 +0000 (0:00:00.055) 0:01:24.217 ****** included: /WORKDIR/git-weekly-cit20ebdfa/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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 13 January 2024 01:16:58 +0000 (0:00:00.034) 0:01:24.252 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 13 January 2024 01:16:58 +0000 (0:00:00.025) 0:01:24.277 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 13 January 2024 01:16:58 +0000 (0:00:00.064) 0:01:24.342 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 13 January 2024 01:16:58 +0000 (0:00:00.020) 0:01:24.363 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 13 January 2024 01:16:58 +0000 (0:00:00.021) 0:01:24.385 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 13 January 2024 01:16:58 +0000 (0:00:00.020) 0:01:24.405 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 13 January 2024 01:16:58 +0000 (0:00:00.019) 0:01:24.425 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 13 January 2024 01:16:58 +0000 (0:00:00.019) 0:01:24.445 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 13 January 2024 01:16:58 +0000 (0:00:00.020) 0:01:24.465 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 13 January 2024 01:16:58 +0000 (0:00:00.019) 0:01:24.484 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 13 January 2024 01:16:58 +0000 (0:00:00.020) 0:01:24.505 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 13 January 2024 01:16:58 +0000 (0:00:00.019) 0:01:24.525 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 13 January 2024 01:16:58 +0000 (0:00:00.023) 0:01:24.548 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 13 January 2024 01:16:58 +0000 (0:00:00.020) 0:01:24.568 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 13 January 2024 01:16:58 +0000 (0:00:00.020) 0:01:24.589 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 13 January 2024 01:16:58 +0000 (0:00:00.020) 0:01:24.610 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 13 January 2024 01:16:58 +0000 (0:00:00.020) 0:01:24.631 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 13 January 2024 01:16:58 +0000 (0:00:00.022) 0:01:24.653 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 13 January 2024 01:17:00 +0000 (0:00:01.356) 0:01:26.010 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } ok: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_facts": { "__mssql_current_version": "2019" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 } } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 13 January 2024 01:17:00 +0000 (0:00:00.060) 0:01:26.070 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 13 January 2024 01:17:00 +0000 (0:00:00.021) 0:01:26.092 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 13 January 2024 01:17:00 +0000 (0:00:00.023) 0:01:26.115 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 13 January 2024 01:17:00 +0000 (0:00:00.040) 0:01:26.155 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2019] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 13 January 2024 01:17:00 +0000 (0:00:00.364) 0:01:26.520 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: * TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 13 January 2024 01:17:01 +0000 (0:00:00.680) 0:01:27.200 ****** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail; yum repolist enabled | grep packages-microsoft-com-mssql-server- | grep -v packages-microsoft-com-mssql-server-2022 | cut -d\" \" -f 1 || true", "delta": "0:00:00.259929", "end": "2024-01-13 01:17:01.638677", "rc": 0, "start": "2024-01-13 01:17:01.378748" } STDOUT: packages-microsoft-com-mssql-server-2019 TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2022] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 13 January 2024 01:17:01 +0000 (0:00:00.462) 0:01:27.663 ****** changed: [sut] => { "changed": true, "repo": "packages-microsoft-com-mssql-server-2019", "state": "absent" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2022] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 13 January 2024 01:17:01 +0000 (0:00:00.216) 0:01:27.879 ****** changed: [sut] => { "changed": true, "repo": "packages-microsoft-com-mssql-server-2022", "state": "present" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 13 January 2024 01:17:02 +0000 (0:00:00.220) 0:01:28.100 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 13 January 2024 01:17:02 +0000 (0:00:00.021) 0:01:28.121 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 13 January 2024 01:17:02 +0000 (0:00:00.021) 0:01:28.143 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 13 January 2024 01:17:02 +0000 (0:00:00.021) 0:01:28.164 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 13 January 2024 01:17:02 +0000 (0:00:00.020) 0:01:28.185 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 13 January 2024 01:17:02 +0000 (0:00:00.021) 0:01:28.206 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: mssql-server-16.0.4105.2-2.x86_64", "Removed: mssql-server-15.0.4345.5-2.x86_64" ] } lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 13 January 2024 01:17:46 +0000 (0:00:44.216) 0:02:12.423 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 13 January 2024 01:17:46 +0000 (0:00:00.022) 0:02:12.445 ****** 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.010121", "end": "2024-01-13 01:17:46.697601", "rc": 0, "start": "2024-01-13 01:17:46.687480" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 13 January 2024 01:17:46 +0000 (0:00:00.281) 0:02:12.726 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 13 January 2024 01:17:58 +0000 (0:00:12.039) 0:02:24.765 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 13 January 2024 01:17:58 +0000 (0:00:00.029) 0:02:24.795 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 13 January 2024 01:17:58 +0000 (0:00:00.022) 0:02:24.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 : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 13 January 2024 01:17:58 +0000 (0:00:00.022) 0:02:24.840 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 13 January 2024 01:17:58 +0000 (0:00:00.027) 0:02:24.867 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 13 January 2024 01:17:58 +0000 (0:00:00.022) 0:02:24.890 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: tuned-profiles-mssql TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 13 January 2024 01:18:02 +0000 (0:00:03.158) 0:02:28.048 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 00:59:01 UTC", "ActiveEnterTimestampMonotonic": "35368973", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus.socket sysinit.target system.slice network.target dbus.service polkit.service systemd-journald.socket systemd-sysctl.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 00:58:59 UTC", "AssertTimestampMonotonic": "33846263", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-13 00:58:59 UTC", "ConditionTimestampMonotonic": "33846261", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target auto-cpufreq.service power-profiles-daemon.service cpupower.service tlp.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "700", "ExecMainStartTimestamp": "Sat 2024-01-13 00:58:59 UTC", "ExecMainStartTimestampMonotonic": "33847276", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-13 00:58:59 UTC", "InactiveExitTimestampMonotonic": "33847330", "InvocationID": "7b99ffd559604657a7f77e31fd198a7f", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28609", "LimitNPROCSoft": "28609", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "700", "MemoryAccounting": "yes", "MemoryCurrent": "20455424", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.service system.slice sysinit.target dbus.socket", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-13 00:59:01 UTC", "StateChangeTimestampMonotonic": "35368973", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "5", "TasksMax": "45774", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-13 00:59:01 UTC", "WatchdogTimestampMonotonic": "35368968", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 13 January 2024 01:18:02 +0000 (0:00:00.384) 0:02:28.433 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:01.131494", "end": "2024-01-13 01:18:03.743618", "rc": 0, "start": "2024-01-13 01:18:02.612124" } 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 13 January 2024 01:18:03 +0000 (0:00:01.334) 0:02:29.768 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 13 January 2024 01:18:03 +0000 (0:00:00.022) 0:02:29.790 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 13 January 2024 01:18:03 +0000 (0:00:00.020) 0:02:29.810 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 13 January 2024 01:18:03 +0000 (0:00:00.022) 0:02:29.832 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 13 January 2024 01:18:04 +0000 (0:00:00.218) 0:02:30.051 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: mssql-tools unixODBC-devel TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 13 January 2024 01:18:07 +0000 (0:00:03.245) 0:02:33.297 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml for sut TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 13 January 2024 01:18:07 +0000 (0:00:00.066) 0:02:33.363 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:17:45 UTC", "ActiveEnterTimestampMonotonic": "1159331010", "ActiveExitTimestamp": "Sat 2024-01-13 01:17:16 UTC", "ActiveExitTimestampMonotonic": "1130358143", "ActiveState": "active", "After": "sysinit.target system.slice auditd.service network.target -.mount basic.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:17:45 UTC", "AssertTimestampMonotonic": "1159330002", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-13 01:17:45 UTC", "ConditionTimestampMonotonic": "1159330000", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "12337", "ExecMainStartTimestamp": "Sat 2024-01-13 01:17:45 UTC", "ExecMainStartTimestampMonotonic": "1159330958", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "991", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-13 01:17:16 UTC", "InactiveEnterTimestampMonotonic": "1130595124", "InactiveExitTimestamp": "Sat 2024-01-13 01:17:45 UTC", "InactiveExitTimestampMonotonic": "1159331010", "InvocationID": "6f8be6c754904fa68e48ab427a13dabd", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "infinity", "LimitNOFILESoft": "infinity", "LimitNPROC": "infinity", "LimitNPROCSoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "12337", "MemoryAccounting": "yes", "MemoryCurrent": "964235264", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "3", "StartLimitIntervalUSec": "2min", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-13 01:17:45 UTC", "StateChangeTimestampMonotonic": "1159331010", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "178", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-13 01:17:45 UTC", "WatchdogTimestampMonotonic": "1159331006", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 13 January 2024 01:18:07 +0000 (0:00:00.363) 0:02:33.727 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003087", "end": "2024-01-13 01:18:07.943063", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:18:07.939976" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 13 January 2024 01:18:07 +0000 (0:00:00.240) 0:02:33.967 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004116", "end": "2024-01-13 01:18:09.181552", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:18:08.177436" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 13 January 2024 01:18:09 +0000 (0:00:01.238) 0:02:35.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 : Wait for mssql-server to prepare for client connections] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 13 January 2024 01:18:09 +0000 (0:00:00.039) 0:02:35.245 ****** ok: [sut] => { "changed": false, "elapsed": 12, "gid": 991, "group": "mssql", "match_groupdict": {}, "match_groups": [], "mode": "0660", "owner": "mssql", "path": "/var/opt/mssql/log/errorlog", "port": null, "search_regex": "SQL Server is now ready for client connections", "secontext": "system_u:object_r:var_t:s0", "size": 244949, "state": "file", "uid": 993 } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 13 January 2024 01:18:21 +0000 (0:00:12.321) 0:02:47.567 ****** ok: [sut] => { "attempts": 1, "censored": "the 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 13 January 2024 01:18:21 +0000 (0:00:00.244) 0:02:47.811 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 13 January 2024 01:18:21 +0000 (0:00:00.055) 0:02:47.867 ****** 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 password of sa user] *************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 13 January 2024 01:18:23 +0000 (0:00:01.312) 0:02:49.180 ****** skipping: [sut] => { "censored": "the 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 13 January 2024 01:18:23 +0000 (0:00:00.025) 0:02:49.205 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 13 January 2024 01:18:23 +0000 (0:00:00.021) 0:02:49.227 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 13 January 2024 01:18:23 +0000 (0:00:00.022) 0:02:49.250 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 13 January 2024 01:18:23 +0000 (0:00:00.023) 0:02:49.274 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 13 January 2024 01:18:23 +0000 (0:00:00.022) 0:02:49.296 ****** skipping: [sut] => { "censored": "the 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 13 January 2024 01:18:23 +0000 (0:00:00.023) 0:02:49.319 ****** skipping: [sut] => { "censored": "the 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 13 January 2024 01:18:23 +0000 (0:00:00.023) 0:02:49.343 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 13 January 2024 01:18:23 +0000 (0:00:00.055) 0:02:49.398 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 13 January 2024 01:18:23 +0000 (0:00:00.023) 0:02:49.422 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 13 January 2024 01:18:23 +0000 (0:00:00.022) 0:02:49.444 ****** included: /WORKDIR/git-weekly-cit20ebdfa/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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:18:23 +0000 (0:00:00.037) 0:02:49.482 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003050", "end": "2024-01-13 01:18:23.660361", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:18:23.657311" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:18:23 +0000 (0:00:00.199) 0:02:49.681 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.126576", "end": "2024-01-13 01:18:23.987157", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:18:23.860581" } 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:18:24 +0000 (0:00:00.332) 0:02:50.014 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 13 January 2024 01:18:24 +0000 (0:00:00.021) 0:02:50.036 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 13 January 2024 01:18:24 +0000 (0:00:00.021) 0:02:50.057 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 13 January 2024 01:18:24 +0000 (0:00:00.022) 0:02:50.080 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 13 January 2024 01:18:24 +0000 (0:00:00.022) 0:02:50.103 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 13 January 2024 01:18:24 +0000 (0:00:00.021) 0:02:50.124 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 13 January 2024 01:18:24 +0000 (0:00:00.020) 0:02:50.144 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 13 January 2024 01:18:24 +0000 (0:00:00.020) 0:02:50.164 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 13 January 2024 01:18:24 +0000 (0:00:00.051) 0:02:50.216 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 13 January 2024 01:18:24 +0000 (0:00:00.021) 0:02:50.237 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 13 January 2024 01:18:24 +0000 (0:00:00.022) 0:02:50.260 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 13 January 2024 01:18:24 +0000 (0:00:00.022) 0:02:50.282 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 13 January 2024 01:18:24 +0000 (0:00:00.022) 0:02:50.305 ****** skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 13 January 2024 01:18:24 +0000 (0:00:00.026) 0:02:50.331 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 13 January 2024 01:18:24 +0000 (0:00:00.022) 0:02:50.353 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 13 January 2024 01:18:24 +0000 (0:00:00.021) 0:02:50.374 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 13 January 2024 01:18:24 +0000 (0:00:00.021) 0:02:50.396 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 13 January 2024 01:18:24 +0000 (0:00:00.021) 0:02:50.418 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 13 January 2024 01:18:24 +0000 (0:00:00.020) 0:02:50.438 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 13 January 2024 01:18:24 +0000 (0:00:00.020) 0:02:50.459 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 13 January 2024 01:18:24 +0000 (0:00:00.021) 0:02:50.480 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 13 January 2024 01:18:24 +0000 (0:00:00.021) 0:02:50.502 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 13 January 2024 01:18:24 +0000 (0:00:00.022) 0:02:50.524 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Check if AD user exists] ********************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 13 January 2024 01:18:24 +0000 (0:00:00.021) 0:02:50.546 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 13 January 2024 01:18:24 +0000 (0:00:00.020) 0:02:50.566 ****** skipping: [sut] => { "censored": "the 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 13 January 2024 01:18:24 +0000 (0:00:00.074) 0:02:50.641 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 13 January 2024 01:18:24 +0000 (0:00:00.028) 0:02:50.670 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 13 January 2024 01:18:24 +0000 (0:00:00.031) 0:02:50.702 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 13 January 2024 01:18:24 +0000 (0:00:00.032) 0:02:50.734 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 13 January 2024 01:18:24 +0000 (0:00:00.030) 0:02:50.765 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 13 January 2024 01:18:24 +0000 (0:00:00.021) 0:02:50.787 ****** skipping: [sut] => { "censored": "the 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 13 January 2024 01:18:24 +0000 (0:00:00.029) 0:02:50.817 ****** skipping: [sut] => { "censored": "the 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 13 January 2024 01:18:24 +0000 (0:00:00.026) 0:02:50.844 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 13 January 2024 01:18:24 +0000 (0:00:00.021) 0:02:50.865 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 13 January 2024 01:18:24 +0000 (0:00:00.020) 0:02:50.886 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 13 January 2024 01:18:24 +0000 (0:00:00.020) 0:02:50.906 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 13 January 2024 01:18:24 +0000 (0:00:00.019) 0:02:50.926 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 13 January 2024 01:18:24 +0000 (0:00:00.021) 0:02:50.947 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 13 January 2024 01:18:24 +0000 (0:00:00.020) 0:02:50.968 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 13 January 2024 01:18:24 +0000 (0:00:00.021) 0:02:50.990 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 13 January 2024 01:18:25 +0000 (0:00:00.020) 0:02:51.010 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 13 January 2024 01:18:25 +0000 (0:00:00.061) 0:02:51.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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 13 January 2024 01:18:25 +0000 (0:00:00.022) 0:02:51.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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 13 January 2024 01:18:25 +0000 (0:00:00.024) 0:02:51.119 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 13 January 2024 01:18:25 +0000 (0:00:00.026) 0:02:51.146 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 13 January 2024 01:18:25 +0000 (0:00:00.020) 0:02:51.167 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 13 January 2024 01:18:25 +0000 (0:00:00.022) 0:02:51.189 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 13 January 2024 01:18:25 +0000 (0:00:00.028) 0:02:51.218 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 13 January 2024 01:18:25 +0000 (0:00:00.021) 0:02:51.239 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 13 January 2024 01:18:25 +0000 (0:00:00.020) 0:02:51.260 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 13 January 2024 01:18:25 +0000 (0:00:00.021) 0:02:51.281 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 13 January 2024 01:18:25 +0000 (0:00:00.021) 0:02:51.303 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 13 January 2024 01:18:25 +0000 (0:00:00.022) 0:02:51.326 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 13 January 2024 01:18:25 +0000 (0:00:00.021) 0:02:51.348 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 13 January 2024 01:18:25 +0000 (0:00:00.021) 0:02:51.369 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 13 January 2024 01:18:25 +0000 (0:00:00.020) 0:02:51.390 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 13 January 2024 01:18:25 +0000 (0:00:00.020) 0:02:51.410 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 13 January 2024 01:18:25 +0000 (0:00:00.020) 0:02:51.430 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 13 January 2024 01:18:25 +0000 (0:00:00.059) 0:02:51.490 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 13 January 2024 01:18:25 +0000 (0:00:00.040) 0:02:51.531 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 13 January 2024 01:18:25 +0000 (0:00:00.022) 0:02:51.553 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 13 January 2024 01:18:25 +0000 (0:00:00.024) 0:02:51.577 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 13 January 2024 01:18:25 +0000 (0:00:00.022) 0:02:51.600 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 13 January 2024 01:18:25 +0000 (0:00:00.021) 0:02:51.621 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 13 January 2024 01:18:25 +0000 (0:00:00.026) 0:02:51.648 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 13 January 2024 01:18:25 +0000 (0:00:00.021) 0:02:51.669 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 13 January 2024 01:18:25 +0000 (0:00:00.021) 0:02:51.690 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 13 January 2024 01:18:25 +0000 (0:00:00.023) 0:02:51.714 ****** ok: [sut] => { "changed": false } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 13 January 2024 01:18:25 +0000 (0:00:00.238) 0:02:51.952 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 13 January 2024 01:18:25 +0000 (0:00:00.021) 0:02:51.974 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Upgrade again to test idempotency - should report not changed] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/upgrade_and_assert.yml:13 Saturday 13 January 2024 01:18:26 +0000 (0:00:00.020) 0:02:51.995 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 13 January 2024 01:18:26 +0000 (0:00:00.147) 0:02:52.142 ****** included: /WORKDIR/git-weekly-cit20ebdfa/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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 13 January 2024 01:18:26 +0000 (0:00:00.034) 0:02:52.177 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 13 January 2024 01:18:26 +0000 (0:00:00.027) 0:02:52.205 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 13 January 2024 01:18:26 +0000 (0:00:00.037) 0:02:52.243 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 13 January 2024 01:18:26 +0000 (0:00:00.020) 0:02:52.263 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 13 January 2024 01:18:26 +0000 (0:00:00.020) 0:02:52.284 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 13 January 2024 01:18:26 +0000 (0:00:00.021) 0:02:52.305 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 13 January 2024 01:18:26 +0000 (0:00:00.019) 0:02:52.325 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 13 January 2024 01:18:26 +0000 (0:00:00.020) 0:02:52.346 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 13 January 2024 01:18:26 +0000 (0:00:00.022) 0:02:52.368 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 13 January 2024 01:18:26 +0000 (0:00:00.021) 0:02:52.389 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 13 January 2024 01:18:26 +0000 (0:00:00.021) 0:02:52.411 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 13 January 2024 01:18:26 +0000 (0:00:00.021) 0:02:52.433 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 13 January 2024 01:18:26 +0000 (0:00:00.028) 0:02:52.461 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 13 January 2024 01:18:26 +0000 (0:00:00.069) 0:02:52.531 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 13 January 2024 01:18:26 +0000 (0:00:00.023) 0:02:52.554 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 13 January 2024 01:18:26 +0000 (0:00:00.021) 0:02:52.576 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 13 January 2024 01:18:26 +0000 (0:00:00.020) 0:02:52.596 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 13 January 2024 01:18:26 +0000 (0:00:00.021) 0:02:52.618 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 13 January 2024 01:18:27 +0000 (0:00:01.307) 0:02:53.926 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } ok: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_facts": { "__mssql_current_version": "2022" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 } } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 13 January 2024 01:18:27 +0000 (0:00:00.059) 0:02:53.986 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 13 January 2024 01:18:28 +0000 (0:00:00.020) 0:02:54.007 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 13 January 2024 01:18:28 +0000 (0:00:00.022) 0:02:54.029 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 13 January 2024 01:18:28 +0000 (0:00:00.080) 0:02:54.109 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2022] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 13 January 2024 01:18:28 +0000 (0:00:00.351) 0:02:54.461 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: * TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 13 January 2024 01:18:29 +0000 (0:00:00.656) 0:02:55.118 ****** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail; yum repolist enabled | grep packages-microsoft-com-mssql-server- | grep -v packages-microsoft-com-mssql-server-2022 | cut -d\" \" -f 1 || true", "delta": "0:00:00.251993", "end": "2024-01-13 01:18:29.549650", "rc": 0, "start": "2024-01-13 01:18:29.297657" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2022] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 13 January 2024 01:18:29 +0000 (0:00:00.456) 0:02:55.574 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2022] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 13 January 2024 01:18:29 +0000 (0:00:00.029) 0:02:55.604 ****** ok: [sut] => { "changed": false, "repo": "packages-microsoft-com-mssql-server-2022", "state": "present" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 13 January 2024 01:18:29 +0000 (0:00:00.214) 0:02:55.818 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 13 January 2024 01:18:29 +0000 (0:00:00.023) 0:02:55.842 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 13 January 2024 01:18:29 +0000 (0:00:00.021) 0:02:55.863 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 13 January 2024 01:18:29 +0000 (0:00:00.022) 0:02:55.885 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 13 January 2024 01:18:29 +0000 (0:00:00.025) 0:02:55.911 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 13 January 2024 01:18:29 +0000 (0:00:00.061) 0:02:55.972 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 13 January 2024 01:18:32 +0000 (0:00:02.838) 0:02:58.811 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 13 January 2024 01:18:32 +0000 (0:00:00.028) 0:02:58.839 ****** 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.005835", "end": "2024-01-13 01:18:33.019824", "rc": 0, "start": "2024-01-13 01:18:33.013989" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 13 January 2024 01:18:33 +0000 (0:00:00.202) 0:02:59.041 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 13 January 2024 01:18:54 +0000 (0:00:21.534) 0:03:20.576 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 13 January 2024 01:18:54 +0000 (0:00:00.029) 0:03:20.605 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 13 January 2024 01:18:54 +0000 (0:00:00.021) 0:03:20.626 ****** skipping: [sut] => { "censored": "the 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 13 January 2024 01:18:54 +0000 (0:00:00.063) 0:03:20.690 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 13 January 2024 01:18:54 +0000 (0:00:00.027) 0:03:20.717 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 13 January 2024 01:18:54 +0000 (0:00:00.021) 0:03:20.739 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: tuned-profiles-mssql TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 13 January 2024 01:18:57 +0000 (0:00:02.858) 0:03:23.598 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 00:59:01 UTC", "ActiveEnterTimestampMonotonic": "35368973", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus.socket sysinit.target system.slice network.target dbus.service polkit.service systemd-journald.socket systemd-sysctl.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 00:58:59 UTC", "AssertTimestampMonotonic": "33846263", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-13 00:58:59 UTC", "ConditionTimestampMonotonic": "33846261", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target auto-cpufreq.service power-profiles-daemon.service cpupower.service tlp.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "700", "ExecMainStartTimestamp": "Sat 2024-01-13 00:58:59 UTC", "ExecMainStartTimestampMonotonic": "33847276", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-13 00:58:59 UTC", "InactiveExitTimestampMonotonic": "33847330", "InvocationID": "7b99ffd559604657a7f77e31fd198a7f", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28609", "LimitNPROCSoft": "28609", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "700", "MemoryAccounting": "yes", "MemoryCurrent": "20717568", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.service system.slice sysinit.target dbus.socket", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-13 00:59:01 UTC", "StateChangeTimestampMonotonic": "35368973", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "5", "TasksMax": "45774", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-13 00:59:01 UTC", "WatchdogTimestampMonotonic": "35368968", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 13 January 2024 01:18:58 +0000 (0:00:01.328) 0:03:24.926 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.116332", "end": "2024-01-13 01:18:59.216371", "rc": 0, "start": "2024-01-13 01:18:59.100039" } 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 13 January 2024 01:18:59 +0000 (0:00:00.312) 0:03:25.238 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 13 January 2024 01:18:59 +0000 (0:00:00.021) 0:03:25.260 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 13 January 2024 01:18:59 +0000 (0:00:00.051) 0:03:25.311 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 13 January 2024 01:18:59 +0000 (0:00:00.021) 0:03:25.333 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 13 January 2024 01:18:59 +0000 (0:00:00.203) 0:03:25.537 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: mssql-tools unixODBC-devel TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 13 January 2024 01:19:02 +0000 (0:00:02.902) 0:03:28.439 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml for sut TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 13 January 2024 01:19:02 +0000 (0:00:00.049) 0:03:28.489 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:17:45 UTC", "ActiveEnterTimestampMonotonic": "1159331010", "ActiveExitTimestamp": "Sat 2024-01-13 01:17:16 UTC", "ActiveExitTimestampMonotonic": "1130358143", "ActiveState": "active", "After": "sysinit.target system.slice auditd.service network.target -.mount basic.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:17:45 UTC", "AssertTimestampMonotonic": "1159330002", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-13 01:17:45 UTC", "ConditionTimestampMonotonic": "1159330000", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "12337", "ExecMainStartTimestamp": "Sat 2024-01-13 01:17:45 UTC", "ExecMainStartTimestampMonotonic": "1159330958", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "991", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-13 01:17:16 UTC", "InactiveEnterTimestampMonotonic": "1130595124", "InactiveExitTimestamp": "Sat 2024-01-13 01:17:45 UTC", "InactiveExitTimestampMonotonic": "1159331010", "InvocationID": "6f8be6c754904fa68e48ab427a13dabd", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "infinity", "LimitNOFILESoft": "infinity", "LimitNPROC": "infinity", "LimitNPROCSoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "12337", "MemoryAccounting": "yes", "MemoryCurrent": "1041063936", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "3", "StartLimitIntervalUSec": "2min", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-13 01:17:45 UTC", "StateChangeTimestampMonotonic": "1159331010", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "175", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-13 01:17:45 UTC", "WatchdogTimestampMonotonic": "1159331006", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 13 January 2024 01:19:02 +0000 (0:00:00.331) 0:03:28.821 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003135", "end": "2024-01-13 01:19:03.000524", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:19:02.997389" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 13 January 2024 01:19:03 +0000 (0:00:00.199) 0:03:29.020 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003164", "end": "2024-01-13 01:19:03.201248", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:19:03.198084" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 13 January 2024 01:19:03 +0000 (0:00:00.234) 0:03:29.255 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 13 January 2024 01:19:03 +0000 (0:00:00.038) 0:03:29.293 ****** ok: [sut] => { "changed": false, "elapsed": 1, "gid": 991, "group": "mssql", "match_groupdict": {}, "match_groups": [], "mode": "0660", "owner": "mssql", "path": "/var/opt/mssql/log/errorlog", "port": null, "search_regex": "SQL Server is now ready for client connections", "secontext": "system_u:object_r:var_t:s0", "size": 244949, "state": "file", "uid": 993 } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 13 January 2024 01:19:04 +0000 (0:00:01.209) 0:03:30.502 ****** ok: [sut] => { "attempts": 1, "censored": "the 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 13 January 2024 01:19:04 +0000 (0:00:00.237) 0:03:30.740 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 13 January 2024 01:19:04 +0000 (0:00:00.026) 0:03:30.767 ****** 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 password of sa user] *************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 13 January 2024 01:19:06 +0000 (0:00:01.320) 0:03:32.087 ****** skipping: [sut] => { "censored": "the 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 13 January 2024 01:19:06 +0000 (0:00:00.057) 0:03:32.144 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 13 January 2024 01:19:06 +0000 (0:00:00.021) 0:03:32.166 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 13 January 2024 01:19:06 +0000 (0:00:00.020) 0:03:32.187 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 13 January 2024 01:19:06 +0000 (0:00:00.021) 0:03:32.208 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 13 January 2024 01:19:06 +0000 (0:00:00.020) 0:03:32.229 ****** skipping: [sut] => { "censored": "the 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 13 January 2024 01:19:06 +0000 (0:00:00.022) 0:03:32.252 ****** skipping: [sut] => { "censored": "the 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 13 January 2024 01:19:06 +0000 (0:00:00.021) 0:03:32.274 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 13 January 2024 01:19:06 +0000 (0:00:00.021) 0:03:32.296 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 13 January 2024 01:19:06 +0000 (0:00:00.022) 0:03:32.318 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 13 January 2024 01:19:06 +0000 (0:00:00.021) 0:03:32.339 ****** included: /WORKDIR/git-weekly-cit20ebdfa/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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:19:06 +0000 (0:00:00.034) 0:03:32.374 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003057", "end": "2024-01-13 01:19:06.553162", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:19:06.550105" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:19:06 +0000 (0:00:00.199) 0:03:32.574 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.125546", "end": "2024-01-13 01:19:06.878286", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:19:06.752740" } 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:19:06 +0000 (0:00:00.331) 0:03:32.906 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 13 January 2024 01:19:06 +0000 (0:00:00.021) 0:03:32.928 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.069) 0:03:32.997 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.024) 0:03:33.021 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.039) 0:03:33.061 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.023) 0:03:33.085 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.028) 0:03:33.114 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.021) 0:03:33.135 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.022) 0:03:33.158 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.023) 0:03:33.182 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.021) 0:03:33.203 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.021) 0:03:33.224 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.021) 0:03:33.246 ****** skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.023) 0:03:33.269 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.020) 0:03:33.289 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.020) 0:03:33.310 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.019) 0:03:33.329 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.020) 0:03:33.350 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.021) 0:03:33.371 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.058) 0:03:33.429 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print credential caches to check if AD principal exists] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.022) 0:03:33.451 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.022) 0:03:33.473 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.024) 0:03:33.497 ****** skipping: [sut] => { "censored": "the 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.021) 0:03:33.519 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.022) 0:03:33.542 ****** skipping: [sut] => { "censored": "the 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.023) 0:03:33.565 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.021) 0:03:33.587 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.019) 0:03:33.607 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.020) 0:03:33.627 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.020) 0:03:33.648 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.019) 0:03:33.667 ****** skipping: [sut] => { "censored": "the 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.020) 0:03:33.688 ****** skipping: [sut] => { "censored": "the 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.020) 0:03:33.708 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.019) 0:03:33.728 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.020) 0:03:33.748 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.057) 0:03:33.806 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.021) 0:03:33.828 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.022) 0:03:33.850 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.020) 0:03:33.871 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.020) 0:03:33.892 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.020) 0:03:33.913 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.021) 0:03:33.934 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.020) 0:03:33.954 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 13 January 2024 01:19:07 +0000 (0:00:00.020) 0:03:33.975 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 13 January 2024 01:19:08 +0000 (0:00:00.025) 0:03:34.000 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 13 January 2024 01:19:08 +0000 (0:00:00.019) 0:03:34.020 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 13 January 2024 01:19:08 +0000 (0:00:00.020) 0:03:34.040 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 13 January 2024 01:19:08 +0000 (0:00:00.027) 0:03:34.068 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 13 January 2024 01:19:08 +0000 (0:00:00.020) 0:03:34.088 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 13 January 2024 01:19:08 +0000 (0:00:00.020) 0:03:34.109 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 13 January 2024 01:19:08 +0000 (0:00:00.020) 0:03:34.129 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 13 January 2024 01:19:08 +0000 (0:00:00.019) 0:03:34.148 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 13 January 2024 01:19:08 +0000 (0:00:00.056) 0:03:34.205 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 13 January 2024 01:19:08 +0000 (0:00:00.022) 0:03:34.227 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 13 January 2024 01:19:08 +0000 (0:00:00.021) 0:03:34.248 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 13 January 2024 01:19:08 +0000 (0:00:00.021) 0:03:34.269 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 13 January 2024 01:19:08 +0000 (0:00:00.022) 0:03:34.291 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 13 January 2024 01:19:08 +0000 (0:00:00.020) 0:03:34.312 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 13 January 2024 01:19:08 +0000 (0:00:00.020) 0:03:34.332 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 13 January 2024 01:19:08 +0000 (0:00:00.028) 0:03:34.360 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 13 January 2024 01:19:08 +0000 (0:00:00.020) 0:03:34.381 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 13 January 2024 01:19:08 +0000 (0:00:00.020) 0:03:34.401 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 13 January 2024 01:19:08 +0000 (0:00:00.020) 0:03:34.422 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 13 January 2024 01:19:08 +0000 (0:00:00.020) 0:03:34.442 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 13 January 2024 01:19:08 +0000 (0:00:00.025) 0:03:34.468 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 13 January 2024 01:19:08 +0000 (0:00:00.022) 0:03:34.490 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 13 January 2024 01:19:08 +0000 (0:00:00.021) 0:03:34.511 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 13 January 2024 01:19:08 +0000 (0:00:00.021) 0:03:34.532 ****** ok: [sut] => { "changed": false } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 13 January 2024 01:19:08 +0000 (0:00:00.285) 0:03:34.818 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 13 January 2024 01:19:08 +0000 (0:00:00.021) 0:03:34.840 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up EL 7 after the role invocation] ********************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/upgrade_and_assert.yml:27 Saturday 13 January 2024 01:19:08 +0000 (0:00:00.020) 0:03:34.860 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for sut TASK [Upgrade to new version on mssql new version 2019] ************************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/upgrade_and_assert.yml:45 Saturday 13 January 2024 01:19:08 +0000 (0:00:00.038) 0:03:34.899 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 13 January 2024 01:19:08 +0000 (0:00:00.085) 0:03:34.984 ****** included: /WORKDIR/git-weekly-cit20ebdfa/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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 13 January 2024 01:19:09 +0000 (0:00:00.033) 0:03:35.017 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 13 January 2024 01:19:09 +0000 (0:00:00.025) 0:03:35.043 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 13 January 2024 01:19:09 +0000 (0:00:00.038) 0:03:35.081 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 13 January 2024 01:19:09 +0000 (0:00:00.020) 0:03:35.101 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 13 January 2024 01:19:09 +0000 (0:00:00.019) 0:03:35.121 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 13 January 2024 01:19:09 +0000 (0:00:00.056) 0:03:35.177 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 13 January 2024 01:19:09 +0000 (0:00:00.022) 0:03:35.199 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 13 January 2024 01:19:09 +0000 (0:00:00.019) 0:03:35.219 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 13 January 2024 01:19:09 +0000 (0:00:00.020) 0:03:35.240 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 13 January 2024 01:19:09 +0000 (0:00:00.020) 0:03:35.261 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 13 January 2024 01:19:09 +0000 (0:00:00.019) 0:03:35.280 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 13 January 2024 01:19:09 +0000 (0:00:00.020) 0:03:35.301 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 13 January 2024 01:19:09 +0000 (0:00:00.024) 0:03:35.326 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 13 January 2024 01:19:09 +0000 (0:00:00.019) 0:03:35.346 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 13 January 2024 01:19:09 +0000 (0:00:00.020) 0:03:35.366 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 13 January 2024 01:19:09 +0000 (0:00:00.020) 0:03:35.387 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 13 January 2024 01:19:09 +0000 (0:00:00.019) 0:03:35.406 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 13 January 2024 01:19:09 +0000 (0:00:00.021) 0:03:35.428 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 13 January 2024 01:19:10 +0000 (0:00:01.347) 0:03:36.776 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } ok: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_facts": { "__mssql_current_version": "2022" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 } } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 13 January 2024 01:19:10 +0000 (0:00:00.060) 0:03:36.836 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 13 January 2024 01:19:10 +0000 (0:00:00.021) 0:03:36.858 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 13 January 2024 01:19:10 +0000 (0:00:00.025) 0:03:36.883 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } failed: [sut] (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 } } MSG: ['"You set mssql_version to 2019, but your SQL Server is of higher version"', 'The role does not support downgrading SQL Server'] 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 [Assert that the role failed with the correct message] ******************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/upgrade_and_assert.yml:59 Saturday 13 January 2024 01:19:10 +0000 (0:00:00.044) 0:03:36.928 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check the ansible_managed header in the configuration file] ************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tests_2022_upgrade.yml:78 Saturday 13 January 2024 01:19:10 +0000 (0:00:00.026) 0:03:36.954 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/check_header.yml for sut TASK [Grep the ansible_managed header in /var/opt/mssql/mssql.conf] ************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/check_header.yml:4 Saturday 13 January 2024 01:19:11 +0000 (0:00:00.063) 0:03:37.018 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "Ansible managed\n", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003016", "end": "2024-01-13 01:19:11.234539", "rc": 0, "start": "2024-01-13 01:19:11.231523" } STDOUT: # BEGIN ANSIBLE MANAGED BLOCK # # Ansible managed # # system_role:mssql # END ANSIBLE MANAGED BLOCK [sqlagent] enabled = false [EULA] accepteula = Y TASK [Clean up after the role invocation] ************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tests_2022_upgrade.yml:81 Saturday 13 January 2024 01:19:11 +0000 (0:00:00.237) 0:03:37.255 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/cleanup.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/cleanup.yml:2 Saturday 13 January 2024 01:19:11 +0000 (0:00:00.095) 0:03:37.351 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Purge cluster configuration] ********************************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/cleanup.yml:6 Saturday 13 January 2024 01:19:12 +0000 (0:00:01.308) 0:03:38.659 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Debug ansible_python_version] ******************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/cleanup.yml:14 Saturday 13 January 2024 01:19:12 +0000 (0:00:00.026) 0:03:38.686 ****** ok: [sut] => { "ansible_python_version": "3.6.8" } TASK [Purge firewall configuration] ******************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/cleanup.yml:18 Saturday 13 January 2024 01:19:12 +0000 (0:00:00.021) 0:03:38.707 ****** TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-weekly-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 13 January 2024 01:19:12 +0000 (0:00:00.065) 0:03:38.773 ****** included: /WORKDIR/git-weekly-cit20ebdfa/.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-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 13 January 2024 01:19:12 +0000 (0:00:00.070) 0:03:38.843 ****** 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-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 13 January 2024 01:19:12 +0000 (0:00:00.026) 0:03:38.870 ****** 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-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 13 January 2024 01:19:13 +0000 (0:00:00.243) 0:03:39.114 ****** ok: [sut] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /WORKDIR/git-weekly-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 Saturday 13 January 2024 01:19:13 +0000 (0:00:00.025) 0:03:39.139 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /WORKDIR/git-weekly-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 13 January 2024 01:19:15 +0000 (0:00:02.828) 0:03:41.968 ****** 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-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 13 January 2024 01:19:16 +0000 (0:00:00.024) 0:03:41.992 ****** 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-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 13 January 2024 01:19:16 +0000 (0:00:00.028) 0:03:42.021 ****** ok: [sut] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "polkit.service system.slice sysinit.target basic.target dbus.service dbus.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "ipset.service ebtables.service nftables.service iptables.service ip6tables.service shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28609", "LimitNPROCSoft": "28609", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice dbus.socket sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "45774", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/git-weekly-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 13 January 2024 01:19:16 +0000 (0:00:00.356) 0:03:42.377 ****** changed: [sut] => { "changed": true, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target basic.target polkit.service system.slice dbus.service dbus.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target ebtables.service ip6tables.service nftables.service ipset.service iptables.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28609", "LimitNPROCSoft": "28609", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice dbus.socket sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "45774", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/git-weekly-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 13 January 2024 01:19:17 +0000 (0:00:00.963) 0:03:43.341 ****** ok: [sut] => { "ansible_facts": { "__firewall_previous_replaced": true, "__firewall_python_cmd": "/usr/bin/python3", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /WORKDIR/git-weekly-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 13 January 2024 01:19:17 +0000 (0:00:00.026) 0:03:43.367 ****** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: 01fd12090b256116f23dc2e9bb64a2e7b3c0af919a1dc686580df84563bbd9ef /etc/firewalld/lockdown-whitelist.xml STDERR: Shared connection to 10.31.43.204 closed. TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /WORKDIR/git-weekly-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 13 January 2024 01:19:19 +0000 (0:00:01.654) 0:03:45.021 ****** ok: [sut] => { "ansible_facts": { "__firewall_report_changed": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-weekly-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 13 January 2024 01:19:19 +0000 (0:00:00.026) 0:03:45.048 ****** TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /WORKDIR/git-weekly-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Saturday 13 January 2024 01:19:19 +0000 (0:00:00.023) 0:03:45.072 ****** TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 13 January 2024 01:19:19 +0000 (0:00:00.026) 0:03: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-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Saturday 13 January 2024 01:19:19 +0000 (0:00:00.059) 0:03:45.157 ****** 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-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Saturday 13 January 2024 01:19:19 +0000 (0:00:00.022) 0:03:45.179 ****** 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-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 13 January 2024 01:19:19 +0000 (0:00:00.022) 0:03:45.201 ****** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.43.204 closed. TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/git-weekly-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Saturday 13 January 2024 01:19:19 +0000 (0:00:00.293) 0:03:45.495 ****** changed: [sut] => { "ansible_facts": { "firewall_lib_result": { "changed": true } }, "changed": true } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/git-weekly-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Saturday 13 January 2024 01:19:19 +0000 (0:00:00.026) 0:03:45.521 ****** skipping: [sut] => {} TASK [Leave realm] ************************************************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/cleanup.yml:27 Saturday 13 January 2024 01:19:19 +0000 (0:00:00.023) 0:03:45.545 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Destroy Kerberos tickets] ************************************************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/cleanup.yml:35 Saturday 13 January 2024 01:19:19 +0000 (0:00:00.034) 0:03:45.579 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that yum and dnf caching is enabled] ****************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/cleanup.yml:39 Saturday 13 January 2024 01:19:19 +0000 (0:00:00.032) 0:03:45.611 ****** changed: [sut] => { "backup": "", "changed": true } MSG: line added TASK [Remove related packages] ************************************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/cleanup.yml:45 Saturday 13 January 2024 01:19:19 +0000 (0:00:00.349) 0:03:45.960 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Removed: lsof-4.93.2-1.el8.x86_64", "Removed: unixODBC-2.3.11-1.rh.x86_64", "Removed: unixODBC-devel-2.3.11-1.rh.x86_64", "Removed: libtool-ltdl-2.4.6-25.el8.x86_64", "Removed: gc-7.6.4-3.el8.x86_64", "Removed: gcc-gdb-plugin-8.5.0-21.el8.x86_64", "Removed: gdb-8.2-20.el8.x86_64", "Removed: gdb-headless-8.2-20.el8.x86_64", "Removed: libatomic-8.5.0-21.el8.x86_64", "Removed: libatomic_ops-7.6.2-3.el8.x86_64", "Removed: guile-5:2.0.14-7.el8.x86_64", "Removed: libbabeltrace-1.5.4-4.el8.x86_64", "Removed: libipt-1.6.1-8.el8.x86_64", "Removed: msodbcsql17-17.10.5.1-1.x86_64", "Removed: mssql-server-16.0.4105.2-2.x86_64", "Removed: cyrus-sasl-2.1.27-6.el8_5.x86_64", "Removed: cyrus-sasl-gssapi-2.1.27-6.el8_5.x86_64", "Removed: mssql-tools-17.10.1.1-1.x86_64", "Removed: bzip2-1.0.6-26.el8.x86_64" ] } TASK [Remove related files] **************************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/cleanup.yml:58 Saturday 13 January 2024 01:19:25 +0000 (0:00:05.297) 0:03:51.258 ****** 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.011429", "end": "2024-01-13 01:19:25.453945", "rc": 0, "start": "2024-01-13 01:19:25.442516" } STDOUT: removed directory '/var/opt/mssql/.system/system/Temp' removed '/var/opt/mssql/.system/system/lsasetup.log' removed '/var/opt/mssql/.system/system/debug/PASSWD.LOG' removed directory '/var/opt/mssql/.system/system/debug' removed '/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/35fdc82d-b737-4c68-9eb8-7b536863fb0d' removed '/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/Preferred' removed directory '/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User' removed directory '/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18' removed directory '/var/opt/mssql/.system/system/system32/Microsoft/Protect' removed directory '/var/opt/mssql/.system/system/system32/Microsoft' removed directory '/var/opt/mssql/.system/system/system32/LogFiles/Scm' removed directory '/var/opt/mssql/.system/system/system32/LogFiles' removed directory '/var/opt/mssql/.system/system/system32' removed '/var/opt/mssql/.system/system/licensing.hiv' removed '/var/opt/mssql/.system/system/security.hiv' removed '/var/opt/mssql/.system/system/lsa.hiv' removed directory '/var/opt/mssql/.system/system' removed directory '/var/opt/mssql/.system/profiles/Client/Desktop' removed directory '/var/opt/mssql/.system/profiles/Client/Documents' removed directory '/var/opt/mssql/.system/profiles/Client/Temp' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/Temporary Internet Files' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/INetCache/IE' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/INetCache/Content.IE5' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/INetCache' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/INetCookies/ESE' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/INetCookies' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/History/History.IE5' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/History' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/Certificates' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/CRLs' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/CTLs' removed '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/AppContainerUserCertRead' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/LocalLow' removed directory '/var/opt/mssql/.system/profiles/Client/AppData' removed directory '/var/opt/mssql/.system/profiles/Client' removed directory '/var/opt/mssql/.system/profiles' removed '/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore/Microsoft.Diagnostics.Tracing.EventSource, Version=1.1.26.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' removed '/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore/Microsoft.Diagnostics.Tracing.EventSource, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' removed directory '/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore' removed directory '/var/opt/mssql/.system/programdata/Microsoft/NetFramework' removed directory '/var/opt/mssql/.system/programdata/Microsoft' removed directory '/var/opt/mssql/.system/programdata' removed '/var/opt/mssql/.system/instance_id' removed directory '/var/opt/mssql/.system' removed '/var/opt/mssql/data/master.mdf' removed '/var/opt/mssql/data/mastlog.ldf' removed '/var/opt/mssql/data/model.mdf' removed '/var/opt/mssql/data/modellog.ldf' removed '/var/opt/mssql/data/msdbdata.mdf' removed '/var/opt/mssql/data/msdblog.ldf' removed '/var/opt/mssql/data/model_replicatedmaster.mdf' removed '/var/opt/mssql/data/model_replicatedmaster.ldf' removed '/var/opt/mssql/data/model_msdbdata.mdf' removed '/var/opt/mssql/data/model_msdblog.ldf' removed '/var/opt/mssql/data/Entropy.bin' removed '/var/opt/mssql/data/tempdb.mdf' removed '/var/opt/mssql/data/templog.ldf' removed '/var/opt/mssql/data/tempdb2.ndf' removed '/var/opt/mssql/data/tempdb3.ndf' removed '/var/opt/mssql/data/tempdb4.ndf' removed '/var/opt/mssql/data/MS_AgentSigningCertificate.cer' removed directory '/var/opt/mssql/data' removed '/var/opt/mssql/log/mssql-conf/mssql-conf.log' removed directory '/var/opt/mssql/log/mssql-conf' removed '/var/opt/mssql/log/sqlagentstartup.log' removed '/var/opt/mssql/log/HkEngineEventFile_0_133495821959900000.xel' removed '/var/opt/mssql/log/system_health_0_133495821966510000.xel' removed '/var/opt/mssql/log/log.trc' removed '/var/opt/mssql/log/HkEngineEventFile_0_133495822008480000.xel' removed '/var/opt/mssql/log/system_health_0_133495822014620000.xel' removed '/var/opt/mssql/log/log_1.trc' removed '/var/opt/mssql/log/errorlog.3' removed '/var/opt/mssql/log/errorlog.2' removed '/var/opt/mssql/log/errorlog.1' removed '/var/opt/mssql/log/errorlog' removed '/var/opt/mssql/log/HkEngineEventFile_0_133495822685150000.xel' removed '/var/opt/mssql/log/system_health_0_133495822716450000.xel' removed '/var/opt/mssql/log/log_2.trc' removed '/var/opt/mssql/log/system_health_0_133495822731440000.xel' removed '/var/opt/mssql/log/system_health_0_133495823013970000.xel' removed directory '/var/opt/mssql/log' removed '/var/opt/mssql/mssql.conf' removed '/var/opt/mssql/secrets/machine-key' removed directory '/var/opt/mssql/secrets' removed directory '/var/opt/mssql' removed directory '/opt/mssql' removed directory '/opt/mssql-tools' removed '/etc/yum.repos.d/packages-microsoft-com-mssql-server-2022.repo' removed '/etc/yum.repos.d/packages-microsoft-com-prod.repo' TASK [Stop the mssql-server service] ******************************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/cleanup.yml:72 Saturday 13 January 2024 01:19:25 +0000 (0:00:00.223) 0:03:51.481 ****** ok: [sut] => { "changed": false, "cmd": "systemctl stop mssql-server || true", "delta": "0:00:00.012125", "end": "2024-01-13 01:19:25.675548", "rc": 0, "start": "2024-01-13 01:19:25.663423" } STDERR: Failed to stop mssql-server.service: Unit mssql-server.service not loaded. META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=134 changed=17 unreachable=0 failed=0 skipped=395 rescued=3 ignored=0 Saturday 13 January 2024 01:19:25 +0000 (0:00:00.202) 0:03:51.684 ****** =============================================================================== linux-system-roles.mssql : Ensure the package mssql-server ------------- 47.99s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 linux-system-roles.mssql : Ensure the package mssql-server ------------- 47.05s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 linux-system-roles.mssql : Gather system services facts ---------------- 33.57s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 linux-system-roles.mssql : Wait for mssql-server to prepare for client connections -- 13.53s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 linux-system-roles.mssql : Ensure that SQL Server client tools are installed --- 8.15s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 linux-system-roles.mssql : Ensure that SQL Server client tools are installed --- 6.15s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 linux-system-roles.mssql : Set up MSSQL --------------------------------- 6.03s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 6.02s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Remove related packages ------------------------------------------------- 5.30s /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/cleanup.yml:45 --------------------- linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 4.39s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 linux-system-roles.mssql : Gather package facts ------------------------- 3.97s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 fedora.linux_system_roles.firewall : Install firewalld ------------------ 2.83s /WORKDIR/git-weekly-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 linux-system-roles.mssql : Gather package facts ------------------------- 2.63s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles --- 2.41s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 linux-system-roles.mssql : Ensure that the tuned service is started and enabled --- 1.71s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 fedora.linux_system_roles.firewall : Get config files, checksums before and remove --- 1.65s /WORKDIR/git-weekly-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 linux-system-roles.mssql : Get the active Tuned profiles ---------------- 1.65s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 linux-system-roles.mssql : Gather system services facts ----------------- 1.52s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 linux-system-roles.mssql : Gather package facts ------------------------- 1.43s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 linux-system-roles.mssql : Gather package facts ------------------------- 1.35s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: Consider using the file module with state=absent rather than running 'rm'. If you need to use command because file is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ---^---^---^---^---^---