# 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_2017.yml ******************************************* 1 plays in /WORKDIR/git-weekly-cit20ebdfa/tests/tests_idempotency_2017.yml PLAY [Ensure that the role is idempotent] ************************************** META: ran handlers TASK [Run tests_idempotency with SQL Server 2017] ****************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tests_idempotency_2017.yml:15 Saturday 13 January 2024 01:19:46 +0000 (0:00:00.025) 0:00:00.025 ****** included: /WORKDIR/git-weekly-cit20ebdfa/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-cit20ebdfa/tests/tasks/tests_idempotency.yml:2 Saturday 13 January 2024 01:19:46 +0000 (0:00:00.014) 0:00:00.039 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/assert_fail_on_unsupported_ver.yml for sut TASK [Ensure ansible_facts to get ansible_distribution] ************************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/assert_fail_on_unsupported_ver.yml:2 Saturday 13 January 2024 01:19:46 +0000 (0:00:00.025) 0:00:00.065 ****** ok: [sut] TASK [Run the role] ************************************************************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/assert_fail_on_unsupported_ver.yml:15 Saturday 13 January 2024 01:19:47 +0000 (0:00:00.502) 0:00:00.567 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unreachable task] ******************************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/assert_fail_on_unsupported_ver.yml:22 Saturday 13 January 2024 01:19:47 +0000 (0:00:00.029) 0:00:00.596 ****** 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-cit20ebdfa/tests/tasks/tests_idempotency.yml:5 Saturday 13 January 2024 01:19:47 +0000 (0:00:00.018) 0:00:00.615 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 13 January 2024 01:19:47 +0000 (0:00:00.171) 0:00:00.786 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml for sut TASK [linux-system-roles.mssql : Ensure ansible_facts used by role] ************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 13 January 2024 01:19:47 +0000 (0:00:00.018) 0:00:00.804 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 13 January 2024 01:19:47 +0000 (0:00:00.011) 0:00:00.815 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 13 January 2024 01:19:47 +0000 (0:00:00.031) 0:00:00.847 ****** ok: [sut] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [linux-system-roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 13 January 2024 01:19:47 +0000 (0:00:00.024) 0:00:00.871 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 13 January 2024 01:19:47 +0000 (0:00:00.020) 0:00:00.892 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the variable is deprecated] ******** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 13 January 2024 01:19:47 +0000 (0:00:00.037) 0:00:00.929 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 13 January 2024 01:19:47 +0000 (0:00:00.017) 0:00:00.947 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 13 January 2024 01:19:47 +0000 (0:00:00.011) 0:00:00.958 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 13 January 2024 01:19:47 +0000 (0:00:00.010) 0:00:00.969 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 13 January 2024 01:19:47 +0000 (0:00:00.017) 0:00:00.987 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 13 January 2024 01:19:47 +0000 (0:00:00.009) 0:00:00.996 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 13 January 2024 01:19:47 +0000 (0:00:00.008) 0:00:01.004 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 13 January 2024 01:19:47 +0000 (0:00:00.013) 0:00:01.018 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 13 January 2024 01:19:47 +0000 (0:00:00.007) 0:00:01.026 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 13 January 2024 01:19:47 +0000 (0:00:00.007) 0:00:01.034 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 13 January 2024 01:19:47 +0000 (0:00:00.007) 0:00:01.042 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 13 January 2024 01:19:47 +0000 (0:00:00.007) 0:00:01.050 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 13 January 2024 01:19:47 +0000 (0:00:00.014) 0:00:01.064 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 13 January 2024 01:19:49 +0000 (0:00:01.434) 0:00:02.498 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 13 January 2024 01:19:49 +0000 (0:00:00.035) 0:00:02.534 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 13 January 2024 01:19:49 +0000 (0:00:00.017) 0:00:02.551 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 13 January 2024 01:19:49 +0000 (0:00:00.020) 0:00:02.572 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 13 January 2024 01:19:49 +0000 (0:00:00.032) 0:00:02.604 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 13 January 2024 01:19:49 +0000 (0:00:00.478) 0:00:03.083 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 13 January 2024 01:19:49 +0000 (0:00:00.037) 0:00:03.120 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 13 January 2024 01:19:49 +0000 (0:00:00.019) 0:00:03.139 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 13 January 2024 01:19:49 +0000 (0:00:00.023) 0:00:03.163 ****** changed: [sut] => { "changed": true, "repo": "packages-microsoft-com-mssql-server-2017", "state": "present" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 13 January 2024 01:19:49 +0000 (0:00:00.255) 0:00:03.418 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current mode of SELinux] ************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 13 January 2024 01:19:50 +0000 (0:00:00.019) 0:00:03.437 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is in enforcing mode] ***** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 13 January 2024 01:19:50 +0000 (0:00:00.018) 0:00:03.456 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is not in enforcing mode] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 13 January 2024 01:19:50 +0000 (0:00:00.017) 0:00:03.473 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-selinux] ****** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 13 January 2024 01:19:50 +0000 (0:00:00.019) 0:00:03.492 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server] ************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 13 January 2024 01:19:50 +0000 (0:00:00.019) 0:00:03.512 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: guile-5:2.0.14-7.el8.x86_64", "Installed: python2-libs-2.7.18-16.module_el8+739+75e8b99b.x86_64", "Installed: gdb-headless-8.2-20.el8.x86_64", "Installed: python2-pip-9.0.3-19.module_el8+570+db61b4f9.noarch", "Installed: bzip2-1.0.6-26.el8.x86_64", "Installed: libbabeltrace-1.5.4-4.el8.x86_64", "Installed: python2-pip-wheel-9.0.3-19.module_el8+570+db61b4f9.noarch", "Installed: cyrus-sasl-2.1.27-6.el8_5.x86_64", "Installed: cyrus-sasl-gssapi-2.1.27-6.el8_5.x86_64", "Installed: libatomic-8.5.0-21.el8.x86_64", "Installed: gdb-8.2-20.el8.x86_64", "Installed: python2-2.7.18-16.module_el8+739+75e8b99b.x86_64", "Installed: libtool-ltdl-2.4.6-25.el8.x86_64", "Installed: mssql-server-14.0.3465.1-1.x86_64", "Installed: python2-setuptools-39.0.1-14.module_el8+733+876ccfdb.noarch", "Installed: gcc-gdb-plugin-8.5.0-21.el8.x86_64", "Installed: libipt-1.6.1-8.el8.x86_64", "Installed: libatomic_ops-7.6.2-3.el8.x86_64", "Installed: gc-7.6.4-3.el8.x86_64", "Installed: python2-setuptools-wheel-39.0.1-14.module_el8+733+876ccfdb.noarch" ] } lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 13 January 2024 01:20:34 +0000 (0:00:43.962) 0:00:47.475 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the errorlog file exists and its location] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 13 January 2024 01:20:34 +0000 (0:00:00.018) 0:00:47.494 ****** 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.006240", "end": "2024-01-13 01:20:34.310206", "rc": 0, "start": "2024-01-13 01:20:34.303966" } TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 13 January 2024 01:20:34 +0000 (0:00:00.271) 0:00:47.766 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set the __mssql_is_setup variable] ************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 13 January 2024 01:21:02 +0000 (0:00:27.717) 0:01:15.483 ****** ok: [sut] => { "ansible_facts": { "__mssql_is_setup": false }, "changed": false } TASK [linux-system-roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 13 January 2024 01:21:02 +0000 (0:00:00.038) 0:01:15.521 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 13 January 2024 01:21:02 +0000 (0:00:00.056) 0:01:15.578 ****** changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [linux-system-roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 13 January 2024 01:21:07 +0000 (0:00:04.960) 0:01:20.538 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml for sut included: /WORKDIR/git-weekly-cit20ebdfa/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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 13 January 2024 01:21:07 +0000 (0:00:00.044) 0:01:20.583 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 13 January 2024 01:21:07 +0000 (0:00:00.309) 0:01:20.892 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 13 January 2024 01:21:07 +0000 (0:00:00.351) 0:01:21.244 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 13 January 2024 01:21:07 +0000 (0:00:00.062) 0:01:21.307 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:21:07 +0000 (0:00:00.035) 0:01:21.342 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003634", "end": "2024-01-13 01:21:08.103659", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:21:08.100025" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:21:08 +0000 (0:00:00.223) 0:01:21.566 ****** 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.049294", "end": "2024-01-13 01:21:08.417978", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:21:08.368684" } 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:21:08 +0000 (0:00:00.314) 0:01:21.880 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 13 January 2024 01:21:08 +0000 (0:00:00.023) 0:01:21.904 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 13 January 2024 01:21:08 +0000 (0:00:00.297) 0:01:22.201 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 13 January 2024 01:21:09 +0000 (0:00:00.245) 0:01:22.446 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 13 January 2024 01:21:09 +0000 (0:00:00.025) 0:01:22.472 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:21:09 +0000 (0:00:00.034) 0:01:22.506 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003305", "end": "2024-01-13 01:21:09.270462", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:21:09.267157" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:21:09 +0000 (0:00:00.221) 0:01:22.728 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultlogdir", "/tmp/mssql_log" ], "delta": "0:00:00.056616", "end": "2024-01-13 01:21:09.583346", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:21:09.526730" } 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:21:09 +0000 (0:00:00.343) 0:01:23.072 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 13 January 2024 01:21:09 +0000 (0:00:00.022) 0:01:23.095 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 13 January 2024 01:21:09 +0000 (0:00:00.018) 0:01:23.114 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: tuned-profiles-mssql TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 13 January 2024 01:21:12 +0000 (0:00:03.008) 0:01:26.122 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 00:59:01 UTC", "ActiveEnterTimestampMonotonic": "35368973", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-sysctl.service dbus.socket system.slice network.target polkit.service sysinit.target systemd-journald.socket dbus.service basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 00:58:59 UTC", "AssertTimestampMonotonic": "33846263", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-13 00:58:59 UTC", "ConditionTimestampMonotonic": "33846261", "ConfigurationDirectoryMode": "0755", "Conflicts": "tlp.service power-profiles-daemon.service cpupower.service shutdown.target auto-cpufreq.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "700", "ExecMainStartTimestamp": "Sat 2024-01-13 00:58:59 UTC", "ExecMainStartTimestampMonotonic": "33847276", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-13 00:58:59 UTC", "InactiveExitTimestampMonotonic": "33847330", "InvocationID": "7b99ffd559604657a7f77e31fd198a7f", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28609", "LimitNPROCSoft": "28609", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "700", "MemoryAccounting": "yes", "MemoryCurrent": "20701184", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.service system.slice dbus.socket sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-13 00:59:01 UTC", "StateChangeTimestampMonotonic": "35368973", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "5", "TasksMax": "45774", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-13 00:59:01 UTC", "WatchdogTimestampMonotonic": "35368968", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 13 January 2024 01:21:13 +0000 (0:00:00.487) 0:01:26.610 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.117716", "end": "2024-01-13 01:21:13.466329", "rc": 0, "start": "2024-01-13 01:21:13.348613" } STDOUT: Current active profile: virtual-guest mssql TASK [linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 13 January 2024 01:21:13 +0000 (0:00:00.313) 0:01:26.924 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 13 January 2024 01:21:13 +0000 (0:00:00.045) 0:01:26.969 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 13 January 2024 01:21:13 +0000 (0:00:00.020) 0:01:26.990 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 13 January 2024 01:21:13 +0000 (0:00:00.020) 0:01:27.011 ****** changed: [sut] => { "changed": true, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [linux-system-roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 13 January 2024 01:21:13 +0000 (0:00:00.201) 0:01:27.212 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 13 January 2024 01:21:17 +0000 (0:00:04.145) 0:01:31.357 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 13 January 2024 01:21:17 +0000 (0:00:00.023) 0:01:31.381 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 13 January 2024 01:21:17 +0000 (0:00:00.020) 0:01:31.401 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 13 January 2024 01:21:18 +0000 (0:00:00.038) 0:01:31.440 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 13 January 2024 01:21:18 +0000 (0:00:00.021) 0:01:31.461 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the password of sa user] *************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 13 January 2024 01:21:18 +0000 (0:00:00.025) 0:01:31.486 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 13 January 2024 01:21:18 +0000 (0:00:00.027) 0:01:31.514 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 13 January 2024 01:21:18 +0000 (0:00:00.020) 0:01:31.534 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set edition matches the existing edition] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 13 January 2024 01:21:18 +0000 (0:00:00.021) 0:01:31.556 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 13 January 2024 01:21:18 +0000 (0:00:00.020) 0:01:31.576 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 13 January 2024 01:21:18 +0000 (0:00:00.021) 0:01:31.598 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the edition of MSSQL] ****************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 13 January 2024 01:21:18 +0000 (0:00:00.023) 0:01:31.622 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Configure the IP address setting] ************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 13 January 2024 01:21:18 +0000 (0:00:00.023) 0:01:31.646 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network ipaddress] ************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:21:18 +0000 (0:00:00.052) 0:01:31.698 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003332", "end": "2024-01-13 01:21:18.447076", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:21:18.443744" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network ipaddress] ****** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:21:18 +0000 (0:00:00.212) 0:01:31.910 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.ipaddress", "0.0.0.0" ], "delta": "0:00:00.048016", "end": "2024-01-13 01:21:18.702677", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:21:18.654661" } 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:21:18 +0000 (0:00:00.253) 0:01:32.164 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 13 January 2024 01:21:18 +0000 (0:00:00.020) 0:01:32.184 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 13 January 2024 01:21:18 +0000 (0:00:00.020) 0:01:32.204 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the TCP port setting to 1433] ******* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 13 January 2024 01:21:18 +0000 (0:00:00.019) 0:01:32.223 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tcpport] ************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:21:18 +0000 (0:00:00.063) 0:01:32.287 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003396", "end": "2024-01-13 01:21:19.031568", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:21:19.028172" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:21:19 +0000 (0:00:00.202) 0:01:32.489 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.049039", "end": "2024-01-13 01:21:19.280220", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:21:19.231181" } STDOUT: Validation error on setting 'network.tcpport' Port '1433' is already in use. Please use another port TASK [linux-system-roles.mssql : Unset the setting network tcpport] ************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:21:19 +0000 (0:00:00.253) 0:01:32.742 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 13 January 2024 01:21:19 +0000 (0:00:00.019) 0:01:32.761 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 13 January 2024 01:21:19 +0000 (0:00:00.020) 0:01:32.782 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting sqlagent enabled] ************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:21:19 +0000 (0:00:00.039) 0:01:32.821 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003235", "end": "2024-01-13 01:21:19.565075", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:21:19.561840" } STDOUT: enabled = false TASK [linux-system-roles.mssql : Configure the setting sqlagent enabled] ******* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:21:19 +0000 (0:00:00.200) 0:01:33.022 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "sqlagent.enabled", "True" ], "delta": "0:00:00.048504", "end": "2024-01-13 01:21:19.813083", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:21:19.764579" } 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:21:19 +0000 (0:00:00.253) 0:01:33.276 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-fts] ********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 13 January 2024 01:21:19 +0000 (0:00:00.021) 0:01:33.298 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: mssql-server-fts-14.0.3465.1-1.x86_64" ] } lsrpackages: mssql-server-fts TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 13 January 2024 01:21:48 +0000 (0:00:28.634) 0:02:01.933 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: powershell-7.4.1-1.rh.x86_64", "Installed: libicu-60.3-2.el8_1.x86_64" ] } lsrpackages: powershell TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ****** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 13 January 2024 01:21:59 +0000 (0:00:10.663) 0:02:12.596 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003156", "end": "2024-01-13 01:21:59.341665", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:21:59.338509" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 13 January 2024 01:21:59 +0000 (0:00:00.202) 0:02:12.798 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "traceflag", "3979", "on" ], "delta": "0:00:00.048346", "end": "2024-01-13 01:21:59.588825", "rc": 0, "start": "2024-01-13 01:21:59.540479" } 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 13 January 2024 01:21:59 +0000 (0:00:00.267) 0:02:13.066 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 13 January 2024 01:21:59 +0000 (0:00:00.021) 0:02:13.088 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:21:59 +0000 (0:00:00.046) 0:02:13.134 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003386", "end": "2024-01-13 01:21:59.880690", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:21:59.877304" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:21:59 +0000 (0:00:00.204) 0:02:13.338 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.alternatewritethrough", "0" ], "delta": "0:00:00.049310", "end": "2024-01-13 01:22:00.133821", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:22:00.084511" } 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:22:00 +0000 (0:00:00.257) 0:02:13.595 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 13 January 2024 01:22:00 +0000 (0:00:00.020) 0:02:13.616 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting control writethrough] ********* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:22:00 +0000 (0:00:00.036) 0:02:13.653 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003123", "end": "2024-01-13 01:22:00.397464", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:22:00.394341" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:22:00 +0000 (0:00:00.202) 0:02:13.855 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.writethrough", "1" ], "delta": "0:00:00.049617", "end": "2024-01-13 01:22:00.661693", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:22:00.612076" } 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:22:00 +0000 (0:00:00.269) 0:02:14.124 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 13 January 2024 01:22:00 +0000 (0:00:00.021) 0:02:14.146 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 13 January 2024 01:22:00 +0000 (0:00:00.018) 0:02:14.164 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Copy certificate and private_key files to the host] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 13 January 2024 01:22:00 +0000 (0:00:00.020) 0:02:14.185 ****** skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 13 January 2024 01:22:00 +0000 (0:00:00.048) 0:02:14.234 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 13 January 2024 01:22:00 +0000 (0:00:00.020) 0:02:14.254 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 13 January 2024 01:22:00 +0000 (0:00:00.021) 0:02:14.275 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 13 January 2024 01:22:00 +0000 (0:00:00.027) 0:02:14.302 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 13 January 2024 01:22:00 +0000 (0:00:00.033) 0:02:14.336 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 13 January 2024 01:22:00 +0000 (0:00:00.021) 0:02:14.357 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 13 January 2024 01:22:00 +0000 (0:00:00.019) 0:02:14.377 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print credential caches to check if AD principal exists] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 13 January 2024 01:22:00 +0000 (0:00:00.021) 0:02:14.398 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 13 January 2024 01:22:00 +0000 (0:00:00.022) 0:02:14.420 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 13 January 2024 01:22:01 +0000 (0:00:00.021) 0:02:14.442 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Check if AD user exists] ********************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 13 January 2024 01:22:01 +0000 (0:00:00.019) 0:02:14.461 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 13 January 2024 01:22:01 +0000 (0:00:00.019) 0:02:14.481 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Get SPNs for the principal] ******************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 13 January 2024 01:22:01 +0000 (0:00:00.019) 0:02:14.501 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 13 January 2024 01:22:01 +0000 (0:00:00.019) 0:02:14.520 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get kvno of the SPN host] ********************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 13 January 2024 01:22:01 +0000 (0:00:00.020) 0:02:14.541 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get stats of the keytab file] ***************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 13 January 2024 01:22:01 +0000 (0:00:00.023) 0:02:14.565 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 13 January 2024 01:22:01 +0000 (0:00:00.020) 0:02:14.585 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 13 January 2024 01:22:01 +0000 (0:00:00.020) 0:02:14.606 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 13 January 2024 01:22:01 +0000 (0:00:00.020) 0:02:14.626 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure correct permissions and ownership on the keytab] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 13 January 2024 01:22:01 +0000 (0:00:00.047) 0:02:14.673 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 13 January 2024 01:22:01 +0000 (0:00:00.035) 0:02:14.709 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 13 January 2024 01:22:01 +0000 (0:00:00.034) 0:02:14.744 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 13 January 2024 01:22:01 +0000 (0:00:00.030) 0:02:14.774 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 13 January 2024 01:22:01 +0000 (0:00:00.024) 0:02:14.798 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the port and enable the high-availability service in firewall tcp port 5022] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 13 January 2024 01:22:01 +0000 (0:00:00.028) 0:02:14.827 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 13 January 2024 01:22:01 +0000 (0:00:00.020) 0:02:14.848 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 13 January 2024 01:22:01 +0000 (0:00:00.021) 0:02:14.869 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 13 January 2024 01:22:01 +0000 (0:00:00.021) 0:02:14.890 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 13 January 2024 01:22:01 +0000 (0:00:00.022) 0:02:14.913 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 13 January 2024 01:22:01 +0000 (0:00:00.030) 0:02:14.943 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key files] ***** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 13 January 2024 01:22:01 +0000 (0:00:00.032) 0:02:14.976 ****** skipping: [sut] => (item=/var/opt/mssql/data/.cer) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.cer", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/var/opt/mssql/data/.pvk) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.pvk", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on the primary replica] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 13 January 2024 01:22:01 +0000 (0:00:00.041) 0:02:15.017 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create login for HA on in SQL Server] ********* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 13 January 2024 01:22:01 +0000 (0:00:00.020) 0:02:15.038 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 13 January 2024 01:22:01 +0000 (0:00:00.018) 0:02:15.057 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current primary replica in SQL] ******* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 13 January 2024 01:22:01 +0000 (0:00:00.026) 0:02:15.084 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set fact with the current primary replica] **** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 13 January 2024 01:22:01 +0000 (0:00:00.020) 0:02:15.104 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 13 January 2024 01:22:01 +0000 (0:00:00.018) 0:02:15.122 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 13 January 2024 01:22:01 +0000 (0:00:00.048) 0:02:15.171 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 13 January 2024 01:22:01 +0000 (0:00:00.020) 0:02:15.192 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 13 January 2024 01:22:01 +0000 (0:00:00.031) 0:02:15.223 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 13 January 2024 01:22:01 +0000 (0:00:00.021) 0:02:15.245 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 13 January 2024 01:22:01 +0000 (0:00:00.026) 0:02:15.271 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 13 January 2024 01:22:01 +0000 (0:00:00.022) 0:02:15.294 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 13 January 2024 01:22:01 +0000 (0:00:00.039) 0:02:15.334 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 13 January 2024 01:22:01 +0000 (0:00:00.023) 0:02:15.357 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 13 January 2024 01:22:01 +0000 (0:00:00.022) 0:02:15.380 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on not primary replicas] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 13 January 2024 01:22:02 +0000 (0:00:00.055) 0:02:15.435 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 13 January 2024 01:22:02 +0000 (0:00:00.033) 0:02:15.469 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 13 January 2024 01:22:02 +0000 (0:00:00.032) 0:02:15.502 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 13 January 2024 01:22:02 +0000 (0:00:00.029) 0:02:15.531 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key from the control node] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 13 January 2024 01:22:02 +0000 (0:00:00.033) 0:02:15.564 ****** skipping: [sut] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=key) => { "ansible_loop_var": "item", "changed": false, "item": "key", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Save credentials for the SQL Server login] **** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 13 January 2024 01:22:02 +0000 (0:00:00.024) 0:02:15.589 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 13 January 2024 01:22:02 +0000 (0:00:00.019) 0:02:15.608 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure listener for the availability group] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 13 January 2024 01:22:02 +0000 (0:00:00.028) 0:02:15.637 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 13 January 2024 01:22:02 +0000 (0:00:00.020) 0:02:15.658 ****** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 13 January 2024 01:22:02 +0000 (0:00:00.294) 0:02:15.952 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:21:06 UTC", "ActiveEnterTimestampMonotonic": "1361037319", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice auditd.service sysinit.target network.target systemd-journald.socket -.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:21:06 UTC", "AssertTimestampMonotonic": "1361027912", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-13 01:21:06 UTC", "ConditionTimestampMonotonic": "1361027910", "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": "16649", "ExecMainStartTimestamp": "Sat 2024-01-13 01:21:06 UTC", "ExecMainStartTimestampMonotonic": "1361037002", "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-13 01:21:06 UTC", "InactiveExitTimestampMonotonic": "1361037319", "InvocationID": "7da267f1c271492bac3941947fa682df", "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": "16649", "MemoryAccounting": "yes", "MemoryCurrent": "636174336", "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": "3", "StartLimitIntervalUSec": "2min", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-13 01:21:06 UTC", "StateChangeTimestampMonotonic": "1361037319", "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": "138", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-13 01:21:06 UTC", "WatchdogTimestampMonotonic": "1361037315", "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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 13 January 2024 01:22:03 +0000 (0:00:00.597) 0:02:16.550 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 13 January 2024 01:22:03 +0000 (0:00:00.020) 0:02:16.570 ****** 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-cit20ebdfa/tests/tasks/tests_idempotency.yml:22 Saturday 13 January 2024 01:22:03 +0000 (0:00:00.022) 0:02:16.593 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql-sever-increase-start-limit.yml for sut TASK [Modify the mssql-server service start limit interval] ******************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql-sever-increase-start-limit.yml:3 Saturday 13 January 2024 01:22:03 +0000 (0:00:00.086) 0:02:16.680 ****** changed: [sut] => { "changed": true } MSG: 1 replacements made TASK [Modify the mssql-server service start limit burst] *********************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql-sever-increase-start-limit.yml:10 Saturday 13 January 2024 01:22:03 +0000 (0:00:00.311) 0:02:16.992 ****** changed: [sut] => { "changed": true } MSG: 1 replacements made TASK [Reload service daemon] *************************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql-sever-increase-start-limit.yml:17 Saturday 13 January 2024 01:22:03 +0000 (0:00:00.226) 0:02:17.218 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [Run again with the same settings - should report not changed] ************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/tests_idempotency.yml:25 Saturday 13 January 2024 01:22:04 +0000 (0:00:00.492) 0:02:17.711 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 13 January 2024 01:22:04 +0000 (0:00:00.194) 0:02:17.905 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml for sut TASK [linux-system-roles.mssql : Ensure ansible_facts used by role] ************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 13 January 2024 01:22:04 +0000 (0:00:00.030) 0:02:17.936 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 13 January 2024 01:22:04 +0000 (0:00:00.025) 0:02:17.961 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 13 January 2024 01:22:04 +0000 (0:00:00.038) 0:02:18.000 ****** ok: [sut] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [linux-system-roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 13 January 2024 01:22:04 +0000 (0:00:00.032) 0:02:18.032 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 13 January 2024 01:22:04 +0000 (0:00:00.020) 0:02:18.052 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the variable is deprecated] ******** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 13 January 2024 01:22:04 +0000 (0:00:00.019) 0:02:18.072 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 13 January 2024 01:22:04 +0000 (0:00:00.018) 0:02:18.091 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 13 January 2024 01:22:04 +0000 (0:00:00.018) 0:02:18.109 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 13 January 2024 01:22:04 +0000 (0:00:00.023) 0:02:18.132 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 13 January 2024 01:22:04 +0000 (0:00:00.024) 0:02:18.157 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 13 January 2024 01:22:04 +0000 (0:00:00.054) 0:02:18.211 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 13 January 2024 01:22:04 +0000 (0:00:00.024) 0:02:18.236 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 13 January 2024 01:22:04 +0000 (0:00:00.034) 0:02:18.270 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 13 January 2024 01:22:04 +0000 (0:00:00.042) 0:02:18.313 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 13 January 2024 01:22:04 +0000 (0:00:00.031) 0:02:18.344 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 13 January 2024 01:22:04 +0000 (0:00:00.022) 0:02:18.366 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 13 January 2024 01:22:04 +0000 (0:00:00.024) 0:02:18.390 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 13 January 2024 01:22:04 +0000 (0:00:00.023) 0:02:18.413 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 13 January 2024 01:22:06 +0000 (0:00:01.679) 0:02:20.093 ****** ok: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 13 January 2024 01:22:06 +0000 (0:00:00.130) 0:02:20.223 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 13 January 2024 01:22:06 +0000 (0:00:00.032) 0:02:20.256 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 13 January 2024 01:22:06 +0000 (0:00:00.030) 0:02:20.287 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 13 January 2024 01:22:06 +0000 (0:00:00.046) 0:02:20.333 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 13 January 2024 01:22:07 +0000 (0:00:00.384) 0:02:20.717 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 13 January 2024 01:22:07 +0000 (0:00:00.034) 0:02:20.752 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 13 January 2024 01:22:07 +0000 (0:00:00.024) 0:02:20.776 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 13 January 2024 01:22:07 +0000 (0:00:00.023) 0:02:20.800 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 13 January 2024 01:22:07 +0000 (0:00:00.026) 0:02:20.826 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current mode of SELinux] ************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 13 January 2024 01:22:07 +0000 (0:00:00.022) 0:02:20.849 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is in enforcing mode] ***** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 13 January 2024 01:22:07 +0000 (0:00:00.021) 0:02:20.871 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is not in enforcing mode] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 13 January 2024 01:22:07 +0000 (0:00:00.023) 0:02:20.894 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-selinux] ****** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 13 January 2024 01:22:07 +0000 (0:00:00.024) 0:02:20.919 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server] ************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 13 January 2024 01:22:07 +0000 (0:00:00.030) 0:02:20.950 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 13 January 2024 01:22:10 +0000 (0:00:03.037) 0:02:23.987 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the errorlog file exists and its location] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 13 January 2024 01:22:10 +0000 (0:00:00.023) 0:02:24.011 ****** 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.005788", "end": "2024-01-13 01:22:10.781858", "rc": 0, "start": "2024-01-13 01:22:10.776070" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 13 January 2024 01:22:10 +0000 (0:00:00.262) 0:02:24.274 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set the __mssql_is_setup variable] ************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 13 January 2024 01:22:40 +0000 (0:00:29.580) 0:02:53.854 ****** ok: [sut] => { "ansible_facts": { "__mssql_is_setup": true }, "changed": false } TASK [linux-system-roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 13 January 2024 01:22:40 +0000 (0:00:00.052) 0:02:53.907 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 13 January 2024 01:22:40 +0000 (0:00:00.021) 0:02:53.929 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 13 January 2024 01:22:40 +0000 (0:00:00.021) 0:02:53.951 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml for sut included: /WORKDIR/git-weekly-cit20ebdfa/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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 13 January 2024 01:22:40 +0000 (0:00:00.043) 0:02:53.995 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705108867.7701938, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1705108867.772194, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 281018824, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1705108867.7701938, "nlink": 2, "path": "/tmp/mssql_data", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6, "uid": 993, "version": "459628234", "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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 13 January 2024 01:22:40 +0000 (0:00:00.208) 0:02:54.203 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 13 January 2024 01:22:40 +0000 (0:00:00.220) 0:02:54.423 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 13 January 2024 01:22:41 +0000 (0:00:00.029) 0:02:54.453 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:22:41 +0000 (0:00:00.046) 0:02:54.500 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003297", "end": "2024-01-13 01:22:41.247658", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:22:41.244361" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [linux-system-roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:22:41 +0000 (0:00:00.207) 0:02:54.707 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:22:41 +0000 (0:00:00.026) 0:02:54.733 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 13 January 2024 01:22:41 +0000 (0:00:00.022) 0:02:54.756 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705108868.9821522, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1705108868.9841523, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 291504547, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1705108868.9821522, "nlink": 2, "path": "/tmp/mssql_log", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6, "uid": 993, "version": "3610292182", "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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 13 January 2024 01:22:42 +0000 (0:00:01.210) 0:02:55.966 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 13 January 2024 01:22:42 +0000 (0:00:00.210) 0:02:56.177 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 13 January 2024 01:22:42 +0000 (0:00:00.026) 0:02:56.204 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:22:42 +0000 (0:00:00.036) 0:02:56.240 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003101", "end": "2024-01-13 01:22:42.984068", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:22:42.980967" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [linux-system-roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:22:43 +0000 (0:00:00.203) 0:02:56.444 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:22:43 +0000 (0:00:00.028) 0:02:56.472 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 13 January 2024 01:22:43 +0000 (0:00:00.025) 0:02:56.498 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 13 January 2024 01:22:43 +0000 (0:00:00.033) 0:02:56.531 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: tuned-profiles-mssql TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 13 January 2024 01:22:45 +0000 (0:00:02.886) 0:02:59.418 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 00:59:01 UTC", "ActiveEnterTimestampMonotonic": "35368973", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target polkit.service network.target dbus.service sysinit.target system.slice systemd-sysctl.service systemd-journald.socket dbus.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 00:58:59 UTC", "AssertTimestampMonotonic": "33846263", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-13 00:58:59 UTC", "ConditionTimestampMonotonic": "33846261", "ConfigurationDirectoryMode": "0755", "Conflicts": "power-profiles-daemon.service cpupower.service auto-cpufreq.service shutdown.target tlp.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "700", "ExecMainStartTimestamp": "Sat 2024-01-13 00:58:59 UTC", "ExecMainStartTimestampMonotonic": "33847276", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-13 00:58:59 UTC", "InactiveExitTimestampMonotonic": "33847330", "InvocationID": "7b99ffd559604657a7f77e31fd198a7f", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28609", "LimitNPROCSoft": "28609", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "700", "MemoryAccounting": "yes", "MemoryCurrent": "20475904", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice dbus.service sysinit.target dbus.socket", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-13 00:59:01 UTC", "StateChangeTimestampMonotonic": "35368973", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "5", "TasksMax": "45774", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-13 00:59:01 UTC", "WatchdogTimestampMonotonic": "35368968", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 13 January 2024 01:22:46 +0000 (0:00:00.373) 0:02:59.792 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.118797", "end": "2024-01-13 01:22:46.655726", "rc": 0, "start": "2024-01-13 01:22:46.536929" } STDOUT: Current active profile: virtual-guest mssql TASK [linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 13 January 2024 01:22:46 +0000 (0:00:00.340) 0:03:00.132 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 13 January 2024 01:22:46 +0000 (0:00:00.043) 0:03:00.175 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 13 January 2024 01:22:46 +0000 (0:00:00.042) 0:03:00.217 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 13 January 2024 01:22:46 +0000 (0:00:00.044) 0:03:00.262 ****** ok: [sut] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [linux-system-roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 13 January 2024 01:22:47 +0000 (0:00:00.215) 0:03:00.477 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: mssql-tools unixODBC-devel TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 13 January 2024 01:22:49 +0000 (0:00:02.906) 0:03:03.384 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml for sut TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 13 January 2024 01:22:50 +0000 (0:00:00.089) 0:03:03.473 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:22:03 UTC", "ActiveEnterTimestampMonotonic": "1417223263", "ActiveExitTimestamp": "Sat 2024-01-13 01:22:02 UTC", "ActiveExitTimestampMonotonic": "1416973584", "ActiveState": "active", "After": "systemd-journald.socket -.mount auditd.service basic.target sysinit.target system.slice network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:22:03 UTC", "AssertTimestampMonotonic": "1417222153", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-13 01:22:03 UTC", "ConditionTimestampMonotonic": "1417222151", "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": "17859", "ExecMainStartTimestamp": "Sat 2024-01-13 01:22:03 UTC", "ExecMainStartTimestampMonotonic": "1417223201", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "991", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-13 01:22:03 UTC", "InactiveEnterTimestampMonotonic": "1417221067", "InactiveExitTimestamp": "Sat 2024-01-13 01:22:03 UTC", "InactiveExitTimestampMonotonic": "1417223263", "InvocationID": "e7107af7a19645e299cdf3e662958db7", "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": "17859", "MemoryAccounting": "yes", "MemoryCurrent": "709087232", "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": "-.mount system.slice sysinit.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-13 01:22:03 UTC", "StateChangeTimestampMonotonic": "1417223263", "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": "152", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-13 01:22:03 UTC", "WatchdogTimestampMonotonic": "1417223260", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 13 January 2024 01:22:50 +0000 (0:00:00.345) 0:03:03.819 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003247", "end": "2024-01-13 01:22:50.573957", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:22:50.570710" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 13 January 2024 01:22:50 +0000 (0:00:00.232) 0:03:04.051 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003193", "end": "2024-01-13 01:22:50.800158", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:22:50.796965" } STDOUT: ipaddress = 0.0.0.0 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 13 January 2024 01:22:50 +0000 (0:00:00.226) 0:03:04.278 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 13 January 2024 01:22:50 +0000 (0:00:00.054) 0:03:04.332 ****** 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": 6316, "state": "file", "uid": 993 } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 13 January 2024 01:22:52 +0000 (0:00:01.349) 0:03:05.682 ****** ok: [sut] => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 13 January 2024 01:22:52 +0000 (0:00:00.290) 0:03:05.972 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 13 January 2024 01:22:52 +0000 (0:00:00.050) 0:03:06.023 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the password of sa user] *************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 13 January 2024 01:22:53 +0000 (0:00:01.364) 0:03:07.387 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 13 January 2024 01:22:53 +0000 (0:00:00.024) 0:03:07.412 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 13 January 2024 01:22:54 +0000 (0:00:00.019) 0:03:07.431 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set edition matches the existing edition] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 13 January 2024 01:22:54 +0000 (0:00:00.019) 0:03:07.451 ****** 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.005293", "end": "2024-01-13 01:22:54.195254", "rc": 0, "start": "2024-01-13 01:22:54.189961" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 13 January 2024 01:22:54 +0000 (0:00:00.201) 0:03:07.652 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 13 January 2024 01:22:54 +0000 (0:00:00.067) 0:03:07.719 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 13 January 2024 01:22:55 +0000 (0:00:01.356) 0:03:09.076 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Configure the IP address setting] ************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 13 January 2024 01:22:55 +0000 (0:00:00.064) 0:03:09.140 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network ipaddress] ************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:22:55 +0000 (0:00:00.055) 0:03:09.196 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002940", "end": "2024-01-13 01:22:55.960568", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:22:55.957628" } STDOUT: ipaddress = 0.0.0.0 TASK [linux-system-roles.mssql : Configure the setting network ipaddress] ****** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:22:56 +0000 (0:00:00.238) 0:03:09.435 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:22:56 +0000 (0:00:00.059) 0:03:09.494 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 13 January 2024 01:22:56 +0000 (0:00:00.049) 0:03:09.544 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 13 January 2024 01:22:56 +0000 (0:00:00.052) 0:03:09.596 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the TCP port setting to 1433] ******* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 13 January 2024 01:22:56 +0000 (0:00:00.033) 0:03:09.629 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tcpport] ************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:22:56 +0000 (0:00:00.092) 0:03:09.721 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003045", "end": "2024-01-13 01:22:56.465747", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:22:56.462702" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:22:56 +0000 (0:00:00.205) 0:03:09.927 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.049498", "end": "2024-01-13 01:22:56.740553", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:22:56.691055" } STDOUT: Validation error on setting 'network.tcpport' Port '1433' is already in use. Please use another port TASK [linux-system-roles.mssql : Unset the setting network tcpport] ************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:22:56 +0000 (0:00:00.294) 0:03:10.221 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 13 January 2024 01:22:56 +0000 (0:00:00.021) 0:03:10.243 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 13 January 2024 01:22:56 +0000 (0:00:00.023) 0:03:10.267 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting sqlagent enabled] ************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:22:56 +0000 (0:00:00.047) 0:03:10.314 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003190", "end": "2024-01-13 01:22:57.058906", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:22:57.055716" } STDOUT: enabled = True TASK [linux-system-roles.mssql : Configure the setting sqlagent enabled] ******* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:22:57 +0000 (0:00:00.204) 0:03:10.518 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:22:57 +0000 (0:00:00.028) 0:03:10.546 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-fts] ********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 13 January 2024 01:22:57 +0000 (0:00:00.030) 0:03:10.577 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 13 January 2024 01:23:00 +0000 (0:00:02.909) 0:03:13.486 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 13 January 2024 01:23:02 +0000 (0:00:02.918) 0:03:16.405 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003356", "end": "2024-01-13 01:23:03.150257", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:23:03.146901" } STDOUT: traceflag0 = 3979 TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 13 January 2024 01:23:03 +0000 (0:00:00.203) 0:03:16.608 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 13 January 2024 01:23:03 +0000 (0:00:00.021) 0:03:16.630 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 13 January 2024 01:23:03 +0000 (0:00:00.020) 0:03:16.651 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:23:03 +0000 (0:00:00.035) 0:03:16.687 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003475", "end": "2024-01-13 01:23:03.434138", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:23:03.430663" } STDOUT: alternatewritethrough = 0 TASK [linux-system-roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:23:03 +0000 (0:00:00.220) 0:03:16.907 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:23:03 +0000 (0:00:00.053) 0:03:16.961 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 13 January 2024 01:23:03 +0000 (0:00:00.021) 0:03:16.982 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting control writethrough] ********* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:23:03 +0000 (0:00:00.036) 0:03:17.019 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003191", "end": "2024-01-13 01:23:03.764562", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:23:03.761371" } STDOUT: writethrough = 1 TASK [linux-system-roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:23:03 +0000 (0:00:00.205) 0:03:17.224 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:23:03 +0000 (0:00:00.025) 0:03:17.250 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 13 January 2024 01:23:03 +0000 (0:00:00.022) 0:03:17.272 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 13 January 2024 01:23:03 +0000 (0:00:00.022) 0:03:17.294 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Copy certificate and private_key files to the host] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 13 January 2024 01:23:03 +0000 (0:00:00.027) 0:03:17.321 ****** skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 13 January 2024 01:23:03 +0000 (0:00:00.041) 0:03:17.363 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 13 January 2024 01:23:03 +0000 (0:00:00.027) 0:03:17.391 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 13 January 2024 01:23:03 +0000 (0:00:00.021) 0:03:17.412 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 13 January 2024 01:23:04 +0000 (0:00:00.021) 0:03:17.434 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 13 January 2024 01:23:04 +0000 (0:00:00.021) 0:03:17.455 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 13 January 2024 01:23:04 +0000 (0:00:00.022) 0:03:17.477 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 13 January 2024 01:23:04 +0000 (0:00:00.020) 0:03:17.497 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print credential caches to check if AD principal exists] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 13 January 2024 01:23:04 +0000 (0:00:00.067) 0:03:17.565 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 13 January 2024 01:23:04 +0000 (0:00:00.032) 0:03:17.597 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 13 January 2024 01:23:04 +0000 (0:00:00.023) 0:03:17.621 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Check if AD user exists] ********************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 13 January 2024 01:23:04 +0000 (0:00:00.022) 0:03:17.644 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 13 January 2024 01:23:04 +0000 (0:00:00.021) 0:03:17.665 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Get SPNs for the principal] ******************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 13 January 2024 01:23:04 +0000 (0:00:00.020) 0:03:17.686 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 13 January 2024 01:23:04 +0000 (0:00:00.022) 0:03:17.709 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get kvno of the SPN host] ********************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 13 January 2024 01:23:04 +0000 (0:00:00.025) 0:03:17.734 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get stats of the keytab file] ***************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 13 January 2024 01:23:04 +0000 (0:00:00.028) 0:03:17.762 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 13 January 2024 01:23:04 +0000 (0:00:00.023) 0:03:17.786 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 13 January 2024 01:23:04 +0000 (0:00:00.027) 0:03:17.813 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 13 January 2024 01:23:04 +0000 (0:00:00.034) 0:03:17.847 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure correct permissions and ownership on the keytab] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 13 January 2024 01:23:04 +0000 (0:00:00.021) 0:03:17.869 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 13 January 2024 01:23:04 +0000 (0:00:00.043) 0:03:17.912 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 13 January 2024 01:23:04 +0000 (0:00:00.023) 0:03:17.936 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 13 January 2024 01:23:04 +0000 (0:00:00.022) 0:03:17.958 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 13 January 2024 01:23:04 +0000 (0:00:00.032) 0:03:17.991 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the port and enable the high-availability service in firewall tcp port 5022] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 13 January 2024 01:23:04 +0000 (0:00:00.059) 0:03:18.050 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 13 January 2024 01:23:04 +0000 (0:00:00.032) 0:03:18.083 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 13 January 2024 01:23:04 +0000 (0:00:00.038) 0:03:18.121 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 13 January 2024 01:23:04 +0000 (0:00:00.025) 0:03:18.146 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 13 January 2024 01:23:04 +0000 (0:00:00.025) 0:03:18.172 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 13 January 2024 01:23:04 +0000 (0:00:00.049) 0:03:18.221 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key files] ***** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 13 January 2024 01:23:04 +0000 (0:00:00.052) 0:03:18.273 ****** skipping: [sut] => (item=/var/opt/mssql/data/.cer) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.cer", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/var/opt/mssql/data/.pvk) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.pvk", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on the primary replica] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 13 January 2024 01:23:04 +0000 (0:00:00.061) 0:03:18.334 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create login for HA on in SQL Server] ********* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 13 January 2024 01:23:04 +0000 (0:00:00.056) 0:03:18.390 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 13 January 2024 01:23:04 +0000 (0:00:00.032) 0:03:18.422 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current primary replica in SQL] ******* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 13 January 2024 01:23:05 +0000 (0:00:00.084) 0:03:18.507 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set fact with the current primary replica] **** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 13 January 2024 01:23:05 +0000 (0:00:00.042) 0:03:18.550 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 13 January 2024 01:23:05 +0000 (0:00:00.054) 0:03:18.604 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 13 January 2024 01:23:05 +0000 (0:00:00.028) 0:03:18.633 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 13 January 2024 01:23:05 +0000 (0:00:00.051) 0:03:18.684 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 13 January 2024 01:23:05 +0000 (0:00:00.041) 0:03:18.726 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 13 January 2024 01:23:05 +0000 (0:00:00.070) 0:03:18.796 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 13 January 2024 01:23:05 +0000 (0:00:00.053) 0:03:18.850 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 13 January 2024 01:23:05 +0000 (0:00:00.050) 0:03:18.900 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 13 January 2024 01:23:05 +0000 (0:00:00.057) 0:03:18.957 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 13 January 2024 01:23:05 +0000 (0:00:00.026) 0:03:18.984 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 13 January 2024 01:23:05 +0000 (0:00:00.048) 0:03:19.032 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on not primary replicas] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 13 January 2024 01:23:05 +0000 (0:00:00.082) 0:03:19.115 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 13 January 2024 01:23:05 +0000 (0:00:00.044) 0:03:19.160 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 13 January 2024 01:23:05 +0000 (0:00:00.040) 0:03:19.201 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 13 January 2024 01:23:05 +0000 (0:00:00.024) 0:03:19.225 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key from the control node] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 13 January 2024 01:23:05 +0000 (0:00:00.045) 0:03:19.270 ****** skipping: [sut] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=key) => { "ansible_loop_var": "item", "changed": false, "item": "key", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Save credentials for the SQL Server login] **** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 13 January 2024 01:23:05 +0000 (0:00:00.049) 0:03:19.320 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 13 January 2024 01:23:05 +0000 (0:00:00.057) 0:03:19.377 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure listener for the availability group] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 13 January 2024 01:23:06 +0000 (0:00:00.050) 0:03:19.428 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 13 January 2024 01:23:06 +0000 (0:00:00.035) 0:03:19.463 ****** ok: [sut] => { "changed": false } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 13 January 2024 01:23:06 +0000 (0:00:00.327) 0:03:19.790 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 13 January 2024 01:23:06 +0000 (0:00:00.067) 0:03:19.858 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/tests_idempotency.yml:40 Saturday 13 January 2024 01:23:06 +0000 (0:00:00.032) 0:03:19.890 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:8 Saturday 13 January 2024 01:23:06 +0000 (0:00:00.117) 0:03:20.007 ****** 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.006181", "end": "2024-01-13 01:23:06.755589", "rc": 0, "start": "2024-01-13 01:23:06.749408" } STDOUT: /var/opt/mssql/log/errorlog TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:23 Saturday 13 January 2024 01:23:06 +0000 (0:00:00.206) 0:03:20.214 ****** 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.005534", "end": "2024-01-13 01:23:06.961788", "rc": 0, "start": "2024-01-13 01:23:06.956254" } STDOUT: true TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:35 Saturday 13 January 2024 01:23:06 +0000 (0:00:00.212) 0:03:20.427 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:39 Saturday 13 January 2024 01:23:07 +0000 (0:00:00.025) 0:03:20.453 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting ipaddress] ********************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:7 Saturday 13 January 2024 01:23:07 +0000 (0:00:00.056) 0:03:20.509 ****** ok: [sut] => { "changed": false, "cmd": "grep '^ipaddress' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004883", "end": "2024-01-13 01:23:07.256715", "rc": 0, "start": "2024-01-13 01:23:07.251832" } STDOUT: ipaddress = 0.0.0.0 TASK [Verify the setting when it is type str ipaddress] ************************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:14 Saturday 13 January 2024 01:23:07 +0000 (0:00:00.207) 0:03:20.716 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool ipaddress] *********************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:25 Saturday 13 January 2024 01:23:07 +0000 (0:00:00.029) 0:03:20.746 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 0.0.0.0] ******************************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:40 Saturday 13 January 2024 01:23:07 +0000 (0:00:00.084) 0:03:20.831 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting tcpport] ************************************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:7 Saturday 13 January 2024 01:23:07 +0000 (0:00:00.029) 0:03:20.860 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tcpport' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004804", "end": "2024-01-13 01:23:07.611858", "rc": 0, "start": "2024-01-13 01:23:07.607054" } TASK [Verify the setting when it is type str tcpport] ************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:14 Saturday 13 January 2024 01:23:07 +0000 (0:00:00.210) 0:03:21.071 ****** 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-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:25 Saturday 13 January 2024 01:23:07 +0000 (0:00:00.026) 0:03:21.097 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1433] ********************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:40 Saturday 13 January 2024 01:23:07 +0000 (0:00:00.023) 0:03:21.121 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get the value of the setting defaultdatadir] ***************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:7 Saturday 13 January 2024 01:23:07 +0000 (0:00:00.027) 0:03:21.149 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultdatadir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004730", "end": "2024-01-13 01:23:07.894273", "rc": 0, "start": "2024-01-13 01:23:07.889543" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [Verify the setting when it is type str defaultdatadir] ******************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:14 Saturday 13 January 2024 01:23:07 +0000 (0:00:00.205) 0:03:21.355 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultdatadir] ****************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:25 Saturday 13 January 2024 01:23:07 +0000 (0:00:00.029) 0:03:21.384 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /tmp/mssql_data] *********************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:40 Saturday 13 January 2024 01:23:07 +0000 (0:00:00.022) 0:03:21.406 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting defaultlogdir] ****************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:7 Saturday 13 January 2024 01:23:08 +0000 (0:00:00.022) 0:03:21.429 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultlogdir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004806", "end": "2024-01-13 01:23:08.171725", "rc": 0, "start": "2024-01-13 01:23:08.166919" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [Verify the setting when it is type str defaultlogdir] ******************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:14 Saturday 13 January 2024 01:23:08 +0000 (0:00:00.201) 0:03:21.630 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultlogdir] ******************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:25 Saturday 13 January 2024 01:23:08 +0000 (0:00:00.028) 0:03:21.658 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /tmp/mssql_log] ************************************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:40 Saturday 13 January 2024 01:23:08 +0000 (0:00:00.023) 0:03:21.682 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting enabled] ************************************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:7 Saturday 13 January 2024 01:23:08 +0000 (0:00:00.024) 0:03:21.706 ****** ok: [sut] => { "changed": false, "cmd": "grep '^enabled' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004507", "end": "2024-01-13 01:23:08.452060", "rc": 0, "start": "2024-01-13 01:23:08.447553" } STDOUT: enabled = True TASK [Verify the setting when it is type str enabled] ************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:14 Saturday 13 January 2024 01:23:08 +0000 (0:00:00.259) 0:03:21.966 ****** 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-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:25 Saturday 13 January 2024 01:23:08 +0000 (0:00:00.043) 0:03:22.009 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:40 Saturday 13 January 2024 01:23:08 +0000 (0:00:00.030) 0:03:22.040 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:55 Saturday 13 January 2024 01:23:08 +0000 (0:00:00.023) 0:03:22.064 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705108867.7701938, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1705108867.772194, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 281018824, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1705108867.7701938, "nlink": 2, "path": "/tmp/mssql_data", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6, "uid": 993, "version": "459628234", "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-cit20ebdfa/tests/tasks/verify_settings.yml:60 Saturday 13 January 2024 01:23:08 +0000 (0:00:00.205) 0:03:22.270 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:70 Saturday 13 January 2024 01:23:08 +0000 (0:00:00.034) 0:03:22.305 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705108868.9821522, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1705108868.9841523, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 291504547, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1705108868.9821522, "nlink": 2, "path": "/tmp/mssql_log", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6, "uid": 993, "version": "3610292182", "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-cit20ebdfa/tests/tasks/verify_settings.yml:75 Saturday 13 January 2024 01:23:09 +0000 (0:00:00.241) 0:03:22.547 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:85 Saturday 13 January 2024 01:23:09 +0000 (0:00:00.034) 0:03:22.581 ****** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 13 January 2024 01:23:09 +0000 (0:00:00.039) 0:03:22.621 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:22:03 UTC", "ActiveEnterTimestampMonotonic": "1417223263", "ActiveExitTimestamp": "Sat 2024-01-13 01:22:02 UTC", "ActiveExitTimestampMonotonic": "1416973584", "ActiveState": "active", "After": "systemd-journald.socket -.mount auditd.service basic.target sysinit.target system.slice network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:22:03 UTC", "AssertTimestampMonotonic": "1417222153", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-13 01:22:03 UTC", "ConditionTimestampMonotonic": "1417222151", "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": "17859", "ExecMainStartTimestamp": "Sat 2024-01-13 01:22:03 UTC", "ExecMainStartTimestampMonotonic": "1417223201", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "991", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-13 01:22:03 UTC", "InactiveEnterTimestampMonotonic": "1417221067", "InactiveExitTimestamp": "Sat 2024-01-13 01:22:03 UTC", "InactiveExitTimestampMonotonic": "1417223263", "InvocationID": "e7107af7a19645e299cdf3e662958db7", "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": "17859", "MemoryAccounting": "yes", "MemoryCurrent": "713523200", "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": "-.mount system.slice sysinit.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-13 01:22:03 UTC", "StateChangeTimestampMonotonic": "1417223263", "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": "156", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-13 01:22:03 UTC", "WatchdogTimestampMonotonic": "1417223260", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 13 January 2024 01:23:09 +0000 (0:00:00.323) 0:03:22.944 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003279", "end": "2024-01-13 01:23:09.687975", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:23:09.684696" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 13 January 2024 01:23:09 +0000 (0:00:00.199) 0:03:23.144 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003431", "end": "2024-01-13 01:23:09.887649", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:23:09.884218" } STDOUT: ipaddress = 0.0.0.0 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 13 January 2024 01:23:09 +0000 (0:00:00.253) 0:03:23.398 ****** 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-cit20ebdfa/tests/tasks/verify_settings.yml:93 Saturday 13 January 2024 01:23:09 +0000 (0:00:00.028) 0:03:23.427 ****** 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": 6316, "state": "file", "uid": 993 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:99 Saturday 13 January 2024 01:23:11 +0000 (0:00:01.207) 0:03:24.634 ****** 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.022907", "end": "2024-01-13 01:23:11.397867", "rc": 0, "start": "2024-01-13 01:23:11.374960" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5029376) - 14.0.3465.1 (X64) Jul 30 2023 15:31:58 Copyright (C) 2017 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Stream 8) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:113 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.226) 0:03:24.861 ****** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:117 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.028) 0:03:24.890 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_package.yml:7 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.046) 0:03:24.936 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Verify if the package is installed mssql-server-fts] ********************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_package.yml:12 Saturday 13 January 2024 01:23:12 +0000 (0:00:01.410) 0:03:26.347 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify if the package is not installed mssql-server-fts] ***************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_package.yml:17 Saturday 13 January 2024 01:23:12 +0000 (0:00:00.031) 0:03:26.378 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:124 Saturday 13 January 2024 01:23:12 +0000 (0:00:00.022) 0:03:26.400 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_package.yml:7 Saturday 13 January 2024 01:23:13 +0000 (0:00:00.037) 0:03:26.438 ****** 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-cit20ebdfa/tests/tasks/verify_package.yml:12 Saturday 13 January 2024 01:23:14 +0000 (0:00:01.348) 0:03:27.787 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify if the package is not installed powershell] *********************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_package.yml:17 Saturday 13 January 2024 01:23:14 +0000 (0:00:00.033) 0:03:27.820 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:135 Saturday 13 January 2024 01:23:14 +0000 (0:00:00.020) 0:03:27.841 ****** ok: [sut] => { "changed": false, "cmd": "grep '^traceflag' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004795", "end": "2024-01-13 01:23:14.586711", "rc": 0, "start": "2024-01-13 01:23:14.581916" } STDOUT: traceflag0 = 3979 TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:140 Saturday 13 January 2024 01:23:14 +0000 (0:00:00.203) 0:03:28.045 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:145 Saturday 13 January 2024 01:23:14 +0000 (0:00:00.068) 0:03:28.113 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:151 Saturday 13 January 2024 01:23:14 +0000 (0:00:00.022) 0:03:28.136 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting alternatewritethrough] ********************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:7 Saturday 13 January 2024 01:23:14 +0000 (0:00:00.035) 0:03:28.171 ****** ok: [sut] => { "changed": false, "cmd": "grep '^alternatewritethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004804", "end": "2024-01-13 01:23:14.916515", "rc": 0, "start": "2024-01-13 01:23:14.911711" } STDOUT: alternatewritethrough = 0 TASK [Verify the setting when it is type str alternatewritethrough] ************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:14 Saturday 13 January 2024 01:23:14 +0000 (0:00:00.205) 0:03:28.377 ****** 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-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:25 Saturday 13 January 2024 01:23:14 +0000 (0:00:00.022) 0:03:28.399 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:40 Saturday 13 January 2024 01:23:15 +0000 (0:00:00.029) 0:03:28.429 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:157 Saturday 13 January 2024 01:23:15 +0000 (0:00:00.022) 0:03:28.452 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting writethrough] ******************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:7 Saturday 13 January 2024 01:23:15 +0000 (0:00:00.040) 0:03:28.492 ****** ok: [sut] => { "changed": false, "cmd": "grep '^writethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004752", "end": "2024-01-13 01:23:15.236658", "rc": 0, "start": "2024-01-13 01:23:15.231906" } STDOUT: writethrough = 1 TASK [Verify the setting when it is type str writethrough] ********************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:14 Saturday 13 January 2024 01:23:15 +0000 (0:00:00.204) 0:03:28.697 ****** 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-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:25 Saturday 13 January 2024 01:23:15 +0000 (0:00:00.028) 0:03:28.726 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:40 Saturday 13 January 2024 01:23:15 +0000 (0:00:00.038) 0:03:28.764 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:167 Saturday 13 January 2024 01:23:15 +0000 (0:00:00.022) 0:03:28.787 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:178 Saturday 13 January 2024 01:23:15 +0000 (0:00:00.020) 0:03:28.807 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:190 Saturday 13 January 2024 01:23:15 +0000 (0:00:00.053) 0:03:28.861 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:198 Saturday 13 January 2024 01:23:15 +0000 (0:00:00.021) 0:03:28.882 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:208 Saturday 13 January 2024 01:23:15 +0000 (0:00:00.020) 0:03:28.902 ****** 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-cit20ebdfa/tests/tasks/verify_settings.yml:213 Saturday 13 January 2024 01:23:15 +0000 (0:00:00.022) 0:03:28.925 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:221 Saturday 13 January 2024 01:23:15 +0000 (0:00:00.033) 0:03:28.959 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run to edit settings] **************************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/tests_idempotency.yml:56 Saturday 13 January 2024 01:23:15 +0000 (0:00:00.030) 0:03:28.990 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 13 January 2024 01:23:15 +0000 (0:00:00.265) 0:03:29.255 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml for sut TASK [linux-system-roles.mssql : Ensure ansible_facts used by role] ************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 13 January 2024 01:23:15 +0000 (0:00:00.090) 0:03:29.346 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 13 January 2024 01:23:15 +0000 (0:00:00.027) 0:03:29.373 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 13 January 2024 01:23:15 +0000 (0:00:00.037) 0:03:29.411 ****** ok: [sut] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [linux-system-roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 13 January 2024 01:23:16 +0000 (0:00:00.021) 0:03:29.432 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 13 January 2024 01:23:16 +0000 (0:00:00.021) 0:03:29.453 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the variable is deprecated] ******** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 13 January 2024 01:23:16 +0000 (0:00:00.020) 0:03:29.474 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 13 January 2024 01:23:16 +0000 (0:00:00.022) 0:03:29.497 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 13 January 2024 01:23:16 +0000 (0:00:00.021) 0:03:29.518 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 13 January 2024 01:23:16 +0000 (0:00:00.022) 0:03:29.540 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 13 January 2024 01:23:16 +0000 (0:00:00.022) 0:03:29.563 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 13 January 2024 01:23:16 +0000 (0:00:00.021) 0:03:29.584 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 13 January 2024 01:23:16 +0000 (0:00:00.021) 0:03:29.605 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 13 January 2024 01:23:16 +0000 (0:00:00.024) 0:03:29.630 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 13 January 2024 01:23:16 +0000 (0:00:00.020) 0:03:29.651 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 13 January 2024 01:23:16 +0000 (0:00:00.021) 0:03:29.672 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 13 January 2024 01:23:16 +0000 (0:00:00.024) 0:03:29.697 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 13 January 2024 01:23:16 +0000 (0:00:00.037) 0:03:29.735 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 13 January 2024 01:23:16 +0000 (0:00:00.084) 0:03:29.819 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 13 January 2024 01:23:17 +0000 (0:00:01.358) 0:03:31.178 ****** ok: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 13 January 2024 01:23:17 +0000 (0:00:00.064) 0:03:31.243 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 13 January 2024 01:23:17 +0000 (0:00:00.022) 0:03:31.265 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 13 January 2024 01:23:17 +0000 (0:00:00.029) 0:03:31.295 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 13 January 2024 01:23:17 +0000 (0:00:00.044) 0:03:31.339 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 13 January 2024 01:23:18 +0000 (0:00:00.360) 0:03:31.700 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 13 January 2024 01:23:18 +0000 (0:00:00.022) 0:03:31.723 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 13 January 2024 01:23:18 +0000 (0:00:00.071) 0:03:31.794 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 13 January 2024 01:23:18 +0000 (0:00:00.024) 0:03:31.819 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 13 January 2024 01:23:18 +0000 (0:00:00.028) 0:03:31.847 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current mode of SELinux] ************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 13 January 2024 01:23:18 +0000 (0:00:00.021) 0:03:31.869 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is in enforcing mode] ***** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 13 January 2024 01:23:18 +0000 (0:00:00.020) 0:03:31.890 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is not in enforcing mode] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 13 January 2024 01:23:18 +0000 (0:00:00.021) 0:03:31.912 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-selinux] ****** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 13 January 2024 01:23:18 +0000 (0:00:00.022) 0:03:31.934 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server] ************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 13 January 2024 01:23:18 +0000 (0:00:00.020) 0:03:31.955 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 13 January 2024 01:23:21 +0000 (0:00:02.891) 0:03:34.847 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the errorlog file exists and its location] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 13 January 2024 01:23:21 +0000 (0:00:00.068) 0:03:34.916 ****** 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.005869", "end": "2024-01-13 01:23:21.663512", "rc": 0, "start": "2024-01-13 01:23:21.657643" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 13 January 2024 01:23:21 +0000 (0:00:00.206) 0:03:35.122 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set the __mssql_is_setup variable] ************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 13 January 2024 01:23:44 +0000 (0:00:22.541) 0:03:57.664 ****** ok: [sut] => { "ansible_facts": { "__mssql_is_setup": true }, "changed": false } TASK [linux-system-roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 13 January 2024 01:23:44 +0000 (0:00:00.028) 0:03:57.693 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 13 January 2024 01:23:44 +0000 (0:00:00.023) 0:03:57.716 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 13 January 2024 01:23:44 +0000 (0:00:00.021) 0:03:57.738 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml for sut included: /WORKDIR/git-weekly-cit20ebdfa/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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 13 January 2024 01:23:44 +0000 (0:00:00.047) 0:03:57.786 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705108866.4222403, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1705108866.3502426, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 192938432, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1705108866.3502426, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 156, "uid": 993, "version": "1814692983", "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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 13 January 2024 01:23:44 +0000 (0:00:00.260) 0:03:58.047 ****** 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": 156, "state": "directory", "uid": 993 } TASK [linux-system-roles.mssql : Append facts for the selinux role] ************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 13 January 2024 01:23:44 +0000 (0:00:00.214) 0:03:58.261 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 13 January 2024 01:23:44 +0000 (0:00:00.027) 0:03:58.289 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:23:44 +0000 (0:00:00.039) 0:03:58.329 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003206", "end": "2024-01-13 01:23:45.075936", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:23:45.072730" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [linux-system-roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:23:45 +0000 (0:00:00.206) 0:03:58.535 ****** 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.048376", "end": "2024-01-13 01:23:45.331430", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:23:45.283054" } 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:23:45 +0000 (0:00:00.259) 0:03:58.794 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 13 January 2024 01:23:45 +0000 (0:00:00.023) 0:03:58.817 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705108926.5131776, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1705108926.5121775, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 195035584, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1705108926.5121775, "nlink": 2, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 993, "version": "97513025", "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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 13 January 2024 01:23:47 +0000 (0:00:02.210) 0:04:01.028 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 13 January 2024 01:23:47 +0000 (0:00:00.251) 0:04:01.280 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 13 January 2024 01:23:47 +0000 (0:00:00.027) 0:04:01.308 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:23:47 +0000 (0:00:00.035) 0:04:01.343 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003178", "end": "2024-01-13 01:23:48.088162", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:23:48.084984" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [linux-system-roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:23:48 +0000 (0:00:00.204) 0:04:01.547 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultlogdir", "/var/opt/mssql/log" ], "delta": "0:00:00.048066", "end": "2024-01-13 01:23:48.340070", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:23:48.292004" } 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:23:48 +0000 (0:00:00.255) 0:04:01.803 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 13 January 2024 01:23:48 +0000 (0:00:00.022) 0:04:01.826 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 13 January 2024 01:23:48 +0000 (0:00:00.021) 0:04:01.847 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: tuned-profiles-mssql TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 13 January 2024 01:23:51 +0000 (0:00:02.934) 0:04:04.781 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 00:59:01 UTC", "ActiveEnterTimestampMonotonic": "35368973", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target polkit.service network.target dbus.service sysinit.target system.slice systemd-sysctl.service systemd-journald.socket dbus.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 00:58:59 UTC", "AssertTimestampMonotonic": "33846263", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-13 00:58:59 UTC", "ConditionTimestampMonotonic": "33846261", "ConfigurationDirectoryMode": "0755", "Conflicts": "power-profiles-daemon.service cpupower.service auto-cpufreq.service shutdown.target tlp.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "700", "ExecMainStartTimestamp": "Sat 2024-01-13 00:58:59 UTC", "ExecMainStartTimestampMonotonic": "33847276", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-13 00:58:59 UTC", "InactiveExitTimestampMonotonic": "33847330", "InvocationID": "7b99ffd559604657a7f77e31fd198a7f", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28609", "LimitNPROCSoft": "28609", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "700", "MemoryAccounting": "yes", "MemoryCurrent": "20725760", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice dbus.service sysinit.target dbus.socket", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-13 00:59:01 UTC", "StateChangeTimestampMonotonic": "35368973", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "5", "TasksMax": "45774", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-13 00:59:01 UTC", "WatchdogTimestampMonotonic": "35368968", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 13 January 2024 01:23:52 +0000 (0:00:01.329) 0:04:06.111 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.119600", "end": "2024-01-13 01:23:52.973429", "rc": 0, "start": "2024-01-13 01:23:52.853829" } STDOUT: Current active profile: virtual-guest mssql TASK [linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 13 January 2024 01:23:53 +0000 (0:00:00.320) 0:04:06.431 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 13 January 2024 01:23:53 +0000 (0:00:00.021) 0:04:06.453 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 13 January 2024 01:23:53 +0000 (0:00:00.020) 0:04:06.473 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 13 January 2024 01:23:53 +0000 (0:00:00.020) 0:04:06.493 ****** ok: [sut] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [linux-system-roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 13 January 2024 01:23:53 +0000 (0:00:00.205) 0:04:06.698 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: mssql-tools unixODBC-devel TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 13 January 2024 01:23:56 +0000 (0:00:02.886) 0:04:09.585 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml for sut TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 13 January 2024 01:23:56 +0000 (0:00:00.037) 0:04:09.623 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:22:03 UTC", "ActiveEnterTimestampMonotonic": "1417223263", "ActiveExitTimestamp": "Sat 2024-01-13 01:22:02 UTC", "ActiveExitTimestampMonotonic": "1416973584", "ActiveState": "active", "After": "systemd-journald.socket -.mount auditd.service basic.target sysinit.target system.slice network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:22:03 UTC", "AssertTimestampMonotonic": "1417222153", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-13 01:22:03 UTC", "ConditionTimestampMonotonic": "1417222151", "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": "17859", "ExecMainStartTimestamp": "Sat 2024-01-13 01:22:03 UTC", "ExecMainStartTimestampMonotonic": "1417223201", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "991", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-13 01:22:03 UTC", "InactiveEnterTimestampMonotonic": "1417221067", "InactiveExitTimestamp": "Sat 2024-01-13 01:22:03 UTC", "InactiveExitTimestampMonotonic": "1417223263", "InvocationID": "e7107af7a19645e299cdf3e662958db7", "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": "17859", "MemoryAccounting": "yes", "MemoryCurrent": "717811712", "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": "-.mount system.slice sysinit.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-13 01:22:03 UTC", "StateChangeTimestampMonotonic": "1417223263", "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-13 01:22:03 UTC", "WatchdogTimestampMonotonic": "1417223260", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 13 January 2024 01:23:56 +0000 (0:00:00.322) 0:04:09.945 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003126", "end": "2024-01-13 01:23:56.689807", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:23:56.686681" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 13 January 2024 01:23:56 +0000 (0:00:00.200) 0:04:10.145 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003265", "end": "2024-01-13 01:23:56.889687", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:23:56.886422" } STDOUT: ipaddress = 0.0.0.0 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 13 January 2024 01:23:56 +0000 (0:00:00.202) 0:04:10.348 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 13 January 2024 01:23:56 +0000 (0:00:00.029) 0:04:10.377 ****** 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": 6316, "state": "file", "uid": 993 } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 13 January 2024 01:23:58 +0000 (0:00:01.210) 0:04:11.588 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 13 January 2024 01:23:58 +0000 (0:00:00.231) 0:04:11.820 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:22:03 UTC", "ActiveEnterTimestampMonotonic": "1417223263", "ActiveExitTimestamp": "Sat 2024-01-13 01:22:02 UTC", "ActiveExitTimestampMonotonic": "1416973584", "ActiveState": "active", "After": "systemd-journald.socket -.mount auditd.service basic.target sysinit.target system.slice network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:22:03 UTC", "AssertTimestampMonotonic": "1417222153", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-13 01:22:03 UTC", "ConditionTimestampMonotonic": "1417222151", "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": "17859", "ExecMainStartTimestamp": "Sat 2024-01-13 01:22:03 UTC", "ExecMainStartTimestampMonotonic": "1417223201", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "991", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-13 01:22:03 UTC", "InactiveEnterTimestampMonotonic": "1417221067", "InactiveExitTimestamp": "Sat 2024-01-13 01:22:03 UTC", "InactiveExitTimestampMonotonic": "1417223263", "InvocationID": "e7107af7a19645e299cdf3e662958db7", "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": "17859", "MemoryAccounting": "yes", "MemoryCurrent": "718757888", "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": "-.mount system.slice sysinit.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-13 01:22:03 UTC", "StateChangeTimestampMonotonic": "1417223263", "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-13 01:22:03 UTC", "WatchdogTimestampMonotonic": "1417223260", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 13 January 2024 01:23:58 +0000 (0:00:00.553) 0:04:12.373 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the password of sa user] *************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 13 January 2024 01:24:00 +0000 (0:00:01.380) 0:04:13.754 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 13 January 2024 01:24:05 +0000 (0:00:05.061) 0:04:18.816 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 13 January 2024 01:24:05 +0000 (0:00:00.024) 0:04:18.840 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set edition matches the existing edition] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 13 January 2024 01:24:05 +0000 (0:00:00.025) 0:04:18.866 ****** 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.005216", "end": "2024-01-13 01:24:05.612968", "rc": 0, "start": "2024-01-13 01:24:05.607752" } STDOUT: false TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 13 January 2024 01:24:05 +0000 (0:00:00.205) 0:04:19.071 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:22:03 UTC", "ActiveEnterTimestampMonotonic": "1417223263", "ActiveExitTimestamp": "Sat 2024-01-13 01:23:58 UTC", "ActiveExitTimestampMonotonic": "1532842774", "ActiveState": "inactive", "After": "systemd-journald.socket -.mount auditd.service basic.target sysinit.target system.slice network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:22:03 UTC", "AssertTimestampMonotonic": "1417222153", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-13 01:22:03 UTC", "ConditionTimestampMonotonic": "1417222151", "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-13 01:23:58 UTC", "ExecMainExitTimestampMonotonic": "1533044399", "ExecMainPID": "17859", "ExecMainStartTimestamp": "Sat 2024-01-13 01:22:03 UTC", "ExecMainStartTimestampMonotonic": "1417223201", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-13 01:22:03 UTC] ; stop_time=[Sat 2024-01-13 01:23:58 UTC] ; pid=17859 ; 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-13 01:23:58 UTC", "InactiveEnterTimestampMonotonic": "1533044524", "InactiveExitTimestamp": "Sat 2024-01-13 01:22:03 UTC", "InactiveExitTimestampMonotonic": "1417223263", "InvocationID": "e7107af7a19645e299cdf3e662958db7", "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": "-.mount system.slice sysinit.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-13 01:23:58 UTC", "StateChangeTimestampMonotonic": "1533044524", "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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 13 January 2024 01:24:05 +0000 (0:00:00.328) 0:04:19.400 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 13 January 2024 01:24:07 +0000 (0:00:01.372) 0:04:20.772 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 13 January 2024 01:24:12 +0000 (0:00:05.063) 0:04:25.836 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network ipaddress] ************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:24:12 +0000 (0:00:00.039) 0:04:25.875 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003385", "end": "2024-01-13 01:24:12.619645", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:12.616260" } STDOUT: ipaddress = 0.0.0.0 TASK [linux-system-roles.mssql : Configure the setting network ipaddress] ****** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:24:12 +0000 (0:00:00.204) 0:04:26.080 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.ipaddress", "127.0.0.1" ], "delta": "0:00:00.048803", "end": "2024-01-13 01:24:12.875224", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:12.826421" } 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:24:12 +0000 (0:00:00.258) 0:04:26.339 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 13 January 2024 01:24:12 +0000 (0:00:00.021) 0:04:26.360 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1435] ************************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 13 January 2024 01:24:12 +0000 (0:00:00.023) 0:04:26.384 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 13 January 2024 01:24:13 +0000 (0:00:00.051) 0:04:26.435 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tcpport] ************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:24:13 +0000 (0:00:00.044) 0:04:26.479 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003353", "end": "2024-01-13 01:24:13.264459", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:24:13.261106" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:24:13 +0000 (0:00:00.326) 0:04:26.805 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1435" ], "delta": "0:00:00.049857", "end": "2024-01-13 01:24:13.603023", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:13.553166" } 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:24:13 +0000 (0:00:00.276) 0:04:27.082 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 13 January 2024 01:24:13 +0000 (0:00:00.042) 0:04:27.124 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 13 January 2024 01:24:13 +0000 (0:00:00.030) 0:04:27.155 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting sqlagent enabled] ************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:24:13 +0000 (0:00:00.052) 0:04:27.207 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003376", "end": "2024-01-13 01:24:13.963494", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:13.960118" } STDOUT: enabled = True TASK [linux-system-roles.mssql : Configure the setting sqlagent enabled] ******* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:24:13 +0000 (0:00:00.220) 0:04:27.427 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "sqlagent.enabled", "False" ], "delta": "0:00:00.049372", "end": "2024-01-13 01:24:14.221501", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:14.172129" } 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:24:14 +0000 (0:00:00.261) 0:04:27.688 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-fts] ********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 13 January 2024 01:24:14 +0000 (0:00:00.023) 0:04:27.712 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Removed: mssql-server-fts-14.0.3465.1-1.x86_64" ] } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 13 January 2024 01:24:17 +0000 (0:00:03.614) 0:04:31.327 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 13 January 2024 01:24:21 +0000 (0:00:03.666) 0:04:34.993 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003320", "end": "2024-01-13 01:24:21.739356", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:21.736036" } STDOUT: traceflag0 = 3979 TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 13 January 2024 01:24:21 +0000 (0:00:00.213) 0:04:35.207 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 13 January 2024 01:24:21 +0000 (0:00:00.023) 0:04:35.230 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "traceflag", "3979", "off" ], "delta": "0:00:00.049142", "end": "2024-01-13 01:24:22.020908", "rc": 0, "start": "2024-01-13 01:24:21.971766" } 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 13 January 2024 01:24:22 +0000 (0:00:00.249) 0:04:35.480 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:24:22 +0000 (0:00:00.037) 0:04:35.517 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003456", "end": "2024-01-13 01:24:22.264460", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:22.261004" } STDOUT: alternatewritethrough = 0 TASK [linux-system-roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:24:22 +0000 (0:00:00.207) 0:04:35.725 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:24:22 +0000 (0:00:00.028) 0:04:35.753 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 13 January 2024 01:24:22 +0000 (0:00:00.090) 0:04:35.844 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting control writethrough] ********* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:24:22 +0000 (0:00:00.045) 0:04:35.890 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003330", "end": "2024-01-13 01:24:22.647637", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:22.644307" } STDOUT: writethrough = 1 TASK [linux-system-roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:24:22 +0000 (0:00:00.226) 0:04:36.116 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.writethrough", "0" ], "delta": "0:00:00.048649", "end": "2024-01-13 01:24:22.923407", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:22.874758" } 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:24:22 +0000 (0:00:00.275) 0:04:36.392 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 13 January 2024 01:24:22 +0000 (0:00:00.027) 0:04:36.419 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 13 January 2024 01:24:23 +0000 (0:00:00.023) 0:04:36.442 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Copy certificate and private_key files to the host] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 13 January 2024 01:24:23 +0000 (0:00:00.023) 0:04:36.466 ****** skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 13 January 2024 01:24:23 +0000 (0:00:00.031) 0:04:36.497 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 13 January 2024 01:24:23 +0000 (0:00:00.023) 0:04:36.520 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 13 January 2024 01:24:23 +0000 (0:00:00.031) 0:04:36.552 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 13 January 2024 01:24:23 +0000 (0:00:00.024) 0:04:36.577 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 13 January 2024 01:24:23 +0000 (0:00:00.022) 0:04:36.599 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 13 January 2024 01:24:23 +0000 (0:00:00.032) 0:04:36.632 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 13 January 2024 01:24:23 +0000 (0:00:00.024) 0:04:36.657 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print credential caches to check if AD principal exists] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 13 January 2024 01:24:23 +0000 (0:00:00.084) 0:04:36.742 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 13 January 2024 01:24:23 +0000 (0:00:00.025) 0:04:36.767 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 13 January 2024 01:24:23 +0000 (0:00:00.067) 0:04:36.835 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Check if AD user exists] ********************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 13 January 2024 01:24:23 +0000 (0:00:00.025) 0:04:36.860 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 13 January 2024 01:24:23 +0000 (0:00:00.052) 0:04:36.913 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Get SPNs for the principal] ******************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 13 January 2024 01:24:23 +0000 (0:00:00.056) 0:04:36.969 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 13 January 2024 01:24:23 +0000 (0:00:00.027) 0:04:36.997 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get kvno of the SPN host] ********************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 13 January 2024 01:24:23 +0000 (0:00:00.025) 0:04:37.022 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get stats of the keytab file] ***************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 13 January 2024 01:24:23 +0000 (0:00:00.025) 0:04:37.047 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 13 January 2024 01:24:23 +0000 (0:00:00.035) 0:04:37.083 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 13 January 2024 01:24:23 +0000 (0:00:00.043) 0:04:37.127 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 13 January 2024 01:24:23 +0000 (0:00:00.036) 0:04:37.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 [linux-system-roles.mssql : Ensure correct permissions and ownership on the keytab] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 13 January 2024 01:24:23 +0000 (0:00:00.033) 0:04:37.197 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 13 January 2024 01:24:23 +0000 (0:00:00.046) 0:04:37.244 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 13 January 2024 01:24:23 +0000 (0:00:00.025) 0:04:37.270 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 13 January 2024 01:24:23 +0000 (0:00:00.028) 0:04:37.298 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 13 January 2024 01:24:23 +0000 (0:00:00.035) 0:04:37.333 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the port and enable the high-availability service in firewall tcp port 5022] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 13 January 2024 01:24:24 +0000 (0:00:00.129) 0:04:37.463 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 13 January 2024 01:24:24 +0000 (0:00:00.036) 0:04:37.500 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 13 January 2024 01:24:24 +0000 (0:00:00.040) 0:04:37.541 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 13 January 2024 01:24:24 +0000 (0:00:00.027) 0:04:37.569 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 13 January 2024 01:24:24 +0000 (0:00:00.065) 0:04:37.634 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 13 January 2024 01:24:24 +0000 (0:00:00.040) 0:04:37.674 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key files] ***** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 13 January 2024 01:24:24 +0000 (0:00:00.033) 0:04:37.708 ****** skipping: [sut] => (item=/var/opt/mssql/data/.cer) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.cer", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/var/opt/mssql/data/.pvk) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.pvk", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on the primary replica] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 13 January 2024 01:24:24 +0000 (0:00:00.026) 0:04:37.734 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create login for HA on in SQL Server] ********* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 13 January 2024 01:24:24 +0000 (0:00:00.021) 0:04:37.755 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 13 January 2024 01:24:24 +0000 (0:00:00.022) 0:04:37.778 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current primary replica in SQL] ******* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 13 January 2024 01:24:24 +0000 (0:00:00.032) 0:04:37.810 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set fact with the current primary replica] **** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 13 January 2024 01:24:24 +0000 (0:00:00.039) 0:04:37.850 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 13 January 2024 01:24:24 +0000 (0:00:00.027) 0:04:37.877 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 13 January 2024 01:24:24 +0000 (0:00:00.023) 0:04:37.901 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 13 January 2024 01:24:24 +0000 (0:00:00.022) 0:04:37.924 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 13 January 2024 01:24:24 +0000 (0:00:00.023) 0:04:37.947 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 13 January 2024 01:24:24 +0000 (0:00:00.102) 0:04:38.050 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 13 January 2024 01:24:24 +0000 (0:00:00.030) 0:04:38.080 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 13 January 2024 01:24:24 +0000 (0:00:00.023) 0:04:38.104 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 13 January 2024 01:24:24 +0000 (0:00:00.034) 0:04:38.138 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 13 January 2024 01:24:24 +0000 (0:00:00.025) 0:04:38.163 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 13 January 2024 01:24:24 +0000 (0:00:00.025) 0:04:38.190 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on not primary replicas] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 13 January 2024 01:24:24 +0000 (0:00:00.038) 0:04:38.228 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 13 January 2024 01:24:24 +0000 (0:00:00.027) 0:04:38.255 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 13 January 2024 01:24:24 +0000 (0:00:00.025) 0:04:38.281 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 13 January 2024 01:24:24 +0000 (0:00:00.023) 0:04:38.304 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key from the control node] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 13 January 2024 01:24:24 +0000 (0:00:00.023) 0:04:38.327 ****** skipping: [sut] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=key) => { "ansible_loop_var": "item", "changed": false, "item": "key", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Save credentials for the SQL Server login] **** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 13 January 2024 01:24:24 +0000 (0:00:00.027) 0:04:38.354 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 13 January 2024 01:24:24 +0000 (0:00:00.022) 0:04:38.377 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure listener for the availability group] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 13 January 2024 01:24:24 +0000 (0:00:00.022) 0:04:38.400 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 13 January 2024 01:24:24 +0000 (0:00:00.023) 0:04:38.423 ****** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 13 January 2024 01:24:25 +0000 (0:00:00.344) 0:04:38.768 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:22:03 UTC", "ActiveEnterTimestampMonotonic": "1417223263", "ActiveExitTimestamp": "Sat 2024-01-13 01:23:58 UTC", "ActiveExitTimestampMonotonic": "1532842774", "ActiveState": "inactive", "After": "systemd-journald.socket -.mount auditd.service basic.target sysinit.target system.slice network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:22:03 UTC", "AssertTimestampMonotonic": "1417222153", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-13 01:22:03 UTC", "ConditionTimestampMonotonic": "1417222151", "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-13 01:23:58 UTC", "ExecMainExitTimestampMonotonic": "1533044399", "ExecMainPID": "17859", "ExecMainStartTimestamp": "Sat 2024-01-13 01:22:03 UTC", "ExecMainStartTimestampMonotonic": "1417223201", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-13 01:22:03 UTC] ; stop_time=[Sat 2024-01-13 01:23:58 UTC] ; pid=17859 ; 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-13 01:23:58 UTC", "InactiveEnterTimestampMonotonic": "1533044524", "InactiveExitTimestamp": "Sat 2024-01-13 01:22:03 UTC", "InactiveExitTimestampMonotonic": "1417223263", "InvocationID": "e7107af7a19645e299cdf3e662958db7", "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": "-.mount system.slice sysinit.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-13 01:23:58 UTC", "StateChangeTimestampMonotonic": "1533044524", "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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 13 January 2024 01:24:25 +0000 (0:00:00.464) 0:04:39.233 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 13 January 2024 01:24:25 +0000 (0:00:00.022) 0:04:39.255 ****** 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-cit20ebdfa/tests/tasks/tests_idempotency.yml:73 Saturday 13 January 2024 01:24:25 +0000 (0:00:00.024) 0:04:39.279 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 13 January 2024 01:24:26 +0000 (0:00:00.327) 0:04:39.606 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml for sut TASK [linux-system-roles.mssql : Ensure ansible_facts used by role] ************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 13 January 2024 01:24:26 +0000 (0:00:00.122) 0:04:39.729 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 13 January 2024 01:24:26 +0000 (0:00:00.050) 0:04:39.779 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 13 January 2024 01:24:26 +0000 (0:00:00.059) 0:04:39.838 ****** ok: [sut] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [linux-system-roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 13 January 2024 01:24:26 +0000 (0:00:00.025) 0:04:39.864 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 13 January 2024 01:24:26 +0000 (0:00:00.022) 0:04:39.886 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the variable is deprecated] ******** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 13 January 2024 01:24:26 +0000 (0:00:00.023) 0:04:39.910 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 13 January 2024 01:24:26 +0000 (0:00:00.032) 0:04:39.942 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 13 January 2024 01:24:26 +0000 (0:00:00.035) 0:04:39.977 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 13 January 2024 01:24:26 +0000 (0:00:00.037) 0:04:40.015 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 13 January 2024 01:24:26 +0000 (0:00:00.039) 0:04:40.055 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 13 January 2024 01:24:26 +0000 (0:00:00.023) 0:04:40.078 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 13 January 2024 01:24:26 +0000 (0:00:00.025) 0:04:40.104 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 13 January 2024 01:24:26 +0000 (0:00:00.025) 0:04:40.129 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 13 January 2024 01:24:26 +0000 (0:00:00.020) 0:04:40.150 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 13 January 2024 01:24:26 +0000 (0:00:00.021) 0:04:40.172 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 13 January 2024 01:24:26 +0000 (0:00:00.022) 0:04:40.194 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 13 January 2024 01:24:26 +0000 (0:00:00.023) 0:04:40.218 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 13 January 2024 01:24:26 +0000 (0:00:00.114) 0:04:40.333 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 13 January 2024 01:24:28 +0000 (0:00:01.585) 0:04:41.918 ****** ok: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 13 January 2024 01:24:28 +0000 (0:00:00.064) 0:04:41.982 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 13 January 2024 01:24:28 +0000 (0:00:00.022) 0:04:42.005 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 13 January 2024 01:24:28 +0000 (0:00:00.024) 0:04:42.029 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 13 January 2024 01:24:28 +0000 (0:00:00.040) 0:04:42.069 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 13 January 2024 01:24:29 +0000 (0:00:00.459) 0:04:42.529 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 13 January 2024 01:24:29 +0000 (0:00:00.028) 0:04:42.557 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 13 January 2024 01:24:29 +0000 (0:00:00.082) 0:04:42.639 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 13 January 2024 01:24:29 +0000 (0:00:00.025) 0:04:42.665 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 13 January 2024 01:24:29 +0000 (0:00:00.027) 0:04:42.693 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current mode of SELinux] ************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 13 January 2024 01:24:29 +0000 (0:00:00.024) 0:04:42.717 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is in enforcing mode] ***** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 13 January 2024 01:24:29 +0000 (0:00:00.025) 0:04:42.743 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is not in enforcing mode] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 13 January 2024 01:24:29 +0000 (0:00:00.023) 0:04:42.766 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-selinux] ****** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 13 January 2024 01:24:29 +0000 (0:00:00.023) 0:04:42.789 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server] ************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 13 January 2024 01:24:29 +0000 (0:00:00.022) 0:04:42.812 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 13 January 2024 01:24:32 +0000 (0:00:02.872) 0:04:45.684 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the errorlog file exists and its location] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 13 January 2024 01:24:32 +0000 (0:00:00.021) 0:04:45.706 ****** 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.006108", "end": "2024-01-13 01:24:32.451285", "rc": 0, "start": "2024-01-13 01:24:32.445177" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 13 January 2024 01:24:32 +0000 (0:00:00.203) 0:04:45.909 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set the __mssql_is_setup variable] ************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 13 January 2024 01:25:01 +0000 (0:00:28.543) 0:05:14.452 ****** ok: [sut] => { "ansible_facts": { "__mssql_is_setup": true }, "changed": false } TASK [linux-system-roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 13 January 2024 01:25:01 +0000 (0:00:00.035) 0:05:14.488 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 13 January 2024 01:25:01 +0000 (0:00:00.023) 0:05:14.511 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 13 January 2024 01:25:01 +0000 (0:00:00.021) 0:05:14.533 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml for sut included: /WORKDIR/git-weekly-cit20ebdfa/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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 13 January 2024 01:25:01 +0000 (0:00:00.055) 0:05:14.588 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705108866.4222403, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1705108866.3502426, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 192938432, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1705108866.3502426, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 156, "uid": 993, "version": "1814692983", "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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 13 January 2024 01:25:01 +0000 (0:00:00.232) 0:05:14.820 ****** 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": 156, "state": "directory", "uid": 993 } TASK [linux-system-roles.mssql : Append facts for the selinux role] ************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 13 January 2024 01:25:01 +0000 (0:00:00.229) 0:05:15.050 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 13 January 2024 01:25:01 +0000 (0:00:00.052) 0:05:15.103 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:25:01 +0000 (0:00:00.122) 0:05:15.225 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003357", "end": "2024-01-13 01:25:01.975106", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:25:01.971749" } STDOUT: defaultdatadir = /var/opt/mssql/data TASK [linux-system-roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:25:02 +0000 (0:00:00.214) 0:05:15.440 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:25:02 +0000 (0:00:00.029) 0:05:15.469 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 13 January 2024 01:25:02 +0000 (0:00:00.026) 0:05:15.496 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705109068.4453084, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1705109068.4523084, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 195035584, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1705109068.4523084, "nlink": 2, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 993, "version": "97513025", "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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 13 January 2024 01:25:02 +0000 (0:00:00.222) 0:05:15.718 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 13 January 2024 01:25:02 +0000 (0:00:00.217) 0:05:15.935 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 13 January 2024 01:25:02 +0000 (0:00:00.039) 0:05:15.974 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:25:02 +0000 (0:00:00.052) 0:05:16.026 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002907", "end": "2024-01-13 01:25:02.784328", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:25:02.781421" } STDOUT: defaultlogdir = /var/opt/mssql/log TASK [linux-system-roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:25:02 +0000 (0:00:00.215) 0:05:16.242 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:25:02 +0000 (0:00:00.027) 0:05:16.270 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 13 January 2024 01:25:02 +0000 (0:00:00.023) 0:05:16.294 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 13 January 2024 01:25:02 +0000 (0:00:00.020) 0:05:16.314 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: tuned-profiles-mssql TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 13 January 2024 01:25:05 +0000 (0:00:02.864) 0:05:19.179 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 00:59:01 UTC", "ActiveEnterTimestampMonotonic": "35368973", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target polkit.service network.target dbus.service sysinit.target system.slice systemd-sysctl.service systemd-journald.socket dbus.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 00:58:59 UTC", "AssertTimestampMonotonic": "33846263", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-13 00:58:59 UTC", "ConditionTimestampMonotonic": "33846261", "ConfigurationDirectoryMode": "0755", "Conflicts": "power-profiles-daemon.service cpupower.service auto-cpufreq.service shutdown.target tlp.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "700", "ExecMainStartTimestamp": "Sat 2024-01-13 00:58:59 UTC", "ExecMainStartTimestampMonotonic": "33847276", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-13 00:58:59 UTC", "InactiveExitTimestampMonotonic": "33847330", "InvocationID": "7b99ffd559604657a7f77e31fd198a7f", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28609", "LimitNPROCSoft": "28609", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "700", "MemoryAccounting": "yes", "MemoryCurrent": "20418560", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice dbus.service sysinit.target dbus.socket", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-13 00:59:01 UTC", "StateChangeTimestampMonotonic": "35368973", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "5", "TasksMax": "45774", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-13 00:59:01 UTC", "WatchdogTimestampMonotonic": "35368968", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 13 January 2024 01:25:07 +0000 (0:00:01.333) 0:05:20.513 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.119008", "end": "2024-01-13 01:25:07.374003", "rc": 0, "start": "2024-01-13 01:25:07.254995" } STDOUT: Current active profile: virtual-guest mssql TASK [linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 13 January 2024 01:25:07 +0000 (0:00:00.322) 0:05:20.836 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 13 January 2024 01:25:07 +0000 (0:00:00.021) 0:05:20.858 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 13 January 2024 01:25:07 +0000 (0:00:00.022) 0:05:20.880 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 13 January 2024 01:25:07 +0000 (0:00:00.022) 0:05:20.903 ****** ok: [sut] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [linux-system-roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 13 January 2024 01:25:07 +0000 (0:00:00.239) 0:05:21.142 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: mssql-tools unixODBC-devel TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 13 January 2024 01:25:10 +0000 (0:00:02.859) 0:05:24.001 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml for sut TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 13 January 2024 01:25:10 +0000 (0:00:00.056) 0:05:24.058 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:24:25 UTC", "ActiveEnterTimestampMonotonic": "1559809592", "ActiveExitTimestamp": "Sat 2024-01-13 01:23:58 UTC", "ActiveExitTimestampMonotonic": "1532842774", "ActiveState": "active", "After": "systemd-journald.socket -.mount auditd.service basic.target sysinit.target system.slice network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:24:25 UTC", "AssertTimestampMonotonic": "1559808528", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-13 01:24:25 UTC", "ConditionTimestampMonotonic": "1559808527", "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": "20791", "ExecMainStartTimestamp": "Sat 2024-01-13 01:24:25 UTC", "ExecMainStartTimestampMonotonic": "1559809538", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-13 01:24:25 UTC] ; stop_time=[n/a] ; pid=20791 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "991", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-13 01:23:58 UTC", "InactiveEnterTimestampMonotonic": "1533044524", "InactiveExitTimestamp": "Sat 2024-01-13 01:24:25 UTC", "InactiveExitTimestampMonotonic": "1559809592", "InvocationID": "c546a30c4e0144e28e2c7834dddd26e3", "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": "20791", "MemoryAccounting": "yes", "MemoryCurrent": "627224576", "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": "-.mount system.slice sysinit.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-13 01:24:25 UTC", "StateChangeTimestampMonotonic": "1559809592", "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": "137", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-13 01:24:25 UTC", "WatchdogTimestampMonotonic": "1559809588", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 13 January 2024 01:25:11 +0000 (0:00:00.521) 0:05:24.579 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003171", "end": "2024-01-13 01:25:11.327360", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:25:11.324189" } STDOUT: tcpport = 1435 TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 13 January 2024 01:25:11 +0000 (0:00:00.213) 0:05:24.793 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003046", "end": "2024-01-13 01:25:11.537035", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:25:11.533989" } STDOUT: ipaddress = 127.0.0.1 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 13 January 2024 01:25:11 +0000 (0:00:00.203) 0:05:24.996 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 13 January 2024 01:25:11 +0000 (0:00:00.031) 0:05:25.027 ****** 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": 6568, "state": "file", "uid": 993 } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 13 January 2024 01:25:12 +0000 (0:00:01.220) 0:05:26.247 ****** ok: [sut] => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 13 January 2024 01:25:13 +0000 (0:00:00.256) 0:05:26.503 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 13 January 2024 01:25:13 +0000 (0:00:00.025) 0:05:26.529 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the password of sa user] *************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 13 January 2024 01:25:14 +0000 (0:00:01.534) 0:05:28.063 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 13 January 2024 01:25:14 +0000 (0:00:00.028) 0:05:28.091 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 13 January 2024 01:25:14 +0000 (0:00:00.026) 0:05:28.117 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set edition matches the existing edition] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 13 January 2024 01:25:14 +0000 (0:00:00.034) 0:05:28.152 ****** 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.005323", "end": "2024-01-13 01:25:14.899784", "rc": 0, "start": "2024-01-13 01:25:14.894461" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 13 January 2024 01:25:14 +0000 (0:00:00.207) 0:05:28.359 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 13 January 2024 01:25:14 +0000 (0:00:00.028) 0:05:28.388 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 13 January 2024 01:25:16 +0000 (0:00:01.357) 0:05:29.745 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Configure the IP address setting] ************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 13 January 2024 01:25:16 +0000 (0:00:00.025) 0:05:29.771 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network ipaddress] ************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:25:16 +0000 (0:00:00.048) 0:05:29.819 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003145", "end": "2024-01-13 01:25:16.562265", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:25:16.559120" } STDOUT: ipaddress = 127.0.0.1 TASK [linux-system-roles.mssql : Configure the setting network ipaddress] ****** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:25:16 +0000 (0:00:00.200) 0:05:30.019 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:25:16 +0000 (0:00:00.026) 0:05:30.045 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 13 January 2024 01:25:16 +0000 (0:00:00.021) 0:05:30.067 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1435] ************************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 13 January 2024 01:25:16 +0000 (0:00:00.023) 0:05:30.090 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 13 January 2024 01:25:16 +0000 (0:00:00.024) 0:05:30.115 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tcpport] ************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:25:16 +0000 (0:00:00.050) 0:05:30.165 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003252", "end": "2024-01-13 01:25:16.910914", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:25:16.907662" } STDOUT: tcpport = 1435 TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:25:16 +0000 (0:00:00.204) 0:05:30.370 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:25:16 +0000 (0:00:00.050) 0:05:30.421 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 13 January 2024 01:25:17 +0000 (0:00:00.043) 0:05:30.464 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 13 January 2024 01:25:17 +0000 (0:00:00.025) 0:05:30.490 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting sqlagent enabled] ************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:25:17 +0000 (0:00:00.041) 0:05:30.531 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003172", "end": "2024-01-13 01:25:17.276700", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:25:17.273528" } STDOUT: enabled = False TASK [linux-system-roles.mssql : Configure the setting sqlagent enabled] ******* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:25:17 +0000 (0:00:00.203) 0:05:30.735 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:25:17 +0000 (0:00:00.026) 0:05:30.761 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-fts] ********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 13 January 2024 01:25:17 +0000 (0:00:00.100) 0:05:30.862 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 13 January 2024 01:25:20 +0000 (0:00:02.893) 0:05:33.755 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 13 January 2024 01:25:23 +0000 (0:00:02.886) 0:05:36.642 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003206", "end": "2024-01-13 01:25:23.386512", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:25:23.383306" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 13 January 2024 01:25:23 +0000 (0:00:00.208) 0:05:36.851 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 13 January 2024 01:25:23 +0000 (0:00:00.024) 0:05:36.875 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 13 January 2024 01:25:23 +0000 (0:00:00.029) 0:05:36.904 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:25:23 +0000 (0:00:00.039) 0:05:36.944 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003167", "end": "2024-01-13 01:25:23.690340", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:25:23.687173" } STDOUT: alternatewritethrough = 0 TASK [linux-system-roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:25:23 +0000 (0:00:00.206) 0:05:37.151 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:25:23 +0000 (0:00:00.027) 0:05:37.178 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 13 January 2024 01:25:23 +0000 (0:00:00.101) 0:05:37.279 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting control writethrough] ********* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:25:23 +0000 (0:00:00.041) 0:05:37.320 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003231", "end": "2024-01-13 01:25:24.065975", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:25:24.062744" } STDOUT: writethrough = 0 TASK [linux-system-roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:25:24 +0000 (0:00:00.204) 0:05:37.525 ****** 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-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:25:24 +0000 (0:00:00.037) 0:05:37.563 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 13 January 2024 01:25:24 +0000 (0:00:00.024) 0:05:37.587 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 13 January 2024 01:25:24 +0000 (0:00:00.022) 0:05:37.610 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Copy certificate and private_key files to the host] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 13 January 2024 01:25:24 +0000 (0:00:00.027) 0:05:37.637 ****** skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 13 January 2024 01:25:24 +0000 (0:00:00.029) 0:05:37.666 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 13 January 2024 01:25:24 +0000 (0:00:00.038) 0:05:37.705 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 13 January 2024 01:25:24 +0000 (0:00:00.035) 0:05:37.741 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 13 January 2024 01:25:24 +0000 (0:00:00.027) 0:05:37.768 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 13 January 2024 01:25:24 +0000 (0:00:00.027) 0:05:37.796 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 13 January 2024 01:25:24 +0000 (0:00:00.040) 0:05:37.836 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 13 January 2024 01:25:24 +0000 (0:00:00.022) 0:05:37.859 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print credential caches to check if AD principal exists] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 13 January 2024 01:25:24 +0000 (0:00:00.021) 0:05:37.881 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 13 January 2024 01:25:24 +0000 (0:00:00.107) 0:05:37.989 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 13 January 2024 01:25:24 +0000 (0:00:00.027) 0:05:38.016 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Check if AD user exists] ********************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 13 January 2024 01:25:24 +0000 (0:00:00.024) 0:05:38.041 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 13 January 2024 01:25:24 +0000 (0:00:00.028) 0:05:38.069 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Get SPNs for the principal] ******************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 13 January 2024 01:25:24 +0000 (0:00:00.023) 0:05:38.093 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 13 January 2024 01:25:24 +0000 (0:00:00.024) 0:05:38.118 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get kvno of the SPN host] ********************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 13 January 2024 01:25:24 +0000 (0:00:00.022) 0:05:38.140 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get stats of the keytab file] ***************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 13 January 2024 01:25:24 +0000 (0:00:00.021) 0:05:38.162 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 13 January 2024 01:25:24 +0000 (0:00:00.022) 0:05:38.185 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 13 January 2024 01:25:24 +0000 (0:00:00.022) 0:05:38.208 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 13 January 2024 01:25:24 +0000 (0:00:00.021) 0:05:38.229 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure correct permissions and ownership on the keytab] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 13 January 2024 01:25:24 +0000 (0:00:00.021) 0:05:38.251 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 13 January 2024 01:25:24 +0000 (0:00:00.022) 0:05:38.273 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 13 January 2024 01:25:24 +0000 (0:00:00.023) 0:05:38.297 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 13 January 2024 01:25:24 +0000 (0:00:00.026) 0:05:38.323 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 13 January 2024 01:25:24 +0000 (0:00:00.032) 0:05:38.356 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the port and enable the high-availability service in firewall tcp port 5022] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 13 January 2024 01:25:24 +0000 (0:00:00.033) 0:05:38.390 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 13 January 2024 01:25:25 +0000 (0:00:00.098) 0:05:38.488 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 13 January 2024 01:25:25 +0000 (0:00:00.026) 0:05:38.514 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 13 January 2024 01:25:25 +0000 (0:00:00.021) 0:05:38.536 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 13 January 2024 01:25:25 +0000 (0:00:00.022) 0:05:38.559 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 13 January 2024 01:25:25 +0000 (0:00:00.022) 0:05:38.581 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key files] ***** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 13 January 2024 01:25:25 +0000 (0:00:00.026) 0:05:38.608 ****** skipping: [sut] => (item=/var/opt/mssql/data/.cer) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.cer", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/var/opt/mssql/data/.pvk) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.pvk", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on the primary replica] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 13 January 2024 01:25:25 +0000 (0:00:00.031) 0:05:38.640 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create login for HA on in SQL Server] ********* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 13 January 2024 01:25:25 +0000 (0:00:00.022) 0:05:38.663 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 13 January 2024 01:25:25 +0000 (0:00:00.022) 0:05:38.685 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current primary replica in SQL] ******* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 13 January 2024 01:25:25 +0000 (0:00:00.029) 0:05:38.715 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set fact with the current primary replica] **** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 13 January 2024 01:25:25 +0000 (0:00:00.022) 0:05:38.738 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 13 January 2024 01:25:25 +0000 (0:00:00.022) 0:05:38.760 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 13 January 2024 01:25:25 +0000 (0:00:00.022) 0:05:38.783 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 13 January 2024 01:25:25 +0000 (0:00:00.022) 0:05:38.805 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 13 January 2024 01:25:25 +0000 (0:00:00.022) 0:05:38.828 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 13 January 2024 01:25:25 +0000 (0:00:00.021) 0:05:38.849 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 13 January 2024 01:25:25 +0000 (0:00:00.021) 0:05:38.871 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 13 January 2024 01:25:25 +0000 (0:00:00.076) 0:05:38.948 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 13 January 2024 01:25:25 +0000 (0:00:00.022) 0:05:38.970 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 13 January 2024 01:25:25 +0000 (0:00:00.020) 0:05:38.990 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 13 January 2024 01:25:25 +0000 (0:00:00.021) 0:05:39.011 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on not primary replicas] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 13 January 2024 01:25:25 +0000 (0:00:00.027) 0:05:39.039 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 13 January 2024 01:25:25 +0000 (0:00:00.020) 0:05:39.060 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 13 January 2024 01:25:25 +0000 (0:00:00.022) 0:05:39.082 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 13 January 2024 01:25:25 +0000 (0:00:00.023) 0:05:39.105 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key from the control node] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 13 January 2024 01:25:25 +0000 (0:00:00.023) 0:05:39.128 ****** skipping: [sut] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=key) => { "ansible_loop_var": "item", "changed": false, "item": "key", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Save credentials for the SQL Server login] **** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 13 January 2024 01:25:25 +0000 (0:00:00.027) 0:05:39.156 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 13 January 2024 01:25:25 +0000 (0:00:00.022) 0:05:39.179 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure listener for the availability group] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 13 January 2024 01:25:25 +0000 (0:00:00.021) 0:05:39.200 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 13 January 2024 01:25:25 +0000 (0:00:00.021) 0:05:39.222 ****** ok: [sut] => { "changed": false } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 13 January 2024 01:25:26 +0000 (0:00:00.236) 0:05:39.459 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 13 January 2024 01:25:26 +0000 (0:00:00.020) 0:05:39.479 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify disabled settings] ************************************************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/tests_idempotency.yml:88 Saturday 13 January 2024 01:25:26 +0000 (0:00:00.021) 0:05:39.501 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:8 Saturday 13 January 2024 01:25:26 +0000 (0:00:00.266) 0:05:39.767 ****** 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.005432", "end": "2024-01-13 01:25:26.514202", "rc": 0, "start": "2024-01-13 01:25:26.508770" } STDOUT: /var/opt/mssql/log/errorlog TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:23 Saturday 13 January 2024 01:25:26 +0000 (0:00:00.204) 0:05:39.972 ****** 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.005302", "end": "2024-01-13 01:25:26.718733", "rc": 0, "start": "2024-01-13 01:25:26.713431" } STDOUT: true TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:35 Saturday 13 January 2024 01:25:26 +0000 (0:00:00.203) 0:05:40.175 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:39 Saturday 13 January 2024 01:25:26 +0000 (0:00:00.025) 0:05:40.201 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting ipaddress] ********************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:7 Saturday 13 January 2024 01:25:26 +0000 (0:00:00.056) 0:05:40.258 ****** ok: [sut] => { "changed": false, "cmd": "grep '^ipaddress' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004550", "end": "2024-01-13 01:25:27.002342", "rc": 0, "start": "2024-01-13 01:25:26.997792" } STDOUT: ipaddress = 127.0.0.1 TASK [Verify the setting when it is type str ipaddress] ************************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:14 Saturday 13 January 2024 01:25:27 +0000 (0:00:00.211) 0:05:40.470 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool ipaddress] *********************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:25 Saturday 13 January 2024 01:25:27 +0000 (0:00:00.031) 0:05:40.501 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 127.0.0.1] ***************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:40 Saturday 13 January 2024 01:25:27 +0000 (0:00:00.122) 0:05:40.623 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting tcpport] ************************************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:7 Saturday 13 January 2024 01:25:27 +0000 (0:00:00.026) 0:05:40.649 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tcpport' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004738", "end": "2024-01-13 01:25:27.395613", "rc": 0, "start": "2024-01-13 01:25:27.390875" } STDOUT: tcpport = 1435 TASK [Verify the setting when it is type str tcpport] ************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:14 Saturday 13 January 2024 01:25:27 +0000 (0:00:00.214) 0:05:40.864 ****** 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-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:25 Saturday 13 January 2024 01:25:27 +0000 (0:00:00.030) 0:05:40.894 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1435] ********************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:40 Saturday 13 January 2024 01:25:27 +0000 (0:00:00.027) 0:05:40.922 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get the value of the setting defaultdatadir] ***************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:7 Saturday 13 January 2024 01:25:27 +0000 (0:00:00.032) 0:05:40.954 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultdatadir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004585", "end": "2024-01-13 01:25:27.700650", "rc": 0, "start": "2024-01-13 01:25:27.696065" } STDOUT: defaultdatadir = /var/opt/mssql/data TASK [Verify the setting when it is type str defaultdatadir] ******************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:14 Saturday 13 January 2024 01:25:27 +0000 (0:00:00.204) 0:05:41.159 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultdatadir] ****************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:25 Saturday 13 January 2024 01:25:27 +0000 (0:00:00.030) 0:05:41.189 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /var/opt/mssql/data] ******************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:40 Saturday 13 January 2024 01:25:27 +0000 (0:00:00.025) 0:05:41.215 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting defaultlogdir] ****************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:7 Saturday 13 January 2024 01:25:27 +0000 (0:00:00.029) 0:05:41.244 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultlogdir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004578", "end": "2024-01-13 01:25:27.991884", "rc": 0, "start": "2024-01-13 01:25:27.987306" } STDOUT: defaultlogdir = /var/opt/mssql/log TASK [Verify the setting when it is type str defaultlogdir] ******************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:14 Saturday 13 January 2024 01:25:28 +0000 (0:00:00.251) 0:05:41.496 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultlogdir] ******************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:25 Saturday 13 January 2024 01:25:28 +0000 (0:00:00.052) 0:05:41.548 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /var/opt/mssql/log] ******************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:40 Saturday 13 January 2024 01:25:28 +0000 (0:00:00.042) 0:05:41.590 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting enabled] ************************************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:7 Saturday 13 January 2024 01:25:28 +0000 (0:00:00.038) 0:05:41.629 ****** ok: [sut] => { "changed": false, "cmd": "grep '^enabled' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004694", "end": "2024-01-13 01:25:28.389240", "rc": 0, "start": "2024-01-13 01:25:28.384546" } STDOUT: enabled = False TASK [Verify the setting when it is type str enabled] ************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:14 Saturday 13 January 2024 01:25:28 +0000 (0:00:00.335) 0:05:41.964 ****** 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-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:25 Saturday 13 January 2024 01:25:28 +0000 (0:00:00.034) 0:05:41.999 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:40 Saturday 13 January 2024 01:25:28 +0000 (0:00:00.069) 0:05:42.068 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:55 Saturday 13 January 2024 01:25:28 +0000 (0:00:00.025) 0:05:42.093 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705108866.4222403, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1705108866.3502426, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 192938432, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1705108866.3502426, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 156, "uid": 993, "version": "1814692983", "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-cit20ebdfa/tests/tasks/verify_settings.yml:60 Saturday 13 January 2024 01:25:29 +0000 (0:00:01.221) 0:05:43.315 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:70 Saturday 13 January 2024 01:25:29 +0000 (0:00:00.028) 0:05:43.343 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705109068.4453084, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1705109068.4523084, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 195035584, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1705109068.4523084, "nlink": 2, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 993, "version": "97513025", "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-cit20ebdfa/tests/tasks/verify_settings.yml:75 Saturday 13 January 2024 01:25:30 +0000 (0:00:00.215) 0:05:43.559 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:85 Saturday 13 January 2024 01:25:30 +0000 (0:00:00.048) 0:05:43.607 ****** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 13 January 2024 01:25:30 +0000 (0:00:00.048) 0:05:43.656 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:24:25 UTC", "ActiveEnterTimestampMonotonic": "1559809592", "ActiveExitTimestamp": "Sat 2024-01-13 01:23:58 UTC", "ActiveExitTimestampMonotonic": "1532842774", "ActiveState": "active", "After": "systemd-journald.socket -.mount auditd.service basic.target sysinit.target system.slice network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:24:25 UTC", "AssertTimestampMonotonic": "1559808528", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-13 01:24:25 UTC", "ConditionTimestampMonotonic": "1559808527", "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": "20791", "ExecMainStartTimestamp": "Sat 2024-01-13 01:24:25 UTC", "ExecMainStartTimestampMonotonic": "1559809538", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-13 01:24:25 UTC] ; stop_time=[n/a] ; pid=20791 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "991", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-13 01:23:58 UTC", "InactiveEnterTimestampMonotonic": "1533044524", "InactiveExitTimestamp": "Sat 2024-01-13 01:24:25 UTC", "InactiveExitTimestampMonotonic": "1559809592", "InvocationID": "c546a30c4e0144e28e2c7834dddd26e3", "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": "20791", "MemoryAccounting": "yes", "MemoryCurrent": "630185984", "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": "-.mount system.slice sysinit.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-13 01:24:25 UTC", "StateChangeTimestampMonotonic": "1559809592", "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": "141", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-13 01:24:25 UTC", "WatchdogTimestampMonotonic": "1559809588", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 13 January 2024 01:25:30 +0000 (0:00:00.326) 0:05:43.983 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003174", "end": "2024-01-13 01:25:30.727096", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:25:30.723922" } STDOUT: tcpport = 1435 TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 13 January 2024 01:25:30 +0000 (0:00:00.274) 0:05:44.257 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003092", "end": "2024-01-13 01:25:31.001017", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:25:30.997925" } STDOUT: ipaddress = 127.0.0.1 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 13 January 2024 01:25:31 +0000 (0:00:00.201) 0:05:44.459 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Wait for mssql-server to prepare for client connections] ***************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:93 Saturday 13 January 2024 01:25:31 +0000 (0:00:00.028) 0:05:44.487 ****** 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": 6568, "state": "file", "uid": 993 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:99 Saturday 13 January 2024 01:25:32 +0000 (0:00:01.205) 0:05:45.693 ****** 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.022840", "end": "2024-01-13 01:25:32.455079", "rc": 0, "start": "2024-01-13 01:25:32.432239" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5029376) - 14.0.3465.1 (X64) Jul 30 2023 15:31:58 Copyright (C) 2017 Microsoft Corporation 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-cit20ebdfa/tests/tasks/verify_settings.yml:113 Saturday 13 January 2024 01:25:32 +0000 (0:00:00.223) 0:05:45.916 ****** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:117 Saturday 13 January 2024 01:25:32 +0000 (0:00:00.023) 0:05:45.939 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_package.yml:7 Saturday 13 January 2024 01:25:32 +0000 (0:00:00.034) 0:05:45.974 ****** 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-cit20ebdfa/tests/tasks/verify_package.yml:12 Saturday 13 January 2024 01:25:34 +0000 (0:00:01.615) 0:05:47.590 ****** 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-cit20ebdfa/tests/tasks/verify_package.yml:17 Saturday 13 January 2024 01:25:34 +0000 (0:00:00.029) 0:05:47.619 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:124 Saturday 13 January 2024 01:25:34 +0000 (0:00:00.068) 0:05:47.688 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_package.yml:7 Saturday 13 January 2024 01:25:34 +0000 (0:00:00.076) 0:05:47.765 ****** 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-cit20ebdfa/tests/tasks/verify_package.yml:12 Saturday 13 January 2024 01:25:35 +0000 (0:00:01.356) 0:05:49.121 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the package is not installed powershell] *********************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_package.yml:17 Saturday 13 January 2024 01:25:35 +0000 (0:00:00.074) 0:05:49.196 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:135 Saturday 13 January 2024 01:25:35 +0000 (0:00:00.060) 0:05:49.256 ****** ok: [sut] => { "changed": false, "cmd": "grep '^traceflag' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004676", "end": "2024-01-13 01:25:36.015537", "rc": 0, "start": "2024-01-13 01:25:36.010861" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:140 Saturday 13 January 2024 01:25:36 +0000 (0:00:00.254) 0:05:49.510 ****** 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-cit20ebdfa/tests/tasks/verify_settings.yml:145 Saturday 13 January 2024 01:25:36 +0000 (0:00:00.064) 0:05:49.575 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:151 Saturday 13 January 2024 01:25:36 +0000 (0:00:00.098) 0:05:49.673 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting alternatewritethrough] ********************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:7 Saturday 13 January 2024 01:25:36 +0000 (0:00:00.192) 0:05:49.866 ****** ok: [sut] => { "changed": false, "cmd": "grep '^alternatewritethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004469", "end": "2024-01-13 01:25:36.649186", "rc": 0, "start": "2024-01-13 01:25:36.644717" } STDOUT: alternatewritethrough = 0 TASK [Verify the setting when it is type str alternatewritethrough] ************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:14 Saturday 13 January 2024 01:25:36 +0000 (0:00:00.262) 0:05:50.129 ****** 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-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:25 Saturday 13 January 2024 01:25:36 +0000 (0:00:00.051) 0:05:50.180 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:40 Saturday 13 January 2024 01:25:36 +0000 (0:00:00.061) 0:05:50.241 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:157 Saturday 13 January 2024 01:25:36 +0000 (0:00:00.031) 0:05:50.273 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting writethrough] ******************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:7 Saturday 13 January 2024 01:25:36 +0000 (0:00:00.047) 0:05:50.320 ****** ok: [sut] => { "changed": false, "cmd": "grep '^writethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004720", "end": "2024-01-13 01:25:37.070958", "rc": 0, "start": "2024-01-13 01:25:37.066238" } STDOUT: writethrough = 0 TASK [Verify the setting when it is type str writethrough] ********************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:14 Saturday 13 January 2024 01:25:37 +0000 (0:00:00.230) 0:05:50.550 ****** 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-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:25 Saturday 13 January 2024 01:25:37 +0000 (0:00:00.029) 0:05:50.580 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/mssql_conf_verify.yml:40 Saturday 13 January 2024 01:25:37 +0000 (0:00:00.031) 0:05:50.612 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:167 Saturday 13 January 2024 01:25:37 +0000 (0:00:00.028) 0:05:50.640 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:178 Saturday 13 January 2024 01:25:37 +0000 (0:00:00.033) 0:05:50.674 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:190 Saturday 13 January 2024 01:25:37 +0000 (0:00:00.035) 0:05:50.709 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:198 Saturday 13 January 2024 01:25:37 +0000 (0:00:00.024) 0:05:50.733 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:208 Saturday 13 January 2024 01:25:37 +0000 (0:00:00.043) 0:05:50.777 ****** 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-cit20ebdfa/tests/tasks/verify_settings.yml:213 Saturday 13 January 2024 01:25:37 +0000 (0:00:00.031) 0:05:50.809 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/verify_settings.yml:221 Saturday 13 January 2024 01:25:37 +0000 (0:00:00.131) 0:05:50.940 ****** 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-cit20ebdfa/tests/tasks/tests_idempotency.yml:105 Saturday 13 January 2024 01:25:37 +0000 (0:00:00.038) 0:05:50.979 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/check_header.yml for sut TASK [Grep the ansible_managed header in /var/opt/mssql/mssql.conf] ************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/check_header.yml:4 Saturday 13 January 2024 01:25:37 +0000 (0:00:00.207) 0:05:51.186 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "Ansible managed\n", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003046", "end": "2024-01-13 01:25:37.974084", "rc": 0, "start": "2024-01-13 01:25:37.971038" } 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-cit20ebdfa/tests/tests_idempotency_2017.yml:18 Saturday 13 January 2024 01:25:38 +0000 (0:00:00.248) 0:05:51.434 ****** included: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/cleanup.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/cleanup.yml:2 Saturday 13 January 2024 01:25:38 +0000 (0:00:00.075) 0:05:51.510 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Purge cluster configuration] ********************************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/cleanup.yml:6 Saturday 13 January 2024 01:25:39 +0000 (0:00:01.446) 0:05:52.956 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Debug ansible_python_version] ******************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/cleanup.yml:14 Saturday 13 January 2024 01:25:39 +0000 (0:00:00.057) 0:05:53.014 ****** ok: [sut] => { "ansible_python_version": "3.6.8" } TASK [Purge firewall configuration] ******************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/cleanup.yml:18 Saturday 13 January 2024 01:25:39 +0000 (0:00:00.033) 0:05:53.047 ****** TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-weekly-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 13 January 2024 01:25:39 +0000 (0:00:00.095) 0:05:53.143 ****** included: /WORKDIR/git-weekly-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for sut TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 13 January 2024 01:25:39 +0000 (0:00:00.080) 0:05:53.223 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /WORKDIR/git-weekly-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 13 January 2024 01:25:39 +0000 (0:00:00.037) 0:05:53.261 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 13 January 2024 01:25:40 +0000 (0:00:00.214) 0:05:53.475 ****** ok: [sut] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /WORKDIR/git-weekly-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 Saturday 13 January 2024 01:25:40 +0000 (0:00:00.027) 0:05:53.503 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /WORKDIR/git-weekly-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 13 January 2024 01:25:42 +0000 (0:00:02.882) 0:05:56.385 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /WORKDIR/git-weekly-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 13 January 2024 01:25:42 +0000 (0:00:00.030) 0:05:56.416 ****** skipping: [sut] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /WORKDIR/git-weekly-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 13 January 2024 01:25:43 +0000 (0:00:00.034) 0:05:56.450 ****** ok: [sut] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:19:17 UTC", "ActiveEnterTimestampMonotonic": "1251451658", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service sysinit.target basic.target system.slice dbus.service dbus.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:19:16 UTC", "AssertTimestampMonotonic": "1250970630", "Before": "shutdown.target network-pre.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-13 01:19:16 UTC", "ConditionTimestampMonotonic": "1250970628", "ConfigurationDirectoryMode": "0755", "Conflicts": "nftables.service iptables.service ebtables.service ip6tables.service ipset.service shutdown.target", "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": "14104", "ExecMainStartTimestamp": "Sat 2024-01-13 01:19:16 UTC", "ExecMainStartTimestampMonotonic": "1250972440", "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-13 01:19:16 UTC", "InactiveExitTimestampMonotonic": "1250972501", "InvocationID": "4709111af3a9443baa1faae929249f2e", "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": "14104", "MemoryAccounting": "yes", "MemoryCurrent": "44019712", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "dbus-org.fedoraproject.FirewallD1.service firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket 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-13 01:19:17 UTC", "StateChangeTimestampMonotonic": "1251451658", "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-13 01:19:17 UTC", "WatchdogTimestampMonotonic": "1251451654", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/git-weekly-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 13 January 2024 01:25:43 +0000 (0:00:00.347) 0:05:56.798 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:19:17 UTC", "ActiveEnterTimestampMonotonic": "1251451658", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service sysinit.target basic.target system.slice dbus.service dbus.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:19:16 UTC", "AssertTimestampMonotonic": "1250970630", "Before": "shutdown.target network-pre.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-13 01:19:16 UTC", "ConditionTimestampMonotonic": "1250970628", "ConfigurationDirectoryMode": "0755", "Conflicts": "nftables.service iptables.service ebtables.service ip6tables.service ipset.service shutdown.target", "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": "14104", "ExecMainStartTimestamp": "Sat 2024-01-13 01:19:16 UTC", "ExecMainStartTimestampMonotonic": "1250972440", "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-13 01:19:16 UTC", "InactiveExitTimestampMonotonic": "1250972501", "InvocationID": "4709111af3a9443baa1faae929249f2e", "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": "14104", "MemoryAccounting": "yes", "MemoryCurrent": "44019712", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "dbus-org.fedoraproject.FirewallD1.service firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket 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-13 01:19:17 UTC", "StateChangeTimestampMonotonic": "1251451658", "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-13 01:19:17 UTC", "WatchdogTimestampMonotonic": "1251451654", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/git-weekly-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 13 January 2024 01:25:44 +0000 (0:00:01.378) 0:05:58.176 ****** ok: [sut] => { "ansible_facts": { "__firewall_previous_replaced": true, "__firewall_python_cmd": "/usr/bin/python3", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /WORKDIR/git-weekly-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 13 January 2024 01:25:44 +0000 (0:00:00.116) 0:05:58.293 ****** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.43.204 closed. TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /WORKDIR/git-weekly-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 13 January 2024 01:25:45 +0000 (0:00:00.305) 0:05:58.598 ****** ok: [sut] => { "ansible_facts": { "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-weekly-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 13 January 2024 01:25:45 +0000 (0:00:00.024) 0:05:58.623 ****** TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /WORKDIR/git-weekly-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Saturday 13 January 2024 01:25:45 +0000 (0:00:00.023) 0:05:58.647 ****** TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 13 January 2024 01:25:45 +0000 (0:00:00.023) 0:05:58.670 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /WORKDIR/git-weekly-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Saturday 13 January 2024 01:25:45 +0000 (0:00:00.083) 0:05:58.753 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Saturday 13 January 2024 01:25:45 +0000 (0:00:00.035) 0:05:58.789 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /WORKDIR/git-weekly-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 13 January 2024 01:25:45 +0000 (0:00:00.027) 0:05:58.816 ****** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.43.204 closed. TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/git-weekly-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Saturday 13 January 2024 01:25:45 +0000 (0:00:00.351) 0:05:59.168 ****** ok: [sut] => { "ansible_facts": { "firewall_lib_result": { "changed": false } }, "changed": false } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/git-weekly-cit20ebdfa/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Saturday 13 January 2024 01:25:45 +0000 (0:00:00.039) 0:05:59.207 ****** skipping: [sut] => {} TASK [Leave realm] ************************************************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/cleanup.yml:27 Saturday 13 January 2024 01:25:45 +0000 (0:00:00.038) 0:05:59.246 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Destroy Kerberos tickets] ************************************************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/cleanup.yml:35 Saturday 13 January 2024 01:25:45 +0000 (0:00:00.041) 0:05:59.288 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that yum and dnf caching is enabled] ****************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/cleanup.yml:39 Saturday 13 January 2024 01:25:45 +0000 (0:00:00.040) 0:05:59.328 ****** ok: [sut] => { "backup": "", "changed": false } TASK [Remove related packages] ************************************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/cleanup.yml:45 Saturday 13 January 2024 01:25:46 +0000 (0:00:00.378) 0:05:59.707 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Removed: guile-5:2.0.14-7.el8.x86_64", "Removed: bzip2-1.0.6-26.el8.x86_64", "Removed: libtool-ltdl-2.4.6-25.el8.x86_64", "Removed: unixODBC-2.3.11-1.rh.x86_64", "Removed: unixODBC-devel-2.3.11-1.rh.x86_64", "Removed: python2-2.7.18-16.module_el8+739+75e8b99b.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: python2-pip-wheel-9.0.3-19.module_el8+570+db61b4f9.noarch", "Removed: python2-libs-2.7.18-16.module_el8+739+75e8b99b.x86_64", "Removed: python2-pip-9.0.3-19.module_el8+570+db61b4f9.noarch", "Removed: python2-setuptools-39.0.1-14.module_el8+733+876ccfdb.noarch", "Removed: python2-setuptools-wheel-39.0.1-14.module_el8+733+876ccfdb.noarch", "Removed: libatomic-8.5.0-21.el8.x86_64", "Removed: mssql-server-14.0.3465.1-1.x86_64", "Removed: libatomic_ops-7.6.2-3.el8.x86_64", "Removed: libbabeltrace-1.5.4-4.el8.x86_64", "Removed: msodbcsql17-17.10.5.1-1.x86_64", "Removed: mssql-tools-17.10.1.1-1.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: libicu-60.3-2.el8_1.x86_64", "Removed: libipt-1.6.1-8.el8.x86_64" ] } TASK [Remove related files] **************************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/cleanup.yml:58 Saturday 13 January 2024 01:25:52 +0000 (0:00:05.976) 0:06:05.684 ****** 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.011946", "end": "2024-01-13 01:25:52.439107", "rc": 0, "start": "2024-01-13 01:25:52.427161" } STDOUT: removed '/var/opt/mssql/mssql.conf' removed directory '/var/opt/mssql/.system/system/Temp' removed '/var/opt/mssql/.system/system/lsa.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/a599b5e2-a11c-43dc-b8fd-48ebab16f571' removed '/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/Preferred' removed directory '/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User' removed directory '/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18' removed directory '/var/opt/mssql/.system/system/system32/Microsoft/Protect' removed directory '/var/opt/mssql/.system/system/system32/Microsoft' removed directory '/var/opt/mssql/.system/system/system32/LogFiles/Scm' removed directory '/var/opt/mssql/.system/system/system32/LogFiles' removed directory '/var/opt/mssql/.system/system/system32' removed '/var/opt/mssql/.system/system/licensing.hiv' removed '/var/opt/mssql/.system/system/security.hiv' removed 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 '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA/S-1-5-21-1911489629-652981263-3798535445-500/42e7704ae40b0d75de00736cc66b813a_3a61ad0e-64a0-4e25-9420-393c80e0a5c4' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA/S-1-5-21-1911489629-652981263-3798535445-500' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto' removed '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-1911489629-652981263-3798535445-500/ec009ad6-d6fc-4f90-b4b1-75fe6916f88b' removed '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-1911489629-652981263-3798535445-500/Preferred' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-1911489629-652981263-3798535445-500' removed '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/CREDHIST' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/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/tempdb.mdf' removed '/var/opt/mssql/data/templog.ldf' removed directory '/var/opt/mssql/data' removed '/var/opt/mssql/log/sqlagentstartup.log' removed '/var/opt/mssql/log/HkEngineEventFile_0_133495824652260000.xel' removed '/var/opt/mssql/log/system_health_0_133495824658460000.xel' removed '/var/opt/mssql/log/HkEngineEventFile_0_133495824694400000.xel' removed '/var/opt/mssql/log/system_health_0_133495824698050000.xel' removed '/var/opt/mssql/log/log_1.trc' removed '/var/opt/mssql/log/HkEngineEventFile_0_133495825257120000.xel' removed '/var/opt/mssql/log/system_health_0_133495825260430000.xel' removed '/var/opt/mssql/log/log_2.trc' removed '/var/opt/mssql/log/FDLAUNCHERRORLOG' removed '/var/opt/mssql/log/HkEngineEventFile_0_133495826430270000.xel' removed '/var/opt/mssql/log/system_health_0_133495826432580000.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_133495826500800000.xel' removed '/var/opt/mssql/log/system_health_0_133495826503030000.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_133495826680590000.xel' removed '/var/opt/mssql/log/system_health_0_133495826684350000.xel' removed '/var/opt/mssql/log/log_5.trc' removed directory '/var/opt/mssql/log' 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-2017.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-cit20ebdfa/tests/tasks/cleanup.yml:72 Saturday 13 January 2024 01:25:52 +0000 (0:00:00.279) 0:06:05.963 ****** ok: [sut] => { "changed": false, "cmd": "systemctl stop mssql-server || true", "delta": "0:00:00.012012", "end": "2024-01-13 01:25:52.715427", "rc": 0, "start": "2024-01-13 01:25:52.703415" } 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=510 rescued=0 ignored=1 Saturday 13 January 2024 01:25:52 +0000 (0:00:00.197) 0:06:06.161 ****** =============================================================================== linux-system-roles.mssql : Ensure the package mssql-server ------------- 43.96s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 linux-system-roles.mssql : Gather system services facts ---------------- 29.58s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 linux-system-roles.mssql : Ensure the package mssql-server-fts --------- 28.63s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 linux-system-roles.mssql : Gather system services facts ---------------- 28.54s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 linux-system-roles.mssql : Gather system services facts ---------------- 27.72s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 linux-system-roles.mssql : Gather system services facts ---------------- 22.54s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 linux-system-roles.mssql : Ensure the package powershell --------------- 10.66s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Remove related packages ------------------------------------------------- 5.98s /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/cleanup.yml:45 --------------------- linux-system-roles.mssql : Change the edition of MSSQL ------------------ 5.06s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 linux-system-roles.mssql : Change the password of sa user --------------- 5.06s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 linux-system-roles.mssql : Set up MSSQL --------------------------------- 4.96s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 linux-system-roles.mssql : Ensure that SQL Server client tools are installed --- 4.15s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 linux-system-roles.mssql : Ensure the package powershell ---------------- 3.67s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 linux-system-roles.mssql : Ensure the package mssql-server-fts ---------- 3.61s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 linux-system-roles.mssql : Ensure the package mssql-server -------------- 3.04s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 3.01s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 2.93s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 linux-system-roles.mssql : Ensure the package powershell ---------------- 2.92s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 linux-system-roles.mssql : Ensure the package mssql-server-fts ---------- 2.91s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 linux-system-roles.mssql : Ensure that SQL Server client tools are installed --- 2.91s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---