# 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_idempotency_2019.yml ******************************************* 1 plays in /WORKDIR/git-weekly-ciedxcg5qb/tests/tests_idempotency_2019.yml PLAY [Ensure that the role is idempotent] ************************************** META: ran handlers TASK [Run tests_idempotency with SQL Server 2019] ****************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tests_idempotency_2019.yml:15 Saturday 20 January 2024 01:28:42 +0000 (0:00:00.022) 0:00:00.022 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_idempotency.yml for sut TASK [Assert fail on EL 7 with version = 2022 and EL 9 with version != 2022] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_idempotency.yml:2 Saturday 20 January 2024 01:28:42 +0000 (0:00:00.011) 0:00:00.034 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/assert_fail_on_unsupported_ver.yml for sut TASK [Ensure ansible_facts to get ansible_distribution] ************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/assert_fail_on_unsupported_ver.yml:2 Saturday 20 January 2024 01:28:42 +0000 (0:00:00.020) 0:00:00.055 ****** ok: [sut] TASK [Run the role] ************************************************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/assert_fail_on_unsupported_ver.yml:15 Saturday 20 January 2024 01:28:43 +0000 (0:00:00.458) 0:00:00.513 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unreachable task] ******************************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/assert_fail_on_unsupported_ver.yml:22 Saturday 20 January 2024 01:28:43 +0000 (0:00:00.010) 0:00:00.524 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run on a fresh host and set all parameters] ****************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_idempotency.yml:5 Saturday 20 January 2024 01:28:43 +0000 (0:00:00.017) 0:00:00.541 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 20 January 2024 01:28:43 +0000 (0:00:00.200) 0:00:00.742 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml for sut TASK [linux-system-roles.mssql : Ensure ansible_facts used by role] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 20 January 2024 01:28:43 +0000 (0:00:00.012) 0:00:00.754 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 20 January 2024 01:28:43 +0000 (0:00:00.009) 0:00:00.763 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 20 January 2024 01:28:43 +0000 (0:00:00.024) 0:00:00.788 ****** ok: [sut] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [linux-system-roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 20 January 2024 01:28:43 +0000 (0:00:00.007) 0:00:00.795 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 20 January 2024 01:28:43 +0000 (0:00:00.007) 0:00:00.803 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the variable is deprecated] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 20 January 2024 01:28:43 +0000 (0:00:00.009) 0:00:00.813 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 20 January 2024 01:28:43 +0000 (0:00:00.007) 0:00:00.821 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 20 January 2024 01:28:43 +0000 (0:00:00.009) 0:00:00.830 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 20 January 2024 01:28:43 +0000 (0:00:00.009) 0:00:00.840 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 20 January 2024 01:28:43 +0000 (0:00:00.009) 0:00:00.849 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 20 January 2024 01:28:43 +0000 (0:00:00.007) 0:00:00.857 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 20 January 2024 01:28:43 +0000 (0:00:00.008) 0:00:00.865 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 20 January 2024 01:28:43 +0000 (0:00:00.011) 0:00:00.876 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 20 January 2024 01:28:43 +0000 (0:00:00.009) 0:00:00.886 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 20 January 2024 01:28:43 +0000 (0:00:00.012) 0:00:00.898 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 20 January 2024 01:28:43 +0000 (0:00:00.024) 0:00:00.923 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 20 January 2024 01:28:43 +0000 (0:00:00.012) 0:00:00.935 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 20 January 2024 01:28:43 +0000 (0:00:00.015) 0:00:00.951 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 20 January 2024 01:28:45 +0000 (0:00:01.802) 0:00:02.754 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 20 January 2024 01:28:45 +0000 (0:00:00.037) 0:00:02.792 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 20 January 2024 01:28:45 +0000 (0:00:00.017) 0:00:02.809 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 20 January 2024 01:28:45 +0000 (0:00:00.020) 0:00:02.830 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 20 January 2024 01:28:45 +0000 (0:00:00.030) 0:00:02.861 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version {{ __mssql_current_version }}] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 20 January 2024 01:28:46 +0000 (0:00:00.518) 0:00:03.379 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 20 January 2024 01:28:46 +0000 (0:00:00.018) 0:00:03.397 ****** 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-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 20 January 2024 01:28:46 +0000 (0:00:00.020) 0:00:03.418 ****** 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-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 20 January 2024 01:28:46 +0000 (0:00:00.020) 0:00:03.439 ****** 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-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 20 January 2024 01:28:46 +0000 (0:00:00.288) 0:00:03.727 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current mode of SELinux] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 20 January 2024 01:28:46 +0000 (0:00:00.039) 0:00:03.766 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is in enforcing mode] ***** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 20 January 2024 01:28:46 +0000 (0:00:00.037) 0:00:03.803 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is not in enforcing mode] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 20 January 2024 01:28:46 +0000 (0:00:00.033) 0:00:03.837 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-selinux] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 20 January 2024 01:28:46 +0000 (0:00:00.029) 0:00:03.867 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 20 January 2024 01:28:46 +0000 (0:00:00.035) 0:00:03.903 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: gdb-8.2-20.el8.x86_64", "Installed: mssql-server-15.0.4345.5-2.x86_64", "Installed: libatomic_ops-7.6.2-3.el8.x86_64", "Installed: libipt-1.6.1-8.el8.x86_64", "Installed: bzip2-1.0.6-26.el8.x86_64", "Installed: gc-7.6.4-3.el8.x86_64", "Installed: cyrus-sasl-gssapi-2.1.27-6.el8_5.x86_64", "Installed: libatomic-8.5.0-21.el8.x86_64", "Installed: libtool-ltdl-2.4.6-25.el8.x86_64", "Installed: libbabeltrace-1.5.4-4.el8.x86_64", "Installed: gdb-headless-8.2-20.el8.x86_64", "Installed: lsof-4.93.2-1.el8.x86_64", "Installed: guile-5:2.0.14-7.el8.x86_64", "Installed: gcc-gdb-plugin-8.5.0-21.el8.x86_64", "Installed: cyrus-sasl-2.1.27-6.el8_5.x86_64" ] } lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 20 January 2024 01:29:26 +0000 (0:00:40.118) 0:00:44.022 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the errorlog file exists and its location] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 20 January 2024 01:29:26 +0000 (0:00:00.044) 0:00:44.067 ****** 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.005822", "end": "2024-01-20 01:29:27.165067", "rc": 0, "start": "2024-01-20 01:29:27.159245" } TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 20 January 2024 01:29:27 +0000 (0:00:00.568) 0:00:44.635 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set the __mssql_is_setup variable] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 20 January 2024 01:29:28 +0000 (0:00:01.677) 0:00:46.312 ****** ok: [sut] => { "ansible_facts": { "__mssql_is_setup": false }, "changed": false } TASK [linux-system-roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 20 January 2024 01:29:28 +0000 (0:00:00.038) 0:00:46.351 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 20 January 2024 01:29:29 +0000 (0:00:00.029) 0:00:46.381 ****** changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [linux-system-roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 20 January 2024 01:29:34 +0000 (0:00:05.690) 0:00:52.071 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml for sut included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml for sut TASK [linux-system-roles.mssql : Get stat of the directory /tmp/mssql_data] **** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 20 January 2024 01:29:34 +0000 (0:00:00.101) 0:00:52.173 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.mssql : Ensure the directory and keep present permissions /tmp/mssql_data] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 20 January 2024 01:29:35 +0000 (0:00:00.405) 0:00:52.578 ****** changed: [sut] => { "changed": true, "gid": 991, "group": "mssql", "mode": "0700", "owner": "mssql", "path": "/tmp/mssql_data", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 993 } TASK [linux-system-roles.mssql : Append facts for the selinux role] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 20 January 2024 01:29:35 +0000 (0:00:00.395) 0:00:52.974 ****** ok: [sut] => { "ansible_facts": { "selinux_fcontexts": [ { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" } ], "selinux_restore_dirs": [ "/tmp/mssql_data" ] }, "changed": false } TASK [linux-system-roles.mssql : Configure the setting defaultdatadir] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 20 January 2024 01:29:35 +0000 (0:00:00.094) 0:00:53.069 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:29:35 +0000 (0:00:00.037) 0:00:53.106 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003105", "end": "2024-01-20 01:29:35.957128", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:29:35.954023" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:29:36 +0000 (0:00:00.299) 0:00:53.406 ****** NOTIFIED HANDLER linux-system-roles.mssql : Restart the mssql-server service for sut changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultdatadir", "/tmp/mssql_data" ], "delta": "0:00:00.165167", "end": "2024-01-20 01:29:36.500223", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:29:36.335056" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:29:36 +0000 (0:00:00.511) 0:00:53.917 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get stat of the directory /tmp/mssql_log] ***** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 20 January 2024 01:29:36 +0000 (0:00:00.021) 0:00:53.939 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.mssql : Ensure the directory and keep present permissions /tmp/mssql_log] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 20 January 2024 01:29:36 +0000 (0:00:00.245) 0:00:54.185 ****** changed: [sut] => { "changed": true, "gid": 991, "group": "mssql", "mode": "0700", "owner": "mssql", "path": "/tmp/mssql_log", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 993 } TASK [linux-system-roles.mssql : Append facts for the selinux role] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 20 January 2024 01:29:37 +0000 (0:00:00.235) 0:00:54.420 ****** ok: [sut] => { "ansible_facts": { "selinux_fcontexts": [ { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" } ], "selinux_restore_dirs": [ "/tmp/mssql_data", "/tmp/mssql_log" ] }, "changed": false } TASK [linux-system-roles.mssql : Configure the setting defaultlogdir] ********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 20 January 2024 01:29:37 +0000 (0:00:00.037) 0:00:54.458 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:29:37 +0000 (0:00:00.060) 0:00:54.518 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004893", "end": "2024-01-20 01:29:37.440436", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:29:37.435543" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:29:37 +0000 (0:00:00.360) 0:00:54.879 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultlogdir", "/tmp/mssql_log" ], "delta": "0:00:00.204234", "end": "2024-01-20 01:29:38.045308", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:29:37.841074" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:29:38 +0000 (0:00:00.585) 0:00:55.464 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 20 January 2024 01:29:38 +0000 (0:00:00.025) 0:00:55.490 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 20 January 2024 01:29:38 +0000 (0:00:00.028) 0:00:55.518 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: tuned-profiles-mssql TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 20 January 2024 01:29:40 +0000 (0:00:02.691) 0:00:58.209 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:10:24 UTC", "ActiveEnterTimestampMonotonic": "31526097", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-sysctl.service network.target sysinit.target system.slice polkit.service systemd-journald.socket dbus.socket basic.target dbus.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:10:22 UTC", "AssertTimestampMonotonic": "29414628", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:10:22 UTC", "ConditionTimestampMonotonic": "29414626", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target cpupower.service auto-cpufreq.service power-profiles-daemon.service tlp.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "699", "ExecMainStartTimestamp": "Sat 2024-01-20 01:10:22 UTC", "ExecMainStartTimestampMonotonic": "29415677", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-20 01:10:22 UTC", "InactiveExitTimestampMonotonic": "29415726", "InvocationID": "021ea64079a14dc89f1969fac94e6f99", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28609", "LimitNPROCSoft": "28609", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "699", "MemoryAccounting": "yes", "MemoryCurrent": "20688896", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice dbus.socket dbus.service sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:10:24 UTC", "StateChangeTimestampMonotonic": "31526097", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "5", "TasksMax": "45774", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:10:24 UTC", "WatchdogTimestampMonotonic": "31526093", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 20 January 2024 01:29:41 +0000 (0:00:00.507) 0:00:58.717 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.121381", "end": "2024-01-20 01:29:41.638251", "rc": 0, "start": "2024-01-20 01:29:41.516870" } STDOUT: Current active profile: virtual-guest mssql TASK [linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 20 January 2024 01:29:41 +0000 (0:00:00.347) 0:00:59.065 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 20 January 2024 01:29:41 +0000 (0:00:00.021) 0:00:59.087 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 20 January 2024 01:29:41 +0000 (0:00:00.021) 0:00:59.108 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 20 January 2024 01:29:41 +0000 (0:00:00.026) 0:00:59.134 ****** changed: [sut] => { "changed": true, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [linux-system-roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 20 January 2024 01:29:41 +0000 (0:00:00.217) 0:00:59.352 ****** 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: unixODBC-2.3.11-1.rh.x86_64", "Installed: mssql-tools-17.10.1.1-1.x86_64" ] } lsrpackages: mssql-tools unixODBC-devel TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 20 January 2024 01:29:45 +0000 (0:00:03.769) 0:01:03.121 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 20 January 2024 01:29:45 +0000 (0:00:00.044) 0:01:03.165 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 20 January 2024 01:29:45 +0000 (0:00:00.020) 0:01:03.186 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 20 January 2024 01:29:45 +0000 (0:00:00.020) 0:01:03.206 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 20 January 2024 01:29:45 +0000 (0:00:00.021) 0:01:03.228 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the password of sa user] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 20 January 2024 01:29:45 +0000 (0:00:00.020) 0:01:03.248 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 20 January 2024 01:29:45 +0000 (0:00:00.020) 0:01:03.269 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 20 January 2024 01:29:45 +0000 (0:00:00.019) 0:01:03.289 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set edition matches the existing edition] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 20 January 2024 01:29:45 +0000 (0:00:00.021) 0:01:03.310 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 20 January 2024 01:29:45 +0000 (0:00:00.020) 0:01:03.330 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 20 January 2024 01:29:45 +0000 (0:00:00.020) 0:01:03.351 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the edition of MSSQL] ****************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 20 January 2024 01:29:45 +0000 (0:00:00.023) 0:01:03.375 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Configure the IP address setting] ************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 20 January 2024 01:29:46 +0000 (0:00:00.019) 0:01:03.394 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network ipaddress] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:29:46 +0000 (0:00:00.037) 0:01:03.432 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003168", "end": "2024-01-20 01:29:46.257366", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:29:46.254198" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network ipaddress] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:29:46 +0000 (0:00:00.245) 0:01:03.678 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.ipaddress", "0.0.0.0" ], "delta": "0:00:00.121245", "end": "2024-01-20 01:29:46.606018", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:29:46.484773" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting network ipaddress] ********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:29:46 +0000 (0:00:00.344) 0:01:04.022 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 20 January 2024 01:29:46 +0000 (0:00:00.028) 0:01:04.051 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 20 January 2024 01:29:46 +0000 (0:00:00.074) 0:01:04.125 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the TCP port setting to 1433] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 20 January 2024 01:29:46 +0000 (0:00:00.022) 0:01:04.148 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tcpport] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:29:46 +0000 (0:00:00.044) 0:01:04.192 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003238", "end": "2024-01-20 01:29:47.002347", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:29:46.999109" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:29:47 +0000 (0:00:00.220) 0:01:04.412 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.122643", "end": "2024-01-20 01:29:47.356334", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:29:47.233691" } STDOUT: Validation error on setting 'network.tcpport' Port '1433' is already in use. Please use another port TASK [linux-system-roles.mssql : Unset the setting network tcpport] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:29:47 +0000 (0:00:00.366) 0:01:04.778 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 20 January 2024 01:29:47 +0000 (0:00:00.047) 0:01:04.826 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 20 January 2024 01:29:47 +0000 (0:00:00.020) 0:01:04.847 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting sqlagent enabled] ************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:29:47 +0000 (0:00:00.040) 0:01:04.887 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004317", "end": "2024-01-20 01:29:48.695844", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:29:47.691527" } STDOUT: enabled = false TASK [linux-system-roles.mssql : Configure the setting sqlagent enabled] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:29:48 +0000 (0:00:01.217) 0:01:06.104 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "sqlagent.enabled", "True" ], "delta": "0:00:00.121492", "end": "2024-01-20 01:29:49.032134", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:29:48.910642" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting sqlagent enabled] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:29:49 +0000 (0:00:00.340) 0:01:06.445 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-fts] ********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 20 January 2024 01:29:49 +0000 (0:00:00.023) 0:01:06.469 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: mssql-server-fts-15.0.4345.5-2.x86_64" ] } lsrpackages: mssql-server-fts TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 20 January 2024 01:30:19 +0000 (0:00:30.271) 0:01:36.741 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: libicu-60.3-2.el8_1.x86_64", "Installed: powershell-7.4.1-1.rh.x86_64" ] } lsrpackages: powershell TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 20 January 2024 01:30:30 +0000 (0:00:10.961) 0:01:47.702 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003224", "end": "2024-01-20 01:30:30.516399", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:30:30.513175" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 20 January 2024 01:30:30 +0000 (0:00:00.245) 0:01:47.947 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "traceflag", "3979", "on" ], "delta": "0:00:00.121766", "end": "2024-01-20 01:30:30.885446", "rc": 0, "start": "2024-01-20 01:30:30.763680" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 20 January 2024 01:30:30 +0000 (0:00:00.344) 0:01:48.292 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 20 January 2024 01:30:30 +0000 (0:00:00.020) 0:01:48.313 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:30:30 +0000 (0:00:00.037) 0:01:48.350 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002957", "end": "2024-01-20 01:30:31.160930", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:30:31.157973" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:30:31 +0000 (0:00:00.219) 0:01:48.570 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.alternatewritethrough", "0" ], "delta": "0:00:00.129630", "end": "2024-01-20 01:30:31.522462", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:30:31.392832" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:30:31 +0000 (0:00:00.374) 0:01:48.944 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 20 January 2024 01:30:31 +0000 (0:00:00.030) 0:01:48.975 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting control writethrough] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:30:31 +0000 (0:00:00.039) 0:01:49.014 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003312", "end": "2024-01-20 01:30:31.827094", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:30:31.823782" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:30:31 +0000 (0:00:00.224) 0:01:49.238 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.writethrough", "1" ], "delta": "0:00:00.120209", "end": "2024-01-20 01:30:32.168142", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:30:32.047933" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting control writethrough] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:30:32 +0000 (0:00:00.341) 0:01:49.580 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 20 January 2024 01:30:32 +0000 (0:00:00.022) 0:01:49.602 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 20 January 2024 01:30:32 +0000 (0:00:00.021) 0:01:49.624 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Copy certificate and private_key files to the host] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 20 January 2024 01:30:32 +0000 (0:00:00.071) 0:01:49.696 ****** 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-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 20 January 2024 01:30:32 +0000 (0:00:00.030) 0:01:49.726 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 20 January 2024 01:30:32 +0000 (0:00:00.020) 0:01:49.747 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 20 January 2024 01:30:32 +0000 (0:00:00.021) 0:01:49.768 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 20 January 2024 01:30:32 +0000 (0:00:00.040) 0:01:49.809 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 20 January 2024 01:30:32 +0000 (0:00:00.066) 0:01:49.875 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 20 January 2024 01:30:32 +0000 (0:00:00.052) 0:01:49.928 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 20 January 2024 01:30:32 +0000 (0:00:00.058) 0:01:49.986 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print credential caches to check if AD principal exists] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 20 January 2024 01:30:32 +0000 (0:00:00.022) 0:01:50.009 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 20 January 2024 01:30:32 +0000 (0:00:00.029) 0:01:50.038 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 20 January 2024 01:30:32 +0000 (0:00:00.023) 0:01:50.062 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Check if AD user exists] ********************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 20 January 2024 01:30:32 +0000 (0:00:00.044) 0:01:50.106 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 20 January 2024 01:30:32 +0000 (0:00:00.030) 0:01:50.137 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Get SPNs for the principal] ******************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 20 January 2024 01:30:32 +0000 (0:00:00.028) 0:01:50.165 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 20 January 2024 01:30:32 +0000 (0:00:00.036) 0:01:50.201 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get kvno of the SPN host] ********************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 20 January 2024 01:30:32 +0000 (0:00:00.025) 0:01:50.227 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get stats of the keytab file] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 20 January 2024 01:30:32 +0000 (0:00:00.020) 0:01:50.248 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 20 January 2024 01:30:32 +0000 (0:00:00.026) 0:01:50.274 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 20 January 2024 01:30:32 +0000 (0:00:00.068) 0:01:50.343 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 20 January 2024 01:30:32 +0000 (0:00:00.019) 0:01:50.363 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure correct permissions and ownership on the keytab] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.019) 0:01:50.382 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.018) 0:01:50.400 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.018) 0:01:50.419 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.018) 0:01:50.438 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.018) 0:01:50.457 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the port and enable the high-availability service in firewall tcp port 5022] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.021) 0:01:50.478 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.020) 0:01:50.498 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.020) 0:01:50.519 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.019) 0:01:50.538 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.019) 0:01:50.558 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.019) 0:01:50.577 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key files] ***** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.018) 0:01:50.596 ****** skipping: [sut] => (item=/var/opt/mssql/data/.cer) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.cer", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/var/opt/mssql/data/.pvk) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.pvk", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on the primary replica] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.023) 0:01:50.620 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create login for HA on in SQL Server] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.019) 0:01:50.639 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.019) 0:01:50.659 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current primary replica in SQL] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.027) 0:01:50.686 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set fact with the current primary replica] **** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.020) 0:01:50.707 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.051) 0:01:50.759 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.020) 0:01:50.779 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.020) 0:01:50.800 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.021) 0:01:50.821 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.033) 0:01:50.855 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.025) 0:01:50.880 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.024) 0:01:50.905 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.026) 0:01:50.931 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.043) 0:01:50.975 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.033) 0:01:51.008 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on not primary replicas] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.039) 0:01:51.047 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.020) 0:01:51.068 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.022) 0:01:51.090 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.023) 0:01:51.113 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key from the control node] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.022) 0:01:51.136 ****** skipping: [sut] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=key) => { "ansible_loop_var": "item", "changed": false, "item": "key", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Save credentials for the SQL Server login] **** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.027) 0:01:51.163 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.023) 0:01:51.187 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure listener for the availability group] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.059) 0:01:51.246 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.053) 0:01:51.300 ****** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 20 January 2024 01:30:34 +0000 (0:00:00.294) 0:01:51.594 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:29:34 UTC", "ActiveEnterTimestampMonotonic": "1181584368", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "auditd.service basic.target network.target system.slice -.mount sysinit.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:29:34 UTC", "AssertTimestampMonotonic": "1181576348", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:29:34 UTC", "ConditionTimestampMonotonic": "1181576346", "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": "21019", "ExecMainStartTimestamp": "Sat 2024-01-20 01:29:34 UTC", "ExecMainStartTimestampMonotonic": "1181584312", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "991", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-20 01:29:34 UTC", "InactiveExitTimestampMonotonic": "1181584368", "InvocationID": "36460f3cf2d84274a537497775dd4a2e", "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": "21019", "MemoryAccounting": "yes", "MemoryCurrent": "691494912", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "3", "StartLimitIntervalUSec": "2min", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:29:34 UTC", "StateChangeTimestampMonotonic": "1181584368", "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": "147", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:29:34 UTC", "WatchdogTimestampMonotonic": "1181584365", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 20 January 2024 01:30:35 +0000 (0:00:00.792) 0:01:52.387 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 20 January 2024 01:30:35 +0000 (0:00:00.022) 0:01:52.409 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Configure the mssql-server service start limit interval and burst] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_idempotency.yml:22 Saturday 20 January 2024 01:30:35 +0000 (0:00:00.031) 0:01:52.441 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql-sever-increase-start-limit.yml for sut TASK [Modify the mssql-server service start limit interval] ******************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql-sever-increase-start-limit.yml:3 Saturday 20 January 2024 01:30:35 +0000 (0:00:00.079) 0:01:52.520 ****** changed: [sut] => { "changed": true } MSG: 1 replacements made TASK [Modify the mssql-server service start limit burst] *********************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql-sever-increase-start-limit.yml:10 Saturday 20 January 2024 01:30:35 +0000 (0:00:00.311) 0:01:52.832 ****** changed: [sut] => { "changed": true } MSG: 1 replacements made TASK [Reload service daemon] *************************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql-sever-increase-start-limit.yml:17 Saturday 20 January 2024 01:30:35 +0000 (0:00:00.239) 0:01:53.071 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [Run again with the same settings - should report not changed] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_idempotency.yml:25 Saturday 20 January 2024 01:30:36 +0000 (0:00:00.575) 0:01:53.646 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 20 January 2024 01:30:36 +0000 (0:00:00.180) 0:01:53.827 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml for sut TASK [linux-system-roles.mssql : Ensure ansible_facts used by role] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 20 January 2024 01:30:36 +0000 (0:00:00.051) 0:01:53.879 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 20 January 2024 01:30:36 +0000 (0:00:00.024) 0:01:53.904 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 20 January 2024 01:30:36 +0000 (0:00:00.036) 0:01:53.941 ****** ok: [sut] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [linux-system-roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 20 January 2024 01:30:36 +0000 (0:00:00.019) 0:01:53.960 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 20 January 2024 01:30:36 +0000 (0:00:00.018) 0:01:53.979 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the variable is deprecated] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 20 January 2024 01:30:36 +0000 (0:00:00.018) 0:01:53.998 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 20 January 2024 01:30:36 +0000 (0:00:00.018) 0:01:54.016 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 20 January 2024 01:30:36 +0000 (0:00:00.018) 0:01:54.035 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 20 January 2024 01:30:36 +0000 (0:00:00.018) 0:01:54.054 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 20 January 2024 01:30:36 +0000 (0:00:00.048) 0:01:54.103 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 20 January 2024 01:30:36 +0000 (0:00:00.019) 0:01:54.122 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 20 January 2024 01:30:36 +0000 (0:00:00.018) 0:01:54.141 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 20 January 2024 01:30:36 +0000 (0:00:00.022) 0:01:54.164 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 20 January 2024 01:30:36 +0000 (0:00:00.020) 0:01:54.184 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 20 January 2024 01:30:36 +0000 (0:00:00.021) 0:01:54.205 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 20 January 2024 01:30:36 +0000 (0:00:00.021) 0:01:54.227 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 20 January 2024 01:30:36 +0000 (0:00:00.030) 0:01:54.257 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 20 January 2024 01:30:36 +0000 (0:00:00.022) 0:01:54.279 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 20 January 2024 01:30:39 +0000 (0:00:02.327) 0:01:56.607 ****** 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-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 20 January 2024 01:30:39 +0000 (0:00:00.068) 0:01:56.675 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 20 January 2024 01:30:39 +0000 (0:00:00.021) 0:01:56.697 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 20 January 2024 01:30:39 +0000 (0:00:00.025) 0:01:56.723 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 20 January 2024 01:30:39 +0000 (0:00:00.042) 0:01:56.765 ****** 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-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 20 January 2024 01:30:39 +0000 (0:00:00.401) 0:01:57.167 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 20 January 2024 01:30:39 +0000 (0:00:00.022) 0:01:57.190 ****** 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-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 20 January 2024 01:30:39 +0000 (0:00:00.025) 0:01:57.215 ****** 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-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 20 January 2024 01:30:39 +0000 (0:00:00.023) 0:01:57.239 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 20 January 2024 01:30:39 +0000 (0:00:00.027) 0:01:57.266 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current mode of SELinux] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 20 January 2024 01:30:39 +0000 (0:00:00.021) 0:01:57.288 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is in enforcing mode] ***** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 20 January 2024 01:30:39 +0000 (0:00:00.022) 0:01:57.310 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is not in enforcing mode] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 20 January 2024 01:30:39 +0000 (0:00:00.021) 0:01:57.332 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-selinux] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 20 January 2024 01:30:39 +0000 (0:00:00.021) 0:01:57.353 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 20 January 2024 01:30:40 +0000 (0:00:00.024) 0:01:57.378 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 20 January 2024 01:30:42 +0000 (0:00:02.825) 0:02:00.204 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the errorlog file exists and its location] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 20 January 2024 01:30:42 +0000 (0:00:00.021) 0:02:00.225 ****** 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.005930", "end": "2024-01-20 01:30:43.032843", "rc": 0, "start": "2024-01-20 01:30:43.026913" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 20 January 2024 01:30:43 +0000 (0:00:00.219) 0:02:00.445 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set the __mssql_is_setup variable] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 20 January 2024 01:30:44 +0000 (0:00:01.646) 0:02:02.091 ****** ok: [sut] => { "ansible_facts": { "__mssql_is_setup": true }, "changed": false } TASK [linux-system-roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 20 January 2024 01:30:44 +0000 (0:00:00.057) 0:02:02.148 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 20 January 2024 01:30:44 +0000 (0:00:00.022) 0:02:02.171 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 20 January 2024 01:30:44 +0000 (0:00:00.021) 0:02:02.193 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml for sut included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml for sut TASK [linux-system-roles.mssql : Get stat of the directory /tmp/mssql_data] **** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 20 January 2024 01:30:44 +0000 (0:00:00.046) 0:02:02.240 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705714175.5241098, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1705714175.5261097, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 362807552, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1705714175.5241098, "nlink": 2, "path": "/tmp/mssql_data", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6, "uid": 993, "version": "1465936408", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [linux-system-roles.mssql : Ensure the directory and keep present permissions /tmp/mssql_data] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 20 January 2024 01:30:45 +0000 (0:00:00.256) 0:02:02.496 ****** ok: [sut] => { "changed": false, "gid": 991, "group": "mssql", "mode": "0700", "owner": "mssql", "path": "/tmp/mssql_data", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 993 } TASK [linux-system-roles.mssql : Append facts for the selinux role] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 20 January 2024 01:30:45 +0000 (0:00:00.237) 0:02:02.734 ****** ok: [sut] => { "ansible_facts": { "selinux_fcontexts": [ { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" } ], "selinux_restore_dirs": [ "/tmp/mssql_data", "/tmp/mssql_log", "/tmp/mssql_data" ] }, "changed": false } TASK [linux-system-roles.mssql : Configure the setting defaultdatadir] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 20 January 2024 01:30:45 +0000 (0:00:00.025) 0:02:02.760 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:30:45 +0000 (0:00:00.034) 0:02:02.794 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003207", "end": "2024-01-20 01:30:45.604293", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:30:45.601086" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [linux-system-roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:30:45 +0000 (0:00:00.220) 0:02:03.015 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:30:45 +0000 (0:00:00.026) 0:02:03.041 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get stat of the directory /tmp/mssql_log] ***** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 20 January 2024 01:30:45 +0000 (0:00:00.021) 0:02:03.063 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705714177.0081084, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1705714177.0091083, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 373293440, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1705714177.0081084, "nlink": 2, "path": "/tmp/mssql_log", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6, "uid": 993, "version": "469729369", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [linux-system-roles.mssql : Ensure the directory and keep present permissions /tmp/mssql_log] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 20 January 2024 01:30:45 +0000 (0:00:00.222) 0:02:03.285 ****** ok: [sut] => { "changed": false, "gid": 991, "group": "mssql", "mode": "0700", "owner": "mssql", "path": "/tmp/mssql_log", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 993 } TASK [linux-system-roles.mssql : Append facts for the selinux role] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 20 January 2024 01:30:46 +0000 (0:00:00.232) 0:02:03.517 ****** ok: [sut] => { "ansible_facts": { "selinux_fcontexts": [ { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" } ], "selinux_restore_dirs": [ "/tmp/mssql_data", "/tmp/mssql_log", "/tmp/mssql_data", "/tmp/mssql_log" ] }, "changed": false } TASK [linux-system-roles.mssql : Configure the setting defaultlogdir] ********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 20 January 2024 01:30:46 +0000 (0:00:00.029) 0:02:03.547 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:30:46 +0000 (0:00:00.040) 0:02:03.588 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.003914", "end": "2024-01-20 01:30:47.421794", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:30:46.417880" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [linux-system-roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:30:47 +0000 (0:00:01.248) 0:02:04.836 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:30:47 +0000 (0:00:00.026) 0:02:04.863 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 20 January 2024 01:30:47 +0000 (0:00:00.025) 0:02:04.889 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 20 January 2024 01:30:47 +0000 (0:00:00.028) 0:02:04.917 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: tuned-profiles-mssql TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 20 January 2024 01:30:50 +0000 (0:00:02.583) 0:02:07.500 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:10:24 UTC", "ActiveEnterTimestampMonotonic": "31526097", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-sysctl.service dbus.service basic.target network.target systemd-journald.socket polkit.service sysinit.target dbus.socket system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:10:22 UTC", "AssertTimestampMonotonic": "29414628", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:10:22 UTC", "ConditionTimestampMonotonic": "29414626", "ConfigurationDirectoryMode": "0755", "Conflicts": "cpupower.service shutdown.target auto-cpufreq.service power-profiles-daemon.service tlp.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "699", "ExecMainStartTimestamp": "Sat 2024-01-20 01:10:22 UTC", "ExecMainStartTimestampMonotonic": "29415677", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-20 01:10:22 UTC", "InactiveExitTimestampMonotonic": "29415726", "InvocationID": "021ea64079a14dc89f1969fac94e6f99", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28609", "LimitNPROCSoft": "28609", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "699", "MemoryAccounting": "yes", "MemoryCurrent": "20729856", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target system.slice 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-20 01:10:24 UTC", "StateChangeTimestampMonotonic": "31526097", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "5", "TasksMax": "45774", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:10:24 UTC", "WatchdogTimestampMonotonic": "31526093", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 20 January 2024 01:30:50 +0000 (0:00:00.367) 0:02:07.868 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.121361", "end": "2024-01-20 01:30:50.805196", "rc": 0, "start": "2024-01-20 01:30:50.683835" } STDOUT: Current active profile: virtual-guest mssql TASK [linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 20 January 2024 01:30:50 +0000 (0:00:00.357) 0:02:08.225 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 20 January 2024 01:30:50 +0000 (0:00:00.028) 0:02:08.254 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 20 January 2024 01:30:50 +0000 (0:00:00.022) 0:02:08.276 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 20 January 2024 01:30:50 +0000 (0:00:00.026) 0:02:08.303 ****** ok: [sut] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [linux-system-roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 20 January 2024 01:30:51 +0000 (0:00:00.228) 0:02:08.531 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: mssql-tools unixODBC-devel TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 20 January 2024 01:30:53 +0000 (0:00:02.617) 0:02:11.149 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/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-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 20 January 2024 01:30:53 +0000 (0:00:00.058) 0:02:11.207 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:30:34 UTC", "ActiveEnterTimestampMonotonic": "1242096810", "ActiveExitTimestamp": "Sat 2024-01-20 01:30:34 UTC", "ActiveExitTimestampMonotonic": "1241698561", "ActiveState": "active", "After": "systemd-journald.socket -.mount network.target sysinit.target basic.target system.slice auditd.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:30:34 UTC", "AssertTimestampMonotonic": "1242095784", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:30:34 UTC", "ConditionTimestampMonotonic": "1242095782", "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": "22282", "ExecMainStartTimestamp": "Sat 2024-01-20 01:30:34 UTC", "ExecMainStartTimestampMonotonic": "1242096761", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "991", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-20 01:30:34 UTC", "InactiveEnterTimestampMonotonic": "1242094845", "InactiveExitTimestamp": "Sat 2024-01-20 01:30:34 UTC", "InactiveExitTimestampMonotonic": "1242096810", "InvocationID": "fe5e07976afc48a58d88ebe429c14296", "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": "22282", "MemoryAccounting": "yes", "MemoryCurrent": "839680000", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:30:34 UTC", "StateChangeTimestampMonotonic": "1242096810", "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": "164", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:30:34 UTC", "WatchdogTimestampMonotonic": "1242096807", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 20 January 2024 01:30:54 +0000 (0:00:00.402) 0:02:11.610 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002982", "end": "2024-01-20 01:30:54.429007", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:30:54.426025" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 20 January 2024 01:30:54 +0000 (0:00:00.255) 0:02:11.866 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004181", "end": "2024-01-20 01:30:55.685224", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:30:54.681043" } STDOUT: ipaddress = 0.0.0.0 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 20 January 2024 01:30:55 +0000 (0:00:01.261) 0:02:13.127 ****** 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-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 20 January 2024 01:30:55 +0000 (0:00:00.087) 0:02:13.215 ****** 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": 10845, "state": "file", "uid": 993 } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 20 January 2024 01:30:57 +0000 (0:00:01.359) 0:02:14.574 ****** 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-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 20 January 2024 01:30:57 +0000 (0:00:00.305) 0:02:14.880 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 20 January 2024 01:30:57 +0000 (0:00:00.102) 0:02:14.983 ****** 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-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 20 January 2024 01:30:59 +0000 (0:00:01.753) 0:02:16.736 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 20 January 2024 01:30:59 +0000 (0:00:00.054) 0:02:16.791 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 20 January 2024 01:30:59 +0000 (0:00:00.067) 0:02:16.858 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set edition matches the existing edition] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 20 January 2024 01:30:59 +0000 (0:00:00.060) 0:02:16.918 ****** ok: [sut] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Evaluation edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n edition_matches=false\nelse\n edition_matches=true\nfi\necho \"${edition_matches}\"\n", "delta": "0:00:00.005419", "end": "2024-01-20 01:30:59.770385", "rc": 0, "start": "2024-01-20 01:30:59.764966" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 20 January 2024 01:30:59 +0000 (0:00:00.281) 0:02:17.199 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 20 January 2024 01:30:59 +0000 (0:00:00.023) 0:02:17.223 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the edition of MSSQL] ****************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 20 January 2024 01:31:01 +0000 (0:00:01.731) 0:02:18.954 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Configure the IP address setting] ************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 20 January 2024 01:31:01 +0000 (0:00:00.046) 0:02:19.001 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network ipaddress] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:31:01 +0000 (0:00:00.047) 0:02:19.049 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003216", "end": "2024-01-20 01:31:01.876327", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:31:01.873111" } STDOUT: ipaddress = 0.0.0.0 TASK [linux-system-roles.mssql : Configure the setting network ipaddress] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:31:01 +0000 (0:00:00.252) 0:02:19.301 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network ipaddress] ********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:31:01 +0000 (0:00:00.027) 0:02:19.329 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 20 January 2024 01:31:01 +0000 (0:00:00.027) 0:02:19.356 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 20 January 2024 01:31:02 +0000 (0:00:00.023) 0:02:19.380 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the TCP port setting to 1433] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 20 January 2024 01:31:02 +0000 (0:00:00.051) 0:02:19.431 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tcpport] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:31:02 +0000 (0:00:00.055) 0:02:19.487 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003186", "end": "2024-01-20 01:31:02.324585", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:31:02.321399" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:31:02 +0000 (0:00:00.245) 0:02:19.733 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.125338", "end": "2024-01-20 01:31:02.712075", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:31:02.586737" } STDOUT: Validation error on setting 'network.tcpport' Port '1433' is already in use. Please use another port TASK [linux-system-roles.mssql : Unset the setting network tcpport] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:31:02 +0000 (0:00:00.398) 0:02:20.131 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 20 January 2024 01:31:02 +0000 (0:00:00.039) 0:02:20.170 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 20 January 2024 01:31:02 +0000 (0:00:00.058) 0:02:20.229 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting sqlagent enabled] ************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:31:02 +0000 (0:00:00.058) 0:02:20.288 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003252", "end": "2024-01-20 01:31:03.129083", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:31:03.125831" } STDOUT: enabled = True TASK [linux-system-roles.mssql : Configure the setting sqlagent enabled] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:31:03 +0000 (0:00:00.259) 0:02:20.547 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting sqlagent enabled] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:31:03 +0000 (0:00:00.041) 0:02:20.589 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-fts] ********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 20 January 2024 01:31:03 +0000 (0:00:00.051) 0:02:20.640 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: mssql-server-fts TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 20 January 2024 01:31:05 +0000 (0:00:02.606) 0:02:23.247 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: powershell TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 20 January 2024 01:31:08 +0000 (0:00:02.583) 0:02:25.830 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003421", "end": "2024-01-20 01:31:08.638796", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:31:08.635375" } STDOUT: traceflag0 = 3979 TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 20 January 2024 01:31:08 +0000 (0:00:00.228) 0:02:26.059 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 20 January 2024 01:31:08 +0000 (0:00:00.028) 0:02:26.087 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 20 January 2024 01:31:08 +0000 (0:00:00.029) 0:02:26.117 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:31:08 +0000 (0:00:00.037) 0:02:26.155 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003244", "end": "2024-01-20 01:31:09.008058", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:31:09.004814" } STDOUT: alternatewritethrough = 0 TASK [linux-system-roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:31:09 +0000 (0:00:00.263) 0:02:26.418 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:31:09 +0000 (0:00:00.066) 0:02:26.485 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 20 January 2024 01:31:09 +0000 (0:00:00.023) 0:02:26.508 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting control writethrough] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:31:09 +0000 (0:00:00.038) 0:02:26.547 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003288", "end": "2024-01-20 01:31:09.355546", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:31:09.352258" } STDOUT: writethrough = 1 TASK [linux-system-roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:31:09 +0000 (0:00:00.238) 0:02:26.786 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting control writethrough] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:31:09 +0000 (0:00:00.030) 0:02:26.816 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 20 January 2024 01:31:09 +0000 (0:00:00.026) 0:02:26.842 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 20 January 2024 01:31:09 +0000 (0:00:00.027) 0:02:26.870 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Copy certificate and private_key files to the host] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 20 January 2024 01:31:09 +0000 (0:00:00.023) 0:02:26.894 ****** 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-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 20 January 2024 01:31:09 +0000 (0:00:00.025) 0:02:26.919 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 20 January 2024 01:31:09 +0000 (0:00:00.034) 0:02:26.954 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 20 January 2024 01:31:09 +0000 (0:00:00.021) 0:02:26.976 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 20 January 2024 01:31:09 +0000 (0:00:00.018) 0:02:26.995 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 20 January 2024 01:31:09 +0000 (0:00:00.019) 0:02:27.014 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 20 January 2024 01:31:09 +0000 (0:00:00.019) 0:02:27.034 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 20 January 2024 01:31:09 +0000 (0:00:00.021) 0:02:27.055 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print credential caches to check if AD principal exists] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 20 January 2024 01:31:09 +0000 (0:00:00.021) 0:02:27.076 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 20 January 2024 01:31:09 +0000 (0:00:00.089) 0:02:27.166 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 20 January 2024 01:31:09 +0000 (0:00:00.034) 0:02:27.200 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Check if AD user exists] ********************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 20 January 2024 01:31:09 +0000 (0:00:00.022) 0:02:27.223 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 20 January 2024 01:31:09 +0000 (0:00:00.023) 0:02:27.247 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Get SPNs for the principal] ******************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 20 January 2024 01:31:09 +0000 (0:00:00.025) 0:02:27.272 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 20 January 2024 01:31:09 +0000 (0:00:00.020) 0:02:27.293 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get kvno of the SPN host] ********************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 20 January 2024 01:31:09 +0000 (0:00:00.019) 0:02:27.313 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get stats of the keytab file] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 20 January 2024 01:31:09 +0000 (0:00:00.019) 0:02:27.332 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 20 January 2024 01:31:09 +0000 (0:00:00.019) 0:02:27.351 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 20 January 2024 01:31:09 +0000 (0:00:00.019) 0:02:27.371 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 20 January 2024 01:31:10 +0000 (0:00:00.018) 0:02:27.390 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure correct permissions and ownership on the keytab] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 20 January 2024 01:31:10 +0000 (0:00:00.019) 0:02:27.409 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 20 January 2024 01:31:10 +0000 (0:00:00.019) 0:02:27.429 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 20 January 2024 01:31:10 +0000 (0:00:00.019) 0:02:27.449 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 20 January 2024 01:31:10 +0000 (0:00:00.019) 0:02:27.469 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 20 January 2024 01:31:10 +0000 (0:00:00.028) 0:02:27.497 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the port and enable the high-availability service in firewall tcp port 5022] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 20 January 2024 01:31:10 +0000 (0:00:00.027) 0:02:27.524 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 20 January 2024 01:31:10 +0000 (0:00:00.052) 0:02:27.577 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 20 January 2024 01:31:10 +0000 (0:00:00.022) 0:02:27.599 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 20 January 2024 01:31:10 +0000 (0:00:00.020) 0:02:27.619 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 20 January 2024 01:31:10 +0000 (0:00:00.021) 0:02:27.641 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 20 January 2024 01:31:10 +0000 (0:00:00.020) 0:02:27.661 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key files] ***** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 20 January 2024 01:31:10 +0000 (0:00:00.020) 0:02:27.682 ****** skipping: [sut] => (item=/var/opt/mssql/data/.cer) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.cer", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/var/opt/mssql/data/.pvk) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.pvk", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on the primary replica] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 20 January 2024 01:31:10 +0000 (0:00:00.024) 0:02:27.707 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create login for HA on in SQL Server] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 20 January 2024 01:31:10 +0000 (0:00:00.019) 0:02:27.726 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 20 January 2024 01:31:10 +0000 (0:00:00.021) 0:02:27.747 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current primary replica in SQL] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 20 January 2024 01:31:10 +0000 (0:00:00.027) 0:02:27.774 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set fact with the current primary replica] **** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 20 January 2024 01:31:10 +0000 (0:00:00.020) 0:02:27.795 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 20 January 2024 01:31:10 +0000 (0:00:00.021) 0:02:27.817 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 20 January 2024 01:31:10 +0000 (0:00:00.019) 0:02:27.836 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 20 January 2024 01:31:10 +0000 (0:00:00.019) 0:02:27.856 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 20 January 2024 01:31:10 +0000 (0:00:00.019) 0:02:27.875 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 20 January 2024 01:31:10 +0000 (0:00:00.018) 0:02:27.894 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 20 January 2024 01:31:10 +0000 (0:00:00.020) 0:02:27.915 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 20 January 2024 01:31:10 +0000 (0:00:00.018) 0:02:27.934 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 20 January 2024 01:31:10 +0000 (0:00:00.049) 0:02:27.983 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 20 January 2024 01:31:10 +0000 (0:00:00.021) 0:02:28.005 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 20 January 2024 01:31:10 +0000 (0:00:00.019) 0:02:28.024 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on not primary replicas] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 20 January 2024 01:31:10 +0000 (0:00:00.029) 0:02:28.054 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 20 January 2024 01:31:10 +0000 (0:00:00.021) 0:02:28.075 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 20 January 2024 01:31:10 +0000 (0:00:00.021) 0:02:28.096 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 20 January 2024 01:31:10 +0000 (0:00:00.021) 0:02:28.118 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key from the control node] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 20 January 2024 01:31:10 +0000 (0:00:00.020) 0:02:28.139 ****** skipping: [sut] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=key) => { "ansible_loop_var": "item", "changed": false, "item": "key", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Save credentials for the SQL Server login] **** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 20 January 2024 01:31:10 +0000 (0:00:00.024) 0:02:28.163 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 20 January 2024 01:31:10 +0000 (0:00:00.019) 0:02:28.183 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure listener for the availability group] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 20 January 2024 01:31:10 +0000 (0:00:00.019) 0:02:28.203 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 20 January 2024 01:31:10 +0000 (0:00:00.020) 0:02:28.223 ****** ok: [sut] => { "changed": false } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 20 January 2024 01:31:11 +0000 (0:00:00.255) 0:02:28.479 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 20 January 2024 01:31:11 +0000 (0:00:00.021) 0:02:28.500 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_idempotency.yml:40 Saturday 20 January 2024 01:31:11 +0000 (0:00:00.020) 0:02:28.521 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:8 Saturday 20 January 2024 01:31:11 +0000 (0:00:00.157) 0:02:28.678 ****** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\nerrorlog=\"$(grep '^errorlogfile' /var/opt/mssql/mssql.conf \\\n2>&1 | sed 's\\errorlogfile : \\\\')\" || :\nif [ -f \"${errorlog}\" ]; then\n echo \"${errorlog}\"\nelif [ -f /var/opt/mssql/log/errorlog ]; then\n echo \"/var/opt/mssql/log/errorlog\"\nelse\n echo \"\"\nfi\n", "delta": "0:00:00.006145", "end": "2024-01-20 01:31:11.488430", "rc": 0, "start": "2024-01-20 01:31:11.482285" } STDOUT: /var/opt/mssql/log/errorlog TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:23 Saturday 20 January 2024 01:31:11 +0000 (0:00:00.242) 0:02:28.921 ****** ok: [sut] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Evaluation edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n echo false\nelse\n echo true\nfi\n", "delta": "0:00:00.005389", "end": "2024-01-20 01:31:11.728853", "rc": 0, "start": "2024-01-20 01:31:11.723464" } STDOUT: true TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:35 Saturday 20 January 2024 01:31:11 +0000 (0:00:00.215) 0:02:29.137 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:39 Saturday 20 January 2024 01:31:11 +0000 (0:00:00.024) 0:02:29.161 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting ipaddress] ********************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:31:11 +0000 (0:00:00.053) 0:02:29.215 ****** ok: [sut] => { "changed": false, "cmd": "grep '^ipaddress' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004574", "end": "2024-01-20 01:31:12.023293", "rc": 0, "start": "2024-01-20 01:31:12.018719" } STDOUT: ipaddress = 0.0.0.0 TASK [Verify the setting when it is type str ipaddress] ************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:31:12 +0000 (0:00:00.217) 0:02:29.432 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool ipaddress] *********************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:31:12 +0000 (0:00:00.027) 0:02:29.460 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 0.0.0.0] ******************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:31:12 +0000 (0:00:00.021) 0:02:29.481 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting tcpport] ************************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:31:12 +0000 (0:00:00.027) 0:02:29.508 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tcpport' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004865", "end": "2024-01-20 01:31:12.317130", "rc": 0, "start": "2024-01-20 01:31:12.312265" } TASK [Verify the setting when it is type str tcpport] ************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:31:12 +0000 (0:00:00.217) 0:02:29.726 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool tcpport] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:31:12 +0000 (0:00:00.057) 0:02:29.783 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1433] ********************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:31:12 +0000 (0:00:00.022) 0:02:29.805 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get the value of the setting defaultdatadir] ***************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:31:12 +0000 (0:00:00.026) 0:02:29.832 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultdatadir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004561", "end": "2024-01-20 01:31:12.640695", "rc": 0, "start": "2024-01-20 01:31:12.636134" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [Verify the setting when it is type str defaultdatadir] ******************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:31:12 +0000 (0:00:00.217) 0:02:30.049 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultdatadir] ****************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:31:12 +0000 (0:00:00.029) 0:02:30.078 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /tmp/mssql_data] *********************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:31:12 +0000 (0:00:00.022) 0:02:30.101 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting defaultlogdir] ****************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:31:12 +0000 (0:00:00.022) 0:02:30.124 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultlogdir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004635", "end": "2024-01-20 01:31:12.962703", "rc": 0, "start": "2024-01-20 01:31:12.958068" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [Verify the setting when it is type str defaultlogdir] ******************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:31:12 +0000 (0:00:00.248) 0:02:30.372 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultlogdir] ******************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:31:13 +0000 (0:00:00.029) 0:02:30.402 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /tmp/mssql_log] ************************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:31:13 +0000 (0:00:00.022) 0:02:30.424 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting enabled] ************************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:31:13 +0000 (0:00:00.022) 0:02:30.446 ****** ok: [sut] => { "changed": false, "cmd": "grep '^enabled' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004860", "end": "2024-01-20 01:31:13.253659", "rc": 0, "start": "2024-01-20 01:31:13.248799" } STDOUT: enabled = True TASK [Verify the setting when it is type str enabled] ************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:31:13 +0000 (0:00:00.217) 0:02:30.664 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool enabled] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:31:13 +0000 (0:00:00.022) 0:02:30.686 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:31:13 +0000 (0:00:00.036) 0:02:30.722 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:55 Saturday 20 January 2024 01:31:13 +0000 (0:00:00.062) 0:02:30.785 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705714175.5241098, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1705714175.5261097, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 362807552, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1705714175.5241098, "nlink": 2, "path": "/tmp/mssql_data", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6, "uid": 993, "version": "1465936408", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:60 Saturday 20 January 2024 01:31:13 +0000 (0:00:00.234) 0:02:31.019 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:70 Saturday 20 January 2024 01:31:13 +0000 (0:00:00.029) 0:02:31.049 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705714177.0081084, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1705714177.0091083, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 373293440, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1705714177.0081084, "nlink": 2, "path": "/tmp/mssql_log", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6, "uid": 993, "version": "469729369", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:75 Saturday 20 January 2024 01:31:13 +0000 (0:00:00.245) 0:02:31.294 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:85 Saturday 20 January 2024 01:31:13 +0000 (0:00:00.048) 0:02:31.343 ****** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 20 January 2024 01:31:14 +0000 (0:00:00.056) 0:02:31.400 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:30:34 UTC", "ActiveEnterTimestampMonotonic": "1242096810", "ActiveExitTimestamp": "Sat 2024-01-20 01:30:34 UTC", "ActiveExitTimestampMonotonic": "1241698561", "ActiveState": "active", "After": "systemd-journald.socket -.mount network.target sysinit.target basic.target system.slice auditd.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:30:34 UTC", "AssertTimestampMonotonic": "1242095784", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:30:34 UTC", "ConditionTimestampMonotonic": "1242095782", "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": "22282", "ExecMainStartTimestamp": "Sat 2024-01-20 01:30:34 UTC", "ExecMainStartTimestampMonotonic": "1242096761", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "991", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-20 01:30:34 UTC", "InactiveEnterTimestampMonotonic": "1242094845", "InactiveExitTimestamp": "Sat 2024-01-20 01:30:34 UTC", "InactiveExitTimestampMonotonic": "1242096810", "InvocationID": "fe5e07976afc48a58d88ebe429c14296", "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": "22282", "MemoryAccounting": "yes", "MemoryCurrent": "771776512", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:30:34 UTC", "StateChangeTimestampMonotonic": "1242096810", "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": "160", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:30:34 UTC", "WatchdogTimestampMonotonic": "1242096807", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 20 January 2024 01:31:14 +0000 (0:00:00.392) 0:02:31.792 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003079", "end": "2024-01-20 01:31:14.601759", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:31:14.598680" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 20 January 2024 01:31:14 +0000 (0:00:00.217) 0:02:32.010 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002992", "end": "2024-01-20 01:31:14.818520", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:31:14.815528" } STDOUT: ipaddress = 0.0.0.0 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 20 January 2024 01:31:14 +0000 (0:00:00.216) 0:02:32.226 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Wait for mssql-server to prepare for client connections] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:93 Saturday 20 January 2024 01:31:14 +0000 (0:00:00.028) 0:02:32.254 ****** 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": 10845, "state": "file", "uid": 993 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:99 Saturday 20 January 2024 01:31:16 +0000 (0:00:01.217) 0:02:33.472 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-S", "0.0.0.0", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.024468", "end": "2024-01-20 01:31:16.303676", "rc": 0, "start": "2024-01-20 01:31:16.279208" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2019 (RTM-CU24) (KB5031908) - 15.0.4345.5 (X64) Dec 4 2023 14:44:16 Copyright (C) 2019 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Stream 8) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:113 Saturday 20 January 2024 01:31:16 +0000 (0:00:00.243) 0:02:33.716 ****** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:117 Saturday 20 January 2024 01:31:16 +0000 (0:00:00.023) 0:02:33.739 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_package.yml:7 Saturday 20 January 2024 01:31:16 +0000 (0:00:00.034) 0:02:33.773 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Verify if the package is installed mssql-server-fts] ********************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_package.yml:12 Saturday 20 January 2024 01:31:18 +0000 (0:00:01.803) 0:02:35.577 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify if the package is not installed mssql-server-fts] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_package.yml:17 Saturday 20 January 2024 01:31:18 +0000 (0:00:00.044) 0:02:35.621 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:124 Saturday 20 January 2024 01:31:18 +0000 (0:00:00.024) 0:02:35.645 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_package.yml:7 Saturday 20 January 2024 01:31:18 +0000 (0:00:00.065) 0:02:35.710 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Verify if the package is installed powershell] *************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_package.yml:12 Saturday 20 January 2024 01:31:20 +0000 (0:00:01.734) 0:02:37.444 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify if the package is not installed powershell] *********************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_package.yml:17 Saturday 20 January 2024 01:31:20 +0000 (0:00:00.048) 0:02:37.493 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:135 Saturday 20 January 2024 01:31:20 +0000 (0:00:00.073) 0:02:37.566 ****** ok: [sut] => { "changed": false, "cmd": "grep '^traceflag' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004521", "end": "2024-01-20 01:31:20.376891", "rc": 0, "start": "2024-01-20 01:31:20.372370" } STDOUT: traceflag0 = 3979 TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:140 Saturday 20 January 2024 01:31:20 +0000 (0:00:00.221) 0:02:37.788 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:145 Saturday 20 January 2024 01:31:20 +0000 (0:00:00.025) 0:02:37.814 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:151 Saturday 20 January 2024 01:31:20 +0000 (0:00:00.023) 0:02:37.838 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting alternatewritethrough] ********************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:31:20 +0000 (0:00:00.039) 0:02:37.877 ****** ok: [sut] => { "changed": false, "cmd": "grep '^alternatewritethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004653", "end": "2024-01-20 01:31:20.702485", "rc": 0, "start": "2024-01-20 01:31:20.697832" } STDOUT: alternatewritethrough = 0 TASK [Verify the setting when it is type str alternatewritethrough] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:31:20 +0000 (0:00:00.233) 0:02:38.111 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool alternatewritethrough] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:31:20 +0000 (0:00:00.021) 0:02:38.133 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:31:20 +0000 (0:00:00.027) 0:02:38.160 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:157 Saturday 20 January 2024 01:31:20 +0000 (0:00:00.020) 0:02:38.180 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting writethrough] ******************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:31:20 +0000 (0:00:00.035) 0:02:38.215 ****** ok: [sut] => { "changed": false, "cmd": "grep '^writethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004762", "end": "2024-01-20 01:31:21.024071", "rc": 0, "start": "2024-01-20 01:31:21.019309" } STDOUT: writethrough = 1 TASK [Verify the setting when it is type str writethrough] ********************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:31:21 +0000 (0:00:00.219) 0:02:38.435 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool writethrough] ******************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:31:21 +0000 (0:00:00.023) 0:02:38.459 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:31:21 +0000 (0:00:00.029) 0:02:38.488 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:167 Saturday 20 January 2024 01:31:21 +0000 (0:00:00.061) 0:02:38.550 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:178 Saturday 20 January 2024 01:31:21 +0000 (0:00:00.021) 0:02:38.571 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:190 Saturday 20 January 2024 01:31:21 +0000 (0:00:00.025) 0:02:38.597 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:198 Saturday 20 January 2024 01:31:21 +0000 (0:00:00.021) 0:02:38.618 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:208 Saturday 20 January 2024 01:31:21 +0000 (0:00:00.020) 0:02:38.639 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that SELinux is in the mode {{ __mssql_selinux_mode }}] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:213 Saturday 20 January 2024 01:31:21 +0000 (0:00:00.022) 0:02:38.662 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:221 Saturday 20 January 2024 01:31:21 +0000 (0:00:00.022) 0:02:38.685 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run to edit settings] **************************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_idempotency.yml:56 Saturday 20 January 2024 01:31:21 +0000 (0:00:00.022) 0:02:38.707 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 20 January 2024 01:31:21 +0000 (0:00:00.345) 0:02:39.052 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml for sut TASK [linux-system-roles.mssql : Ensure ansible_facts used by role] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 20 January 2024 01:31:21 +0000 (0:00:00.040) 0:02:39.092 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 20 January 2024 01:31:21 +0000 (0:00:00.030) 0:02:39.123 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 20 January 2024 01:31:21 +0000 (0:00:00.043) 0:02:39.167 ****** ok: [sut] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [linux-system-roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 20 January 2024 01:31:21 +0000 (0:00:00.020) 0:02:39.188 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 20 January 2024 01:31:21 +0000 (0:00:00.022) 0:02:39.210 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the variable is deprecated] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 20 January 2024 01:31:21 +0000 (0:00:00.020) 0:02:39.231 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 20 January 2024 01:31:21 +0000 (0:00:00.024) 0:02:39.255 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 20 January 2024 01:31:21 +0000 (0:00:00.022) 0:02:39.277 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 20 January 2024 01:31:21 +0000 (0:00:00.035) 0:02:39.313 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 20 January 2024 01:31:21 +0000 (0:00:00.022) 0:02:39.335 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 20 January 2024 01:31:21 +0000 (0:00:00.022) 0:02:39.358 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 20 January 2024 01:31:22 +0000 (0:00:00.022) 0:02:39.380 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 20 January 2024 01:31:22 +0000 (0:00:00.027) 0:02:39.407 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 20 January 2024 01:31:22 +0000 (0:00:00.026) 0:02:39.433 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 20 January 2024 01:31:22 +0000 (0:00:00.042) 0:02:39.475 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 20 January 2024 01:31:22 +0000 (0:00:00.040) 0:02:39.515 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 20 January 2024 01:31:22 +0000 (0:00:00.070) 0:02:39.586 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 20 January 2024 01:31:22 +0000 (0:00:00.022) 0:02:39.608 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 20 January 2024 01:31:23 +0000 (0:00:01.684) 0:02:41.293 ****** 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-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 20 January 2024 01:31:23 +0000 (0:00:00.061) 0:02:41.355 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 20 January 2024 01:31:23 +0000 (0:00:00.021) 0:02:41.376 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 20 January 2024 01:31:24 +0000 (0:00:00.023) 0:02:41.400 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 20 January 2024 01:31:24 +0000 (0:00:00.039) 0:02:41.440 ****** 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-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 20 January 2024 01:31:24 +0000 (0:00:00.408) 0:02:41.849 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 20 January 2024 01:31:24 +0000 (0:00:00.022) 0:02:41.871 ****** 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-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 20 January 2024 01:31:24 +0000 (0:00:00.021) 0:02:41.893 ****** 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-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 20 January 2024 01:31:24 +0000 (0:00:00.021) 0:02:41.915 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 20 January 2024 01:31:24 +0000 (0:00:00.025) 0:02:41.940 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current mode of SELinux] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 20 January 2024 01:31:24 +0000 (0:00:00.019) 0:02:41.960 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is in enforcing mode] ***** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 20 January 2024 01:31:24 +0000 (0:00:00.019) 0:02:41.979 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is not in enforcing mode] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 20 January 2024 01:31:24 +0000 (0:00:00.019) 0:02:41.999 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-selinux] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 20 January 2024 01:31:24 +0000 (0:00:00.020) 0:02:42.019 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 20 January 2024 01:31:24 +0000 (0:00:00.022) 0:02:42.042 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 20 January 2024 01:31:27 +0000 (0:00:02.564) 0:02:44.606 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the errorlog file exists and its location] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 20 January 2024 01:31:27 +0000 (0:00:00.021) 0:02:44.628 ****** 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.005832", "end": "2024-01-20 01:31:27.442768", "rc": 0, "start": "2024-01-20 01:31:27.436936" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 20 January 2024 01:31:27 +0000 (0:00:00.236) 0:02:44.865 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set the __mssql_is_setup variable] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 20 January 2024 01:31:29 +0000 (0:00:01.543) 0:02:46.409 ****** ok: [sut] => { "ansible_facts": { "__mssql_is_setup": true }, "changed": false } TASK [linux-system-roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 20 January 2024 01:31:29 +0000 (0:00:00.028) 0:02:46.437 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 20 January 2024 01:31:29 +0000 (0:00:00.020) 0:02:46.458 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 20 January 2024 01:31:29 +0000 (0:00:00.020) 0:02:46.478 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml for sut included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml for sut TASK [linux-system-roles.mssql : Get stat of the directory /var/opt/mssql/data] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 20 January 2024 01:31:29 +0000 (0:00:00.047) 0:02:46.526 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705714174.311111, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1705714174.278111, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 276824512, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1705714174.278111, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 993, "version": "4034701554", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.mssql : Ensure the directory and keep present permissions /var/opt/mssql/data] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 20 January 2024 01:31:29 +0000 (0:00:00.237) 0:02:46.763 ****** ok: [sut] => { "changed": false, "gid": 991, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/var/opt/mssql/data", "secontext": "unconfined_u:object_r:var_t:s0", "size": 4096, "state": "directory", "uid": 993 } TASK [linux-system-roles.mssql : Append facts for the selinux role] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 20 January 2024 01:31:29 +0000 (0:00:00.232) 0:02:46.996 ****** ok: [sut] => { "ansible_facts": { "selinux_fcontexts": [ { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/var/opt/mssql/data" } ], "selinux_restore_dirs": [ "/tmp/mssql_data", "/tmp/mssql_log", "/tmp/mssql_data", "/tmp/mssql_log", "/var/opt/mssql/data" ] }, "changed": false } TASK [linux-system-roles.mssql : Configure the setting defaultdatadir] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 20 January 2024 01:31:29 +0000 (0:00:00.042) 0:02:47.039 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:31:29 +0000 (0:00:00.039) 0:02:47.079 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003085", "end": "2024-01-20 01:31:29.889759", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:31:29.886674" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [linux-system-roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:31:29 +0000 (0:00:00.235) 0:02:47.315 ****** NOTIFIED HANDLER linux-system-roles.mssql : Restart the mssql-server service for sut changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultdatadir", "/var/opt/mssql/data" ], "delta": "0:00:00.122155", "end": "2024-01-20 01:31:30.250034", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:31:30.127879" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:31:30 +0000 (0:00:00.355) 0:02:47.670 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get stat of the directory /var/opt/mssql/log] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 20 January 2024 01:31:30 +0000 (0:00:00.024) 0:02:47.694 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705714238.929054, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1705714238.928054, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 278921664, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1705714238.928054, "nlink": 3, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 993, "version": "559775039", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.mssql : Ensure the directory and keep present permissions /var/opt/mssql/log] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 20 January 2024 01:31:30 +0000 (0:00:00.251) 0:02:47.945 ****** ok: [sut] => { "changed": false, "gid": 991, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/var/opt/mssql/log", "secontext": "unconfined_u:object_r:var_t:s0", "size": 4096, "state": "directory", "uid": 993 } TASK [linux-system-roles.mssql : Append facts for the selinux role] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 20 January 2024 01:31:30 +0000 (0:00:00.253) 0:02:48.198 ****** ok: [sut] => { "ansible_facts": { "selinux_fcontexts": [ { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/var/opt/mssql/data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/var/opt/mssql/log" } ], "selinux_restore_dirs": [ "/tmp/mssql_data", "/tmp/mssql_log", "/tmp/mssql_data", "/tmp/mssql_log", "/var/opt/mssql/data", "/var/opt/mssql/log" ] }, "changed": false } TASK [linux-system-roles.mssql : Configure the setting defaultlogdir] ********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 20 January 2024 01:31:30 +0000 (0:00:00.041) 0:02:48.240 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:31:30 +0000 (0:00:00.056) 0:02:48.296 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003107", "end": "2024-01-20 01:31:31.111828", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:31:31.108721" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [linux-system-roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:31:31 +0000 (0:00:00.270) 0:02:48.567 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultlogdir", "/var/opt/mssql/log" ], "delta": "0:00:00.121323", "end": "2024-01-20 01:31:31.498560", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:31:31.377237" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:31:31 +0000 (0:00:00.366) 0:02:48.933 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 20 January 2024 01:31:31 +0000 (0:00:00.039) 0:02:48.973 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 20 January 2024 01:31:31 +0000 (0:00:00.023) 0:02:48.996 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: tuned-profiles-mssql TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 20 January 2024 01:31:34 +0000 (0:00:02.575) 0:02:51.571 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:10:24 UTC", "ActiveEnterTimestampMonotonic": "31526097", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-sysctl.service dbus.service basic.target network.target systemd-journald.socket polkit.service sysinit.target dbus.socket system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:10:22 UTC", "AssertTimestampMonotonic": "29414628", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:10:22 UTC", "ConditionTimestampMonotonic": "29414626", "ConfigurationDirectoryMode": "0755", "Conflicts": "cpupower.service shutdown.target auto-cpufreq.service power-profiles-daemon.service tlp.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "699", "ExecMainStartTimestamp": "Sat 2024-01-20 01:10:22 UTC", "ExecMainStartTimestampMonotonic": "29415677", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-20 01:10:22 UTC", "InactiveExitTimestampMonotonic": "29415726", "InvocationID": "021ea64079a14dc89f1969fac94e6f99", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28609", "LimitNPROCSoft": "28609", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "699", "MemoryAccounting": "yes", "MemoryCurrent": "20455424", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target system.slice 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-20 01:10:24 UTC", "StateChangeTimestampMonotonic": "31526097", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "5", "TasksMax": "45774", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:10:24 UTC", "WatchdogTimestampMonotonic": "31526093", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 20 January 2024 01:31:34 +0000 (0:00:00.369) 0:02:51.941 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.120949", "end": "2024-01-20 01:31:34.886534", "rc": 0, "start": "2024-01-20 01:31:34.765585" } STDOUT: Current active profile: virtual-guest mssql TASK [linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 20 January 2024 01:31:34 +0000 (0:00:00.360) 0:02:52.302 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 20 January 2024 01:31:34 +0000 (0:00:00.038) 0:02:52.340 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 20 January 2024 01:31:35 +0000 (0:00:00.135) 0:02:52.476 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 20 January 2024 01:31:35 +0000 (0:00:00.042) 0:02:52.519 ****** ok: [sut] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [linux-system-roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 20 January 2024 01:31:35 +0000 (0:00:00.265) 0:02:52.785 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: mssql-tools unixODBC-devel TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 20 January 2024 01:31:37 +0000 (0:00:02.577) 0:02:55.363 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/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-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 20 January 2024 01:31:38 +0000 (0:00:00.087) 0:02:55.450 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:30:34 UTC", "ActiveEnterTimestampMonotonic": "1242096810", "ActiveExitTimestamp": "Sat 2024-01-20 01:30:34 UTC", "ActiveExitTimestampMonotonic": "1241698561", "ActiveState": "active", "After": "systemd-journald.socket -.mount network.target sysinit.target basic.target system.slice auditd.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:30:34 UTC", "AssertTimestampMonotonic": "1242095784", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:30:34 UTC", "ConditionTimestampMonotonic": "1242095782", "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": "22282", "ExecMainStartTimestamp": "Sat 2024-01-20 01:30:34 UTC", "ExecMainStartTimestampMonotonic": "1242096761", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "991", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-20 01:30:34 UTC", "InactiveEnterTimestampMonotonic": "1242094845", "InactiveExitTimestamp": "Sat 2024-01-20 01:30:34 UTC", "InactiveExitTimestampMonotonic": "1242096810", "InvocationID": "fe5e07976afc48a58d88ebe429c14296", "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": "22282", "MemoryAccounting": "yes", "MemoryCurrent": "776560640", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:30:34 UTC", "StateChangeTimestampMonotonic": "1242096810", "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": "164", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:30:34 UTC", "WatchdogTimestampMonotonic": "1242096807", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 20 January 2024 01:31:38 +0000 (0:00:00.393) 0:02:55.844 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003242", "end": "2024-01-20 01:31:38.654232", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:31:38.650990" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 20 January 2024 01:31:38 +0000 (0:00:00.218) 0:02:56.063 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004282", "end": "2024-01-20 01:31:39.882112", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:31:38.877830" } STDOUT: ipaddress = 0.0.0.0 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 20 January 2024 01:31:39 +0000 (0:00:01.307) 0:02:57.371 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 20 January 2024 01:31:40 +0000 (0:00:00.037) 0:02:57.408 ****** 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": 10845, "state": "file", "uid": 993 } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 20 January 2024 01:31:41 +0000 (0:00:01.264) 0:02:58.673 ****** fatal: [sut]: FAILED! => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ...ignoring TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 20 January 2024 01:31:41 +0000 (0:00:00.274) 0:02:58.947 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:30:34 UTC", "ActiveEnterTimestampMonotonic": "1242096810", "ActiveExitTimestamp": "Sat 2024-01-20 01:30:34 UTC", "ActiveExitTimestampMonotonic": "1241698561", "ActiveState": "active", "After": "systemd-journald.socket -.mount network.target sysinit.target basic.target system.slice auditd.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:30:34 UTC", "AssertTimestampMonotonic": "1242095784", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:30:34 UTC", "ConditionTimestampMonotonic": "1242095782", "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": "22282", "ExecMainStartTimestamp": "Sat 2024-01-20 01:30:34 UTC", "ExecMainStartTimestampMonotonic": "1242096761", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "991", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-20 01:30:34 UTC", "InactiveEnterTimestampMonotonic": "1242094845", "InactiveExitTimestamp": "Sat 2024-01-20 01:30:34 UTC", "InactiveExitTimestampMonotonic": "1242096810", "InvocationID": "fe5e07976afc48a58d88ebe429c14296", "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": "22282", "MemoryAccounting": "yes", "MemoryCurrent": "776642560", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:30:34 UTC", "StateChangeTimestampMonotonic": "1242096810", "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": "164", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:30:34 UTC", "WatchdogTimestampMonotonic": "1242096807", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 20 January 2024 01:31:42 +0000 (0:00:00.676) 0:02:59.624 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the password of sa user] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 20 January 2024 01:31:43 +0000 (0:00:01.701) 0:03:01.325 ****** 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 : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 20 January 2024 01:31:49 +0000 (0:00:05.742) 0:03:07.068 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 20 January 2024 01:31:49 +0000 (0:00:00.054) 0:03:07.123 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set edition matches the existing edition] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 20 January 2024 01:31:49 +0000 (0:00:00.086) 0:03:07.209 ****** ok: [sut] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Standard edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n edition_matches=false\nelse\n edition_matches=true\nfi\necho \"${edition_matches}\"\n", "delta": "0:00:00.005016", "end": "2024-01-20 01:31:50.048159", "rc": 0, "start": "2024-01-20 01:31:50.043143" } STDOUT: false TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 20 January 2024 01:31:50 +0000 (0:00:00.282) 0:03:07.491 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:30:34 UTC", "ActiveEnterTimestampMonotonic": "1242096810", "ActiveExitTimestamp": "Sat 2024-01-20 01:31:41 UTC", "ActiveExitTimestampMonotonic": "1309132400", "ActiveState": "inactive", "After": "systemd-journald.socket -.mount network.target sysinit.target basic.target system.slice auditd.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:30:34 UTC", "AssertTimestampMonotonic": "1242095784", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:30:34 UTC", "ConditionTimestampMonotonic": "1242095782", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "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": "1", "ExecMainExitTimestamp": "Sat 2024-01-20 01:31:42 UTC", "ExecMainExitTimestampMonotonic": "1309340312", "ExecMainPID": "22282", "ExecMainStartTimestamp": "Sat 2024-01-20 01:30:34 UTC", "ExecMainStartTimestampMonotonic": "1242096761", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-20 01:30:34 UTC] ; stop_time=[Sat 2024-01-20 01:31:42 UTC] ; pid=22282 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.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": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-20 01:31:42 UTC", "InactiveEnterTimestampMonotonic": "1309340419", "InactiveExitTimestamp": "Sat 2024-01-20 01:30:34 UTC", "InactiveExitTimestampMonotonic": "1242096810", "InvocationID": "fe5e07976afc48a58d88ebe429c14296", "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": "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": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:31:42 UTC", "StateChangeTimestampMonotonic": "1309340419", "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": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 20 January 2024 01:31:50 +0000 (0:00:00.383) 0:03:07.875 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the edition of MSSQL] ****************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 20 January 2024 01:31:52 +0000 (0:00:01.752) 0:03:09.627 ****** 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 : Configure the IP address setting] ************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 20 January 2024 01:31:58 +0000 (0:00:05.793) 0:03:15.421 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network ipaddress] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:31:58 +0000 (0:00:00.092) 0:03:15.513 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003207", "end": "2024-01-20 01:31:58.320154", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:31:58.316947" } STDOUT: ipaddress = 0.0.0.0 TASK [linux-system-roles.mssql : Configure the setting network ipaddress] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:31:58 +0000 (0:00:00.225) 0:03:15.739 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.ipaddress", "127.0.0.1" ], "delta": "0:00:00.121711", "end": "2024-01-20 01:31:58.686126", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:31:58.564415" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting network ipaddress] ********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:31:58 +0000 (0:00:00.377) 0:03:16.116 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 20 January 2024 01:31:58 +0000 (0:00:00.022) 0:03:16.138 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1435] ************************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 20 January 2024 01:31:58 +0000 (0:00:00.021) 0:03:16.159 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the TCP port setting to 1435] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 20 January 2024 01:31:58 +0000 (0:00:00.022) 0:03:16.181 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tcpport] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:31:58 +0000 (0:00:00.037) 0:03:16.219 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003172", "end": "2024-01-20 01:31:59.024958", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:31:59.021786" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:31:59 +0000 (0:00:00.213) 0:03:16.432 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1435" ], "delta": "0:00:00.120183", "end": "2024-01-20 01:31:59.356442", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:31:59.236259" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting network tcpport] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:31:59 +0000 (0:00:00.336) 0:03:16.769 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 20 January 2024 01:31:59 +0000 (0:00:00.024) 0:03:16.793 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 20 January 2024 01:31:59 +0000 (0:00:00.020) 0:03:16.813 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting sqlagent enabled] ************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:31:59 +0000 (0:00:00.038) 0:03:16.851 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004204", "end": "2024-01-20 01:32:00.656563", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:31:59.652359" } STDOUT: enabled = True TASK [linux-system-roles.mssql : Configure the setting sqlagent enabled] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:32:00 +0000 (0:00:01.217) 0:03:18.069 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "sqlagent.enabled", "False" ], "delta": "0:00:00.120189", "end": "2024-01-20 01:32:00.993381", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:32:00.873192" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting sqlagent enabled] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:32:01 +0000 (0:00:00.347) 0:03:18.417 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-fts] ********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 20 January 2024 01:32:01 +0000 (0:00:00.038) 0:03:18.455 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Removed: mssql-server-fts-15.0.4345.5-2.x86_64" ] } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 20 January 2024 01:32:04 +0000 (0:00:03.189) 0:03:21.644 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Removed: powershell-7.4.1-1.rh.x86_64" ] } TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 20 January 2024 01:32:07 +0000 (0:00:03.242) 0:03:24.887 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003245", "end": "2024-01-20 01:32:07.702252", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:32:07.699007" } STDOUT: traceflag0 = 3979 TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 20 January 2024 01:32:07 +0000 (0:00:00.242) 0:03:25.129 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 20 January 2024 01:32:07 +0000 (0:00:00.023) 0:03:25.152 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "traceflag", "3979", "off" ], "delta": "0:00:00.122274", "end": "2024-01-20 01:32:08.080636", "rc": 0, "start": "2024-01-20 01:32:07.958362" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 20 January 2024 01:32:08 +0000 (0:00:00.337) 0:03:25.490 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:32:08 +0000 (0:00:00.039) 0:03:25.529 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004281", "end": "2024-01-20 01:32:09.341145", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:32:08.336864" } STDOUT: alternatewritethrough = 0 TASK [linux-system-roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:32:09 +0000 (0:00:01.220) 0:03:26.749 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:32:09 +0000 (0:00:00.025) 0:03:26.775 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 20 January 2024 01:32:09 +0000 (0:00:00.023) 0:03:26.799 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting control writethrough] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:32:09 +0000 (0:00:00.039) 0:03:26.839 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003103", "end": "2024-01-20 01:32:09.643599", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:32:09.640496" } STDOUT: writethrough = 1 TASK [linux-system-roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:32:09 +0000 (0:00:00.214) 0:03:27.053 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.writethrough", "0" ], "delta": "0:00:00.120548", "end": "2024-01-20 01:32:09.977769", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:32:09.857221" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting control writethrough] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:32:10 +0000 (0:00:00.341) 0:03:27.394 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 20 January 2024 01:32:10 +0000 (0:00:00.027) 0:03:27.422 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 20 January 2024 01:32:10 +0000 (0:00:00.027) 0:03:27.450 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Copy certificate and private_key files to the host] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 20 January 2024 01:32:10 +0000 (0:00:00.026) 0:03:27.476 ****** 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-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 20 January 2024 01:32:10 +0000 (0:00:00.024) 0:03:27.501 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 20 January 2024 01:32:10 +0000 (0:00:00.020) 0:03:27.521 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 20 January 2024 01:32:10 +0000 (0:00:00.074) 0:03:27.596 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 20 January 2024 01:32:10 +0000 (0:00:00.021) 0:03:27.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-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 20 January 2024 01:32:10 +0000 (0:00:00.022) 0:03:27.640 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 20 January 2024 01:32:10 +0000 (0:00:00.026) 0:03:27.666 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 20 January 2024 01:32:10 +0000 (0:00:00.032) 0:03:27.699 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print credential caches to check if AD principal exists] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 20 January 2024 01:32:10 +0000 (0:00:00.022) 0:03:27.722 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 20 January 2024 01:32:10 +0000 (0:00:00.024) 0:03:27.746 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 20 January 2024 01:32:10 +0000 (0:00:00.022) 0:03:27.769 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Check if AD user exists] ********************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 20 January 2024 01:32:10 +0000 (0:00:00.021) 0:03:27.791 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 20 January 2024 01:32:10 +0000 (0:00:00.028) 0:03:27.819 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Get SPNs for the principal] ******************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 20 January 2024 01:32:10 +0000 (0:00:00.022) 0:03:27.842 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 20 January 2024 01:32:10 +0000 (0:00:00.026) 0:03:27.868 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get kvno of the SPN host] ********************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 20 January 2024 01:32:10 +0000 (0:00:00.022) 0:03:27.891 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get stats of the keytab file] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 20 January 2024 01:32:10 +0000 (0:00:00.020) 0:03:27.911 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 20 January 2024 01:32:10 +0000 (0:00:00.035) 0:03:27.947 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 20 January 2024 01:32:10 +0000 (0:00:00.022) 0:03:27.970 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 20 January 2024 01:32:10 +0000 (0:00:00.021) 0:03:27.991 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure correct permissions and ownership on the keytab] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 20 January 2024 01:32:10 +0000 (0:00:00.099) 0:03:28.090 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 20 January 2024 01:32:10 +0000 (0:00:00.035) 0:03:28.125 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 20 January 2024 01:32:10 +0000 (0:00:00.030) 0:03:28.156 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 20 January 2024 01:32:10 +0000 (0:00:00.049) 0:03:28.205 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 20 January 2024 01:32:10 +0000 (0:00:00.030) 0:03:28.236 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the port and enable the high-availability service in firewall tcp port 5022] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 20 January 2024 01:32:10 +0000 (0:00:00.025) 0:03:28.261 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 20 January 2024 01:32:10 +0000 (0:00:00.026) 0:03:28.288 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 20 January 2024 01:32:10 +0000 (0:00:00.023) 0:03:28.311 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 20 January 2024 01:32:10 +0000 (0:00:00.026) 0:03:28.337 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 20 January 2024 01:32:10 +0000 (0:00:00.031) 0:03:28.369 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 20 January 2024 01:32:11 +0000 (0:00:00.031) 0:03:28.401 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key files] ***** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 20 January 2024 01:32:11 +0000 (0:00:00.035) 0:03:28.437 ****** skipping: [sut] => (item=/var/opt/mssql/data/.cer) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.cer", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/var/opt/mssql/data/.pvk) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.pvk", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on the primary replica] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 20 January 2024 01:32:11 +0000 (0:00:00.046) 0:03:28.484 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create login for HA on in SQL Server] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 20 January 2024 01:32:11 +0000 (0:00:00.032) 0:03:28.516 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 20 January 2024 01:32:11 +0000 (0:00:00.025) 0:03:28.542 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current primary replica in SQL] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 20 January 2024 01:32:11 +0000 (0:00:00.029) 0:03:28.571 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set fact with the current primary replica] **** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 20 January 2024 01:32:11 +0000 (0:00:00.022) 0:03:28.594 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 20 January 2024 01:32:11 +0000 (0:00:00.022) 0:03:28.616 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 20 January 2024 01:32:11 +0000 (0:00:00.085) 0:03:28.701 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 20 January 2024 01:32:11 +0000 (0:00:00.021) 0:03:28.723 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 20 January 2024 01:32:11 +0000 (0:00:00.020) 0:03:28.744 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 20 January 2024 01:32:11 +0000 (0:00:00.020) 0:03:28.765 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 20 January 2024 01:32:11 +0000 (0:00:00.044) 0:03:28.810 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 20 January 2024 01:32:11 +0000 (0:00:00.038) 0:03:28.848 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 20 January 2024 01:32:11 +0000 (0:00:00.022) 0:03:28.870 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 20 January 2024 01:32:11 +0000 (0:00:00.025) 0:03:28.895 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 20 January 2024 01:32:11 +0000 (0:00:00.021) 0:03:28.917 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on not primary replicas] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 20 January 2024 01:32:11 +0000 (0:00:00.028) 0:03:28.946 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 20 January 2024 01:32:11 +0000 (0:00:00.025) 0:03:28.971 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 20 January 2024 01:32:11 +0000 (0:00:00.022) 0:03:28.993 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 20 January 2024 01:32:11 +0000 (0:00:00.021) 0:03:29.015 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key from the control node] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 20 January 2024 01:32:11 +0000 (0:00:00.020) 0:03:29.035 ****** skipping: [sut] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=key) => { "ansible_loop_var": "item", "changed": false, "item": "key", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Save credentials for the SQL Server login] **** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 20 January 2024 01:32:11 +0000 (0:00:00.024) 0:03:29.060 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 20 January 2024 01:32:11 +0000 (0:00:00.019) 0:03:29.080 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure listener for the availability group] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 20 January 2024 01:32:11 +0000 (0:00:00.020) 0:03:29.100 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 20 January 2024 01:32:11 +0000 (0:00:00.089) 0:03:29.189 ****** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 20 January 2024 01:32:12 +0000 (0:00:00.259) 0:03:29.449 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:30:34 UTC", "ActiveEnterTimestampMonotonic": "1242096810", "ActiveExitTimestamp": "Sat 2024-01-20 01:31:41 UTC", "ActiveExitTimestampMonotonic": "1309132400", "ActiveState": "inactive", "After": "systemd-journald.socket -.mount network.target sysinit.target basic.target system.slice auditd.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:30:34 UTC", "AssertTimestampMonotonic": "1242095784", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:30:34 UTC", "ConditionTimestampMonotonic": "1242095782", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "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": "1", "ExecMainExitTimestamp": "Sat 2024-01-20 01:31:42 UTC", "ExecMainExitTimestampMonotonic": "1309340312", "ExecMainPID": "22282", "ExecMainStartTimestamp": "Sat 2024-01-20 01:30:34 UTC", "ExecMainStartTimestampMonotonic": "1242096761", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-20 01:30:34 UTC] ; stop_time=[Sat 2024-01-20 01:31:42 UTC] ; pid=22282 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.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": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-20 01:31:42 UTC", "InactiveEnterTimestampMonotonic": "1309340419", "InactiveExitTimestamp": "Sat 2024-01-20 01:30:34 UTC", "InactiveExitTimestampMonotonic": "1242096810", "InvocationID": "fe5e07976afc48a58d88ebe429c14296", "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": "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": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:31:42 UTC", "StateChangeTimestampMonotonic": "1309340419", "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": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 20 January 2024 01:32:12 +0000 (0:00:00.374) 0:03:29.824 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 20 January 2024 01:32:12 +0000 (0:00:00.020) 0:03:29.845 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run with the edited settings again - should report not changed] ********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_idempotency.yml:73 Saturday 20 January 2024 01:32:12 +0000 (0:00:00.026) 0:03:29.871 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 20 January 2024 01:32:12 +0000 (0:00:00.447) 0:03:30.318 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml for sut TASK [linux-system-roles.mssql : Ensure ansible_facts used by role] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 20 January 2024 01:32:12 +0000 (0:00:00.036) 0:03:30.355 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 20 January 2024 01:32:13 +0000 (0:00:00.027) 0:03:30.383 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 20 January 2024 01:32:13 +0000 (0:00:00.042) 0:03:30.426 ****** ok: [sut] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [linux-system-roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 20 January 2024 01:32:13 +0000 (0:00:00.021) 0:03:30.447 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 20 January 2024 01:32:13 +0000 (0:00:00.021) 0:03:30.469 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the variable is deprecated] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 20 January 2024 01:32:13 +0000 (0:00:00.023) 0:03:30.492 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 20 January 2024 01:32:13 +0000 (0:00:00.025) 0:03:30.517 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 20 January 2024 01:32:13 +0000 (0:00:00.022) 0:03:30.539 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 20 January 2024 01:32:13 +0000 (0:00:00.027) 0:03:30.567 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 20 January 2024 01:32:13 +0000 (0:00:00.023) 0:03:30.590 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 20 January 2024 01:32:13 +0000 (0:00:00.032) 0:03:30.623 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 20 January 2024 01:32:13 +0000 (0:00:00.025) 0:03:30.648 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 20 January 2024 01:32:13 +0000 (0:00:00.025) 0:03:30.673 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 20 January 2024 01:32:13 +0000 (0:00:00.020) 0:03:30.694 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 20 January 2024 01:32:13 +0000 (0:00:00.082) 0:03:30.776 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 20 January 2024 01:32:13 +0000 (0:00:00.021) 0:03:30.798 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 20 January 2024 01:32:13 +0000 (0:00:00.021) 0:03:30.819 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 20 January 2024 01:32:13 +0000 (0:00:00.021) 0:03:30.840 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 20 January 2024 01:32:15 +0000 (0:00:02.197) 0:03:33.037 ****** 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-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 20 January 2024 01:32:15 +0000 (0:00:00.194) 0:03:33.231 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 20 January 2024 01:32:15 +0000 (0:00:00.047) 0:03:33.279 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 20 January 2024 01:32:15 +0000 (0:00:00.043) 0:03:33.322 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 20 January 2024 01:32:15 +0000 (0:00:00.045) 0:03:33.368 ****** 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-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 20 January 2024 01:32:16 +0000 (0:00:00.519) 0:03:33.887 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 20 January 2024 01:32:16 +0000 (0:00:00.053) 0:03:33.942 ****** 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-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 20 January 2024 01:32:16 +0000 (0:00:00.067) 0:03:34.009 ****** 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-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 20 January 2024 01:32:16 +0000 (0:00:00.037) 0:03:34.047 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 20 January 2024 01:32:16 +0000 (0:00:00.031) 0:03:34.078 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current mode of SELinux] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 20 January 2024 01:32:16 +0000 (0:00:00.033) 0:03:34.112 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is in enforcing mode] ***** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 20 January 2024 01:32:16 +0000 (0:00:00.077) 0:03:34.189 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is not in enforcing mode] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 20 January 2024 01:32:16 +0000 (0:00:00.026) 0:03:34.216 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-selinux] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 20 January 2024 01:32:16 +0000 (0:00:00.029) 0:03:34.246 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 20 January 2024 01:32:16 +0000 (0:00:00.037) 0:03:34.283 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 20 January 2024 01:32:19 +0000 (0:00:02.587) 0:03:36.871 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the errorlog file exists and its location] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 20 January 2024 01:32:19 +0000 (0:00:00.021) 0:03:36.892 ****** 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.005623", "end": "2024-01-20 01:32:19.703107", "rc": 0, "start": "2024-01-20 01:32:19.697484" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 20 January 2024 01:32:19 +0000 (0:00:00.219) 0:03:37.112 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set the __mssql_is_setup variable] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 20 January 2024 01:32:21 +0000 (0:00:01.519) 0:03:38.632 ****** ok: [sut] => { "ansible_facts": { "__mssql_is_setup": true }, "changed": false } TASK [linux-system-roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 20 January 2024 01:32:21 +0000 (0:00:00.050) 0:03:38.682 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 20 January 2024 01:32:21 +0000 (0:00:00.023) 0:03:38.706 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 20 January 2024 01:32:21 +0000 (0:00:00.044) 0:03:38.751 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml for sut included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml for sut TASK [linux-system-roles.mssql : Get stat of the directory /var/opt/mssql/data] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 20 January 2024 01:32:21 +0000 (0:00:00.077) 0:03:38.828 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705714174.311111, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1705714174.278111, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 276824512, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1705714174.278111, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 993, "version": "4034701554", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.mssql : Ensure the directory and keep present permissions /var/opt/mssql/data] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 20 January 2024 01:32:21 +0000 (0:00:00.319) 0:03:39.148 ****** ok: [sut] => { "changed": false, "gid": 991, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/var/opt/mssql/data", "secontext": "unconfined_u:object_r:var_t:s0", "size": 4096, "state": "directory", "uid": 993 } TASK [linux-system-roles.mssql : Append facts for the selinux role] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 20 January 2024 01:32:22 +0000 (0:00:00.272) 0:03:39.420 ****** ok: [sut] => { "ansible_facts": { "selinux_fcontexts": [ { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/var/opt/mssql/data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/var/opt/mssql/log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/var/opt/mssql/data" } ], "selinux_restore_dirs": [ "/tmp/mssql_data", "/tmp/mssql_log", "/tmp/mssql_data", "/tmp/mssql_log", "/var/opt/mssql/data", "/var/opt/mssql/log", "/var/opt/mssql/data" ] }, "changed": false } TASK [linux-system-roles.mssql : Configure the setting defaultdatadir] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 20 January 2024 01:32:22 +0000 (0:00:00.064) 0:03:39.484 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:32:22 +0000 (0:00:00.234) 0:03:39.719 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004239", "end": "2024-01-20 01:32:23.600792", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:32:22.596553" } STDOUT: defaultdatadir = /var/opt/mssql/data TASK [linux-system-roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:32:23 +0000 (0:00:01.305) 0:03:41.024 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:32:23 +0000 (0:00:00.028) 0:03:41.053 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get stat of the directory /var/opt/mssql/log] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 20 January 2024 01:32:23 +0000 (0:00:00.036) 0:03:41.089 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705714335.474974, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1705714335.4919739, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 278921664, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1705714335.4919739, "nlink": 3, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 993, "version": "559775039", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.mssql : Ensure the directory and keep present permissions /var/opt/mssql/log] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 20 January 2024 01:32:23 +0000 (0:00:00.250) 0:03:41.339 ****** ok: [sut] => { "changed": false, "gid": 991, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/var/opt/mssql/log", "secontext": "unconfined_u:object_r:var_t:s0", "size": 4096, "state": "directory", "uid": 993 } TASK [linux-system-roles.mssql : Append facts for the selinux role] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 20 January 2024 01:32:24 +0000 (0:00:00.263) 0:03:41.602 ****** ok: [sut] => { "ansible_facts": { "selinux_fcontexts": [ { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/var/opt/mssql/data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/var/opt/mssql/log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/var/opt/mssql/data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/var/opt/mssql/log" } ], "selinux_restore_dirs": [ "/tmp/mssql_data", "/tmp/mssql_log", "/tmp/mssql_data", "/tmp/mssql_log", "/var/opt/mssql/data", "/var/opt/mssql/log", "/var/opt/mssql/data", "/var/opt/mssql/log" ] }, "changed": false } TASK [linux-system-roles.mssql : Configure the setting defaultlogdir] ********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 20 January 2024 01:32:24 +0000 (0:00:00.047) 0:03:41.650 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:32:24 +0000 (0:00:00.084) 0:03:41.734 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004177", "end": "2024-01-20 01:32:25.559801", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:32:24.555624" } STDOUT: defaultlogdir = /var/opt/mssql/log TASK [linux-system-roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:32:25 +0000 (0:00:01.263) 0:03:42.998 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:32:25 +0000 (0:00:00.082) 0:03:43.081 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 20 January 2024 01:32:25 +0000 (0:00:00.134) 0:03:43.216 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 20 January 2024 01:32:25 +0000 (0:00:00.025) 0:03:43.241 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: tuned-profiles-mssql TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 20 January 2024 01:32:28 +0000 (0:00:02.564) 0:03:45.805 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:10:24 UTC", "ActiveEnterTimestampMonotonic": "31526097", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-sysctl.service dbus.service basic.target network.target systemd-journald.socket polkit.service sysinit.target dbus.socket system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:10:22 UTC", "AssertTimestampMonotonic": "29414628", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:10:22 UTC", "ConditionTimestampMonotonic": "29414626", "ConfigurationDirectoryMode": "0755", "Conflicts": "cpupower.service shutdown.target auto-cpufreq.service power-profiles-daemon.service tlp.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "699", "ExecMainStartTimestamp": "Sat 2024-01-20 01:10:22 UTC", "ExecMainStartTimestampMonotonic": "29415677", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-20 01:10:22 UTC", "InactiveExitTimestampMonotonic": "29415726", "InvocationID": "021ea64079a14dc89f1969fac94e6f99", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28609", "LimitNPROCSoft": "28609", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "699", "MemoryAccounting": "yes", "MemoryCurrent": "20422656", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target system.slice 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-20 01:10:24 UTC", "StateChangeTimestampMonotonic": "31526097", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "5", "TasksMax": "45774", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:10:24 UTC", "WatchdogTimestampMonotonic": "31526093", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 20 January 2024 01:32:28 +0000 (0:00:00.428) 0:03:46.234 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.120389", "end": "2024-01-20 01:32:29.252522", "rc": 0, "start": "2024-01-20 01:32:29.132133" } STDOUT: Current active profile: virtual-guest mssql TASK [linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 20 January 2024 01:32:29 +0000 (0:00:00.457) 0:03:46.691 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 20 January 2024 01:32:29 +0000 (0:00:00.059) 0:03:46.751 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 20 January 2024 01:32:29 +0000 (0:00:00.066) 0:03:46.817 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 20 January 2024 01:32:29 +0000 (0:00:00.033) 0:03:46.851 ****** ok: [sut] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [linux-system-roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 20 January 2024 01:32:29 +0000 (0:00:00.288) 0:03:47.139 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: mssql-tools unixODBC-devel TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 20 January 2024 01:32:32 +0000 (0:00:02.666) 0:03:49.805 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/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-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 20 January 2024 01:32:32 +0000 (0:00:00.174) 0:03:49.980 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:32:12 UTC", "ActiveEnterTimestampMonotonic": "1339549244", "ActiveExitTimestamp": "Sat 2024-01-20 01:31:41 UTC", "ActiveExitTimestampMonotonic": "1309132400", "ActiveState": "active", "After": "systemd-journald.socket -.mount network.target sysinit.target basic.target system.slice auditd.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:32:12 UTC", "AssertTimestampMonotonic": "1339548192", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:32:12 UTC", "ConditionTimestampMonotonic": "1339548190", "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": "25316", "ExecMainStartTimestamp": "Sat 2024-01-20 01:32:12 UTC", "ExecMainStartTimestampMonotonic": "1339549187", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-20 01:32:12 UTC] ; stop_time=[n/a] ; pid=25316 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "991", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-20 01:31:42 UTC", "InactiveEnterTimestampMonotonic": "1309340419", "InactiveExitTimestamp": "Sat 2024-01-20 01:32:12 UTC", "InactiveExitTimestampMonotonic": "1339549244", "InvocationID": "c66e2358ad6e4521b18efafa472974bb", "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": "25316", "MemoryAccounting": "yes", "MemoryCurrent": "673628160", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:32:12 UTC", "StateChangeTimestampMonotonic": "1339549244", "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": "148", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:32:12 UTC", "WatchdogTimestampMonotonic": "1339549242", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 20 January 2024 01:32:32 +0000 (0:00:00.355) 0:03:50.335 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002996", "end": "2024-01-20 01:32:33.144277", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:32:33.141281" } STDOUT: tcpport = 1435 TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 20 January 2024 01:32:33 +0000 (0:00:00.223) 0:03:50.559 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003022", "end": "2024-01-20 01:32:33.411993", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:32:33.408971" } STDOUT: ipaddress = 127.0.0.1 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 20 January 2024 01:32:33 +0000 (0:00:00.272) 0:03:50.831 ****** 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-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 20 January 2024 01:32:33 +0000 (0:00:00.078) 0:03:50.910 ****** 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": 7524, "state": "file", "uid": 993 } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 20 January 2024 01:32:34 +0000 (0:00:01.234) 0:03:52.144 ****** 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-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 20 January 2024 01:32:35 +0000 (0:00:00.256) 0:03:52.401 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 20 January 2024 01:32:35 +0000 (0:00:00.032) 0:03:52.434 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the password of sa user] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 20 January 2024 01:32:36 +0000 (0:00:01.690) 0:03:54.124 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 20 January 2024 01:32:36 +0000 (0:00:00.172) 0:03:54.297 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 20 January 2024 01:32:36 +0000 (0:00:00.034) 0:03:54.331 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set edition matches the existing edition] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 20 January 2024 01:32:37 +0000 (0:00:00.048) 0:03:54.380 ****** ok: [sut] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Standard edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n edition_matches=false\nelse\n edition_matches=true\nfi\necho \"${edition_matches}\"\n", "delta": "0:00:00.005094", "end": "2024-01-20 01:32:37.187357", "rc": 0, "start": "2024-01-20 01:32:37.182263" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 20 January 2024 01:32:37 +0000 (0:00:00.217) 0:03:54.597 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 20 January 2024 01:32:37 +0000 (0:00:00.035) 0:03:54.633 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the edition of MSSQL] ****************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 20 January 2024 01:32:38 +0000 (0:00:01.671) 0:03:56.304 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Configure the IP address setting] ************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 20 January 2024 01:32:38 +0000 (0:00:00.038) 0:03:56.343 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network ipaddress] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:32:39 +0000 (0:00:00.062) 0:03:56.406 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004098", "end": "2024-01-20 01:32:40.219845", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:32:39.215747" } STDOUT: ipaddress = 127.0.0.1 TASK [linux-system-roles.mssql : Configure the setting network ipaddress] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:32:40 +0000 (0:00:01.241) 0:03:57.647 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network ipaddress] ********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:32:40 +0000 (0:00:00.043) 0:03:57.691 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 20 January 2024 01:32:40 +0000 (0:00:00.120) 0:03:57.811 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1435] ************************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 20 January 2024 01:32:40 +0000 (0:00:00.046) 0:03:57.857 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the TCP port setting to 1435] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 20 January 2024 01:32:40 +0000 (0:00:00.036) 0:03:57.894 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tcpport] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:32:40 +0000 (0:00:00.050) 0:03:57.945 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003034", "end": "2024-01-20 01:32:40.749624", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:32:40.746590" } STDOUT: tcpport = 1435 TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:32:40 +0000 (0:00:00.244) 0:03:58.189 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tcpport] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:32:40 +0000 (0:00:00.042) 0:03:58.232 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 20 January 2024 01:32:40 +0000 (0:00:00.032) 0:03:58.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-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 20 January 2024 01:32:40 +0000 (0:00:00.042) 0:03:58.307 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting sqlagent enabled] ************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:32:41 +0000 (0:00:00.069) 0:03:58.377 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002991", "end": "2024-01-20 01:32:41.180645", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:32:41.177654" } STDOUT: enabled = False TASK [linux-system-roles.mssql : Configure the setting sqlagent enabled] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:32:41 +0000 (0:00:00.219) 0:03:58.596 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting sqlagent enabled] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:32:41 +0000 (0:00:00.029) 0:03:58.625 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-fts] ********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 20 January 2024 01:32:41 +0000 (0:00:00.045) 0:03:58.671 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 20 January 2024 01:32:43 +0000 (0:00:02.540) 0:04:01.211 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 20 January 2024 01:32:46 +0000 (0:00:02.577) 0:04:03.788 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002903", "end": "2024-01-20 01:32:46.621062", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:32:46.618159" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 20 January 2024 01:32:46 +0000 (0:00:00.252) 0:04:04.041 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 20 January 2024 01:32:46 +0000 (0:00:00.028) 0:04:04.070 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 20 January 2024 01:32:46 +0000 (0:00:00.036) 0:04:04.106 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:32:46 +0000 (0:00:00.070) 0:04:04.177 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004047", "end": "2024-01-20 01:32:47.985571", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:32:46.981524" } STDOUT: alternatewritethrough = 0 TASK [linux-system-roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:32:48 +0000 (0:00:01.235) 0:04:05.412 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:32:48 +0000 (0:00:00.034) 0:04:05.446 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 20 January 2024 01:32:48 +0000 (0:00:00.024) 0:04:05.471 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting control writethrough] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:32:48 +0000 (0:00:00.127) 0:04:05.599 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004332", "end": "2024-01-20 01:32:49.413554", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:32:48.409222" } STDOUT: writethrough = 0 TASK [linux-system-roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:32:49 +0000 (0:00:01.224) 0:04:06.823 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting control writethrough] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:32:49 +0000 (0:00:00.041) 0:04:06.864 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 20 January 2024 01:32:49 +0000 (0:00:00.043) 0:04:06.908 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 20 January 2024 01:32:49 +0000 (0:00:00.045) 0:04:06.954 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Copy certificate and private_key files to the host] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 20 January 2024 01:32:49 +0000 (0:00:00.024) 0:04:06.978 ****** 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-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 20 January 2024 01:32:49 +0000 (0:00:00.035) 0:04:07.014 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 20 January 2024 01:32:49 +0000 (0:00:00.022) 0:04:07.036 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 20 January 2024 01:32:49 +0000 (0:00:00.034) 0:04:07.071 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 20 January 2024 01:32:49 +0000 (0:00:00.023) 0:04:07.094 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 20 January 2024 01:32:49 +0000 (0:00:00.023) 0:04:07.118 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 20 January 2024 01:32:49 +0000 (0:00:00.036) 0:04:07.154 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 20 January 2024 01:32:49 +0000 (0:00:00.084) 0:04:07.238 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print credential caches to check if AD principal exists] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 20 January 2024 01:32:49 +0000 (0:00:00.029) 0:04:07.268 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 20 January 2024 01:32:49 +0000 (0:00:00.038) 0:04:07.307 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 20 January 2024 01:32:49 +0000 (0:00:00.050) 0:04:07.357 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Check if AD user exists] ********************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 20 January 2024 01:32:50 +0000 (0:00:00.037) 0:04:07.394 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 20 January 2024 01:32:50 +0000 (0:00:00.024) 0:04:07.419 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Get SPNs for the principal] ******************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 20 January 2024 01:32:50 +0000 (0:00:00.035) 0:04:07.454 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 20 January 2024 01:32:50 +0000 (0:00:00.023) 0:04:07.477 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get kvno of the SPN host] ********************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 20 January 2024 01:32:50 +0000 (0:00:00.022) 0:04:07.500 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get stats of the keytab file] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 20 January 2024 01:32:50 +0000 (0:00:00.028) 0:04:07.529 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 20 January 2024 01:32:50 +0000 (0:00:00.027) 0:04:07.557 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 20 January 2024 01:32:50 +0000 (0:00:00.030) 0:04:07.587 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 20 January 2024 01:32:50 +0000 (0:00:00.022) 0:04:07.610 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure correct permissions and ownership on the keytab] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 20 January 2024 01:32:50 +0000 (0:00:00.037) 0:04:07.648 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 20 January 2024 01:32:50 +0000 (0:00:00.031) 0:04:07.680 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 20 January 2024 01:32:50 +0000 (0:00:00.041) 0:04:07.721 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 20 January 2024 01:32:50 +0000 (0:00:00.053) 0:04:07.775 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 20 January 2024 01:32:50 +0000 (0:00:00.120) 0:04:07.895 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the port and enable the high-availability service in firewall tcp port 5022] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 20 January 2024 01:32:50 +0000 (0:00:00.039) 0:04:07.935 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 20 January 2024 01:32:50 +0000 (0:00:00.024) 0:04:07.959 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 20 January 2024 01:32:50 +0000 (0:00:00.034) 0:04:07.994 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 20 January 2024 01:32:50 +0000 (0:00:00.028) 0:04:08.023 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 20 January 2024 01:32:50 +0000 (0:00:00.021) 0:04:08.045 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 20 January 2024 01:32:50 +0000 (0:00:00.024) 0:04:08.069 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key files] ***** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 20 January 2024 01:32:50 +0000 (0:00:00.023) 0:04:08.093 ****** skipping: [sut] => (item=/var/opt/mssql/data/.cer) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.cer", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/var/opt/mssql/data/.pvk) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.pvk", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on the primary replica] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 20 January 2024 01:32:50 +0000 (0:00:00.032) 0:04:08.125 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create login for HA on in SQL Server] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 20 January 2024 01:32:50 +0000 (0:00:00.031) 0:04:08.156 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 20 January 2024 01:32:50 +0000 (0:00:00.023) 0:04:08.180 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current primary replica in SQL] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 20 January 2024 01:32:50 +0000 (0:00:00.034) 0:04:08.214 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set fact with the current primary replica] **** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 20 January 2024 01:32:50 +0000 (0:00:00.025) 0:04:08.239 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 20 January 2024 01:32:50 +0000 (0:00:00.026) 0:04:08.265 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 20 January 2024 01:32:50 +0000 (0:00:00.026) 0:04:08.292 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 20 January 2024 01:32:50 +0000 (0:00:00.031) 0:04:08.323 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 20 January 2024 01:32:50 +0000 (0:00:00.021) 0:04:08.345 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 20 January 2024 01:32:51 +0000 (0:00:00.107) 0:04:08.453 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 20 January 2024 01:32:51 +0000 (0:00:00.037) 0:04:08.491 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 20 January 2024 01:32:51 +0000 (0:00:00.042) 0:04:08.534 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 20 January 2024 01:32:51 +0000 (0:00:00.036) 0:04:08.570 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 20 January 2024 01:32:51 +0000 (0:00:00.047) 0:04:08.617 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 20 January 2024 01:32:51 +0000 (0:00:00.038) 0:04:08.655 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on not primary replicas] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 20 January 2024 01:32:51 +0000 (0:00:00.055) 0:04:08.710 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 20 January 2024 01:32:51 +0000 (0:00:00.030) 0:04:08.741 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 20 January 2024 01:32:51 +0000 (0:00:00.041) 0:04:08.783 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 20 January 2024 01:32:51 +0000 (0:00:00.037) 0:04:08.821 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key from the control node] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 20 January 2024 01:32:51 +0000 (0:00:00.042) 0:04:08.863 ****** skipping: [sut] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=key) => { "ansible_loop_var": "item", "changed": false, "item": "key", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Save credentials for the SQL Server login] **** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 20 January 2024 01:32:51 +0000 (0:00:00.040) 0:04:08.904 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 20 January 2024 01:32:51 +0000 (0:00:00.030) 0:04:08.934 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure listener for the availability group] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 20 January 2024 01:32:51 +0000 (0:00:00.042) 0:04:08.976 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 20 January 2024 01:32:51 +0000 (0:00:00.058) 0:04:09.035 ****** ok: [sut] => { "changed": false } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 20 January 2024 01:32:51 +0000 (0:00:00.335) 0:04:09.371 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 20 January 2024 01:32:52 +0000 (0:00:00.035) 0:04:09.406 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify disabled settings] ************************************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_idempotency.yml:88 Saturday 20 January 2024 01:32:52 +0000 (0:00:00.112) 0:04:09.518 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:8 Saturday 20 January 2024 01:32:52 +0000 (0:00:00.253) 0:04:09.772 ****** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\nerrorlog=\"$(grep '^errorlogfile' /var/opt/mssql/mssql.conf \\\n2>&1 | sed 's\\errorlogfile : \\\\')\" || :\nif [ -f \"${errorlog}\" ]; then\n echo \"${errorlog}\"\nelif [ -f /var/opt/mssql/log/errorlog ]; then\n echo \"/var/opt/mssql/log/errorlog\"\nelse\n echo \"\"\nfi\n", "delta": "0:00:00.005508", "end": "2024-01-20 01:32:52.599251", "rc": 0, "start": "2024-01-20 01:32:52.593743" } STDOUT: /var/opt/mssql/log/errorlog TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:23 Saturday 20 January 2024 01:32:52 +0000 (0:00:00.251) 0:04:10.023 ****** ok: [sut] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Standard edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n echo false\nelse\n echo true\nfi\n", "delta": "0:00:00.004986", "end": "2024-01-20 01:32:52.829783", "rc": 0, "start": "2024-01-20 01:32:52.824797" } STDOUT: true TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:35 Saturday 20 January 2024 01:32:52 +0000 (0:00:00.243) 0:04:10.266 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:39 Saturday 20 January 2024 01:32:52 +0000 (0:00:00.072) 0:04:10.338 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting ipaddress] ********************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:32:53 +0000 (0:00:00.108) 0:04:10.447 ****** ok: [sut] => { "changed": false, "cmd": "grep '^ipaddress' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004504", "end": "2024-01-20 01:32:53.254253", "rc": 0, "start": "2024-01-20 01:32:53.249749" } STDOUT: ipaddress = 127.0.0.1 TASK [Verify the setting when it is type str ipaddress] ************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:32:53 +0000 (0:00:00.222) 0:04:10.669 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool ipaddress] *********************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:32:53 +0000 (0:00:00.036) 0:04:10.706 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 127.0.0.1] ***************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:32:53 +0000 (0:00:00.133) 0:04:10.839 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting tcpport] ************************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:32:53 +0000 (0:00:00.031) 0:04:10.871 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tcpport' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004621", "end": "2024-01-20 01:32:53.724162", "rc": 0, "start": "2024-01-20 01:32:53.719541" } STDOUT: tcpport = 1435 TASK [Verify the setting when it is type str tcpport] ************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:32:53 +0000 (0:00:00.270) 0:04:11.141 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool tcpport] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:32:53 +0000 (0:00:00.052) 0:04:11.194 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1435] ********************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:32:53 +0000 (0:00:00.039) 0:04:11.234 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get the value of the setting defaultdatadir] ***************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:32:53 +0000 (0:00:00.032) 0:04:11.266 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultdatadir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004506", "end": "2024-01-20 01:32:54.071472", "rc": 0, "start": "2024-01-20 01:32:54.066966" } STDOUT: defaultdatadir = /var/opt/mssql/data TASK [Verify the setting when it is type str defaultdatadir] ******************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:32:54 +0000 (0:00:00.221) 0:04:11.488 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultdatadir] ****************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:32:54 +0000 (0:00:00.030) 0:04:11.518 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /var/opt/mssql/data] ******************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:32:54 +0000 (0:00:00.027) 0:04:11.546 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting defaultlogdir] ****************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:32:54 +0000 (0:00:00.024) 0:04:11.570 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultlogdir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004465", "end": "2024-01-20 01:32:54.371134", "rc": 0, "start": "2024-01-20 01:32:54.366669" } STDOUT: defaultlogdir = /var/opt/mssql/log TASK [Verify the setting when it is type str defaultlogdir] ******************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:32:54 +0000 (0:00:00.214) 0:04:11.785 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultlogdir] ******************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:32:54 +0000 (0:00:00.036) 0:04:11.821 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /var/opt/mssql/log] ******************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:32:54 +0000 (0:00:00.031) 0:04:11.852 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting enabled] ************************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:32:54 +0000 (0:00:00.025) 0:04:11.877 ****** ok: [sut] => { "changed": false, "cmd": "grep '^enabled' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004572", "end": "2024-01-20 01:32:54.684479", "rc": 0, "start": "2024-01-20 01:32:54.679907" } STDOUT: enabled = False TASK [Verify the setting when it is type str enabled] ************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:32:54 +0000 (0:00:00.324) 0:04:12.202 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool enabled] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:32:54 +0000 (0:00:00.033) 0:04:12.235 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:32:54 +0000 (0:00:00.070) 0:04:12.305 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:55 Saturday 20 January 2024 01:32:54 +0000 (0:00:00.034) 0:04:12.340 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705714174.311111, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1705714174.278111, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 276824512, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1705714174.278111, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 993, "version": "4034701554", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:60 Saturday 20 January 2024 01:32:55 +0000 (0:00:00.227) 0:04:12.567 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:70 Saturday 20 January 2024 01:32:55 +0000 (0:00:00.028) 0:04:12.596 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705714335.474974, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1705714335.4919739, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 278921664, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1705714335.4919739, "nlink": 3, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 993, "version": "559775039", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:75 Saturday 20 January 2024 01:32:55 +0000 (0:00:00.214) 0:04:12.810 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:85 Saturday 20 January 2024 01:32:55 +0000 (0:00:00.027) 0:04:12.838 ****** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 20 January 2024 01:32:55 +0000 (0:00:00.049) 0:04:12.887 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:32:12 UTC", "ActiveEnterTimestampMonotonic": "1339549244", "ActiveExitTimestamp": "Sat 2024-01-20 01:31:41 UTC", "ActiveExitTimestampMonotonic": "1309132400", "ActiveState": "active", "After": "systemd-journald.socket -.mount network.target sysinit.target basic.target system.slice auditd.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:32:12 UTC", "AssertTimestampMonotonic": "1339548192", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:32:12 UTC", "ConditionTimestampMonotonic": "1339548190", "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": "25316", "ExecMainStartTimestamp": "Sat 2024-01-20 01:32:12 UTC", "ExecMainStartTimestampMonotonic": "1339549187", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-20 01:32:12 UTC] ; stop_time=[n/a] ; pid=25316 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "991", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-20 01:31:42 UTC", "InactiveEnterTimestampMonotonic": "1309340419", "InactiveExitTimestamp": "Sat 2024-01-20 01:32:12 UTC", "InactiveExitTimestampMonotonic": "1339549244", "InvocationID": "c66e2358ad6e4521b18efafa472974bb", "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": "25316", "MemoryAccounting": "yes", "MemoryCurrent": "675250176", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:32:12 UTC", "StateChangeTimestampMonotonic": "1339549244", "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": "149", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:32:12 UTC", "WatchdogTimestampMonotonic": "1339549242", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 20 January 2024 01:32:55 +0000 (0:00:00.372) 0:04:13.260 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002833", "end": "2024-01-20 01:32:56.064461", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:32:56.061628" } STDOUT: tcpport = 1435 TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 20 January 2024 01:32:56 +0000 (0:00:00.223) 0:04:13.483 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003024", "end": "2024-01-20 01:32:56.311648", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:32:56.308624" } STDOUT: ipaddress = 127.0.0.1 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 20 January 2024 01:32:56 +0000 (0:00:00.248) 0:04:13.732 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Wait for mssql-server to prepare for client connections] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:93 Saturday 20 January 2024 01:32:56 +0000 (0:00:00.064) 0:04:13.797 ****** 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": 7524, "state": "file", "uid": 993 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:99 Saturday 20 January 2024 01:32:57 +0000 (0:00:01.267) 0:04:15.064 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-S", "127.0.0.1,1435", "-U", "sa", "-P", "p@55w0rD1", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.023798", "end": "2024-01-20 01:32:57.955314", "rc": 0, "start": "2024-01-20 01:32:57.931516" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2019 (RTM-CU24) (KB5031908) - 15.0.4345.5 (X64) Dec 4 2023 14:44:16 Copyright (C) 2019 Microsoft Corporation Standard Edition (64-bit) on Linux (CentOS Stream 8) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:113 Saturday 20 January 2024 01:32:58 +0000 (0:00:00.358) 0:04:15.423 ****** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:117 Saturday 20 January 2024 01:32:58 +0000 (0:00:00.049) 0:04:15.472 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_package.yml:7 Saturday 20 January 2024 01:32:58 +0000 (0:00:00.061) 0:04:15.533 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Verify if the package is installed mssql-server-fts] ********************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_package.yml:12 Saturday 20 January 2024 01:32:59 +0000 (0:00:01.705) 0:04:17.239 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the package is not installed mssql-server-fts] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_package.yml:17 Saturday 20 January 2024 01:32:59 +0000 (0:00:00.041) 0:04:17.280 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:124 Saturday 20 January 2024 01:32:59 +0000 (0:00:00.040) 0:04:17.321 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_package.yml:7 Saturday 20 January 2024 01:32:59 +0000 (0:00:00.047) 0:04:17.369 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Verify if the package is installed powershell] *************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_package.yml:12 Saturday 20 January 2024 01:33:01 +0000 (0:00:01.946) 0:04:19.316 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the package is not installed powershell] *********************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_package.yml:17 Saturday 20 January 2024 01:33:01 +0000 (0:00:00.049) 0:04:19.366 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:135 Saturday 20 January 2024 01:33:02 +0000 (0:00:00.065) 0:04:19.431 ****** ok: [sut] => { "changed": false, "cmd": "grep '^traceflag' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004485", "end": "2024-01-20 01:33:02.273204", "rc": 0, "start": "2024-01-20 01:33:02.268719" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:140 Saturday 20 January 2024 01:33:02 +0000 (0:00:00.275) 0:04:19.707 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:145 Saturday 20 January 2024 01:33:02 +0000 (0:00:00.031) 0:04:19.739 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:151 Saturday 20 January 2024 01:33:02 +0000 (0:00:00.040) 0:04:19.779 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting alternatewritethrough] ********************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:33:02 +0000 (0:00:00.078) 0:04:19.858 ****** ok: [sut] => { "changed": false, "cmd": "grep '^alternatewritethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004472", "end": "2024-01-20 01:33:02.742566", "rc": 0, "start": "2024-01-20 01:33:02.738094" } STDOUT: alternatewritethrough = 0 TASK [Verify the setting when it is type str alternatewritethrough] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:33:02 +0000 (0:00:00.318) 0:04:20.177 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool alternatewritethrough] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:33:02 +0000 (0:00:00.034) 0:04:20.211 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:33:02 +0000 (0:00:00.059) 0:04:20.270 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:157 Saturday 20 January 2024 01:33:03 +0000 (0:00:00.239) 0:04:20.510 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting writethrough] ******************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:33:03 +0000 (0:00:00.084) 0:04:20.594 ****** ok: [sut] => { "changed": false, "cmd": "grep '^writethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004483", "end": "2024-01-20 01:33:03.436705", "rc": 0, "start": "2024-01-20 01:33:03.432222" } STDOUT: writethrough = 0 TASK [Verify the setting when it is type str writethrough] ********************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:33:03 +0000 (0:00:00.259) 0:04:20.854 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool writethrough] ******************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:33:03 +0000 (0:00:00.039) 0:04:20.893 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:33:03 +0000 (0:00:00.115) 0:04:21.008 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:167 Saturday 20 January 2024 01:33:03 +0000 (0:00:00.036) 0:04:21.045 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:178 Saturday 20 January 2024 01:33:03 +0000 (0:00:00.080) 0:04:21.126 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:190 Saturday 20 January 2024 01:33:03 +0000 (0:00:00.040) 0:04:21.167 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:198 Saturday 20 January 2024 01:33:03 +0000 (0:00:00.060) 0:04:21.227 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:208 Saturday 20 January 2024 01:33:03 +0000 (0:00:00.046) 0:04:21.273 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that SELinux is in the mode {{ __mssql_selinux_mode }}] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:213 Saturday 20 January 2024 01:33:03 +0000 (0:00:00.041) 0:04:21.315 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/verify_settings.yml:221 Saturday 20 January 2024 01:33:03 +0000 (0:00:00.029) 0:04:21.345 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the ansible_managed header in the configuration file] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/tests_idempotency.yml:105 Saturday 20 January 2024 01:33:04 +0000 (0:00:00.038) 0:04:21.383 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/check_header.yml for sut TASK [Grep the ansible_managed header in /var/opt/mssql/mssql.conf] ************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/check_header.yml:4 Saturday 20 January 2024 01:33:04 +0000 (0:00:00.385) 0:04:21.769 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "Ansible managed\n", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002797", "end": "2024-01-20 01:33:04.645659", "rc": 0, "start": "2024-01-20 01:33:04.642862" } STDOUT: # BEGIN ANSIBLE MANAGED BLOCK # # Ansible managed # # system_role:mssql # END ANSIBLE MANAGED BLOCK [sqlagent] enabled = False [EULA] accepteula = Y [filelocation] defaultdatadir = /var/opt/mssql/data defaultlogdir = /var/opt/mssql/log [network] ipaddress = 127.0.0.1 tcpport = 1435 [traceflag] [control] alternatewritethrough = 0 writethrough = 0 TASK [Clean up after the role invocation] ************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tests_idempotency_2019.yml:18 Saturday 20 January 2024 01:33:04 +0000 (0:00:00.292) 0:04:22.062 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/cleanup.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/cleanup.yml:2 Saturday 20 January 2024 01:33:04 +0000 (0:00:00.076) 0:04:22.138 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Purge cluster configuration] ********************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/cleanup.yml:6 Saturday 20 January 2024 01:33:06 +0000 (0:00:01.783) 0:04:23.922 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Debug ansible_python_version] ******************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/cleanup.yml:14 Saturday 20 January 2024 01:33:06 +0000 (0:00:00.036) 0:04:23.958 ****** ok: [sut] => { "ansible_python_version": "3.6.8" } TASK [Purge firewall configuration] ******************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/cleanup.yml:18 Saturday 20 January 2024 01:33:06 +0000 (0:00:00.044) 0:04:24.003 ****** TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 20 January 2024 01:33:06 +0000 (0:00:00.359) 0:04:24.363 ****** included: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for sut TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 20 January 2024 01:33:07 +0000 (0:00:00.051) 0:04:24.415 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 20 January 2024 01:33:07 +0000 (0:00:00.050) 0:04:24.465 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 20 January 2024 01:33:07 +0000 (0:00:00.228) 0:04:24.694 ****** ok: [sut] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 Saturday 20 January 2024 01:33:07 +0000 (0:00:00.028) 0:04:24.722 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:26 Saturday 20 January 2024 01:33:09 +0000 (0:00:02.548) 0:04:27.271 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 20 January 2024 01:33:09 +0000 (0:00:00.025) 0:04:27.296 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 20 January 2024 01:33:09 +0000 (0:00:00.038) 0:04:27.334 ****** skipping: [sut] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 20 January 2024 01:33:09 +0000 (0:00:00.034) 0:04:27.369 ****** ok: [sut] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:26:07 UTC", "ActiveEnterTimestampMonotonic": "974207884", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus.service dbus.socket system.slice polkit.service sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:26:06 UTC", "AssertTimestampMonotonic": "973638957", "Before": "multi-user.target shutdown.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:26:06 UTC", "ConditionTimestampMonotonic": "973638955", "ConfigurationDirectoryMode": "0755", "Conflicts": "nftables.service iptables.service ip6tables.service ebtables.service shutdown.target ipset.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "13391", "ExecMainStartTimestamp": "Sat 2024-01-20 01:26:06 UTC", "ExecMainStartTimestampMonotonic": "973640599", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-20 01:26:06 UTC", "InactiveExitTimestampMonotonic": "973640648", "InvocationID": "8ff67400d2de456fa9afc48d702eca16", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28609", "LimitNPROCSoft": "28609", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "13391", "MemoryAccounting": "yes", "MemoryCurrent": "43995136", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:26:07 UTC", "StateChangeTimestampMonotonic": "974207884", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "45774", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Sat 2024-01-20 01:26:07 UTC", "WatchdogTimestampMonotonic": "974207881", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 20 January 2024 01:33:10 +0000 (0:00:00.362) 0:04:27.732 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:26:07 UTC", "ActiveEnterTimestampMonotonic": "974207884", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus.service dbus.socket system.slice polkit.service sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:26:06 UTC", "AssertTimestampMonotonic": "973638957", "Before": "multi-user.target shutdown.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:26:06 UTC", "ConditionTimestampMonotonic": "973638955", "ConfigurationDirectoryMode": "0755", "Conflicts": "nftables.service iptables.service ip6tables.service ebtables.service shutdown.target ipset.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "13391", "ExecMainStartTimestamp": "Sat 2024-01-20 01:26:06 UTC", "ExecMainStartTimestampMonotonic": "973640599", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-20 01:26:06 UTC", "InactiveExitTimestampMonotonic": "973640648", "InvocationID": "8ff67400d2de456fa9afc48d702eca16", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28609", "LimitNPROCSoft": "28609", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "13391", "MemoryAccounting": "yes", "MemoryCurrent": "43995136", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:26:07 UTC", "StateChangeTimestampMonotonic": "974207884", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "45774", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Sat 2024-01-20 01:26:07 UTC", "WatchdogTimestampMonotonic": "974207881", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 20 January 2024 01:33:10 +0000 (0:00:00.423) 0:04:28.156 ****** ok: [sut] => { "ansible_facts": { "__firewall_previous_replaced": true, "__firewall_python_cmd": "/usr/bin/python3", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 20 January 2024 01:33:10 +0000 (0:00:00.039) 0:04:28.195 ****** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.14.158 closed. TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 20 January 2024 01:33:11 +0000 (0:00:00.360) 0:04:28.555 ****** ok: [sut] => { "ansible_facts": { "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 20 January 2024 01:33:11 +0000 (0:00:00.027) 0:04:28.582 ****** TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Saturday 20 January 2024 01:33:11 +0000 (0:00:00.028) 0:04:28.610 ****** TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 20 January 2024 01:33:11 +0000 (0:00:00.022) 0:04:28.633 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Saturday 20 January 2024 01:33:11 +0000 (0:00:00.025) 0:04:28.658 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Saturday 20 January 2024 01:33:11 +0000 (0:00:00.023) 0:04:28.681 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 20 January 2024 01:33:11 +0000 (0:00:00.022) 0:04:28.704 ****** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.14.158 closed. TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Saturday 20 January 2024 01:33:11 +0000 (0:00:00.296) 0:04:29.000 ****** ok: [sut] => { "ansible_facts": { "firewall_lib_result": { "changed": false } }, "changed": false } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Saturday 20 January 2024 01:33:11 +0000 (0:00:00.034) 0:04:29.035 ****** skipping: [sut] => {} TASK [Leave realm] ************************************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/cleanup.yml:27 Saturday 20 January 2024 01:33:11 +0000 (0:00:00.052) 0:04:29.088 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Destroy Kerberos tickets] ************************************************ task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/cleanup.yml:35 Saturday 20 January 2024 01:33:11 +0000 (0:00:00.046) 0:04:29.134 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that yum and dnf caching is enabled] ****************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/cleanup.yml:39 Saturday 20 January 2024 01:33:11 +0000 (0:00:00.036) 0:04:29.171 ****** ok: [sut] => { "backup": "", "changed": false } TASK [Remove related packages] ************************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/cleanup.yml:45 Saturday 20 January 2024 01:33:12 +0000 (0:00:00.374) 0:04:29.545 ****** 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: 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: libicu-60.3-2.el8_1.x86_64", "Removed: libipt-1.6.1-8.el8.x86_64", "Removed: libtool-ltdl-2.4.6-25.el8.x86_64", "Removed: msodbcsql17-17.10.5.1-1.x86_64", "Removed: mssql-server-15.0.4345.5-2.x86_64", "Removed: mssql-tools-17.10.1.1-1.x86_64", "Removed: cyrus-sasl-2.1.27-6.el8_5.x86_64", "Removed: cyrus-sasl-gssapi-2.1.27-6.el8_5.x86_64", "Removed: bzip2-1.0.6-26.el8.x86_64" ] } TASK [Remove related files] **************************************************** task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/cleanup.yml:58 Saturday 20 January 2024 01:33:16 +0000 (0:00:04.802) 0:04:34.347 ****** 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.012881", "end": "2024-01-20 01:33:17.161850", "rc": 0, "start": "2024-01-20 01:33:17.148969" } STDOUT: removed directory '/var/opt/mssql/.system/system/Temp' removed '/var/opt/mssql/.system/system/licensing.hiv' 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/45d37b17-bb45-440c-8947-740167b049dd' 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/security.hiv' removed '/var/opt/mssql/.system/system/lsa.hiv' removed directory '/var/opt/mssql/.system/system' removed directory '/var/opt/mssql/.system/profiles/Client/Desktop' removed directory '/var/opt/mssql/.system/profiles/Client/Documents' removed directory '/var/opt/mssql/.system/profiles/Client/Temp' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/Temporary Internet Files' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/Certificates' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/CRLs' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/CTLs' removed '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/AppContainerUserCertRead' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/LocalLow' removed directory '/var/opt/mssql/.system/profiles/Client/AppData' removed directory '/var/opt/mssql/.system/profiles/Client' removed directory '/var/opt/mssql/.system/profiles' removed '/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore/Microsoft.Diagnostics.Tracing.EventSource, Version=1.1.26.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' removed '/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore/Microsoft.Diagnostics.Tracing.EventSource, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' removed directory '/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore' removed directory '/var/opt/mssql/.system/programdata/Microsoft/NetFramework' removed directory '/var/opt/mssql/.system/programdata/Microsoft' removed directory '/var/opt/mssql/.system/programdata' removed '/var/opt/mssql/.system/instance_id' removed directory '/var/opt/mssql/.system' removed '/var/opt/mssql/data/master.mdf' removed '/var/opt/mssql/data/mastlog.ldf' removed '/var/opt/mssql/data/model.mdf' removed '/var/opt/mssql/data/modellog.ldf' removed '/var/opt/mssql/data/msdbdata.mdf' removed '/var/opt/mssql/data/msdblog.ldf' removed '/var/opt/mssql/data/model_replicatedmaster.mdf' removed '/var/opt/mssql/data/model_replicatedmaster.ldf' removed '/var/opt/mssql/data/model_msdbdata.mdf' removed '/var/opt/mssql/data/model_msdblog.ldf' removed '/var/opt/mssql/data/Entropy.bin' removed '/var/opt/mssql/data/tempdb.mdf' removed '/var/opt/mssql/data/templog.ldf' removed '/var/opt/mssql/data/tempdb2.ndf' removed '/var/opt/mssql/data/tempdb3.ndf' removed '/var/opt/mssql/data/tempdb4.ndf' removed directory '/var/opt/mssql/data' removed '/var/opt/mssql/log/mssql-conf/mssql-conf.log' removed directory '/var/opt/mssql/log/mssql-conf' removed '/var/opt/mssql/log/sqlagentstartup.log' removed '/var/opt/mssql/log/HkEngineEventFile_0_133501877723850000.xel' removed '/var/opt/mssql/log/system_health_0_133501877731070000.xel' removed '/var/opt/mssql/log/HkEngineEventFile_0_133501877771420000.xel' removed '/var/opt/mssql/log/system_health_0_133501877776130000.xel' removed '/var/opt/mssql/log/log_1.trc' removed '/var/opt/mssql/log/HkEngineEventFile_0_133501878378510000.xel' removed '/var/opt/mssql/log/system_health_0_133501878382920000.xel' removed '/var/opt/mssql/log/log_2.trc' removed '/var/opt/mssql/log/FDLAUNCHERRORLOG' removed '/var/opt/mssql/log/HkEngineEventFile_0_133501879068920000.xel' removed '/var/opt/mssql/log/system_health_0_133501879072230000.xel' removed '/var/opt/mssql/log/log_3.trc' removed '/var/opt/mssql/log/sqlagent.2' removed '/var/opt/mssql/log/sqlagent.1' removed '/var/opt/mssql/log/sqlagent.out' removed '/var/opt/mssql/log/HkEngineEventFile_0_133501879152190000.xel' removed '/var/opt/mssql/log/system_health_0_133501879156000000.xel' removed '/var/opt/mssql/log/log_4.trc' removed '/var/opt/mssql/log/errorlog.6' removed '/var/opt/mssql/log/errorlog.5' removed '/var/opt/mssql/log/errorlog.4' removed '/var/opt/mssql/log/errorlog.3' removed '/var/opt/mssql/log/errorlog.2' removed '/var/opt/mssql/log/errorlog.1' removed '/var/opt/mssql/log/errorlog' removed '/var/opt/mssql/log/HkEngineEventFile_0_133501879350130000.xel' removed '/var/opt/mssql/log/system_health_0_133501879354650000.xel' removed '/var/opt/mssql/log/log_5.trc' removed directory '/var/opt/mssql/log' removed '/var/opt/mssql/mssql.conf' removed '/var/opt/mssql/secrets/machine-key' removed directory '/var/opt/mssql/secrets' removed '/var/opt/mssql/FTData/tsara.xml' removed '/var/opt/mssql/FTData/tsben.xml' removed '/var/opt/mssql/FTData/tsbgr.xml' removed '/var/opt/mssql/FTData/tscat.xml' removed '/var/opt/mssql/FTData/tschs.xml' removed '/var/opt/mssql/FTData/tscht.xml' removed '/var/opt/mssql/FTData/tscze.xml' removed '/var/opt/mssql/FTData/tsdan.xml' removed '/var/opt/mssql/FTData/tsdeu.xml' removed '/var/opt/mssql/FTData/tseng.xml' removed '/var/opt/mssql/FTData/tsenu.xml' removed '/var/opt/mssql/FTData/tsesn.xml' removed '/var/opt/mssql/FTData/tsfra.xml' removed '/var/opt/mssql/FTData/tsgrk.xml' removed '/var/opt/mssql/FTData/tsguj.xml' removed '/var/opt/mssql/FTData/tsheb.xml' removed '/var/opt/mssql/FTData/tshin.xml' removed '/var/opt/mssql/FTData/tshrv.xml' removed '/var/opt/mssql/FTData/tsind.xml' removed '/var/opt/mssql/FTData/tsisl.xml' removed '/var/opt/mssql/FTData/tsita.xml' removed '/var/opt/mssql/FTData/tsjpn.xml' removed '/var/opt/mssql/FTData/tskan.xml' removed '/var/opt/mssql/FTData/tskor.xml' removed '/var/opt/mssql/FTData/tslth.xml' removed '/var/opt/mssql/FTData/tslvi.xml' removed '/var/opt/mssql/FTData/tsmal.xml' removed '/var/opt/mssql/FTData/tsmar.xml' removed '/var/opt/mssql/FTData/tsmsl.xml' removed '/var/opt/mssql/FTData/tsglobal.xml' removed '/var/opt/mssql/FTData/tsnld.xml' removed '/var/opt/mssql/FTData/tsnor.xml' removed '/var/opt/mssql/FTData/tspan.xml' removed '/var/opt/mssql/FTData/tsplk.xml' removed '/var/opt/mssql/FTData/tsptb.xml' removed '/var/opt/mssql/FTData/tsptg.xml' removed '/var/opt/mssql/FTData/tsrom.xml' removed '/var/opt/mssql/FTData/tsrus.xml' removed '/var/opt/mssql/FTData/tssky.xml' removed '/var/opt/mssql/FTData/tsslv.xml' removed '/var/opt/mssql/FTData/tssrb.xml' removed '/var/opt/mssql/FTData/tssrl.xml' removed '/var/opt/mssql/FTData/tssve.xml' removed '/var/opt/mssql/FTData/tstam.xml' removed '/var/opt/mssql/FTData/tstel.xml' removed '/var/opt/mssql/FTData/tstha.xml' removed '/var/opt/mssql/FTData/tstrk.xml' removed '/var/opt/mssql/FTData/tsukr.xml' removed '/var/opt/mssql/FTData/tsurd.xml' removed '/var/opt/mssql/FTData/tsvit.xml' removed directory '/var/opt/mssql/FTData/FilterData' removed directory '/var/opt/mssql/FTData' removed directory '/var/opt/mssql' removed directory '/opt/mssql/misc' removed directory '/opt/mssql' removed directory '/opt/mssql-tools' removed '/etc/yum.repos.d/packages-microsoft-com-mssql-server-2019.repo' removed '/etc/yum.repos.d/packages-microsoft-com-prod.repo' removed directory '/tmp/mssql_data' removed directory '/tmp/mssql_log' TASK [Stop the mssql-server service] ******************************************* task path: /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/cleanup.yml:72 Saturday 20 January 2024 01:33:17 +0000 (0:00:00.242) 0:04:34.590 ****** ok: [sut] => { "changed": false, "cmd": "systemctl stop mssql-server || true", "delta": "0:00:00.011049", "end": "2024-01-20 01:33:17.410966", "rc": 0, "start": "2024-01-20 01:33:17.399917" } STDERR: Failed to stop mssql-server.service: Unit mssql-server.service not loaded. META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=341 changed=36 unreachable=0 failed=0 skipped=511 rescued=0 ignored=1 Saturday 20 January 2024 01:33:17 +0000 (0:00:00.218) 0:04:34.808 ****** =============================================================================== linux-system-roles.mssql : Ensure the package mssql-server ------------- 40.12s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 linux-system-roles.mssql : Ensure the package mssql-server-fts --------- 30.27s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 linux-system-roles.mssql : Ensure the package powershell --------------- 10.96s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 linux-system-roles.mssql : Change the edition of MSSQL ------------------ 5.79s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 linux-system-roles.mssql : Change the password of sa user --------------- 5.74s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 linux-system-roles.mssql : Set up MSSQL --------------------------------- 5.69s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Remove related packages ------------------------------------------------- 4.80s /WORKDIR/git-weekly-ciedxcg5qb/tests/tasks/cleanup.yml:45 --------------------- linux-system-roles.mssql : Ensure that SQL Server client tools are installed --- 3.77s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 linux-system-roles.mssql : Ensure the package powershell ---------------- 3.24s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 linux-system-roles.mssql : Ensure the package mssql-server-fts ---------- 3.19s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 linux-system-roles.mssql : Ensure the package mssql-server -------------- 2.83s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 2.69s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 linux-system-roles.mssql : Ensure that SQL Server client tools are installed --- 2.67s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 linux-system-roles.mssql : Ensure that SQL Server client tools are installed --- 2.62s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 linux-system-roles.mssql : Ensure the package mssql-server-fts ---------- 2.61s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 linux-system-roles.mssql : Ensure the package mssql-server -------------- 2.59s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 2.58s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 linux-system-roles.mssql : Ensure the package powershell ---------------- 2.58s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 linux-system-roles.mssql : Ensure that SQL Server client tools are installed --- 2.58s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 linux-system-roles.mssql : Ensure the package powershell ---------------- 2.58s /WORKDIR/git-weekly-ciedxcg5qb/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---